#
# Messages for NeoSurf
#
# Description
# -----------
#
# This file contains lines of colon separated key-value pairs in the format:
#
# Key:Value
#
# Blank lines and lines starting with a # character are treated as comments and
#  ignored.
#
# Contents of Key _must_ be representable in the US-ASCII character set and
#  should not be modified for translation purposes.
#
# Values must be UTF-8 encoded strings. When these strings are displayed in
#  NeoSurf's user interface, they are converted to the system's local character
#  set. As a result of this conversion process, unrepresentable characters are
#  stripped from the displayed string.
#
# This file gets processed by utils/split-messages.pl at build-time, which gets
#  told the language and the platform.  It then emits only messages that are
#  in the right language, and are either in the specific platform or 'all'.
#
# The split-messages tool requires keys for all languages to be
#  grouped together but language order is not important. If a key for a
#  specific language is omitted the default language value will be used
#  instead (currently en)
#

# Globals
# =======
#
en.all.NeoSurf:NeoSurf

en.all.NeoSurfCopyright:© 2003-2020 The NeoSurf Developers


# General
# =======
#
# Some general purpose words and phrases
#
en.all.Yes:Yes

en.all.No:No

en.all.Replace:Replace file

en.all.DontReplace:Don't replace

en.all.Remove:Remove address

en.all.DontRemove:Don't remove

en.all.obj:object

en.all.objs:objects

en.all.styl:stylesheet

en.all.styls:stylesheets

en.all.OK:OK

en.all.Selecting:Selecting

en.all.FrameDrag:Resizing frames


# Units
# =====
#
# Decimal prefix
en.all.Bytes: B

en.all.kBytes: kB

en.all.MBytes: MB

en.all.GBytes: GB

# Binary prefix
en.all.KiBytes: KiB

en.all.MiBytes: MiB

en.all.GiBytes: GiB

en.all.TiBytes: TiB

en.all.PiBytes: PiB

en.all.EiBytes: EiB

# Content Forms
# =============
#
# This section contains tokens used by forms
#
en.all.Form_Submit:Submit

en.all.Form_Reset:Reset

en.all.Form_None:

en.all.Form_Many:(Many)

en.all.Form_Drop:Drop file here
en.gtk.Form_Drop:Click to select file

en.all.FormSelect:Click to choose a form item

en.all.FormCheckbox:Click to check this option

en.all.FormRadio:Click to choose this option

en.all.FormSubmit:Send form to %s

en.all.FormBadSubmit:Warning: form can not be submitted

en.all.FormButton:Warning: button can not be activated

en.all.FormTextarea:Click to edit the text

en.all.FormTextbox:Click to edit this field

en.all.FormReset:Reset form (not implemented)

en.all.FormFile:Drop a file here to upload it

en.all.SelectMenu:Select


# Content titles
# ==============
#
en.all.BMPTitle:%s (BMP image %lux%lu pixels)

en.all.GIFTitle:%s (GIF image %lux%lu pixels)

en.all.ICOTitle:%s (ICO image %lux%lu pixels)

en.all.JPEGTitle:%s (JPEG image %lux%lu pixels)

en.all.PNGTitle:%s (PNG image %lux%lu pixels)

en.all.SpriteTitle:%s (Sprite image %lux%lu pixels)

en.all.WebPTitle:%s (WebP image %lux%lu pixels)





# HTML page character encoding source
# ===================================
#
en.all.Encoding0:from HTTP headers

en.all.Encoding1:detected

en.all.Encoding2:from <meta>

en.all.EncodingUnk:Unknown


# Fetching errors
# ===============
#
# Error displayed as an HTML page
#
# This section contains error and warning messages which
# are displayed to the user.
#
en.all.Not2xx:Server returned an error

en.all.InvalidURL:The address <em>%s</em> could not be understood.


# HTML error page
# ===============
#
en.all.ErrorPage:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Page error</title></head><body><h1>Sorry, NeoSurf was unable to display this page</h1><p><strong>%s</strong></p></body></html>


# General errors
# ==============
#
# Messages shown in dialog box
#
# These may be augmented with further relevant information, which
# is displayed after the contents of the relevant token.
#
en.all.NoMemory:NeoSurf is running out of memory. Please free some memory and try again.

en.all.SaveError:The file could not be saved due to an error:

en.all.LoadError:The file could not be loaded due to an error:

en.all.MiscError:An unexpected error occurred:

en.all.FileError:File does not exist:

en.all.PrintError:An error occurred when printing:

en.all.NoDiscSpace:Not enough space available on disc.

en.all.HotlistSaveError:The hotlist was unable to be correctly saved.

en.all.TreeLoadError:The tree was unable to be correctly loaded.

en.all.NoDirError:%s is not a directory

en.all.NoNameError:Please enter a name

en.all.NoURLError:Please enter a URL

en.all.URIError:NeoSurf was unable to parse this URI file due to a syntax error.

en.all.EmptyError:file is empty.

en.all.SearchError:Invalid Search.

en.all.EncNotRec:Encoding type not recognised.

en.all.FileOpenError:could not open file '%s'

en.all.DirectoryError:directory '%s' already exists

en.all.Timeout:This site took too long to respond

en.all.BadURL:The given URL was not able to be parsed

# Queries
# =======
#
# This section contains queries which are displayed to the user
#
en.all.AbortDownload:Are you sure you wish to abort this download?

en.all.QuitDownload:One or more downloads are still in progress. Are you sure you wish to quit?

en.all.OverwriteFile:A file with that name already exists and would be lost.

en.all.RemoveHotlist:Are you sure you wish to remove this address from the hotlist?


# Page fetching
# =============
#
# This section contains messages which may be displayed whilst
# fetching a page or other content
#

# Fetch status messages - displayed in status bar
#
en.all.Progress:%s of %s

en.all.ProgressU:%s

en.all.RecPercent:Received %s (%u%%)

en.all.Received:Received %s

en.all.Redirecting:Redirecting...

en.all.Loading:Loading

en.all.Fetching:Fetching data

en.all.Processing:Processing

en.all.Formatting:Formatting

en.all.Done:Done

en.all.Stopped:Stopped

# Fetch warning/error messages - displayed in status bar
#
en.all.BadRedirect:Bad redirect URL

en.all.FetchFailed:Unable to fetch document

en.all.NotCSS:Warning: stylesheet is not CSS

en.all.NotFavIco:Favicon not supported

en.all.BadObject:Warning: bad object type

en.all.ObjError:Error loading object: %s

en.all.ParsingFail:Parsing the document failed.

en.all.CSSGeneric:Error processing CSS

en.all.CSSBase:Base stylesheet failed to load

en.all.BadGIF:Reading GIF failed.

en.all.BadBMP:Reading BMP failed.

en.all.BadICO:Reading ICO failed.

en.all.PNGError:Error converting PNG.

en.all.MNGError:Error converting MNG/PNG/JNG: %i

en.all.BadSprite:Invalid or corrupt Sprite data.


# HTTP status codes
# =================
#
en.all.HTTP0:OK

en.all.HTTP200:OK

en.all.HTTP201:Created

en.all.HTTP202:Accepted

en.all.HTTP203:Non-authoritative information

en.all.HTTP204:No content

en.all.HTTP205:Reset content

en.all.HTTP206:Partial content

en.all.HTTP300:Multiple choices

en.all.HTTP301:Moved permanently

en.all.HTTP302:Found

en.all.HTTP303:See other

en.all.HTTP304:Not modified

en.all.HTTP305:Use proxy

en.all.HTTP307:Temporary redirect

en.all.HTTP400:Bad request

en.all.HTTP401:Unauthorized

en.all.HTTP402:Payment required

en.all.HTTP403:Forbidden

en.all.HTTP404:Not found

en.all.HTTP405:Method not allowed

en.all.HTTP406:Not acceptable

en.all.HTTP407:Proxy authentication required

en.all.HTTP408:Request timeout

en.all.HTTP409:Conflict

en.all.HTTP410:Gone

en.all.HTTP411:Length required

en.all.HTTP412:Precondition failed

en.all.HTTP413:Request entity too large

en.all.HTTP414:Request-URI too long

en.all.HTTP415:Unsupported media type

en.all.HTTP416:Requested range not satisfiable

en.all.HTTP417:Expectation failed

en.all.HTTP500:Internal server error

en.all.HTTP501:Not implemented

en.all.HTTP502:Bad gateway

en.all.HTTP503:Service unavailable

en.all.HTTP504:Gateway timeout

en.all.HTTP505:HTTP version not supported


# Directory browser interface
# ===========================
#
en.all.FileIndex:Index of %s

en.all.FileParent:^ Up to parent directory

en.all.FileDirectory:Directory

en.all.FileName:Name

en.all.FileSize:Size

en.all.FileDate:Date

en.all.FileTime:Time

en.all.FileType:Type


# Find text user interface
# ========================
#
# This section contains tokens which are used in the find text
# dialog box.
#
en.all.NotFound:Not found

en.all.Next:Next

en.all.Prev:Previous

en.all.ShowAll:Show All

en.all.CaseSens:Case Sensitive


# 401 login user interface
# ========================
#
# This section contains tokens which are used in the 401 login
# (authentication) dialog box.
#
en.all.LoginTitle:Authentication Requested

en.all.LoginDescription:The site %s with realm "%s" is requesting credentials for access.

en.all.LoginAgain:The credentials for the site %s and realm "%s" were rejected.

en.all.Host:Host

en.all.Realm:Realm

en.all.Username:Username

en.all.Password:Password

en.all.Login:Login

en.all.Cancel:Cancel


# Privacy error interface
# =======================
#
en.all.PrivacyTitle:Privacy error

en.all.PrivacyDescription:A privacy error occurred while communicating with %s this may be a site configuration error or an attempt to steal private information (passwords, messages or credit cards)

en.all.ViewCertificates:View certificate details

en.all.ViewCertificatesNotPossible:Certificate information is not available for viewing

en.all.Proceed:Proceed

en.all.Backtosafety:Back to safety

en.all.SSLCertErrOk:The certificate has no errors.

en.all.SSLCertErrUnknown:An unknown error occurred while processing the certificate.

en.all.SSLCertErrBadIssuer:The issuer of this certificate is not known. This may occur if the browser cannot access the certificate authority (CA) bundle.

en.all.SSLCertErrBadSig:The certificate is improperly signed.

en.all.SSLCertErrTooYoung:The certificate is not yet valid.

en.all.SSLCertErrTooOld:The certificate has expired.

en.all.SSLCertErrSelfSigned:The certificate is self signed.

en.all.SSLCertErrChainSelfSigned:The certificate chain is self signed.

en.all.SSLCertErrRevoked:The certificate has been revoked by the issuer.

en.all.SSLCertErrHostnameMismatch:The certificate is for a different host than the server.

en.all.SSLCertErrCertMissing:The certificate was missing from the chain.


# Timeout error interface
# =======================
#
en.all.TimeoutTitle:Connection timed out

en.all.TimeoutDescription: A connection to %s could not be established. The site may be temporarily unavailable or too busy to respond.

en.all.Backtoprevious:Back

en.all.TryAgain:Try Again


# Fetch error interface
# =======================
#
en.all.FetchErrorTitle:Error occurred fetching page

en.all.FetchErrorDescription:An error occurred when connecting to %s

# Generic fetcher failure (really a programming error)
en.all.FetchFailedToFinish:The fetcher for this request failed to complete


# SSL certificate viewer
# ======================
#
# This section contains tokens which are used in the
# SSL certificate viewing dialog box.
#
en.all.SSLCerts:SSL certificates

en.all.SSLError:NeoSurf failed to verify the authenticity of an SSL certificate. Please verify the details presented below.

en.all.SSL_Certificate_Subject:Subject: %s

en.all.SSL_Certificate_Issuer:Issuer: %s

en.all.SSL_Certificate_Version:Version: %ld

en.all.SSL_Certificate_ValidFrom:Valid from: %s

en.all.SSL_Certificate_ValidTo:Valid until: %s

en.all.SSL_Certificate_Type:Type: %i

en.all.SSL_Certificate_Serial:Serial: %ld

en.all.SSL_Certificate_Accept:Accept

en.all.SSL_Certificate_Reject:Reject


# Printing user interface
# =======================
#
# This section contains tokens which are used in the printing
# dialog box.
#
en.all.PrintSheetFilled:sheet is filled

en.all.PrintSheetsFilled:sheets are filled

en.all.Printer:Printer

en.all.Copies:Copies

en.all.Printing:Printing page


# Treeview interface
# ==================
#
# This section contains tokens which are used in the treeview
# component. (For example, in the main hotlist/global history windows)
#

# Tree URL text
#
en.all.TreeAdded:Added: %s

en.all.TreeLast:Last visited: %s

en.all.TreeVisited:Visited: %s

en.all.TreeVisits:Visits: %i

en.all.TreeUnknown:Unknown

en.all.TreeValue:Value: %s

en.all.TreeComment:Comment: %s

en.all.TreeDomain:Domain: %s%s

en.all.TreePath:Path: %s%s

en.all.TreeExpires:Expires: %s

en.all.TreeLastUsed:Last used: %s

en.all.TreeSecure:Secure hosts only: %s

en.all.TreeVersion:Version: %s

en.all.TreePersistent:Persistent: %s

en.all.TreeHeaders: (from headers)

en.all.TreeVersion0:Netscape

en.all.TreeVersion1:RFC 2109

en.all.TreeVersion2:RFC 2965

en.all.TreeSession:Session end

en.all.TreeUnused:Unused

en.all.TreeImport:Imported URL

en.all.TreeNewLink:New address

en.all.TreeNewFolder:New directory

en.all.TreeLaunch:Visit URL

en.all.TreeDelete:Delete

en.all.TreeDefault:Set as default

en.all.TreeClear:Clear default


# Treeview field labels
#
en.all.TreeviewLabelTitle:Title

en.all.TreeviewLabelURL:URL

en.all.TreeviewLabelLastVisit:Last visit

en.all.TreeviewLabelVisits:Visits

en.all.TreeviewLabelPeriod:Period

en.all.TreeviewLabelName:Name

en.all.TreeviewLabelContent:Content

en.all.TreeviewLabelDomain:Domain

en.all.TreeviewLabelPath:Path

en.all.TreeviewLabelExpires:Expires

en.all.TreeviewLabelLastUsed:Last used

en.all.TreeviewLabelRestrictions:Restrictions

en.all.TreeviewLabelVersion:Version

en.all.TreeviewLabelPersistent:Persistent

en.all.TreeviewLabelDomainFolder:Domain folder

en.all.TreeviewLabelSerial:Serial

en.all.TreeviewLabelType:Type

en.all.TreeviewLabelValidUntil:Valid until

en.all.TreeviewLabelValidFrom:Valid from

en.all.TreeviewLabelIssuer:Issuer

en.all.TreeviewLabelFolder:Folder

# Cookie Manager field values
#
en.all.CookieManagerSession:Session

en.all.CookieManagerHTTPS:Secure hosts via https only

en.all.CookieManagerSecure:Secure hosts only

en.all.CookieManagerHTTP:HTTP connections only

# Hotlist default folder's default name
#
en.all.HotlistDefaultFolderName:Unsorted entries

# Default name for new folders
#
en.all.NewFolderName:New folder

# Default title
#
en.all.NoTitle:<No title>

# Tree export
#
en.all.TreeHotlist:NeoSurf hotlist


# About user interface tokens
# ===========================
#
# This secion is for tokens that have user information about the browser


en.gtk.AboutDesc:NeoSurf is a small and fast web browser.


# Hotlist user interface tokens
# =============================
#
# This section contains tokens which are used in various parts of
# the hotlist user interface.
#

# Hotlist sub-window titles
#
en.all.NewLink:Create new address

en.all.NewFolder:Create new directory

en.all.EditTitle:Edit title

en.all.EditLink:Edit address

en.all.EditFolder:Rename directory

# Default hotlist page names
#
en.all.HotlistHomepage:NeoSurf homepage

en.all.HotlistDocumentation:Documentation

en.all.HotlistContact:Contact the NeoSurf developers

en.all.HotlistDownloads:Download the latest version

# Global history user interface tokens
# ====================================
#
# This section contains tokens which are used in various parts of
# the global history user interface.
#
en.all.GlobalHistory:Global history

en.all.DomainAll:(All domains)

en.all.DateToday:Today

en.all.DateYesterday:Yesterday

en.all.Date2Days:Two days ago

en.all.Date3Days:Three days ago

en.all.Date4Days:Four days ago

en.all.Date5Days:Five days ago

en.all.Date6Days:Six days ago

en.all.Date1Week:A week ago

en.all.Date2Week:Two weeks ago

en.all.Date3Week:Three weeks ago

en.all.Sunday:Sunday

en.all.Monday:Monday

en.all.Tuesday:Tuesday

en.all.Wednesday:Wednesday

en.all.Thursday:Thursday

en.all.Friday:Friday

en.all.Saturday:Saturday


# Menus
# =====
#
# This section defines the title and entry text for NeoSurf's menus.
#

# Iconbar menu
#
en.all.Info:Info

en.all.Open:Open

en.all.Choices:Choices...

en.all.Quit:Quit


# Iconbar -> Open menu
#
en.all.OpenURL:Open URL

# Main menu
#
en.all.Page:Page

en.all.Object:Object

en.all.Navigate:Navigate

en.all.View:Display

en.all.Utilities:Utilities

en.all.Help:Help

# Main -> Page menu
#

en.all.Export:Export

en.all.SaveURL:Save location


# Main -> Page -> Export menu
#

en.all.PDF:PDF


# Main -> Page -> Save location menu
#


en.all.LinkText:Text

# Main -> Object -> Object menu
#
en.all.ObjInfo:Info

en.all.ObjSave:Save

en.all.ObjPrint:Print

en.all.ObjReload:Reload

# Main -> Object -> Object -> Export menu
#
en.all.Sprite:Sprite

en.all.ObjDraw:Draw

# Main -> Object -> Link menu
en.all.LinkSave:Save

en.all.LinkDload:Download target

en.all.LinkNew:New window

# Main -> Selection menu
en.all.SelSave:Save

# Main -> Navigate menu
#
en.all.Home:Home page


en.all.Back:Back one page


en.all.Forward:Forward one page


en.all.UpLevel:Up one level


en.all.Stop:Stop loading this page


# Main -> Display menu
#

en.all.Images:Images

en.all.Toolbars:Toolbars

en.all.Render:Render

en.all.OptDefault:Save as default

# Main -> Display -> Images menu
#
en.all.ForeImg:Foreground images

en.all.BackImg:Background images

# Main -> Display -> Toolbars menu
#
en.all.ToolButtons:Buttons

en.all.ToolAddress:Address bar

en.all.ToolThrob:Throbber

en.all.ToolStatus:Status bar

# Main -> Display -> Render menu
#
en.all.RenderAnims:Buffer animations

en.all.RenderAll:Buffer all rendering

# Main -> Utilities menu
#
en.all.Hotlist:Hotlist

en.all.History:History

en.all.Cookies:Cookies


en.all.Window:Window

# Main -> Utilities -> Hotlist menu
#
en.all.HotlistAdd:Add to hotlist


# Main -> Utilities -> History menu
#


# Main -> Utilities -> Cookies menu
en.all.ShowCookies:Show cookies...

en.all.DeleteCookies:Delete all cookies

# Main -> Utilities -> Window menu
#
en.all.WindowSave:Set as default position

en.all.WindowStagr:Stagger window position

en.all.WindowSize:Copy window position

en.all.WindowReset:Reset default position

# Main -> Help menu
#



en.all.HelpCredits:Credits

en.all.HelpLicense:License


# Toolbar menu
#
en.all.Toolbar:Toolbar

en.all.EditToolbar:Edit toolbar

# Generic tree menus (currently Hotlist and Global history)
#
en.all.Selection:Selection






# Selection Menu
#
en.all.Edit:Edit



en.all.ResetUsage:Reset statistics

# Hotlist/Global history menu
#
en.all.New:New

en.all.Expand:Expand

en.all.Collapse:Collapse

en.all.Tree:Tree

en.all.TreeExport:Export...

# New hotlist entry menu
#
en.all.Folder:Directory

en.all.Link:Address

# Tree expand/collapse menu
#
en.all.All:All

en.all.Folders:Directories

en.all.Links:Addresses

en.all.Domains:Domains

# Other menus
#
# URL suggestion menu
en.all.URLSuggest:Recent URLs

# Menus within the choices system
#
# Browser pane
en.all.Languages:Language

#
# Network pane
en.all.ProxyType:Proxy type

en.all.ProxyNone:No proxy

en.all.ProxyNoAuth:Simple proxy

en.all.ProxyBasic:Basic authentication

en.all.ProxyNTLM:NTLM authentication

#
# Fonts pane
en.all.Fonts:Fonts

en.all.DefaultFonts:Font Families

#
# Images pane
en.all.Display:Display

en.all.ImgStyle0:Use OS

en.all.ImgStyle1:Direct to screen

en.all.ImgStyle2:Dithered

en.all.ImgStyle3:Error diffused

# Menu items used in the Amiga version.
# Some of these are copies of other strings but without the
# embedded shortcut keys. (NS suffix = No Shortcut)
#
# Project menu
#

en.all.NewWindowNS:New window

en.all.NewTab:New tab

en.all.CloseTab:Close tab

en.all.CloseWindow:Close window

en.all.SaveAsNS:Save as

en.all.Source:Source...

en.all.TextNS:Text...

en.all.SaveCompNS:Complete...

en.all.PDFNS:PDF...


en.all.OpenFile:Open local file...

en.all.About:About

en.all.PrintNS:Print...

# Edit menu
#
en.all.CutNS:Cut

en.all.CopyNS:Copy

en.all.PasteNS:Paste

en.all.SelectAllNS:Select all

en.all.ClearNS:Clear selection



# Browser menu
#
en.all.Browser:Browser

en.all.HistGlobalNS:Show global history

en.all.HistLocalNS:Show local history


en.all.FindTextNS:Find text...

en.all.Redraw:Redraw page

en.all.ScaleNS:Scale

en.all.ScaleInc:Increase

en.all.ScaleDec:Decrease

en.all.ScaleNorm:Normal

# Hotlist menu
#
en.all.HotlistShowNS:Show hotlist

# Settings menu
#
en.all.SettingsEdit:Edit preferences

en.all.Settings:Settings

en.all.SnapshotWindow:Snapshot window

en.all.SettingsSave:Save settings

# ARexx menu
#


# Context menu
#
en.all.Link:Link
en.all.LinkNewTab:Open in new tab

en.all.LinkNewWin:Open in new window

en.all.CopyURL:Copy URL to clipboard

en.all.CopyClip:Copy to clipboard

en.all.SaveAs:Save as...


en.all.SaveComplete:Save complete...

en.all.Close:Close


en.all.ObjShow:Show object

en.all.Frame:Frame

en.all.FrameNewWin:Show in new window

en.all.FrameNewTab:Show in new tab

en.all.FrameOnly:Show only this frame

en.all.SelectFile:Select file...

en.all.ExternalApp:Open in external application


# Download user interface tokens
# ==============================
#
# This section contains tokens which are used in the download
# window.
#
en.all.Download:%s of %s  •  %s/s  •  %s remaining

en.all.DownloadU:%s of unknown  •  %s/s  •  %s total

en.all.Downloaded:%s complete  •  average %s/s  •  %s total

en.all.Unwritten:Writing data to file failed.

en.all.Abort:Abort

# Amiga download window tokens
#
# This section contains tokens which are used in the Amiga
# download window.
#




# Requesters
#


# GTK download window tokens
#
# This section contains tokens which are used in the gtk
# download window.
#

en.gtk.gtkSizeInfo:%s of %s

en.gtk.gtkProgressBar:%.0f%% of %u files

en.gtk.gtkProgressBarPulse:Downloading %u files

en.gtk.gtkProgressBarPulseSingle:Downloading %u file

# Column Headers
#
en.gtk.gtkProgress:Progress

en.gtk.gtkDetails:Details

en.gtk.gtkSpeed:Speed

en.gtk.gtkRemaining:Remaining

# Status Messages
# spaces necessary
#

en.gtk.gtkError: Error 

en.gtk.gtkComplete: Complete 

en.gtk.gtkCanceled: Canceled 

en.gtk.gtkWorking: Working 

# Dialogs
#
en.gtk.gtkQuit:Quit NeoSurf?

en.gtk.gtkDownloadsRunning:There are still downloads running, if you quit now these will be canceled and the files deleted.

en.gtk.gtkStartDownload:Download file?

en.gtk.gtkOverwrite:A file named "%s" already exists.  Do you want to replace it?

en.gtk.gtkOverwriteTitle:File exists

en.gtk.gtkOverwriteInfo:The file already exists in "%s".  Replacing it will overwrite its contents.

en.gtk.gtkFailed:Download failed

en.gtk.gtkFileError:File error: %s

en.gtk.gtkInfo:%s from %s is %s in size

en.gtk.gtkSave:Save file as…

en.gtk.gtkSourceSave:Save source

en.gtk.gtkSourceTabError:Error handling source data 

en.gtk.gtkplainSave:Save plain text

en.gtk.gtkcompleteSave:Export complete page as a folder

en.gtk.gtkSaveConfirm:File saved

en.gtk.gtkSaveCancelled:File not saved

en.gtk.gtkUnknownHost:an unknown host

en.gtk.gtkUnknownFile:

en.gtk.gtkUnknownSize:unknown

# gtk Menu / Button labels
#

en.gtk.gtkOpenMenu:Open Menu

en.gtk.gtkFile:_File

en.gtk.gtkEdit:_Edit

en.gtk.gtkView:_View

en.gtk.gtkNavigate:_Navigate

en.gtk.gtkTools:_Tools

en.gtk.gtkHelp:_Help

en.gtk.gtkNewTab:New _Tab

en.gtk.gtkNewWindow:_New Window

en.gtk.gtkOpenFile:_Open File

en.gtk.gtkCloseWindow:_Close Window

en.gtk.gtkExport:Export

en.gtk.gtkSavePage:Complete Page…

en.gtk.gtkPlainText:Plain Text…

en.gtk.gtkDrawFile:Drawfile…

en.gtk.gtkPostScript:PostScript…

en.gtk.gtkPDF:PDF…

en.gtk.gtkPrintPreview:Print Preview…

en.gtk.gtkPrint:Print…

en.gtk.gtkQuitMenu:_Quit

en.gtk.gtkCut:Cu_t

en.gtk.gtkCopy:_Copy

en.gtk.gtkPaste:_Paste

en.gtk.gtkDelete:_Delete

en.gtk.gtkSelectAll:Select _All

en.gtk.gtkFind:_Find…

en.gtk.gtkPreferences:P_references

en.gtk.gtkStop:_Stop

en.gtk.gtkReload:_Reload

en.gtk.gtkScaleView:_Scale View

en.gtk.gtkZoomPlus:Zoom _in

en.gtk.gtkZoomMinus:Zoom _out

en.gtk.gtkZoomNormal:_Normal size

en.gtk.gtkFullScreen:_Fullscreen

en.gtk.gtkPageSource:Page S_ource

en.gtk.gtkImages:_Images

en.gtk.gtkForegroundImages:_Foreground Images

en.gtk.gtkBackgroundImages:_Background Images

en.gtk.gtkToolbars:_Toolbars

en.gtk.gtkTabs:_Tabs

en.gtk.gtkMenuBar:_Menu Bar

en.gtk.gtkToolBar:_Button Bar

en.gtk.gtkStatusBar:_Status Bar

en.gtk.gtkDownloads:_Downloads...

en.gtk.gtkSaveWindowSize:S_ave Window Size

en.gtk.gtkDeveloper:De_veloper

en.gtk.gtkToggleDebugging:T_oggle debug rendering

en.gtk.gtkDebugBoxTree:Debug _box tree

en.gtk.gtkDebugDomTree:Debug _DOM tree

en.gtk.gtkStop:Stop
en.gtk.gtkBack:_Back

en.gtk.gtkForward:_Forward

en.gtk.gtkHome:_Home

en.gtk.gtkLocalHistory:_Local History…

en.gtk.gtkGlobalHistory:_Global History…

en.gtk.gtkAddBookMarks:_Add to Bookmarks…

en.gtk.gtkShowBookMarks:_Show Bookmarks…

en.gtk.gtkShowCookies:Show _Cookies…

en.gtk.gtkOpenLocation:_Open Location…

en.gtk.gtkNextTab:_Next tab

en.gtk.gtkPrevTab:_Previous tab

en.gtk.gtkCloseTab:_Close tab

en.gtk.gtkContents:_Contents…

en.gtk.gtkGuide:User _guide…

en.gtk.gtkUserInformation:User _information…

en.gtk.gtkAbout:_About…

en.gtk.gtkCustomize:Customise…

en.gtk.gtkOpentab:Open Link in New _Tab

en.gtk.gtkOpenwin:Open Link in New _Window

en.gtk.gtkSavelink:Save Lin_k

en.gtk.gtkBookmarklink:Bookmark _Link

en.gtk.gtkCopylink:Copy link loc_ation

# GTK theme handling

en.gtk.gtkAddThemeTitle:Select folder containing theme images

en.gtk.gtkThemeFolderInstructions:To Install a theme, create a directory full of appropriately-named images as a subdirectory of gtk/res/themes/

en.gtk.gtkThemeFolderSub:Select a subdirectory of the themes folder

en.gtk.gtkThemeDup:Theme is already included

en.gtk.gtkThemeAdd:Theme added successfully

# GTK toolbar customisation

en.gtk.gtkCustomizeToolbarTitle:Customise Toolbar

en.gtk.gtkCustomizeToolbarInstructions:Drag toolbar items into and out of the toolbar.

# GTK find in page

en.gtk.gtkFindPlaceholder:Find in page

en.gtk.gtkFindBack:Find Previous Occurrence

en.gtk.gtkFindForward:Find _Next Occurrence

en.gtk.gtkFindHighlightAll:Highlight All

en.gtk.gtkFindMatchCase:Match Case

en.gtk.gtkFindClose:Close Find Bar

# GTK preferences dialog

en.gtk.preferencesTitle:NeoSurf Preferences

# Main tab
en.gtk.preferencesMainTabtitle:Main

en.gtk.preferencesStartup:<b>Startup</b>

en.gtk.preferencesStartupPage:Page:

en.gtk.preferencesStartupPageTooltip:The default startup page

en.gtk.preferencesStartupPageDefault:Use Default Page

en.gtk.preferencesStartupPageCurrent:Use Current Page

en.gtk.preferencesSearch:<b>Search</b>

en.gtk.preferencesSearchURLBar:Search from URL bar

en.gtk.preferencesSearchProvider:Provider:

en.gtk.preferencesSearchProviderTooltip:The default web search provider

en.gtk.preferencesDownloads:<b>Downloads</b>

en.gtk.preferencesDownloadsRemove:Remove download from list when complete

en.gtk.preferencesDownloadsConfirm:Confirm before overwriting files

en.gtk.preferencesDownloadsLocation:Location:

en.gtk.preferencesDownloadsLocationTooltip:The default location downloaded files are put

# Appearance tab
en.gtk.preferencesAppearanceTabtitle:Appearance

en.gtk.preferencesThemes:<b>Themes</b>

en.gtk.preferencesThemesAdd:Add Theme...

en.gtk.preferencesTabs:<b>Tabs</b>

en.gtk.preferencesTabsAlways:Always show tab bar

en.gtk.preferencesTabsSwitch:Switch to newly opened tabs immediately

en.gtk.preferencesTabsNewly:Newly opened tabs are blank

en.gtk.preferencesTabsPosition:Position:

en.gtk.preferencesTools:<b>Tools</b>

en.gtk.preferencesDeveloperView:Open developer views in a

en.gtk.preferencesDeveloperViewWindow:Window

en.gtk.preferencesDeveloperViewTab:Tab

en.gtk.preferencesDeveloperViewEditor:Editor

en.gtk.preferencesURLbar:<b>URLbar</b>

en.gtk.preferencesURLbarDisplay:Display recently visited URLs as you type

en.gtk.preferencesToolbar:<b>Toolbar</b>

en.gtk.preferencesToolbarButtons:Buttons:

# Theme list
en.gtk.preferencesThemeTypeDefault:Default

# Tab position list
en.gtk.preferencesTabLocTop:Top

en.gtk.preferencesTabLocLeft:Left

en.gtk.preferencesTabLocBottom:Bottom

en.gtk.preferencesTabLocRight:Right

# button list
en.gtk.preferencesButtonTypeSmall:Small Icons

en.gtk.preferencesButtonTypeLarge:Large Icons

en.gtk.preferencesButtonTypeLargeText:Large Icons and Text

en.gtk.preferencesButtonTypeText:Text only

# content tab
en.gtk.preferencesContentTabtitle:Content

en.gtk.preferencesControl:<b>Control</b>

en.gtk.preferencesControlPrevent:Prevent pop-up windows

en.gtk.preferencesControlHide:Hide Adverts

en.gtk.preferencesControlEnable:Enable JavaScript

en.gtk.preferencesControlDisable:Disable plug-ins

en.gtk.preferencesControlHigh:High quality image scaling

en.gtk.preferencesControlLoad:Load and display

en.gtk.preferencesAnimation:<b>Animation</b>

en.gtk.preferencesAnimationEnable:Enable

en.gtk.preferencesAnimationMinimum:Minimum time between frames:

en.gtk.preferencesAnimationMinimumTooltip:Do not update animations any more often than this.

en.gtk.preferencesFonts:<b>Fonts</b>

en.gtk.preferencesFontsDefault:Default

en.gtk.preferencesFontsSize:Size

en.gtk.preferencesFontsSizeTooltip:The base-line font size to use.

en.gtk.preferencesFontsPreview:_Preview

en.gtk.preferencesLanguage:<b>Language</b>

en.gtk.preferencesLanguagePreferred:Preferred language:

en.gtk.preferencesLanguagePreferredTooltip:The preferred language for web pages

# Image loading list
en.gtk.preferencesImageLoadBoth:foreground and background images

en.gtk.preferencesImageLoadFore:foreground images

en.gtk.preferencesImageLoadBack:background images

en.gtk.preferencesImageLoadNone:no images

# font type list
en.gtk.preferencesFonttypeSans:Sans-serif

en.gtk.preferencesFonttypeSerif:Serif

en.gtk.preferencesFonttypeMonospace:Monospace

en.gtk.preferencesFonttypeCursive:Cursive

en.gtk.preferencesFonttypeFantasy:Fantasy

en.gtk.preferencesPrivacyTabtitle:Privacy

en.gtk.preferencesGeneral:<b>General</b>

en.gtk.preferencesGeneralReferral:Enable referral submission

en.gtk.preferencesGeneralDNT:Enable sending "Do Not Track" request

en.gtk.preferencesHistory:<b>History</b>

en.gtk.preferencesHistoryShow:Local history shows URL in tooltip

en.gtk.preferencesHistoryRemember:Remember browsing history for up to

en.gtk.preferencesHistoryDays:days

en.gtk.preferencesCache:<b>Cache</b>

en.gtk.preferencesCacheMemory:Memory cache size

en.gtk.preferencesCacheDisc:Disc cache size

en.gtk.preferencesCacheExpire:Expire cache entries after

en.gtk.preferencesCacheMaintenance:Maintenance

en.gtk.preferencesCacheDays:days

en.gtk.preferencesNetworkTabtitle:Network

en.gtk.preferencesProxy:<b>HTTP Proxy</b>

en.gtk.preferencesProxyType:Proxy type

en.gtk.preferencesProxyHost:Host

en.gtk.preferencesProxyUsername:Username

en.gtk.preferencesProxyPassword:Password

en.gtk.preferencesProxyNoproxy:No Proxy For

en.gtk.preferencesProxyTypeTooltip:The type of HTTP proxy server.

en.gtk.preferencesProxyHostTooltip:Host name of your proxy server.

en.gtk.preferencesProxyPortTooltip:Port number to connect to on proxy server.

en.gtk.preferencesProxyUsernameTooltip:Username to access the proxy.

en.gtk.preferencesProxyNoproxyTooltip:Comma separated list of host names that should not be proxied.

en.gtk.preferencesFetching:<b>Fetching</b>

en.gtk.preferencesFetchingMax:Maximum fetchers

en.gtk.preferencesFetchingPerhost:Fetches per host

en.gtk.preferencesFetchingCached:Cached connections

en.gtk.preferencesFetchingMaxTooltip:Maximum number of concurrent items to fetch at once.

en.gtk.preferencesFetchingPerhostTooltip:Maximum number of item fetches per web server.

en.gtk.preferencesFetchingCachedTooltip:Number of connections to keep in case they are needed again.

# Proxy type list
en.gtk.preferencesProxyTypeDirect:Direct connection

en.gtk.preferencesProxyTypeManual:Manual with no authentication

en.gtk.preferencesProxyTypeBasic:Manual with basic authentication

en.gtk.preferencesProxyTypeNLTM:Manual with - authentication

en.gtk.preferencesProxyTypeSystem:System settings

en.gtk.preferencesPDFTabtitle:PDF

en.gtk.preferencesAppearance:<b>Appearance</b>

en.gtk.preferencesAppearanceImages:No images in output

en.gtk.preferencesAppearanceBackground:No background images in output

en.gtk.preferencesAppearanceScalefit:Scale output to fit page

en.gtk.preferencesAppearanceScale:Scale output

en.gtk.preferencesMargins:<b>Margins</b>

en.gtk.preferencesMarginsMeasurements:measurements in mm

en.gtk.preferencesGeneration:<b>Generation</b>

en.gtk.preferencesGenerationCompressed:Output is compressed

en.gtk.preferencesGenerationPassword:Output has a password

# User interface
# ==============
#
# This section contains messages to deal with user interface
# features.
#

# Scrollbars - displayed in status bar
#
en.all.ScrollUp:Click the arrow to scroll up

en.all.ScrollPUp:Click to scroll up one page

en.all.ScrollV:Drag the bar to scroll vertically

en.all.ScrollPDown:Click to scroll down one page

en.all.ScrollDown:Click the arrow to scroll down

en.all.ScrollLeft:Click the arrow to scroll left

en.all.ScrollPLeft:Click to scroll left one page

en.all.ScrollH:Drag the bar to scroll horizontally

en.all.ScrollPRight:Click to scroll right one page

en.all.ScrollRight:Click the arrow to scroll right

en.all.ScrollBoth:Move your mouse while keeping the button pressed to scroll the content

# Select menu - displayed in status bar
#
en.all.SelectClick:Click on entry to select it

en.all.SelectMClick:Click on entry to select it, multiple options can be selected

en.all.SelectClose:Click to close the select menu

# Saving
# ======
#
# Messages used when saving
#

en.all.SaveSource:Source

en.all.SaveDraw:Webpage

en.all.SaveText:Webpage

en.all.SaveObject:Object

en.all.SaveLink:Link

en.all.SaveSelection:Selection

# Themes
# ======
#
# Messages used when installing new themes
#

en.all.ThemeInstActive:A theme is currently being downloaded or installed. Please wait for it to finish or cancel it before installing more themes.

en.all.ThemeInstDown:Please wait for the theme to download.

en.all.ThemeInvalid:The downloaded theme is invalid or requires a newer version of NeoSurf.

en.all.ThemeInstall:Would you like to install the theme '%s' by %s?

en.all.ThemeInstallErr:An error occurred whilst trying to install the downloaded theme.

en.all.ThemeApplyErr:An error occurred whilst trying to apply the downloaded theme.

# Configuration tokens
# ====================
#
# These tokens are used for the configuration icon text.
#

en.all.con_cache:Cache

en.all.con_connect:Connection

en.all.con_content:Content

en.all.con_fonts:Fonts

en.all.con_home:Home page

en.all.con_image:Images

en.all.con_inter:Interface

en.all.con_lang:Language

en.all.con_memory:Memory

en.all.con_secure:Security

en.all.con_theme:Themes

en.all.con_general:General

en.all.con_rendering:Rendering

en.all.con_advanced:Advanced

# General tab
#

en.all.Preferences:Preferences

en.all.Use:Use

en.all.HomePageURL:URL

en.all.HomePageDefault:Use default page

en.all.HomePageCurrent:Use current page

en.all.HomePageBlank:Use blank page

en.all.ContentBlocking:Content blocking

en.all.BlockAds:Hide advertisements

en.all.ContentLanguage:Content language


en.all.HistoryAge:Keep history for

en.all.Days:days

en.all.Scripting:Scripting

en.all.EnableJS:Enable JavaScript

en.all.Miscellaneous:Miscellaneous


en.all.SendReferer:Send site referral information


en.all.FastScrolling:Fast scrolling

# Display tab
#

en.all.Screen:Screen

en.all.ScreenOwn:Own screen




en.all.Theme:Theme

en.all.MousePointers:Mouse pointers

en.all.TrueColour:True colour

en.all.OSPointers:Use OS mouse pointers when possible

en.all.NeedRestart:These options will not take effect until the next time NeoSurf is started

# Connection tab
#

en.all.Proxy:HTTP proxy


en.all.Fetching:Fetching
en.all.FetchesMax:Maximum fetches

en.all.FetchesHost:Fetches per host

en.all.FetchesCached:Cached connections

# Rendering tab
#

en.all.CacheNative:Cache native versions

en.all.ScaleQuality:Higher quality scaling





en.all.Animations:Animations

en.all.AnimSpeedLimit:Limit speed to

en.all.AnimSpeedFrames:seconds between frames

en.all.AnimDisable:Disable animations

en.all.None:None

en.all.Scaled:Scaled

en.all.Resolution:Resolution

en.all.ResolutionY:Vertical resolution

en.all.ResolutionX:Horizontal resolution

en.all.DPI:DPI

# Fonts tab
#

en.all.FontFamilies:Font families

en.all.FontSans:Sans-serif

en.all.FontSerif:Serif

en.all.FontMono:Monospaced

en.all.FontCursive:Cursive

en.all.FontFantasy:Fantasy


en.all.Default:Default

en.all.FontSize:Font size

en.all.Minimum:Minimum

en.all.Pt:pt



# Font scanning


# Cache tab
#

en.all.CacheMemory:Memory cache

en.all.CacheDisc:Disc cache

en.all.Size:Size

en.all.Duration:Duration

# Tabs
#


en.all.TabbedBrowsing:Tabbed browsing

en.all.TabActive:Open new tabs in background

en.all.TabMiddle:Middle mouse button opens tabs

en.all.TabLast:Open new tabs after all existing tabs



# Advanced
#

en.all.Downloads:Downloads

en.all.ConfirmOverwrite:Request confirmation when overwriting

en.all.DownloadDir:Initial download location

en.all.DownloadNotify:Notify on completion

en.all.SearchWeb:Web search

en.all.SearchURL:Search from URL bar

en.all.SearchProvider:Search provider



en.all.Clipboard:Clipboard

en.all.ClipboardUTF8:Write text as UTF-8

en.all.ContextMenu:Context menu

en.all.Enable:Enable

en.all.Sticky:Sticky

en.all.Behaviour:Behaviour

en.all.OptionNoWindow:Do not open window on startup

en.all.OptionNoQuit:Do not quit when last window closed

# Export
#

en.all.Margins:Margins

en.all.Top:Top

en.all.Left:Left

en.all.Right:Right

en.all.Bottom:Bottom

en.all.MM:mm

en.all.Scaling:Scaling

en.all.Scale:Scale

en.all.Appearance:Appearance

en.all.SuppressImages:Suppress images

en.all.RemoveBackground:Remove background

en.all.FitPage:Fit page

en.all.CompressPDF:Compress PDF

en.all.SetPassword:Set password
