; Opera language file version 2.0 ; Copyright © 1995-2003 Opera Software ASA. All rights reserved. ; Translated by David Bartlett ; Created on 2003-12-08 15:11 ; Lines starting with ; (like this) are comments and need not be translated [Info] Language="en-GB" ; The string below is the language name in its own language LanguageName="British English" Charset="utf-8" Build.Win=3227 Version.Win=7.23 DB.version=113 [Translation] ; General strings ; Used in a popup error message when Opera can't connect to the remote ; server due to other phenomena than the one stated in 32873. 32869="Could not connect to remote server" ; The error code corresponding to this string is used in a number of ; situations when the server has abruptly closed the connection, and then ; the string can be used in a popup error message. 32864="Connection closed by remote server" ; Used in a popup error message when Opera has failed to load a requested ; page more than once. 32874="Repeated attempts failed to load this page completely.\r\n\r\nThere may be a problem with the server." ; Used in a popup error message when Operas request to connect to a server ; is refused. (For example when the server exists but does not answer on ; the specified port.) 32873="Could not connect to remote server" ; Used in a popup error message when Opera has tried to resolve a server ; name with the DNS to fetch a requested document from it, and the server ; domain exists but the server itself does not (for example ; http://fff.example.com). 32871="Could not locate remote server" ; Used in a popup error message when Opera has tried to resolve a server ; name with the DNS to fetch a requested document from it, and the server ; domain doesn't exist (for example http://invalid). 32872="The address is not available from this machine" ; Used as default error message in a popup error message, when no other ; network error message applies. 32868="Internal communication error" ; Used in a popup error message when there is no route from the client's ; subnet to the server's subnet, likely due to a badly configured network. 32881="Network not available. Contact your system administrator" ; Used in a number of error situations, when the user has entered a ; malformed URL, such as opera:nonexistant, into the URL field. The http ; respose error code 400 (Bad request), and some other http error codes ; between 400 and 500 (signifying client errors) also give the same ; result. 32832="Illegal address" ; Used in a popup error message when the network of the underlying system is ; down. This could be due to errors in the protocol stack, network card or ; driver, or in the physical network outside of the system. 32865="Network problem" ; Used in a popup error message when the server has tried to redirect a ; document request from Opera to an adress and Opera fails to connect to ; that server. 21462="The server tried redirecting to an illegal address.\r\nPlease report this to the Webmaster of the site." ; Used in a popup error message when a proxy server has been specified for a ; specific request type, and the proxy server doesn't answer when an URL ; of that type is entered in the URL field. 32897="Could not connect to proxy server" ; Used in a popup error message when Opera has tried to resolve a proxy ; server name with the DNS to fetch a requested document from it, and the ; server domain exists but the server itself does not (for example ; fff.opera.com). 32898="Could not find proxy server" ; Used in a popup error message when Opera has tried to resolve a proxy ; server name with the DNS to fetch a requested document from it, and the ; server domain doesn't exist (for example fjdlsakhngfjf). 32899="Could not access proxy server. Server is not available" ; Used in a popup error message when Operas request to connect to a proxy ; server is refused. (For example when the server exists but does not ; answer on the specified port.) 32900="Could not connect to proxy server. Access denied" ; Used when Opera has tried to open a network socket to a server and the ; socket is busy. This message should be handled internally most of the ; time. 32866="Network socket blocking" ; Used in a popup error message when a non-recoverable error has occurred in ; the network protocol stack or network drivers of the system. 32883="Network socket problems. Please check your network drivers." 32885="Remote server timed out. Please try again later." ; Used in a popup error message when not enough socket resources (file ; handles, network buffers) are free. 32867="Network socket resource problems. Try again" ; Used in a popup error message when Opera discovers that the network ; implementation lacks functionality needed to handle the protocol that is ; needed to fulfill a request. 32882="This Winsock implementation lacks important functionality." 32870="Incorrect Winsock version" ; The default error message, used in any situation where no more specific ; error message can be created. 20000="Internal program error." 20001="Please wait until the current print job has completed" 20002="Could not generate new window. Out of memory or resources" 20003="The address type is unknown or unsupported" ; Might be used in a popup error message when the user has clicked the Home ; button and no home page is set in preferences, but the Set homepage ; dialog seems to appear instead. Obsolete? 20005="No home page defined. Please define one." 20009="The MIME type is already defined" 20011="Search string not found" 20013="Could not establish a connection to the printer" 20014="Please specify what program to use to show the file" ; Used in an error popup message when the printer has encountered an error ; while printing (as opposed to 20013 which pops up if the printing can't ; even start, which is more likely.) 20015="Could not print page. Please check whether the printer is accessible" 20016="Printing page" ; Used in a popup error message when the user has requested a file from the ; server that it's not allowed to fetch (HTTP response code 403), if the ; user has set the Network/Server errors/Always show dialog box ; preference. 33040="The remote server refuses to perform the request.\r\nThis address is not available." ; Used in a popup error message when the user has requested a file from the ; server that does not exist (HTTP response code 404), if the user has set ; the Network/Server errors/Always show dialog box preference. 33041="Address not found" ; Used in a popup error message as a default message when the user has made ; a valid request for a file from the server, and the server encounters an ; error that prevents it to fulfill the request (HTTP response code 5xx ; and 6xx), if the user has set the Network/Server errors/Always show ; dialog box preference. 33042="Remote server or file not found" ; Used in a popup error message when the user has requested a file from the ; server, and the server could not fulfill the request since this ; functionality wasn't implemented (HTTP error code 501), if the user has ; set the Network/Server errors/Always show dialog box preference. 33043="The remote server lacks the necessary functionality" ; Used in a popup error message when the user has requested a document from ; the server, the server sends the document using HTTP compression, and ; the document decoder couldn't decode the data properly. 33046="Problem encountered while decoding data. Possibly due to corrupted data." ; Used in a popup error message when the user has submitted a form using a ; HTTP request method (specified with the METHOD attribute to the FORM tag ; in the HTML form) that the server does not accept (HTTP error code 405), ; if the user has set the Network/Server errors/Always show dialog box ; preference. 33424="The HTTP request method was not accepted by the server" ; Used in a popup error message when the user tries to fetch a document by ; clicking a link, and the server cannot send the requested document in a ; format that matches the content of the HTTP accept headers sent in the ; request (HTTP error code 406), if the user has set the Network/Server ; errors/Always show dialog box preference. However, Opera accepts all ; document formats and sends *.* in its accept header, so this is unlikely ; to happen. 33425="The server was unable to send acceptable data" ; Used in a popup error message when the user has requested a document from ; the server, the server needs more data from Opera to fulfill the ; request, and Opera fails to deliver the data before the server times out ; and cancels the request (HTTP error code 408). Unlikely to happen very ; often. Visible if the user has set the Network/Server errors/Always show ; dialog box preference 33426="The server timed out" ; Used in a popup error message when Opera has sent a HTTP request to fetch ; or send a document to the server, and the server determins that there's ; a conflict with a third part regarding the document, that can be solved ; by the user (HTTP error message 409). This could happen when the user ; submits a form that leads to a change of an online document, and the ; server detects that the changes conflicts with other changes already ; made to the document. Visible if the user has set the Network/Server ; errors/Always show dialog box preference 33427="Conflict with existing resource on server" ; Used in a popup error message when the user has requested a document and ; the server answers that the document has been there, but has been ; permanently removed (HTTP error code 410). Visible if the user has set ; the Network/Server errors/Always show dialog box preference. 33428="The address is no longer available" ; Used in a popup error message if the user has sent a request to the ; server, and the server answers that it needs a Content-Length header to ; process the request (HTTP error code 411). Opera never sends requests ; without a valid Content-Lenght header. Visible if the user has set the ; Network/Server errors/Always show dialog box preference. 33429="HTTP content length was required" ; Used in a popup error message if the user has sent a request to the server ; containing one or more precondition headers, and one or more of these ; preconditions evaluated false on the server (HTTP error code 412). The ; precondition headers could be If-Range and If-Modifified-Since, that ; could be used to fetch the missing parts of a earlier partially fetched ; documents, if the document is still the same. Unlikely to happen. ; Visible if the user has set the Network/Server errors/Always show dialog ; box preference. 33430="HTTP preconditions failed" ; Used in a popup error message when the user has sent a request to a ; server, and the server signalled that the request entity (the actual ; request data) was too large (HTTP error code 413). Visible if the user ; has set the Network/Server errors/Always show dialog box preference. 33431="HTTP request data was too long" ; Used in a popup error message when the user has sent a request to a server ; and the URL is longer than the server can handle (HTTP error code 414). ; Visible if the user has set the Network/Server errors/Always show dialog ; box preference. 33432="The HTTP address is too long" ; Used in a popup error message when the user has sent a request to a server ; and the server didn't recognize the content type of the request entitiy ; (HTTP error code 415). Visible if the user has set the Network/Server ; errors/Always show dialog box preference. 33433="The server did not recognise the content type" ; Used in a popup error message if Opera has requested a part of a file that ; does not exist (HTTP error code 416). This shouldn't happen. Visible if ; the user has set the Network/Server errors/Always show dialog box ; preference. 33434="The server could not send the requested part of the file" ; Used in a popup error message if Opera has sent a request with certain ; expectations in the HTTP header 'Expect', and the server can't meet that ; expectation because vital features are not implemented. For example, the ; server can be expected to handle HTTP_CONTINUE (HTTP reply code 100) ; when sending in forms (HTTP error code 417). Visible if the user has set ; the Network/Server errors/Always show dialog box preference. 33435="HTTP expectation failed" ; Used in a popup error message when Opera has sent a request to a HTTP ; proxy server, and the upstream server returned an invalid response code ; (HTTP error code 502). Visible if the user has set the Network/Server ; errors/Always show dialog box preference. 33436="HTTP gateway failed" ; Used in a popup error message when the user has requested a document and ; the server can't fulfill the request since it's overloaded or offline ; (HTTP error code 503). Visible if the user has set the Network/Server ; errors/Always show dialog box preference. 33437="The service is overloaded or off-line. Please try again later" ; Used in a popup error message when the user has sent a request to a proxy ; server, and the upstream server did not answer before the proxy server ; timed out (HTTP error code 504). Visible if the user has set the ; Network/Server errors/Always show dialog box preference. 33438="HTTP gateway timed out" ; Used in a popup error message when the user has requested a document from ; a server, and the server doesn't support the HTTP version used (HTTP ; error code 505). Visible if the user has set the Network/Server ; errors/Always show dialog box preference. 33439="The HTTP version was not accepted" ; Used in a warning popup message when the user has tried to fetch a ; document from a server, using HTTP digest authentication to check the ; documents integrity, and the authentication failed. 33047="Authentication failed. Content should not be trusted" ; Used in a warning popup message when the user has tried to fetch a ; document from a proxy server, using HTTP digest authentication to check ; the documents integrity, and the authentication failed. 33048="Proxy authentication failed. Content should not be trusted" ; Used in a popup error message when the user has entered an FTP URL into ; the URL field, and the server answered that the ftp service was not ; currently available (FTP error 421). 33056="FTP server not available" ; Used in a popup error message as a default error message when the user has ; entered an FTP URL into the URL field and an error has occurred. 33057="Internal error in FTP module" ; Used in a popup error message when the user has entered an FTP URL into ; the URL field, and the server has rejected the connection. 33058="Could not connect to FTP server, possibly because\r\nof too many users. Please try again later." ; Can be used when the the user has entered an FTP URL into the URL field, ; and the server has rejected the connection because the provided user ; name didn't exist. Normally an authentication dialog is shown instead. 33059="User not found on FTP server" ; Can be used when the the user has entered an FTP URL without user name and ; password into the URL field to do an anonymous login, and the server did ; not accept anonymous logins. Normally an authentication dialog is shown ; instead. 33060="Connection to this FTP server requires username and password" 33061="FTP directory not found" ; Used in a popup error message when the user has entered an FTP URL into ; the URL field, and the file did not exist. 33062="File not found" ; Used in a popup error message when an initiated FTP file download is ; interrupted by the server, either by the connection being closed (FTP ; error 426) or the download action being aborted (FTP error 451). 33063="Connection closed by remote FTP server" ; Used in a popup error message when the user has entered an FTP URL in the ; URL field to request a file download, and the server signals that it ; can't set up a passive data channel to transfer the file (FTP error ; 425). 33064="Could not open remote FTP channel" ; Used in a popup error message when the user has entered a file URL ; pointing to a file that does not exist in the URL field. 33120="Could not open file" 20017="Printer scale can only be set between 20 and 400%. Please enter a legal value" 20018="The maximum connections to a single server must be between 1 and 99." 20019="The maximum total connections must be between 1 and 999." 20020="The number of history lines must be set between 0 and 999." ; Used in a popup error message when the user has requested a file from the ; server, and the server recieves the request but no data exists to return ; (HTTP error code 204), if the user has set the Network/Server ; errors/Always show dialog box preference. 33044="Remote server accepted the request - no content returned" ; Used in a popup error message when the user has entered a file URL in the ; URL field and the file is read-protected. 32903="Access denied to this file" ; Used in a popup error message when the user has entered a file URL in the ; URL field and the file does not exist. 32904="File does not exist" ; Used in a popup error message when Opera has tried to write a file to disk ; and there was not enough disk space left. This happens for example when ; trying to save a page to disk, but also in many other places and ; situations, not always connected with something that the user does. 32905="Could not write to file. Disk full." ; Used in a popup error message when Opera has failed to write data into the ; cache, for example when fetching a document. 32906="Internal cache error" 20045="Out of resources. Could not load string" ; Used as default text on file upload input elements in forms in HTML ; documents. 20046="Choose" ; Used in a popup error message when the user has entered a telnet URL ; (starts with 'telnet:') in the URL field to start a telnet session, and ; no telnet application is specified in preferences. 20048="No Telnet application specified. Please enter the full path of a Telnet application in Preferences." ; Used in a popup error message when the user has entered a telnet URL ; (starts with 'telnet:') in the URL field to start a telnet session, and ; no host name has been specificed in the url. 20049="No host name specified" ; Used in a popup error message when the user has entered a TN3270 URL ; (starting with tn3270:) in the URL field, to connect to a server with ; TN3270, and no path to a TN3270 terminal application has been specified ; in the preferences. (TN3270 is a variant of telnet used mainly on IBM ; mainframes). 20121="No TN3270 application specified. Please enter the full path of a TN3270 application in Preferences." ; Used in a popup error message when the user has entered a TN3270 URL ; (starting with tn3270:) in the URL field, to connect to a server with ; TN3270, and no host name has been specified. (TN3270 is a variant of ; telnet used mainly on IBM mainframes). 20122="No host name specified" 20226="Skin files (*.zip)|*.zip|All files (*.*)|*.*|" 20050="HTML files|*.htm;*.html|Text files|*.txt|GIF files|*.gif|JPEG files|*.jpg;*.jpeg|BMP files|*.bmp|Sound files|*.wav|AVI Video files|*.avi|MIDI Music files|*.mid;*.midi|Opera window set-up|*.win|XML files|*.xml|Style Sheets|*.css|All files (*.*)|*.*|" ; Used in the File/Open dialog to let the user select what type of files the ; dialog should show. The labels are visible in the File type dropdown ; list. 20051="HTML files (*.htm;*.html)|*.htm;*.html|Text files (*.txt)|*.txt|GIF files (*.gif)|*.gif|PNG files (*.png)|*.png|JPEG files (*.jpg)|*.jpg|BMP files (*.bmp)|*.bmp|All files (*.*)|*.*|" 20052="Program files (*.exe)|*.exe|All files (*.*)|*.*|" 30120="Sound files (*.wav)|*.wav|All files (*.*)|*.*|" 20126="X509 (*.usr)|*.usr|PKCS #7 signed (*.p7s)|*.p7s|PKCS #7 (*.p7)|*.p7|PKCS #12 (with private key) (*.p12)|*.p12;*.pfx|PEM file (*.pem)|*.pem|All files|*.*|" 20127="X509 (*.usr)|*.usr|PKCS #7 signed (*.p7s)|*.p7s|PKCS #7 (*.p7)|*.p7|PKCS #12 (with private key) (*.p12)|*.p12;*.pfx|PEM file (*.pem)|*.pem|" 20128="X509 (*.ca)|*.ca;*.crt;*.cer;*.509;*.der|PKCS #7 signed (*.p7s)|*.p7s|PKCS #7(*.p7)|*.p7|PEM file (*.pem)|*.pem|All files|*.*|" 20227="Comma delimited files (*.csv)|*.csv|All files (*.*)|*.*|" ; Used in the authentication dialog when the user tries to access a password ; protected document. 20082="Please enter username and password for this page." ; Used in the authentication dialog when the user has tried to access a ; password protected HTML page and authentication has failed. 20053="Could not authenticate with page. Please re-enter username and password." ; Used when the user has tried to access an URL type that according to the ; settings in preferences should be accessed through a proxy server, and ; the proxy server requires authentication. 20110="Please enter username and password for this proxy server." ; Used when the user has tried to access an URL type that according to the ; settings in preferences should be accessed through a proxy server, and ; the authentication to the proxy server fails. 20109="Could not authenticate with proxy server. Please re-enter username and password." 20118="CSS files (*.css)|*.css|HTML files (*.htm,*.html)|*.htm;*.html|All files (*.*)|*.*|" 20341="Pictures|*.gif;*.png;*.jpg;*.jpeg;*.jpe;*.bmp|All files|*.*|" 20059="GIF files (*.gif)|*.gif|PNG files (*.png)|*.png|JPEG files (*.jpg)|*.jpg|BMP files (*.bmp)|*.bmp|All files (*.*)|*.*|" 20073="Message(s) posted" ; Used in a popup error message when Opera finds that the document type is ; unknown, or no document exists. This is hard to produce, though, since ; handle all unknown file/mime types by letting the user decide what to do ; with them - save, open or other alternatives, and empty documents are ; just ignored. 20074="Unknown document or no document specified" 20075="Could not create Opera directory. Please try again with a valid directory name" ; Used in an error popup dialog when the user has entered a gopher or WAIS ; url in the URL field, and no corresponding proxy has been set in ; preferences. 20076="The address type requires the use of a proxy server. Please specify a proxy server in Preferences." ; Used as the default text to substitute an image in an HTML document, if ; the image can't be loaded (or viewing of images is turned off) and the ; images alt attribute is empty. 20078="Image" ; Used as the default prompt string to a searchable index specified with the ; ISINDEX tag (an early form of forms functionality, deprecated in HTML ; 4.X) in a HTML document, and is rendered in the document above an input ; text area. (The label can be changed from this default with the PROMPT ; attribute to the ISINDEX tag.) 20079="This is a searchable index" ; Used at the end of an HTML document that has not been fully loaded because ; the user has cancelled the request with the Stop button. 20081=" Transmission stopped!" 20084="This type is internal and can not be deleted." 22509="Delete file type" 20085="Are you sure you want to delete the file type association: [%s] ?\n\n Opera will no longer know what to do with files of this type if you do." 20086="This type is internal and can not be renamed." 20090="Open e-mail file" 20091="Save e-mail file" 32886="Could not locate the system file WSOCK32.DLL. You may have to (re)install your network drivers." 20093="Opera e-mail" 30101="Import e-mail from Eudora®" 30100="Import e-mail from Outlook Express®" 30102="(Microsoft Outlook Express 4.x)" 30103="(Microsoft Outlook Express 5.x)" 30112="(Comma delimited address book file)" 30104="(Netscape Mail)" 30109="(Qualcomm Eudora)" 30105="(Microsoft Windows Messaging)" 30106="(Microsoft Outlook)" 30107="(UNIX mailbox file)" 30108="No supported programs found!" 30110="Please specify the folder where you have the Outlook Express mailboxes." 30111="Please specify the folder where you have your mailboxes." 16615="You can set these options if you wish to see specific types of advertisements" ; Search strings 17059="P&references..." 17060="Search type" 17061="Keyword" 17062="" ; Search with x 17063="%s search" ; Search for x 17064="%s search" ; Search x-domain 17065="%s search" ; Search in page 17066="Find in page" 30121="Opera was unable to create a window because the system is running low on resources.\nPlease free resources by closing windows in Opera or other programs that are running." 25409="Windows Resources" 25410="The system is running low on resources" 17056="Event" 17057="Sound file" 22461="&Open the file" 22462="&Open the file with %s" 22464="What would you like to do?" 22463="Caution! You should always check for viruses before opening files" 22468="Unknown server" 22515="Document:" 22516="Images:" 22517="Total:" 22518="Speed:" 22519="Time:" 22736="Invalid download directory" 22735="You tried to download to an invalid directory." 20094="Illegal margin size. Must be between 0 and 5 cm (2 inches)" 20098="No recipient specified. Please specify a recipient or a news group" 20101="Could not play multimedia file. Please check that the device is correctly installed." 21020="Could not run registered application. Windows is out of memory or the application program file is corrupt." 21021="File not found." 21022="Path not found." 21023="Could not start registered application. Out of memory." 21024="Could not start registered application. A library (DLL file) seems to be corrupt." 21025="Could not start registered application. It requires 32 bit Windows extensions." 21026="No registered application for this extension." 21027="Could not start registered application." 21030="Could not run application. Windows is out of memory or the application program file is corrupt." 21031="Program not found." 21032="Program path not found." 21033="Could not start application. Out of memory." 21034="Could not start application. A library (DLL file) seems to be corrupt." 21035="Could not start application. It requires 32 bit Windows extensions." 21036="Could not start application." 20102="Signature files(*.sig)|*.sig|Text files (*.txt)|*.txt|All files (*.*)|*.*|" 22505="You need to specify a MIME type." 22506="MIME type not specified" 22512="This MIME type is already defined.\n\n%s\n\nDo you want to overwrite it?" 22513="Overwrite MIME type?" ; Popup error message when the user has tried to print a document and the ; printer signals that it's out of paper. Currently unused. 20103="Could not print the page. The printer is out of paper." ; Used in the document window when showing an ftp file listing. 20125="Parent directory" ; Used in the 'type' column of the created directory listing when a file URL ; pointing to a directory (for example file://localhost/C:/) has been ; entered in the URL field, when the list item type is a directory. 22494="Directory" ; Used in the column titles of the created directory listing when a file URL ; pointing to a directory (for example file://localhost/C:/) has been ; entered in the URL field. 22496="Name" 22497="Type" 22498="Size" 22499="Time" 20200="Normal" 20201="Heading 1

" 20202="Heading 2

" 20203="Heading 3

" 20204="Heading 4

" 20205="Heading 5

" 20206="Heading 6
" 20207="Preformatted text
"
20208="Links "
20230="Forms text field single line"
20212="Forms text field multi-line"
20213="Forms button text"
20214="CSS font-family serif"
20215="CSS font-family sans-serif"
20216="CSS font-family cursive"
20217="CSS font-family fantasy"
20218="CSS font-family monospace"
22072="The address is too long."
; Used in a popup error message when there is not enough free memory for
; Opera to complete the current task.
21002="Out of memory."

21249="Find results"
21180="Personal bar"
21181="Blank page"
21199="New folder"
21200="Add"
21201="Add"
21202="Menu"
21248="Find"
21193="New page"
21203="New"
21204="Open"
21205="Save"
21206="Print"
21207="Copy"
21208="Find"
21209="Back"
21210="Reload"
21211="Forward"
21212="Home"
21213="Go to"
21214="Active"
21215="Tile"
21216="Cascade"
21217="School"
21218="MIME"
21254="Hot list"
21255="Full"
21197="Go"
21198="Search"
21194="Resume"
21195="Re-transfer"
21196="Stop"
21010="Preview"
21011="As screen"
21012="Act. frame"
21013="All frames"
21050="Close all windows?"
21051="&Bookmarks"
; Used in the progress bar when a request for fetching a document has been
; enqueued for sending to the server.
21059="Request queued for sending to %s..."

; Used in the progress bar when Opera is looking up the name for the host to
; fetch a document from.
21060="Looking up host name %s..."

; Used in the progress bar when connecting to the host to fetch the
; requested document.
21061="Connecting to remote host %s..."

; Used in the progress bar when sending a document request to the server.
21062="Sending request to %s..."

; Used in the progress bar when receiving data from the requested document
; from the server.
21063="Receiving data from %s..."

; Used in the progress bar when starting the network before fetching a
; requested document.
21064="Connecting to network/modem..."

; Used in the progress bar (often too briefly to be seen, before the
; hostname lookup) when searching for a complete name for the server to
; fetch a requested document from.
21065="Searching for complete server name..."

; Used in the progress bar when setting up an encrypted connection with the
; server before fetching a requested document.
21066="Setting up secure connection..."

; Used in the progress bar when connecting to a proxy server to fetch a
; requested document.
21067="Connecting to proxy..."

; Used in the progress bar when waiting for a connection to the server to be
; set up, to fetch a requested document.
21760="Waiting (#%2) for connection to %1"

; Used in the progress bar when a requested file has been loaded from the
; server.
21074="Completed request to %s"

; Used in the progress bar when waiting for a reply from the server after
; requesting a document.
21068="Activated 40 second timeout. Waiting for data..."

; Used in a popup warning message when the user has submitted a HTML form to
; a server, which accepts the request, but never sends an HTTP_CONTINUE
; (HTTP response code 100) to tell Opera to send the forms data. Opera
; waits for 40 seconds before showing the warning message.
33045="There seems to be a problem on this server.\n\nIf loading does not finish properly, please stop the request and re-submit the form."

; Used in the progress bar while the user selects to accept or reject a
; cookie in the cookie warning/confirmation dialog, when accessing a site
; that requires the server to set client cookies, and Opera is not set to
; automatically receive this kind of cookie.
21077="Waiting for user-confirmation of cookie(s)..."

; Used in the progress bar while Opera checks that the domain stated in the
; cookie exists.
21078="Waiting for DNS confirmation of cookie domain(s)..."

; Used in a popup error message if the user has entered an URL with a port
; specification that is not the default port for that protocol, and is
; among the ones that Opera uses internally (for example
; www.example.com:25) in the URL field.
33050="Access to this port is disabled for security reasons."

; Used in a popup error message, along with the complete cookie data, when
; the server wants to set an HTTP cookie with a domain attribute that does
; not match the server name.
33051="The server tried to set an illegal cookie. The combination of the server's hostname and the domain attribute for this cookie is not acceptable. The cookie has, therefore, been rejected.\r\n\r\nYou might want to ask the site's Webmaster to set legal cookies."

; Used in a popup error message, along with the complete cookie data, when
; the server wants to set an HTTP cookie, and Opera fails to look up the
; domain stated in the cookie in the DNS.
33052="The server tried to set a cookie for a domain with no registered IP address. For security reasons this is not acceptable. The cookie has, therefore, been rejected.\r\n\r\nYou might want to ask the site's Webmaster to create an IP address for the domain specified in the cookie."

22726=", this plug-in is disabled"
21080="Opera start-up"
21081="Opera exit"
21082="Page loaded"
21079="Transfer done"
21083="Failure"
21084="Follow link"
22259="Instant message received"
22260="Contact on-line"
21111="None"
22522="No skinning"
22469="No registered viewer for %s-files, you need to define an application to open the file type with.\nPress the [Advanced]-button and specify which application to use."
22470="No application found"
25142="Choose a sound file to play on event"
21100="Windows is getting low on resources. It would be wise to close some windows or an application to avoid problems."
21101="Windows is getting low on resources. It would be wise to close some windows or an application to avoid problems."
21104="The saved windows file appears to be corrupt and can not be used."
21112="Opera window set-up (*.win)|*.win|All files (*.*)|*.*|"
21247="View"
21233="Send"
21234="Include"
21235="Stop"
21236="Load"
21237="Show"
21238="Off"
21239="Colour"
22502="Author"
22503="User"
; View source button
22571="HTML"

20105="Page"
20108="This form is being submitted via e-mail. If you want to reveal your name and e-mail address to the recipient, press [Yes]. If you want to use an anonymous e-mail address, press [No]."
; Used in an warning/confirmation dialog when the user has tried to submit
; an HTML form insecurely.
20111="This form is being submitted without encryption. Do you want to continue?"

; Used in a warning/confirmation dialog when the user has submitted an HTML
; form, and the server wants to redirect the submitted data to another
; server. GET and POST refers to HTTP commands. POST is to send the form
; data again to the new destination, GET discards the data, but continues
; to to the new destination.
20119="The server wants to redirect your form.\n\nPress [Yes] to re-POST the form to the new destination\n\nPress [No] to GET the new destination without resending the form.\n\nPress [Cancel] if you do not wish to continue."

21401="None"
21402="Low"
21403="Medium"
21404="High"
21405="No security on server"
21407="Low security on server"
21409="Medium security on server"
21411="High security on server"
21406="Low security on server. Unencrypted images"
21408="Medium security on server. Unencrypted images"
21410="High security on server. Unencrypted images"
; Used in the title bar of the Certificate authorities dialog in the network
; security preferences.
21250="Certificate authorities"

; Used in the title bar of the Personal certificate dialog in the network
; security preferences.
21251="Personal certificates"

21252="Failed to connect to server."
21253="Transmission failure."
21258="Illegal, or non-verifiable certificate."
21259="Unsupported certificate."
21260="The certificate has been revoked by its issuer."
21261="The certificate has expired."
21262="The certificate is unknown."
21265="The certificate is valid, but permission denied."
21271="An internal error occurred."
21274="The certificate's chain was not ordered properly."
21272="No acceptable SSL 2 encryption methods found."
21273="Unknown error detected."
21319="This server only supports SSL 2. If you wish to connect to this server you must enable SSL 2 in Preferences."
21276="Secure connection: warning (%u)"
21277="Secure connection: warning (%u) from server"
21278="Secure connection: fatal error (%u)"
21279="Secure connection: fatal error (%u) from server"
21280="Please enter security password"
21281="Please enter the old security password"
21282="Please enter the new security password"
21283="Please re-enter the new security password"
21284="Wrong password, please enter the correct security password"
21285="Changing the security password failed."
21388="Your password should have at least 6 characters, consisting of at least one digit and one alphabetic character"
21320="Please enter a security password"
21286="These are the personal certificates registered in the database."
21287="These are the certificate authorities registered in the database."
21288="Install this certificate authority's certificate chain in the database?"
21289="Install this personal certificate chain in the database?"
21330="Install this PEM encoded certificate chain in the database?"
21291="You are about to send a request to this server. Continue?"
21293="The server's certificate did not match its hostname. Accept?"
21378="One of the certificates presented by the server has expired. Do you wish to accept the certificate?"
21309="The server requested a certificate. Please select one of these certificates, or press [Cancel] to send none."
21331="The signatures of this certificate could not be verified."
21464="This certificate cannot be used for this purpose."
21303="Install authority certificate"
21304="Install client certificate"
21336="Install PEM certificate"
21305="Select client certificate"
21306="Certificate warning"
21307="Wrong certificate name"
21308="Certificate expired"
21377="Server certificate expired"
21312="This certificate has expired. You should delete it, and install an updated certificate."
21314="Certificate signer not found"
21321="The server's certificate chain is incomplete, and the signer(s) are not registered. Accept?"
21322="The root certificate for this server is not registered. You may install this certificate. Accept/install?"
21315="Your certificate has been installed, and you can use it, but Opera could not verify it. The signer of this certificate is missing. Please install the signer's certificate if available."
21311="Install"
21323="Setting the security password failed."
21316="The certificate installation failed."
21317="The client certificate had no matching private key in the database."
21318="The certificate's chain was not ordered correctly."
21324="A different client certificate is already installed for this key. Installation failed."
21325="A different certificate already exist for at least one of the installed certificate authorities. These were ignored."
21326="Generating key"
21327="Please wait, Opera is generating your private key."
21328="All encryption methods are disabled in Preferences."
21329="The certificate is unknown or has an illegal format."
21332="Security operations are not available."
21333="Security is disabled."
21334="This security operation is disabled."
21335="Without this security DLL, Opera's security features may not be used"
21337="Accept"
21338="The server's certificate held an illegal name expression"
; Max 30 characters
21344="Connection"

; IMPORTANT!!!! Do not change %u, %ld or \r and \n !!!!
21346="Modulus:"
21347="modulus:"
21348="Exponent:"
21349="publicExponent:"
21350="privateExponent:"
21351="prime1:"
21352="prime2:"
21353="exponent1:"
21354="exponent2:"
21355="coefficient:"
21364="Unsupported key algorithm "
21365="Unknown extension object ID "
21367="Unknown signature algorithm "
21368="Certificate version: %ld\r\n"
21369="Serial number: %s\r\n"
21370="Not valid before: "
21371="\r\nNot valid after: "
21372="\r\nFingerprint: "
21373="\r\n\r\nPublic key algorithm: "
21374="\r\nSignature algorithm: "
21375="\r\nExtensions:\r\n"
21376=" (Critical)"
21461="\r\n\r\nPublic key fingerprint (SHA-1):\r\n  "

; Max 199 chars 
21366="%u bit private key. Generated %s.\r\nURL: %s"

21362="The Certificate may not be used for SSL authentication or issuing SSL certificates."
21356="The Certificate may be used for SSL client authentication."
21357="The Certificate may be used for SSL server authentication."
21358="The Certificate may be used for SSL client and server authentication."
21359="The Certificate may be used to issue SSL certificates."
21360="The Certificate may be used for SSL client authentication, and to issue SSL certificates."
21361="The Certificate may be used for SSL server authentication, and to issue SSL certificates."
21363="The Certificate may be used for SSL client and server authentication, and to issue SSL certificates."
; Used in a popup error message when the server has requested an
; authentication method that Opera does not support, when fetching a
; document.
32901="The server requested a login authentication method that is not supported."

; Used in a popup error message when a proxy server has requested an
; authentication method that Opera does not support, when fetching a
; document.
32902="The proxy server requested a login authentication method that is not supported."

; Used in a popup error message when the user has tried to authenticate to a
; page outside of the given security realm.
32907="This URL is not in the list of URLs that can be authenticated by the given realm.\r\nCannot send Authentication credentials."

; Used in the progress bar while Opera is uploading a file to the server.
21386="Uploading file(s) to server"

21380="Could not save the e-mail in the Outbox."
21382="This function is not available in this special version of Opera."
21379="This feature has been disabled"
21383="Drives"
; Used as title of the generated plugin list page (oprea:plugins) on some
; platforms.
21384="Plug-ins"

; Used as title of the generated history list page, when the user has
; selected Windows/Special/History, or entered the URL opera:history.
21385="History"

21400="Plug-in directories have been scanned.\nPlug-ins for new file types have been activated.\nPlug-ins for known types were added, but not activated."
; Used as title of the generated cache list page, when the user has selected
; Windows/Special/Cache, or entered the URL opera:cache.
21415="Cache"

; Used in the Filename column of the created cache listing (created by
; entering the special URL opera:cache into the URL field) when the file
; is cached in memory and not to a file.
22493="(Memory)"

22491="Source of"
; Used as page title in a blank page created by entering the special URL
; opera:blank in the URL field.
22492="Blank page"

; Used as column titles in the generated cache list page, when the user has
; selected Windows/Special/Cache, or entered the URL opera:cache.
21416="Filename"
21417="Address"
21418="Size"

21420="Do you really want to cancel this transfer?"
; Used in a popup confirmation dialog when the user has gone to
; Preferences/Multimedia, enabled plugins and pressed the 'Find plugins'
; button, and new plugins needs to be activated.
21764="Do you want to associate the "%1" plug-in with the type "%2"?"

21421="Do you want to associate this plug-in with the type?"
21425="Your timed evaluation has %i days left"
21428="Unregistered version"
21501="Add page here..."
21502="Set as active folder"
21504="Open all folder items"
21508="More bookmarks..."
; Docked hotlist window
21516="Hot list"
21517="Title"
21518="Visited"
21520="Created"

21525="Manage bookmarks"
21519="&View"
21600="A nickname may not contain a period, colon or slash."
21601="Illegal nickname"
21609="Your bookmarks are sorted alphabetically.\n\nYou need to select "my ordering" in the bookmarks View menu\nbefore you can change the order of your bookmarks."
21610="Bookmarks sorted alphabetically"
; Open file dialog
21511="Add file to bookmarks"
21512="Open bookmark file"
21513="Opera bookmark files (*.adr)|*.adr|HTML / Netscape bookmark files (*.htm, *.html)|*.htm;*.html|All files (*.*)|*.*|"
21514="Create new bookmark file"

; Autoimport after install
21950="Auto-imported"
21951="Netscape Bookmarks"
21952="Internet Explorer Favourites"

; Save file
21551="Opera (*.adr)|*.adr|"

21606="Warning"
21607="Are you sure you want to delete these %li items?"
21608="Confirm multiple items deletion"
22520="Mouse gestures"
22521="You have performed a mouse gesture for the first time.\n\nMouse gestures are activated by mouse movements\nwhile holding the secondary mouse button.\n\nPress [Help] to learn mouse gestures.\n\nWould you like to continue using mouse gestures?"
; Skin removal
22523="&Remove foreground skin"
22524="Remove &background skin"

; Use skin from button set (buttons.ini)
22738="Use skin from button set?"
22737="The button set also contains skin images.\nWould you like to use them?"

22739="Click here to buy Opera and remove the ad banner"
; Serial number stuff
22004="Opera registration"
22001="Opera is already registered.\n\nDo you want to change the registration information?"
22002="The registration information you have entered does not seem to be correct.\n\nPlease make sure that you have entered it correctly."
22003="Opera is now registered."
22005="This registration information has expired.\nPlease upgrade at ."
22006="This registration information has expired.\nPlease upgrade at ."

21300="Shortcuts"
21301="Index"
21342="When Opera is closed."
21343="This cookie will only be sent to secure servers in the domain."
21393="This cookie can be sent to any server in the domain."
21394="This cookie will only be sent to this secure server."
21395="This cookie will only be sent to this server."
21396="This cookie will be deleted from the database."
21397="The preferences file selected on the command line needs to be upgraded to work with this version of Opera. Upgrading will break compatibility with earlier versions of Opera. Do you wish to proceed with the upgrade? If you press [Cancel], the default preferences file will be used instead."
22071="Transfers"
22232="User defined"
21431="Your history list file is corrupt and will be cleared."
; Probably deprecated. On O7 and O6 Win, the JavaScript error dialog is
; popped up instead, if the user has requested in preferences/Multimedia
; to be alerted of JavaScript errors.
32825="JavaScript execution failed"
21450="Execution of script failed."
21451="Compilation of script failed."

; Used if Opera for some reason tries to run JavaScript in a non-HTML
; document. This is not likely to happen.
21452="JavaScript: URLs can only be run with HTML documents."

; Used in a popup error message when the Opera fails to load the JavaScript
; library at startup.
21453="Could not load the system file ES262-32.DLL. JavaScript will not be executed."

; Used in the progress bar while Opera is busy running a JavaScript program.
21454="Executing JavaScript..."

22073="Closing the transfer window will stop all transfers in progress.\n\nAre you sure?"
22074="Cancel transfers?"
22076="Name"
22075="Size"
22080="Type"
22077="Progress"
22078="Time"
22079="Speed"
22085="Done"
22108="Done (Size mismatch)"
22086="Stopped"
22087="Error"
22089="Unknown"
22090="Stop"
22091="Resume"
22186="Remove from list"
22187="Re-transfer"
22092="Shell open"
22109="Copy file information"
22093="Stop selected transfer?"
22236="The installed language file is not written for Opera build %s.\n\nPress [Yes] to restart Opera using the default English language.\n\nPress [No] to use the language file, with possible language errors."
22094="File"
22096="New"
22095="Edit"
22099="Error"
22120="Files"
22121="All files"
22122="All files (*.*)"
14121="Stop executing scripts on this page"
25266="&Do not show this dialogue again"
22151="New folder"
; Used in the title bar of a warning/confirmation dialog when a script tries
; to read the content of a password input element in a form in a HTML
; document.
22486="JavaScript security warning"

; Used in a warning/confirmation dialog when a script tries to read the
; content of a password input element in a form in a HTML document.
21430="A script wants to read the password(s) in the form.\n\nAre you willing to give the script access to your password(s)?"

22102="Failed closing dial-up connections (time out)"
22103="Close dial-up connections?"
22104="You are connected to %sDo you want to close these open dial-up connection(s)?"
22107="Unable to read Tip of the Day file"
22114="Bookmark folder properties"
22125="Contact folder properties"
22115="Bookmark properties"
22117="Bookmarks"
22118="Contacts"
34304="Wrong PIN code"
34305="Could not verify signature"
34306="The card reader is already in use"
34307="There may be some problem with the card"
34308="Your card number did not match that of any of the recipients listed in the e-mail"
34309="Could not encrypt (undefined error)"
22110="Bookmarks"
22111="E-mail"
22112="Contacts"
22158="Panel"
22159="Panel"
22160="Panel"
22124="&Add all"
22127="Folder"
22128="Name"
22415="Art / Cultural"
22416="Motoring / Cars"
22417="Books / Magazines"
22418="Computer / Games"
22419="Computer / Technology"
22420="Cooking"
22421="Fashion / Shops"
22422="Finance / Investment"
22423="Food / Wine"
22424="Health / Fitness"
22425="House / Garden"
22426="Movies"
22427="Music"
22428="News / Events"
22429="Science / Education"
22430="Sports / Hobbies"
22431="Travel / Leisure"
22432="Unspecified"
22433="Taking a break"
22434="Poor as a Church mouse"
22435="Get by"
22436="Average"
22437="Comfortable"
22438="Rolling in it"
22439="1900-1929"
22440="1930-1949"
22441="1950-1959"
22442="1960-1969"
22443="1970-1979"
22444="1980-1989"
22445="1990 or later"
22446="Male"
22447="Female"
22448="Single"
22449="Single parent"
22450="Married"
22451="Married with children"
22452="Other"
22453="GCSE/O-Levels"
22454="A-levels"
22455="Vocational Qualification"
22456="University degree"
22457="Post-graduate degree"
21470="This page wishes to set the cookie\r\n   %s="%s"\r\n\r\nThis value will %sbe sent to %sdocuments on %s%s%s%s, and paths that are starting in /%s.\r\n\r\n"
21471="only "
21472="secure pages "
21473="the server "
21474="all servers in the domain "
21475=", port(s) "
22233="This registration information has expired.\nPlease upgrade at ."
22234="Upgrade Opera"
21476="The cookie will be deleted when Opera is closed."
21477=", but, unless you override, the cookie will be deleted when Opera is closed."
21478="The cookie is valid until %s%s\r\n\r\n"
21479="The cookie is valid until %s and has expired, any existing cookie with the same name will be deleted.\r\n\r\n"
21480="The service has sent the following message about the purpose of the cookie: "%s"\r\n"
21481="\r\nFurther information may be found at <%s>\r\n%s\r\n\r\n"
21482="The service provides information about its cookies at <%s>\r\n%s\r\n\r\n"
21483="\r\nYou may view this page by clicking the "View Comment" button below.\r\n"
21484="Accept, including updates before closing Opera"
21485="Accept without changes"
21486="Accept, but delete when closing Opera"
21487="Accept, but save when closing Opera"
21488="Accept cookies from this server"
21489="Refuse cookies from this server"
21490="Accept cookies from this domain"
21491="Refuse cookies from this domain"
21499="\r\n----------------------\r\nFull cookie request:\r\n\r\n"
21738="Accept third-party cookies from this server"
21739="Refuse third-party cookies from this server"
21740="Accept third-party cookies from this domain"
21741="Refuse third-party cookies from this domain"
21492="Refuse all without question"
21493="Display in dialogue box with multiple choice"
21494="Treat as specified in Server Manager"
21495="Accept all without question"
21496="Accept only cookies set to the server itself"
21497="Refuse all without question"
21746="Display in dialogue box with multiple choice"
21498="Accept all without question"
22183="Opera needs to be restarted before your changes take effect.\n\nDo you want to close Opera?"
22184="Close Opera?"
22185="Default language (English US)"
22210="A supported version of Java Runtime Environment could not be found.\nYou need to install version 1.2 or later of the Java Runtime Environment from Sun.\nJava is automatically disabled for this session.\nDo you want to disable Java for future sessions?"
22211="The Opera Java classes do not have sufficient permissions to execute\nEither the opera.policy file could not be found, or the policy file\ndoes not grant permissions to the opera.jar file. Java applets will not work."
22212="The installed version of Java Runtime Environment is incompatible with this version of Opera. Please download JRE 1.2 or later at ."
22213="The Java DLL was not found where the\nregistry said it was. Your Java installation\nseems to be corrupted. Java applets will not work."
22214="Failed to create Java Virtual Machine."
22215="Java Virtual Machine has exited.\n\nJava is disabled for the rest of this session."
22216="Java Virtual Machine has aborted.\n\nJava is disabled for the rest of this session."
22217="Registering native Java methods failed.\n\nYou either use an old opera.jar file or it\nis not in the Opera Classpath. Java applets will not work."
22218="Do you want to see the installation instructions for the Java Runtime Environment?"
22219="Could not find the opera.jar file\nEither you do not have an 'OPERA CLASSPATH' entry in the [JAVA] section\nof your opera.ini file, or that entry has the wrong path.\nJava applets will not work."
22220="Could not find the opera.policy file.\nEither you do not have a 'SECURITY POLICY' entry in the [JAVA] section\nof your opera.ini file, or that entry has the wrong path.\nJava applets will not work."
22221="Java security"
22222="A signed applet is requesting additional privileges. Do you wish to grant this applet all permissions?"
22123="None found"
22173="Error sending e-mail"
22174="No external e-mail application specified."
22175="Error sending e-mail"
22176="Unable to start the external e-mail application"
22179="E-mail"
22182="Your Opera e-mail account properties are not properly set up.\nDo you want to edit your e-mail preferences now?"
22180="The selected external e-mail client is not specified.\nDo you want to edit your e-mail preferences now?"
22181="There is no default e-mail client on your computer.\nDo you want to edit your e-mail preferences now?"
22177="Warning"
22178="The selected external e-mail client either does not exist\nor has no valid account set up.\n\nApply changes anyway?"
21720="Identify as Opera"
21721="Identify as Mozilla %s"
21723="Identify as MSIE %s"
21730="Accept from server"
21731="Accept from domain"
21732="Refuse from server"
21733="Refuse from domain"
21742="Accept third party from server"
21743="Accept third party from domain"
21744="Refuse third party from server"
21745="Refuse third party from domain"
21736="Accept illegal paths"
21737="Refuse illegal paths"
21734="Re&fuse"
21735="Ac&cept"
14217="Exit print pre&view\tP"
14218="Print pre&view..."
22240="Select directory containing your language files"
22514="User defined"
; Used as default text on submit input elements in forms in HTML documents.
13043="Submit"

; Used as default text on reset input elements in forms in HTML documents.
13044="Reset"

; Used as default text on button input elements in forms in HTML documents.
13045="Button"

; Used at top of the document when trying to show an malformed XML document.
; Followed by a more specific XML error message.
13046="XML parsing failed"

; Used in a popup error message when the user has entered input in a text
; input element in a WML document, and the input did not match the format
; specification.
13047="The input is not valid."

11463="&Page bar"
11462="P&ersonal bar"
11458="Show searches"
11461="&Show panels"
11326="Cycle in recently used order"
11327="Cycle in page bar order"
11328="Cycle without showing list"
11459="Select the folder where Eudora resides"
11460="Please specify the folder where you have the Outlook Express mailboxes"
; Preferences dialog options
11521="Advertising"
11500="Accessibility"
11501="Default browser"
11502="Fonts"
11503="E-mail"
11504="File types"
11505="History and cache"
11506="Browser look"
11524="Page style"
11507="Languages"
11508="Multimedia"
11509="Network"
11511="Programs and paths"
11512="Personal information"
11513="Plug-ins"
11514="Privacy"
11515="Security"
11516="Sounds"
11517="Start and exit"
11522="Search"
11518="Browser layout"
11519="Windows"

11626="Category"
11621="Applying new preferences, please wait..."
11627="Name"
11628="Description"
11629="Path"
17035="MIME type"
17036="File Extension(s)"
; Unicode block names for the international font preferences
11525="Automatic"
11526="No fonts available"
11527="Arabic"
11528="Armenian"
11529="Basic Latin"
11530="Bengali"
11531="Cherokee"
11532="Currency symbols"
11533="Chinese simplified"
11534="Chinese traditional"
11535="Cyrillic"
11536="Devanagari"
11537="Ethiopian"
11538="General Punctuation"
11539="Georgian"
11540="Greek"
11541="Greek Extended"
11542="Gujarati"
11543="Gurmukhi"
11544="Half-width and Full-width Forms"
11545="Hangul"
11546="Hebrew"
11547="Hiragana"
11548="CJK Symbols and Punctuation"
11572="Kanji"
11549="Kannada"
11550="Katakana"
11551="Khmer"
11552="Lao"
11553="Latin-1 Supplement"
11554="Latin Extended-A"
11555="Latin Extended-B"
11556="Latin Extended Additional"
11557="Malayalam"
11558="Mongolian"
11559="Myanmar"
11560="Number Forms"
11561="Ogham"
11562="Oriya"
11563="Runic"
11564="Sinhala"
11565="Syriac"
11566="Tamil"
11567="Telugu"
11568="Thaana"
11569="Thai"
11570="Tibetan"
11571="Unified Canadian Aboriginal Syllabic"

; About page
11700="About Opera"
11701="Registration information"
11702="Registered"
11703="Name"
11704="Organisation"
11705="Evaluation"
11706="Paths"
11707="System"
11708="Preferences"
11709="Opera directory"
11710="Saved windows"
11711="Bookmarks"
11712="Plug-in path"
11713="Cache"
11714="Help documents"
11715="Java"
11716="Third parties"
11717="Opera Software is grateful to the groups and individuals above for their contributions."
11718="The Java Runtime Environment version installed is not supported by this version of Opera"
11719="No Java Runtime Environment installed"
11720="Yes"
11721="No"
11722="N/A"

22248="pixels"
22250="bits per pixel"
22249="bytes"
22244="Error message"
22251="animated in %i frames"
22168="Save File(s)"
22169="Open File(s)"
22170="File not found."
22171="Invalid file name."
22167="Please verify that the path and file name are correct."
22510="byte"
22252="B"
22253="kB"
22254="MB"
22255="GB"
22256="TB"
22257="/s"
22480="Java not installed"
22465="Choose folder to save files"
22481="Version"
22482="Build"
22483="Platform"
22484="Version information"
22485="System"
22568="Partner"
22245="A problem occurred when Opera tried to connect to your printer. Please check your printer settings. If you have a remote printer or network printer, please check your network connection."
22246="Printer problem"
22247="Printer"
; Hotlists toolbar buttons
10927="Display contacts view menu"
10926="Add contact folder"

; Hotlists toolbar buttons and Mail Trash Toolbar
10925="Add contact"

10920="Add active page to bookmarks"
10921="Add bookmark folder"
10922="Display bookmarks view menu"
14494="Do you want to\n\n     close all windows,\n     delete all non-persistent cookies,\n     delete all passwords,\n     delete all history\n     and delete cached pages with passwords or encryption?"
14495="Delete private data"
22163="The source code in this window has been edited. Do you want to save it?"
22164="(edited) "
22235="Page"
; Used in a warning/confirmation dialog when the user has activated offline
; mode and then requested Opera to access information that is only
; available online.
21433="Off-line mode is enabled. Can not open\n\n%s\n\nDo you want to switch to on-line mode?"

22569="minute"
22237="minutes"
22570="second"
22723="seconds"
22238="last used"
22239="You have entered an illegal reload value.\n\nOnly numbers can be used, and the reload value cannot be zero."
; XML error message used at top of the document, following string 13046,
; when trying to show an malformed XML document. Followed by a line and
; character count to help finding the error in the XML file.
25001="out of memory"
25002="syntax error"
25003="no element found"
25004="not well-formed"
25005="unclosed token"
25007="mismatched tag"
25008="duplicate attribute"
25009="junk after document element"
25010="illegal parameter entity reference"
25011="undefined entity"
25012="recursive entity reference"
25013="asynchronous entity"
25014="reference to invalid character number"
25015="reference to binary entity"
25016="reference to external entity in attribute"
25017="xml processing instruction not at start of external entity"
25018="unknown encoding"
25019="encoding specified in XML declaration is incorrect"
25020="unclosed CDATA section"
25021="error in processing external entity reference"
25022="document is not standalone"
25000="unknown error"

; Error messages from XML
25023="Line:"
25024="Character:"

22154="Invalid value for '%s'"
21765="'%1' contains an invalid value.\nA number between %2 and %3 is required.\n\n"
22156="Do you want to reset this value?"
22157="Resetting to last good value."
22243="Unknown"
21766="%1 items in %2 folders, %3 items total"
; Used in a warning/confirmation dialog when an URL with a user name (like
; http://username@www.example.com) is entered in the URL field.
21463="Security warning:\n\nYou are about to go to an address containing a username.\n\n    Username: %s \n    Server: %s\n\nAre you sure you want to go to this address?"

22161="Not found"
22162="Could not find the text "
21120="Display all headers"
21122="Date"
21123="From"
21124="Subject"
21125="To"
21121="Cc"
21126="Bcc"
22703="Images only"
22704="Text only"
22705="Images and text below"
22706="Images and text on right"
22715="Accept pop-up windows"
22716="Refuse pop-up windows"
22717="Open pop-up windows in the background"
22718="Open requested pop-up windows only"
25316="Confirm deletion"
25317="Please confirm to delete this panel permanently.\n\n%s"
25318="Add Hot list panel?"
22729="Select"
22730="Opera is set to open with your saved window set-up"
22731="Opera is set to open with your home page"
22732="Opera is set to continue where you left browsing"
22733="Opera is set to open with no browser windows"
22734="Click here to change"
17171="Google"
17187="AllTheWeb"
17189="Super"
17202="Ama&zon.com"
17174="Price Comparison"
17175="&TechTracker"
17176="Domain Name"
17178="Stock "e"
17180="Image"
17181="Video"
17179="&Mp3/Audio"
17188="Google groups"
17182="Opera support"
17183="&Find in page"
17203="News"
21747="Please enter the password protecting the key"
21748="Please enter a password to protect the exported private key"
21749="Please re-enter the password"
21750="Import private key"
21751="Import key and certificate"
21752="Do you want to import the private key and these attached certificate(s)?"
21753="Do you want to import the private key stored in this file?"
21754="The private key and certificate import failed"
21755="There was no private key in the file"
21756="The imported private key did not match the attached certificate's key. Operation failed."
30211="Automatic Proxy Configuration failed. Proxy is disabled for this session."
22728="You can perform Web searches in the address field"
25411="External e-mail frame"
25412="Loading of external frame source suppressed:"
10018="Cascade all windows"
10724="Toggle between author mode and user mode"
10596="Enter page zoom value here (press arrow for list)"
10009="Copy selected text to the clipboard"
10247="Toggle whether images should be loaded/shown"
10072="Go to the home page"
10052="Access bookmarks in active bookmark folder"
10000="Browse in a new window"
10031="Go forward to next page (press arrow for all next)"
10001="Open a file on your local computer"
10059="Go to a Web page"
10032="Go back to previous page (press arrow for all previous)"
10004="Print the page"
10069="Enter Internet addresses here (press arrow for previously typed addresses)"
10056="Get the latest version of the page"
10002="Save page on your local computer"
10227="Find specific text in the page"
10143="Stop loading the page"
10019="Tile all windows vertically"
13010="Toggle the Hot list on and off"
13011="Display page on entire screen (toggle with F11 on keyboard)"
13030="Preview page as it will appear printed"
10314="Search the Internet for text entered"
10313="Enter Internet search here (press arrow for other search types)"
10308="Go to the Web page in the address field"
14134="Resume transfer"
14135="Transfer again"
14136="Stop transfer"
14137="Display transfer view menu"
16245="Compose e-mail to this person"
16246="Add this person to Contacts"
4000="Cannot run "
4001="Cannot create dialogue box "
4002="Cannot load menu "
4003="Cannot load icon "
4004="Cannot load bitmap "
4005="Cannot create window "
67003="Size"
67004="A"
67005="S"
67007="Wand"
; Message shown in the status bar when Java Virtual Machine is
; loading/starting up.
67008="Starting Java virtual machine..."

; Attribution-line when replying to a mail
67009="On %:Date:, %f wrote:"

; Attribution-line when forwarding a mail
67010="\\n\\n------- Forwarded message -------\\nFrom: %:From:\\nTo: %:To:\\nSubject: %:Subject:\\nDate: %:Date:\\n"

; Attribution-line when followup to a news message
67011="On %:Date:, %f wrote:"

; Attribution-line when replying by mail to a news message
67012="On %:Date:, you wrote in %:Newsgroups::"

; Attribution-line when forwarding by mail a news message
67013="\\n\\n---- Forwarded Usenet-message ----\\nFrom: %:From:\\nNewsgroups: %:Newsgroups:\\nSubject: %:Subject:\\nDate: %:Date:\\nURL: news://%:Message-Id:\\n"

67020="Wand"
67021="Checking folder"
67022="Fetching folders"
67023="Fetching body"
67024="Fetching attachment"
67025="Creating folder"
67026="Deleting folder"
67027="Renaming folder"
67028="Subscribing to folder"
67029="Deleting message"
67030="Appending message"
67031="Storing flag"
67032="Contacting server"
67033="Wrong mail size"
67034="Wrong username"
67035="Wrong password"
67036="Internal error"
67037="Mail does not exist!"
67038="Problem while trying to delete message on server"
67039="TLS is not available on this server. To get mail from this server you need to disable the secure connection."
67040="Unspecified"
67041="POP3 server unavailable. Network problems?"
; About page
67042="Mail directory"

67043="The server attempted to perform an illegal redirect"
; Used in index category in M2
67044="Imap folders"
67045="Views"

; Usined while M2 is searching. Padded by ' ...'
67046="Searching for"

; Formats the M2 display of time today
67047="Today %X"

; Used in M2 when a message has no label
67048="No label"

; Priority of a M2 message
67049="Highest priority"
67050="High priority"
67051="Low priority"
67052="Lowest priority"

; Used in Mail|Manage Account
67053="Account"
67054="Status"

; Used in Mail|Newsgroups
67055="Subscribed"
67056="Status"
67057="Group"

; Received news index in m2
67058="Received news"

; Received list index in m2
67059="Received list"

; Clipboard index in m2
67060="Clipboard"

; Prefix for newsservers in serverlist in m2
67061="News at"

; Prefix for mailservers in serverlist in m2
67062="Mail for"

; Name for a new Imap folder in M2
67063="New"

; Status-message when sending messages in M2
67064="Sending..."

; Status-message when checking for messages in M2
67065="Checking..."

; Status-message when getting messages in M2
67066="Getting messages (%u/%u)"

; Status-message when done fetching messages in M2
67067="%u received"

; Status-message when no messages was fetched in M2
67068="No messages received or sent"

; Error-message if setting From or Organization in M2 failed
67069="Failed setting From ("%s") or Organisation ("%s") header"

; The From-address is not given according to standards
67070="Illegal From-address"

; M2 was unable to mime-encode a message
67071="Mime-encoding failed"

; Store::AddMessage failed
67072="Failed storing message"

; M2 needs Drafts and Outbox to store messages
67073="Couldn't locate Drafts or Outbox"

; M2 will move a message to Outbox when sending or queueing it
67074="Failed when moving message to Outbox"

; M2 will move a message from Drafts when it is sent or deleted
67075="Failed when moving message from Drafts"

; M2 got an error-message while sending a message
67076="Sending message failed"

; Default name for new indexes in M2
67077="New view"

; Used for invalid mbox files in M2
67078="File is not valid"

; Used various places in the import-code in M2
67079="Imported"

; Progress-information in M2 import-code
67080="already imported"

; Used in the M2 Import Mail wizzard
67081="Import item"

; Marks where quoted text has been removed when replying to a mail
67082=""

; The file being downloaded is already being written to the selected file,
; this is not possible!
67083="The file is already loading"
67084="The file is being written to, choose another filename"

; Period to view e-mails from
67085="Today"
67086="Week"
67087="Month"
67088="Three months"
67089="Year"
67090="Forever"

; Remove folder warning dialog title
67091="Remove view"

67092="Are you sure you want to unsubscribe from this newsgroup?"
67093="Are you sure you want to delete this view?"
67094="Are you sure you want to unsubscribe from this IMAP folder?"
; Start a full search from the mail hotlist panel
67095="Start search"

67096="No message selected"
67097="No view selected"
; Title of button in compose window
67098="Bcc"
67099="Reply To"
67100="Follow up"
67101="News"

67102="(%d unread)"
67103="(%d unread, %d total)"
67104="Attachment"
67105="Size"
67106="No e-mail address set. Please edit account"
67107="Missing server-setting"
67108="Account has no outgoing mail server defined"
67109="Invalid from-address"
67110="Account is missing e-mail address"
67111="Invalid message"
67112="Missing address or subject"
67113="Cancel message"
67114="Are you sure you want to cancel this message?"
; Priority of a M2 message
67115="Normal priority"

67116="Go to web address here"
67117="Quick find"
67118="Zoom"
67119="Status field"
67120="Remove account"
67121="Are you sure you want to remove this account?"
67122="Manage Accounts"
67123="Account properties"
67124="%s server"
67125="Incoming %s server"
67126="Outgoing %s server"
67127="Default encoding"
67128="Server clean-up"
67129="Do you want to delete the read messages on the server?"
67130="Type"
; General Do-not-show-this-dialog-again text for use in most new dialogs
67131="Do not show this dialogue again"

67132="Next >"
67133="< Back"
67134="Finish"
67135="Off"
67136="Medium"
67137="Strong"
67138="Or"
37139="And"
67140="Subject"
67141="Name of sender"
67142="From header"
67143="To header"
67144="Cc header"
67145="Reply-to header"
67146="Newsgroups header"
67147="Any header"
67148="Entire message"
67149="Contains"
67150="Does not contain"
67151="Matches regexp"
67152="Match messages where "
67153="Or where "
67154="And where "
67155="subject"
67156="name of sender"
67157="any header"
67158="entire message"
67159="contains"
67160="does not contain"
67161="matches regexp"
; Used to format the title of a dialog, contact properties and similar
67162="%s properties"

67163="Download Opera skin"
67164="Downloading skin..."
67165="Apply Downloaded skin"
67166="Do you want to keep this skin?"
67167="Skin name:"
67168="Author:"
67169="Download failed"
67170="All messages"
67171="Last year"
67172="Last month"
67173="Previous session (auto saved)"
67174="Start with blank page"
67175="Downloaded %d bytes"
67218="Delete"
; Status-message when messages was sent in M2
67361="%u sent"

67504="Message body not downloaded"
67506="Normal e-mail (POP)"
67507="IMAP"
67508="News"
67509="Import e-mail"
67510="OperaMail Webmail"
67511="Import from Opera 5/6"
67512="Import from Eudora"
67513="Import from Netscape 6/7"
67514="Import from Outlook Express"
67515="Import generic mbox file"
67516="Mailbox folder:"
67517="Netscape prefs file (prefs.js):"
67518="Generic mbox file:"
67540="Check"
; Added in front of server response when POP server returnes an error
67561="Server response:"

; Used when IMAP folder subscription fails
67589="Changing folder subscription failed! Maybe the folder was already subscribed/unsubscribed on the server."

; Used when mailserver reports that it does not support TLS
67590="TLS not supported on this server!"

; Generic error when connection to IMAP server failed
67591="Connection to IMAP server failed."

; Precedes IMAP alert messages
67592="Alert message from IMAP server: "

; Used when IMAP-server notifies that folder has been renamed on server
67593="The folder name "%s" has been changed to "%s"."

; Used when appending a message to an IMAP folder
67594="Appending a message to a folder failed."

; Used when copying an IMAP message failed
67595="Copying of a message failed."

; Used when local storing of IMAP message failed
67596="Failed to store message locally. The message will be fetched again at the next check for new messages."

; Used by M2 POP backend when storing a message fails
67597="Opera tried to retrieve message %d (UIDL %s) from the POP3 server, but failed to store it on your machine."

; Generic message when a M2 backend fails to connect to its server
67598="Could not connect to server"

; M2 SMTP error message
67599="Message sent, but it wasn't possible to move it out of the outbox"
67600="Sending e-mail failed. Maybe the SMTP server is not set up properly? E-mail queued."
67601="SMTP service unavailable"
67602="Internal error"
67603="Temporary server error"
67604="Server error"
67605="Recipient syntax error"
67606="Recipient unavailable error"
67607="Recipient not local"
67608="No server specified"
67609="SMTP error"
67610="Recipient error"
67611="SMTP Authentication error"
67612="TLS not supported by server"
67613="SMTP authentication not supported by server"
67614="Unspecified SMTP error"

; Used when M2 for some reason isn't able to flush a message to disk
67615="Save failed, maybe because of a corrupt file system or a virus scanner (%i)"

; String used in customize toolbar box
68124="Document"
68125="Images"
68126="Total"
68127="Speed"
68128="Elapsed"
68129="Progress status"
68130="General"
68131="Clock"
68132="Identify as"

; Imported bookmarks are stored in this folder
68133="Netscape bookmarks"
68134="Internet Explorer Favourites"
68135="KDE1 bookmarks"
68136="Konqueror bookmarks"

; String to be used in preference font list for UI fonts
69221="Menu text"
69222="Toolbar text"
69223="Dialogue text"
69224="Panel text"

; String to be used in preference font list
69225="E-mail compose text"

; String to be used in preference font list to identify a system default
; font
69226="(Default)"

; When a SMTP server drops the connection when MAIL FROM is sent, it usually
; is because needed authentication isn't fulfilled.
69229="Server dropped the connection. Maybe it requires authentication?"

; Text to be used on the menubars. Some languages need a separate string
; here
69240="Rewind"

; Label in the displayed header of a news/mail message
69244="Organisation"
69245="News groups"
69246="Follow up to"
69247="Reply-To"
69248="Resent-From"

; Title string of the HTML text that displays certificate data
69249="Certificate information"

; Header string for the detailed listing of certificate data
69250="Details"

; DSA Private Key key list item
69251="Private Key (X)"

; DSA Public Key list item
69252="Public Key (Y)"

; Component P of DSA key
69253="DSA Component P"

; Component Q of DSA key
69254="DSA Component Q"

; Component G of DSA key
69255="DSA Component G"

; Diffie Hellman Private Key component
69256="DH Private Key"

; Diffie Hellman Public Key Component
69257="DH Public Key"

; Diffie Hellman Modulus Key component
69258="DH Modulus"

; Diffie Hellman Generator Key component
69259="DH Generator"

; Add characters here that can be used as fallback shortcuts (eg: of the
; kind "File (A)"). An empty string will disable fallback shortcuts.
69260=" "

67544="Download Opera Toolbar Set-up"
67545="Downloading toolbar set-up..."
67546="Apply toolbar set-up"
67547="Do you want to continue using this toolbar set-up?"
67548="Download Opera Menu Set-up"
67549="Downloading menu set-up..."
67550="Apply menu set-up"
67551="Do you want to continue using this menu set-up?"
67552="Download Opera Mouse Set-up"
67553="Downloading mouse set-up..."
67554="Apply mouse set-up"
67555="Do you want to continue using this mouse set-up?"
67556="Download Opera Keyboard Set-up"
67557="Downloading keyboard set-up..."
67558="Apply keyboard set-up"
67559="Do you want to continue using this keyboard set-up?"
67560="Copy of"
67564="Are you sure you want to trust this issuer?"
; Open file dialog
67565="Opera bookmark files (*.adr)|*.adr|"
67566="HTML / Netscape bookmark files (*.htm, *.html)|*.htm;*.html|"
67567="Konqueror bookmark files (*.xml)|*.xml|"

; InputAction treeview header
67576="Actions"
67577="Input context and shortcuts"

67578="Keyboard set-up"
67579="Mouse set-up"
67580="Toolbar set-up"
67581="Menu set-up"
67582="Skins"
; Fonts and colors preferences
67583="Type"
67584="Font"

; Cache preferences
67585="Automatic"

; string appended to setupfilename if this is modified, in preferences
; dialog
67586="(Modified)"

; Info panel
67616="- no title -"
67617="URL of main page:"
67618="Encoding from server (used by Opera):"
67619="MIME type from server:"
67620="Size of main page:"
67621="Number of in-line elements:"
67622="Size of in-line elements:"
67623="Local cache file:"
67624="- no cache file -"
67625="Security"
67626="Summary:"
67627="- not secure -"
67628="More information"
67629="Frames"
67630="Frame:"
67631="In-line frames"
67632="IFrame:"

67675="F.Forward"
67679="Save as"
67680="Select session file"
67681="Window"
67682="Write new note here"
67683="Attach files"
67685="Version"
67686="Cipher"
67687="Light"
67688="Normal"
67689="Bold"
67690="Start with blank page"
67691="You are about to open %d contacts\n\nProceed?"
; History and cache preferences
67692="Every %d minutes"
67693="Every %d hours"
67694="Every hour"
67695="Every week"

67696="You are about to open %d bookmarks\n\nProceed?"
67697="Your first account has been set up\n\nOpera's revolutionary M2 client for mail and news\nis different from ordinary mail programs in many ways,\nand it is, therefore, strongly advised that you read\nthrough a tutorial.\n\nWould you like to read it now?"
67698="Using M2"
67699="Pop-up at bottom of page"
67700="Remember last size"
67701="Always maximise"
67702="Always cascade"
; Checkbox string in filetype dialog box
69261="Pass web address directly to application"

; Used in preference dialog box (window page)
69262="Open new page next to active"

; Info panel. When server does not supply an encoding
69263="- not supplied -"

; Checkbox in download dialog for saving action
69266="Remember choice and do not show dialogue again"

; Certificate verification servername mismatch
69267="The server's name "%1" does not match the certificate's name "%2". Somebody may be trying to eavesdrop on you."

; Certificate not yet valid
69268="The certificate for "%1" is not valid before %2. Is the clock on your computer correct?"

; The certificate expired on the given date
69269="The certificate for "%1" expired %2. The webmaster should update the certificate(s)."

; Certificate warning
69270="You have asked to be warned about certificates from "%1""

; Unknown certificate authority
69271="The certificate for "%1" is signed by the unknown Certificate Authority "%2". It is not possible to verify that this is a valid certificate"

; Unknown root certificate authority
69272="The root certificate from "%1" is not known to Opera. Opera cannot decide if this certificate can be trusted."

69300="Server dropped the connection while authenticating."
69301="New Opera available"
69302="A new version of Opera is available.\nWould you like to download the updated version now?"
69303="MP3 files |*.mp3|"
; Typically telnet, tn3270, news, mailto
69304="Protocol"

69305="Program"
; Voice XML related message from the Voice log panel
69307="Voice status log ..."

69308="Adding new button with action\n\n%s\n\nAre you sure?"
69309="New button"
69312="Voice Log"
69332="Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/"
; Status message when M2 is emptying trash
69333="Emptying Deleted folder"

; Button text in startup dialog
69334="Buy Opera"

; Message string shown in dialog box before auto reset in kiosk mode
69347="Opera will be reset in %d seconds due to inactivity"
69348="Opera will be reset in 1 second due to inactivity"

; Text for button in toolbar that can clear contents if edit field
69349="Clear"

; Message string used in a dialog box when user wants do do something that
; requires online mode (eg. fetching mail)
69352="Off-line mode is enabled.\n\nDo you want to switch to on-line mode?"

69353="Unknown Certificate Authority for the presented certificate"
69354="Handshake failed due to export restrictions"
69355="Handshake failed because the server does not want to accept the enabled SSL/TLS protocol versions."
69356="Handshake failed because the server requires encryption methods more secure than those enabled."
69357="The server wants to  negotiate a connection that does *not* encrypt the data, but only verifies integrity."
; Used in preference dialog box to control page redrawing
69358="Redraw instantly"
69359="Redraw after 1 second"
69360="Redraw after %d seconds"
69361="Redraw when loaded"

; Label in the preference dialog box for page redrawing feature
69362="Loading"

; Used in mail filter dialog
69369="Messages from %s"

; Used in mail filter dialog box
69370="Hide messages from other views"

; View title in mail title dialog box
69371="View"

; Add filter dialog box
69373="Filter the following messages to this view"
69374="Messages from sender"
69375="Messages where subject contains"

; Account properties dialog box
69376="Account category"

; Message in reindex mail dialog box
69378="Opera needs to re-index some of your e-mail messages. If you cancel now Opera will continue next time"

; Used in pref. dialog box
69379="Buy Opera and remove ad banner"

; Used in pref box (multimedia)
69380="Draw images instantly"

69396="Write a quick reply to %s here"
69397="matches regular expression "
69398="This view and add filter"
; Used in javascript option dialog box
69399="Allow resizing of windows"
69400="Allow moving of windows"
69401="Allow raising of windows"
69402="Allow lowering of windows"

; Used in javascript option dialog
69403="Allow changing of status field"

; Opens javascript options dialog box
69404="JavaScript options..."

; Label for window handling options
69405="Window handling"

; Option string for popup window management
69406="Always maximise, including pop-ups"

; Window handling mode string
69407="Prefer pages inside window"

; Window handling mode string (SDI mode)
69408="Prefer separate windows"

69416="Netscape Prefs (prefs.js)"
69417="Generic mbox files (*.mb?)"
; Message shown when downloaded skin can not be used
69421="Unable to continue. Please select a skin made for your version of Opera."

69431="Finding links: "
69432="Finding text: "
69433=" (No matches)"
; Used when a newsgroup name is not sent in UTF-8
69438="Some newsgroup names on this server are not encoded according to the standard. They will be shown using the outgoing encoding of this account instead."

; Dialog title and components

; Used in most dialogs
1="OK"
10362="OK"
2="Cancel"
10358="Cancel"

; Cookie properties
11005="&Name"
11007="Do&main"
11009="&Path"
11011="C&reated"
11013="&Last used"
11015="E&xpires"
11018="&Enabled"
11019="&Discardable"
11020="&Value"
10094="Help"
11022="Secure"

; Opera as default browser
10961="Please select file types and protocols to associate with Opera."
10962="File types"
11050="*.htm"
10963="*.html"
12055="*.xml"
11250="*.url"
10966="*.bmp"
10965="*.gif"
10964="*.jpeg"
11051="*.jpg"
11258="*.png"
10967="*.xbm"
10968="Protocols"
10969="http"
10970="https"
10971="news"
10972="ftp"
10973="gopher"
10974="wais"
25177="Check if Opera is the default browser on start-up"
25241="Select all"

; Print
10103="Printing page..."

; Password required
14499="Authentication"
17211="Address"
11140="Message"
10178="Username"
10179="Password"

; Send form without encryption?
11151="&Do not show this dialogue again"
14100="Do you want to send this form unencrypted over the net?"
14500="Submission warning"

; Use Opera
25176="Use Opera as default Web browser"
25174="Opera is not set as the default Web browser on your computer.\n\nWould you like to use Opera as your default application for viewing Web pages?"
25175="&Do not show this dialogue again"
6="Yes"
7="No"

; Validate source
25268="Validate source"
25267="Do you want to upload this page from your computer to an on-line source code validator?"

; Exit Opera?
25150="&Save windows and show next time"
14101="Actions before exiting"
11150="&Do not show this dialogue again"

; Opera
10571="Message"

; Opera startup
10918="Opera start-up"
10701="The previous Opera session was interrupted."
14124="&Continue browsing where I was last time"
14125="Start as &usual"
10649="Start with &no windows"
14126="&Advanced..."

; Advanced startup settings
14127="Advanced start-up settings"
10652="Minimise number of &simultaneous connections"
10651="Minimise network &buffer size"
10415="Synchronous DNS"

; Progress
10770="..."

; Password
10779="Please enter security password"
10704="Your password must have at least 6 characters, consisting of at least one digit and one alphabetic character. If not, you will be asked to enter a new password"

; Certificate
10766="Certificate name"
10768="Issuer"
10758="Allow connections to sites using this certificate"
10759="Show dialogue box before using this certificate"
10775="Accept"
10776="Install"

; Performance
10214="Performance"
10213="Maximum connections to a server"
10219="Maximum total connections"
10434="Size of net&work buffer (kB)"

; Personal information
11623="Personal information"
10938="This information can be pasted into forms using the right mouse button"
10874="First name"
10877="Last name"
10878="Address"
10881="City"
10882="Region"
10884="Post code"
10886="Country"
10888="Telephone"
10890="Fax/mobile"
10892="E-mail"
10894="Homepage"
10896="Special 1"
10898="Special 2"
10900="Special 3"

; Fast bookmark access
10949="Please enter nickname of bookmark"

; Server name completion
11029="Look for local network machine"
11030="Try name completion, using"
11031="Prefixes"
11032="Suffixes"
14118="You may enter a comma-separated list of prefixes, like "www,web", and suffixes, like "com,net,org""

; Links in frame
11260="&Sort"
11261="&Address"
11263="&First letter cycle"
11292="Open"
11264="&Copy all »"
11259="&Refresh"
11293="Close"

; Import e-mail
11420="Import from"
11426="Program path"
11427="Choose"
11439="Import to"
11433="Import to &new account"
11432="Import to &account"
11424="Import settings"
11430="Import &e-mail"
11431="Import &contacts"
11421="OK"

; Tip of the day
12003="&Close"
12006="Did you know..."
12009="Tip number"
12000="&Show tips at start-up"
12002="«"
12001="»"

; JavaScript execution error
14061="A script on this page failed to execute. This may keep the page from displaying or functioning properly."
14117="JavaScript error"
14066="URL"
14065="Error"
14060="&Do not show this dialogue again"

; Cookie server filters
11453="&Remove"
11454="Re&fuse"
11455="&Add"

; Cookie security problem
14297="Accept"
14298="Refuse"
14294="Address"
14293="Cookie"
11297="A path in a cookie does not match the page address."
11298="You might want to ask the site's Webmaster to set legal cookies."
11299="Do you want to accept this cookie?"
14300="Do not show this dialogue again"
14503="Let [Accept] and [Refuse] apply for the entire domain"

; Update language file
25302="Language file"
25303="Your Opera language file needs to be updated."
25304="Download new language file"
25305="Restart Opera with English language"
25306="Use my existing language file"
14501="&Do not show this dialogue again"

; Windows
14355="&Window list"
14350="&Activate"
14351="&Reload"
14352="&Minimise"
14353="&Close"

; Automatic window reload
14509="Enable"
14510="Options"
14511="Reload every"
14518="minutes"
14513="seconds"
14515="Presets [bb]"
14516="Reload only if server says page has expired"

; Image properties
16055="Image"
16056="Dimension"
16057="Depth"
16058="Address"
16059="Image type"
16065="File size"

; File download
17010="Downloading file from the Internet"
17020="File"
17021="Server"
17014="What do you want to do?"
17012="&Save the file"
17015="Always ask before downloading files of this type"
17016="A&dvanced..."

; Delete private data
25155="Proceeding will close all windows, stop all transfers in progress and perform the actions specified below."
25166="Cookies"
25156="Delete temporary cookies"
25159="Delete all cookies"
25167="Cache"
25157="Delete password protected pages and data"
25164="Delete entire cache"
25168="History"
25160="Clear history of visited pages"
25161="Clear history of typed-in addresses"
25163="Clear history of visited links"
25165="Clear history of transferred files"
25154="Passwords"
25162="Clear all e-mail account passwords"
25169="Clear all Wand passwords"

; Select currency
25262="&From"
25264="&To"

; Panel properties
25311="Panel"
25312="&Title"
25314="&Address"

; Item properties
10942="&Title"
10943="Nickname"
10944="Address"
10945="Description"
10820="Parent folder"
10824="Created"
10825="Visited"

; Contact folder properties
10941="&Name"
14102="Last sent"

; Bookmarks Properties
25100="&Hot list name"
25102="File"
25103="Name"
25105="&Size"
25107="&More »"
25108="Unicode"
25109="&Contents"

; Go to page
10181="Enter a Web page address or choose one from the list."

; Set home page
10455="Home page"
25371="Show my home page every time I start Opera"

; Save windows
10661="Save window set-up to file"
10199="Choose"
10665="Show these windows every time I start Opera"

; Confirm file upload
11108="The files listed below have been selected, without your intervention, to be sent to another computer. Do you want to send these files?"
11109="Destination"
11110="Form address"

; Print options
10208="Options"
11080="Print page background"
14212="Print headers and footers"
11115="Scale print to"
10257="Page margins (in centimetres)"
10268="Top"
10266="Left"
10267="Right"
10269="Bottom"

; Print preview
14275="Preview and print"
14272="&Page as on screen"
14273="&One frame per sheet"
14274="&Active frame"

; Register Opera
11193="Please enter the registration information you received when purchasing Opera."
11194="Name"
11195="Organisation"
11196="Registration code"
11200="Personal information"

; Preferences
10101="Apply"

; Advertising
16601="Advertising"
16602="Country"
16604="Year of birth"
16606="Sex"
16608="Marital status"
16610="Education level"
16616="Household income"
16612="Preferred categories"

; Privacy
11600="Privacy"
10678="Enable referrer logging"
10647="Enable automatic redirection"
14498="Use cookies to trace password protected pages"
10677="Cookies"
25394="Enable cookies"
11456="Manage cookies..."
11280="Delete cookies when exiting Opera"
14299="Display illegal domains in dialogue box"
28507="Accept cookies with illegal paths"
14305="Display illegal paths in dialogue box"

; Accessibility
11315="Mouse"
11317="Enable mouse gestures"
11329="Enable Hotclick menu"
11318="Left-handed back and forward gestures"
10096="Underline list items when pointing"
11316="Keyboard"
13039="Enable auto-completion drop-down"
10788="Invert active text element"
10954="&Menu style item selection in Hot list"
10955="&Screen reader compatible menus"

; Windows
11324="Cycle pages"

; Accessibility
10452="Tool tips"
10407="Show tool tip for &buttons"
10406="Show tool tip for &links"
10947="Show tool tip for &element titles"

; Plug-ins
11601="Plug-ins"

; Programs
25405="Opera clients"
25406="Show e-&mail client"
25143="Paths"
10382="Opera directory"
25144="Download directory"
25146="Choose"
10359="Source viewer"
25249="Use Opera"
25250="Use external program"
10360="Choose"
11116="Programs"
10252="Telnet program"
10253="Choose"
10958="TN3270 program"
10960="Choose"

; Fonts and colors
11055="My fonts and colours"
10093="Choose"
12091="Minimum font size (pixels)"
11049="Background colour"
10484="Choose"
11728="Link style"
10304="My link style..."
25248="International"
25247="International fonts..."

; File type
14128="File type"
10129="MIME type"
10207="File extensions"
10706="Action"
10134="Show download dialogue"
10128="Open with Opera"
10127="Save to disc"
14129="Open when transfer is complete"
14130="Do not ask for folder, but save directly to"
14132="Choose"
10546="Open with default application"
10133="Open with other application"
10717="Use plug-in"

; Network
11606="Browser identification"
12066="International Web addresses"
12065="Encode international Web addresses with UTF-8"
11608="Proxy servers"
10391="Proxy servers..."
11609="Server name completion"
11035="Server name completion..."
11302="Server errors"
10447="Always show server errors"
10448="Always show Dialogue &box"
10446="Show &response from server when appropriate"
11607="&FTP"
25236="FTP paths relative to user directory"
11094="Absolute FTP paths"

; Link style
10282="Not visited"
10098="Underline"
10099="Strike through"
10097="Colour"
10195="Choose"
10281="Visited"
10283="Underline"
10284="Strike through"
10288="Colour"
10289="Choose"
10499="Visited links marked"
10500="days"
10502="hours"
10480="Border"
10481="Always border on image links"
10703="Always border on links"

; International fonts
25251="Default fonts"
25252="Choose font to be used when text is not correctly displayed."
25253="Writing system"
25255="Normal font"
25258="Monospace font"

; Browser look
11076="Button &set"
10780="Always border &around buttons"
10946="Always &coloured buttons"
25238="Skin images"
17073="&Foreground skin image"
17074="Choose"
17072="&Background skin image"
17075="Choose"
10707="Fonts and colours"
11268="&Use system default"
10691="Normal text"
10693="Inactive text"
10692="Hot list text"
10857="Background"
10694="Button background"
10711="Progress"

; Cache
11611="History"
10223="&Back and forward"
11612="addresses"
10261="Typed in"
11613="addresses"
25152="Clear"
10816="Visited"
11614="addresses"
25151="Clear"
10172="RAM cache"
10226="E&nable automatic RAM cache"
10699="Cache do&cuments"
10175="kB"
10174="Cache i&mages"
10176="kB"
10329="Disk cache"
11303="kB"
10339="Cache documents"
10340="Cache images"
10341="Cache other"
10342="Empty on exit"
10343="Empty now"
10344="Server checking"
10354="Documents"
10345="Always"
10346="Never"
10347="Days, hours, min."
10355="Images"
10363="Always"
10364="Never"
10365="Days, hours, min."
10356="Other"
10372="Always"
10373="Never"
10374="Days, hours, min."
10829="Always check redirect"
11091="Always check redirect"

; Proxy servers
10171="Proxy servers"
10301="HTTP"
11305="Port"
10840="HTTPS"
11306="Port"
10300="FTP"
11307="Port"
10299="Gopher"
11308="Port"
10302="WAIS"
11309="Port"
10303="Do not use proxy on the addresses below"
11320="Use automatic proxy configuration"

; E-mail client
11615="E-mail"
13204="Use Opera account"
13208="Properties..."
13209="New..."
13206="Use default e-mail client on computer"
13205="Use specific e-mail client"
13211="Choose"
13213="&Replace missing parameters with a space"

; Toolbars
14310="Toolbars"
14325="Main bar"
14326="H&ot list"
14327="&Windows"
14328="&Address bar"
10256="Show &page buttons"
10243="Show [&Go] button"
10244="Show &search field and button"
10245="Show &zoom field"
10222="Show inside address bar"
14320="&Fixed width buttons"
14333="Wrap &toolbar into rows"

; File types
11616="Handling of file types"
10789="Determine action by MIME type"
25148="Determine action by file extension if MIME type is unreliable"
10122="New..."
10135="Delete"
10465="Edit..."

; Windows
11624="Windows"

; Windows - OBSOLETE?
25397="Open windows inside Opera workspac&e"

; Windows
10463="Always maximise new pages"
12045="Tile and cascade &floating Hot list"
10102="&Tile when creating a new window"
10592="Browser windows"
25372="Reuse existing page"
13040="&Avoid flicker"
10828="Pop-ups"
10590="Show scroll bars"
10591="Show address bar"
10839="Show window size"
12058="Main menu"
11036="Sh&ow commands in Bookmarks menu"
12059="Ma&ximum menu width"

; Sounds
11619="Sounds"
10603="Enable program sounds"
25140="Choose"
25141="Clear"
10605="Test"

; Multimedia
10438="Images"
10441="Show images"
10443="Show cached images only"
10439="Show no images"
10644="GIF animation"
25239="Media types"
10645="Enable embedded video"
10646="Enable sound in Web pages"
14123="Enable Java"
10719="Enable plug-ins"
10721="Find plug-ins..."
14105="JavaScript"
10720="Enable JavaScript"
11152="Report JavaScript errors"

; Security
10726="Certificates"
10733="Personal..."
10734="Authorities..."
10735="Protocols"
10736="Enable SSL 2"
10737="Enable SSL 3"
10994="Enable TLS 1"
10738="&Configure SSL 2..."
10739="Co&nfigure SSL 3 and TLS..."
10749="Password"
10813="Ask for password"
10753="Every time needed"
10752="Once per session"
14490="Ask for password after"
14492="minutes"
10750="Set password..."
10740="Warnings"
10744="Show dialogue box before submitting forms insecurely"
25269="Show dialogue box before validating a page"

; Personal certificates
10754="Certificates"
11726="Import..."
11727="Export..."

; SSL configuration
10812="Select ciphers to enable for"

; Cookie security breach
14108="Address"
14109="Cookie"
11407="Do not show this Dialogue again"

; The server wishes to send you a cookie
14505="Incoming cookie"
14114="Address"
14502="Action"
11265="Disable cookies"
11406="View comment"
11266="Do not show this dialogue again"
14115="Help"

; Language
14222="User interface language"
14235="Language"
14229="Please note that Opera needs to be restarted in order to change the User Interface language"
14223="Web pages"
14228="Preferred languages for Web pages"
14224="Add..."
14225="Remove"
14226="Up"
14227="Down"
16619="Fallback encoding"
16620="Encoding to assume for pages lacking specification"
16621="H&TML"

; Accept language
14233="Language"
14236="Select Web language"
14234="User defined"

; PREFS_STARTEXIT
10489="Start"
12042="Show saved window set-up"
12044="Show my home page"
10461="Use &active"
25400="Show start-up dialogue"
11296="Exit"
11294="Confirm exit"
11295="Close dial-up connections on exit"

; Page style
25237="Defaults"
10588="Default zoom"
12089="Author mode as default"
11603="Frames"
10658="Enable frames"
11100="Enable in-line frames"
10762="Show active frame border"
11039="Author mode"
12070="Page style sheet"
12071="Page fonts and colours "
12072="My style sheet"
12073="My fonts and colours"
12074="My link style"
12075="&Handheld"
25240="User mode"
12076="Page style sheet"
12077="Page fonts and colours "
12078="My style sheet"
12079="My fonts and colours"
12080="My link style"
12081="Handh&eld"
11605="My style sheet"

; Search
17025="Search"
17026="Select default search engine for new windows"
17029="Preferred number of search results per page"
9="Help"

; SPLASH
25399="&Start"
25395="Windows &inside Opera"
25396="Windows &on desktop"
14496="&Do not ask me again"

; TRANSWIN_CLIENT
14138="Details"
10997="From"
10999="To"
11001="Size"
11003="Transferred"

; Contact properties
13301="Name"

; Net
13305="&E-mail address(es)"
13307="Home Page"

; Home
13311="Postal address"
13315="Phone"
13313="Fax"

; Notes
13309="Notes"

; Security
13317="Conax &security card number"

; Send message to instant messaging address
16333="Enter an instant messaging address"

; Instant messaging account
16308="&Last name"
16309="&E-mail"
16310="&Nick name"
16306="About &me"

19000="Print"
19001="Certificate"
19002="Accept language"
19003="Advanced start-up settings"
19004="Applying preferences"
19005="The server wishes to send you a cookie"
19006="Fast bookmark access"
19007="Password"
19008="JavaScript prompt"
19009="Password required"
19010="Automatic page reload"
19011="Delete private data"
19012="Contact properties"
19013="Messaging"
19014="Home"
19015="General"
19016="Notes"
19017="Security"
19018="Confirm file upload"
19019="Cookie security problem"
19020="Cookie security breach"
19021="Cookie properties"
19022="Opera as default browser"
19023="Use Opera"
19024="File download"
19025="Cookie server filters"
19026="JavaScript execution error"
19027="Exit Opera?"
19028="Error message"
19029="Go to page"
19030="Item properties"
19031="Contact folder properties"
19032="Bookmarks properties"
19033="Instant messaging account"
19034="Add new instant messaging account"
19035="Authorisation request"
19036="Request authorisation"
19037="Instant messaging"
19038="Enter your instant messaging password"
19041="Image properties"
19042="Import e-mail"
19043="Send form without encryption?"
19044="Links in frame"
19045="Opera"
19046="Server name completion"
19047="File type"
19048="Panel properties"
19049="Performance"
19050="Personal certificates"
19051="Enter your PIN code"
19052="Plug-ins"
19053="Preferences"
19054="Print preview"
19055="Print options"
19056="Progress"
19057="Proxy servers"
19058="Save windows"
19059="Register Opera"
19060="Opera startup"
19061="Link style"
19062="Tip of the day"
19063="Select currency"
19064="International fonts"
19065="Update language file"
19066="Validate source"
19067="Windows"
19068="Set home page"
26500="Username"
26501="Password"
26502="Username and password"
26503="Choose nickname"
26504="New account wizard"
26505="Real name"
26506="Organisation:"
26507="E-mail address"
26508="Login name"
26509="Password"
26510="Incoming server"
26511="Outgoing server"
26512="Search for messages"
26513="Join chat room"
26514="Hot list"
26515="Mail"
26516="Bookmarks"
26517="Contacts"
26518="Chat"
26519="History"
26520="Send"
26521="Attach"
26522="From"
26523="To"
26524="CC"
26525="Subject"
26526="Compose message"
26527="Check mail"
26528="Compose"
26529="Reply"
26530="Reply all"
; Forward mail
26531="Forward"

26532="Delete"
26533="Quick reply"
26534="Undelete"
26535="Not spam"
26536="Read"
26537="Join room"
26538="Leave chat"
26539="Change topic"
26540="Save log"
26541="Send"
26542="New bookmark"
26543="New folder"
26544="View"
26545="New contact"
26546="New folder"
26547="View"
26548="Nick"
26549="IRC server"
26550="Only search in subject"
26551="Add Contact"
26552="Unread"
26553="Unread Hidden"
26554="Today"
26555="Received"
26556="Outbox"
26557="Sent"
26558="Drafts"
26559="Spam"
26560="Deleted"
26561="Important"
26562="To-do"
26563="Reply"
26564="Call back"
26565="Meeting"
26566="Party"
26567="Funny"
26568="Valuable"
26569="Music"
26570="Images:"
26571="Video"
26572="Documents"
26573="Archives"
26574="On %:Date:, %f wrote:"
26575="%f wrote:"
26576="Found this %:Message-id: in %g:"
26577="Index"
26578="All messages"
26579="Active contacts"
26580="Mailing lists"
26581="Searches"
26582="News groups"
26583="Labels"
26584="Attachments"
26585="Active threads"
26589="Room"
26590="Nick"
26591="To"
26592="Subject"
26593="Sent"
26594="Label"
26595="From"
26596="Subject"
26597="Sent"
26598="Label"
26600="Account status"
26610="Disconnected"
26611="Connecting"
26612="Connected"
26613="Authenticating"
26614="Fetching headers"
26615="Fetching messages"
26616="Fetching groups"
26617="Sending messages"
28503="Use as master password for e-mail and Wand"
67000="General"
67001="Servers"
67002="Incoming"
67006="Outgoing"
67014="Filter:"
; Error dialog
67015="Generic error"

67016="Images"
67017="Large"
67018="Small"
67019="Fields"
67176="Download file"
67177="Subscribe"
67178="Change..."
67179="Opens with"
67180="Would you like to Open or Save the file?"
67181="File extensions"
67182="Show download Dialogue"
; New folder button
67183="New..."

67184="Delete..."
67185="Customise toolbars"
67186="Drag buttons to any toolbar"
67187="Drag fields to any toolbar"
67188="Note about deleting messages"
67189="Deleting a message will remove it from all views."
67190="Undelete from deleted will send it back to its original views again."
67191="Filters"
67192="Match"
67193="Add filter"
67194="Remove filter"
67195="Internal filter"
67196="Mark matching messages as read"
67197="Filter existing messages"
67198="Find"
67199="Search in"
67200="Period"
67201="Search for"
67202="Entire phrase"
67203="Each word"
67204="Only search in"
67205="Include subviews"
67206="Remember password"
67207="Select the kind of account you would like to create"
67208="Use secure connection (TLS)"
67209="Leave messages on server"
67210="Select which program to import from"
67211="Import contacts"
67212="Import messages"
67213="Browse..."
67214="Do you want Wand (password manager) to save the password?"
67215="Next time you can log in with Ctrl+Enter or click the Wand button."
67216="Never on this page"
67217="Select your chosen user name."
67219="Enter a Web address or choose one from the list"
67220="Message filters"
67221="Associated filters"
67222="Welcome to Opera"
67223="Continue browsing where I was last time"
67224="Continue saved sessions"
67225="Start with home page"
67226="Start with no pages"
67227="Name"
67228="Additional e-mail addresses"
67229="Picture URL"
67230="Icon"
67231="Nick name"
67232="URL"
67323="Show in Hot list panel"
67324="Account name"
67325="Full name"
67326="E-mail address"
67327="Reply-To"
67328="NNTP server"
67329="Server"
67330="Port number"
67331="Secure connection (TLS)"
67332="Outgoing SMTP server"
67333="Mark messages as read if already downloaded"
67334="Download message body when checking"
67335="Keep local copy of message body"
67336="Check for new messages every #minutes"
67337="Include account when checking manually"
67338="Play sound when new messages arrive"
67339="Path to IMAP root folder"
67340="Automatically wrap outgoing messages"
67341="Queue messages (do not send immediately)"
67342="Signature"
67343="IMAP sent folder"
67349="Add contacts when sending message"
; Manage accounts
67344="New..."

; Manage bookmarks
67345="New..."

67346="Edit..."
67347="Cut"
67348="Paste"
67491="Set current page as home page"
67492="Revert to home page shipped with Opera"
67493="Use address entered here"
67494="Home page address"
67500="Open JavaScript console on error"
; MDI/SDI switch
67501="Open pages in new window"

67502="Skin file"
67503="Enable special effects"
67505="Use as master password for e-mail and wand"
67519="Import"
67541="Transfers"
67542="Links"
67543="Windows"
; Used for outgoing properties in E-mail account properties dialog
67562="Send queued e-mail after checking e-mail"

; Shown if a server message is sent to the authorization dialog in M2
67563="Server message"

67568="Are you sure you want to end this Opera session?"
67569="For this page"
67570="For entire server"
67571="Browse for folder"
67574="Subscribe newsgroups"
67575="Subscribe IMAP folders"
67587="Active transfers"
67588="You have running transfers that will be terminated if you close Opera.\nAre you sure you want to close Opera?"
67684="Properties"
; What do to when mid clicking on a link.
68004="Select click on link action"

68005="Do not open link"
68006="Open"
68007="Open in new page"
68008="Open in background page"
68009="Open in new window"
68010="Open in background window"
68011="Choose your preferred skin and icon size"
68012="Opera standard"
68013="Classic Windows"
68014="My skin"
68015="Choose your preferred toolbar set-up"
68016="Standard toolbars"
68017="Minimal toolbars"
68018="My customised toolbars"
68019="More skins and toolbar set-ups are available on my.opera.com"
68020="What would you like to do with the cookie?"
; Dialog box title.
68021="Middle click options"

68022="View"
68023="Certificate Manager"
68024="Authorities"
68025="Current password"
68026="New password"
68027="Confirm new password"
68028="Inherit filter from parent"
68029="Open in"
68030="Download"
68031="Bookmark"
68032="Manage contacts"
68033="Default"
68034="Server Manager"
68035="Wand logins"
68036="Lend settings for normal cookies"
68037="Apply these settings for entire domain"
68038="Accept cookies for server/domain"
68039="Accept third party cookies for server/domain"
68040="Cookies"
68041="Server Properties"
68042="Manage cookies..."
68043="Manage Wand passwords..."
68044="Clear bookmark visited time"
68045="Select font"
68046="Italic"
68047="Underline"
68048="Overline"
68049="Strikeout"
68050="Colour"
68051="Sample"
68052="Security protocols"
68053="Select ciphers to enable"
68054="Find what"
68055="Find next"
68056="Match whole word only"
68057="Match case"
68058="Search up"
68059="Search down"
68060="Start with saved session"
68061="Entering 'g opera' will search for Opera using the Google search engine"
68062="Skin"
68063="Size"
68064="Toolbars and menus"
68065="Rename"
68066="Duplicate"
68067="Delete"
68068="Progress bar"
68069="Mouse and keyboard"
68070="Edit..."
68071="Show tooltips"
68072="New pages"
68073="Smooth zooming of images"
68074="Hide file types opened with Opera"
68075="Default application"
68076="File types handled by Opera"
68101="Protocols handled by Opera"
; HTML documents
68077="HTML documents"

; Default application
68078="XML documents"

; URL shortcuts
68079="URL shortcuts"

; Default application
68080="GIF images"
68081="JPEG images"
68082="PNG images"
68083="BMP images"
68084="XBM images"
68085="mailto"

68086="File    Edit    View    Navigation    Bookmarks    Mail     Window     Help"
68087="Use Opera"
68088="Typed in addresses"
68089="Visited addresses"
68090="Memory cache"
68091="Check documents"
68092="Check images"
68093="Check other"
68094="Normal cookies"
68095="Third party"
68096="Wand"
68097="Enable Wand"
68098="Master password"
68099="Security protocols..."
68100="Manage certificates..."
; Currently only used on Linux
68102="Weight"

; Open application (source viewer etc) in a terminal
68103="Open in terminal"

; External news program
68104="News program"

; Label for image dropdown box
68105="Images"

; Label for favicon dropdown box
68106="Page icons"

; Label for java path text field
68107="Java path"

; Button text for testing correct Java path
68108="Validate Java path"

; Dropdown menu string
68109="Embedded icons and favicons"
68110="Embedded icons only"
68111="Show no icons"

; filedialog title
68137="Select new Opera bookmark file"

; filedialog title 
68138="Select new Opera contact file"

; filedialog title
68139="Select Opera bookmark file"
68140="Select Opera contact file"
68141="Export Opera bookmarks"
68142="Export Opera contacts"
68143="Save Opera bookmarks as"
68144="Save Opera contacts as"
68145="Save Opera bookmarks as HTML"
68146="Save Opera contacts as HTML"
68147="Save selected Opera bookmarks as"
68148="Save selected Opera contacts as"
68149="Save selected Opera bookmarks as HTML"
68150="Save selected Opera contacts as HTML"
68151="Select Opera bookmarks to import"
68152="Select Opera contacts to import"
68153="Select Netscape bookmarks to import"
68154="Select Internet Explorer favourites folder to import"
68155="Select Konqueror bookmarks to import"
68156="Select KDE1 bookmark folder to import"

; Filedialog title
68157="Select sound file"
68158="Select language file"
68159="Select style sheet file"

; Parttern string to be used in a file dialog box
68160="Language files |*.lng|"

; Dialog title 
68161="Edit keyboard set-up"

; Dialog title
68162="Edit mouse set-up"

; Used in dialog box text
68164="E-mail client"

; One of the authentication methods in M2
69227="Auto"
69228="Plaintext"

; Used in first time dialog box
69238="More..."

; Title of first time dialog box
69239="First-time set-up"

; File dialog title
69264="Import certificate"
69265="Export certificate"

69310="Clear"
69311="Minimise"
69316="Only remove from this view. Keyboard shortcut: Ctrl+X"
69317="Input manager"
69318="Enable HTTP 1.1 for proxy"
69319="Presentation modes"
69320="Smooth scrolling"
69321="Default mode"
69322="Configure modes..."
69323="Enable styling of forms"
69324="Enable styling of scrollbars"
69325="Warn before deleting messages"
69326="Voice Preferences..."
69327="Listening mode"
69328="Push to talk key"
69329="Voice log level"
69330="Mouse key down cancels voice"
69331="Note: Changes in the settings will require a restart of Opera to take effect."
; General title in message boxes that tell we could not saved a file
69341="Saving failed"

; Messagebox string telling saving failed for a hotlist file
69342="Could not save hot list file."

; General message box string asking user to try action once more
69343="Try again?"

; Message box text
69344="Close all pages?"
69345="Close all but active page"

; Dialog title for dialog box that will autoreset opera in kiosk mode
69346="Opera reset"

; Dialog title string. Keep in sync with corresponding menu entry
69350="Manage bookmarks"

; Dialog title used when user wants to do something that requires online
; mode (eg. fetching mail)
69351="Off-line"

; General dialog button string 
69364="Continue"

; General dialog button string
69365="Pause"

; Dialog title for Add filter dialog box
69372="Add filter"

; Caption for Reindex mail dialog box
69377="Re-index mail"

; Dialog caption javascript options dialog
69409="JavaScript options"

69411="Never on entire server"
69412="Processing messages (%li%%) (Tot:%li)"
69413="Processing messages (%li%%) %li/%li (Tot:%li)"
69414="Import finished. %li messages imported."
69415="Select file(s) to import"
; Dialog title when downloaded skin can not be used
69420="Incompatible skin version"

69423="Middle click options..."
; Dialog title for save as file dialog
69424="Save with images as"

69425="The free version of Opera will display advertisements. You can change what kind of ads you prefer in Opera preferences."
69426="Show relevant text ads and related searches offered through Google"
69427="Your browser request information, including page addresses typically sent to websites you visit, will be sent to Google to choose relevant ads to display. Google and Opera are committed to protecting the privacy of our users."
69428="Read more"
69429="Show generic selection of graphical ads"
69430="Allow script to receive right clicks"
69434="Automatically CC"
69435="Automatically BCC"
; Used in the dialog after having spellchecked the text
69436="Spelling check done"

; Caption of spellcheck dialog
69437="Spelling check"

; Menu strings

50844="&Docked"
50845="Floating"
54219="&Toggle\tF4"
50070="&Always on top"
65307="Add panel..."
65309="Edit panel..."
65308="Delete &panel..."
65310="Get panels"
51211="&Preferences..."
54000="&Open bookmark"
54020="Open in new window"
54022="Open in background"
54023="Show on personal bar"
54001="Add page"
54007="Add all"
54002="Cut"
54003="Copy"
54004="Paste"
54005="Delete"
63001="Select all"
; Bookmark Item New menu
180090="New"
54009="Folder..."
54008="Bookmark..."

180130="File"
54013="New..."
54010="Open..."
51071="Save"
54015="Save as..."
54014="Save selected as..."
54011="Insert &bookmarks..."
54012="Insert Internet &Explorer favourites..."
54006="Properties..."
54018="&Item..."
144660="&File"
50466="New window"
53028="New page"
50475="Close window"
53027="Close page"
50001="Open..."
50003="Save as..."
50977="Save with images as..."
162500="Import"
52250="E-mail..."
52251="Opera bookmarks..."
52252="Opera contacts..."
52253="Opera &window set-up..."
52254="Netscape bookmarks..."
52255="Internet Explorer favourites..."
162560="Export"
52256="Opera bookmarks..."
52257="Opera contacts..."
52258="Opera &window set-up..."
50004="Print..."
50005="Print set-up..."
50476="Print options..."
54271="Print preview"
51099="Work off-line"
54493="Delete private data..."
162000="Quick preferences"
52200="Accept pop-up windows"
52201="Refuse pop-up windows"
52202="Open pop-up windows in background"
52203="Enable GIF animation"
52204="Enable embedded &video"
52205="Enable sound in Web pages"
52206="Enable Java"
52207="Enable plug-ins"
52208="Enable JavaScript"
52209="Enable cookies"
52215="Enable referrer logging"
52216="Enable proxy servers"
52210="Identify as Opera"
52211="Identify as Mozilla 5.0"
52212="Identify as Mozilla 4.78"
52213="Identify as Mozilla 3.0"
52214="Identify as MSIE 6.0"
50394="Preferences..."
50006="Exit"
140070="&Edit"
50007="Undo"
50008="Cut"
50009="Copy"
50010="Paste"
50424="Delete"
50641="Select all"
50058="Find..."
50086="Find next"
52031="Find previous"
50063="In-line find"
1124400="&View"
148440="Hot list"
50846="&Off"
145550="Main bar"
50555="&Simple"
50556="&Full"
50554="&Off"
170510="Personal bar"
53051="Top"
53052="Bottom"
53053="Left"
53054="Right"
53050="Off"
53055="&Show bookmarks"
145570="Status bar"
50557="&Top"
50559="&Bottom"
50558="&Off"
50916="&Show time"
170210="Page bar"
53021="&Top"
53022="&Bottom"
53023="&Left"
53024="&Right"
53020="&Off"
180520="&Window bar"
54052="&Top"
54053="&Bottom"
54054="&Left"
54055="&Right"
54050="&Off"
150740="Address bar"
51074="&Top"
51075="&Bottom"
51101="&Off"
50612="Scroll bars"
157300="Zoom"
51730="50%"
51731="80%"
51732="90%"
51733="100%"
51734="120%"
51735="150%"
51736="200%"
51739="-100%"
51740="+100%"
51737="-10%"
51738="+10%"
157500="Encoding"
51750="Automatic detection"
157510="Unicode"
51751="UTF-8"
51752="UTF-16"
67447="UTF-32"
67448="UTF-7"
157530="US Engl&ish"
51753="US ASCII"
157540="Western European"
51754="ISO-8859-1"
51771="Windows-1252"
51767="ISO-8859-15"
157550="Central European"
51755="ISO-8859-2"
67449="ISO-8859-16"
51769="Windows-1250"
157560="Southern European"
51756="ISO-8859-3"
157650="Baltic"
51765="ISO-8859-13"
51776="Windows-1257"
51757="ISO-8859-4"
157630="Nordic"
51763="ISO-8859-10"
51791="Windows-Sami-2"
157660="Celtic"
51766="ISO-8859-14"
157620="Turkish"
51762="ISO-8859-9"
51773="Windows-1254"
157770="Vietnamese"
51777="Windows-1258"
51783="VISCII"
67450="VPS"
157580="Cyrillic"
51758="ISO-8859-5"
51768="KOI8-R"
51785="KOI8-U"
51770="Windows-1251"
51792="Codepage 866"
157600="Greek"
51760="ISO-8859-7"
51772="Windows-1253"
157590="Arabic"
51759="ISO-8859-6"
51775="Windows-1256"
157610="Hebrew"
51761="ISO-8859-8 (Logical)"
67451="ISO-8859-8 (Visual)"
51774="Windows-1255"
157640="Thai"
51764="ISO-8859-11 (TIS-620)"
157890="Chinese"
51780="Big5 (Traditional)"
67452="Big5-HKSCS (Traditional)"
51790="EUC-TW (Traditional)"
51782="GBK/GB2312 (Simplified)"
51786="HZ-GB2312 (Simplified)"
67453="GB18030 (Simplified)"
67454="ISO-2022-CN"
157880="Japanese"
; Auto detect for Russian, Chinese and Japanese
51788="Automatic detection"

51778="Shift-JIS"
51779="ISO-2022-JP"
51781="EUC-JP"
157840="Korean"
51784="EUC-KR"
51212="Refresh display"
44002="Source"
50660="Frame source"
51215="Links in frame"
44001="&Menu\tCtrl+F11"
50995="Full screen"
140320="&Navigation"
50032="Back"
; Next
50031="Forward"

50420="Stop"
50477="Home"
50065="Reload"
44003="Reload frame"
50725="Reload all pages"
200000="Reload every"
56000="Enable"
56001="Custom..."
50270="Load all images"
50478="Set home page..."
50059="Go to page..."
65132="Go to similar pages"
50087="Add to Bookmarks..."
146790="E-&mail"
50679="Compose..."
; Send menu, Mail
65180="Send link"

50979="Check"
; Check menu, Mail
51723="Check all"

; Send menu, Mail
54070="Send queued"

54071="Send queued from &all\tCtrl+Shift+Q"
54214="&Manage e-mail\tCtrl+Alt+M"
51143="&Find..."
51139="Filters..."
51145="New account..."
59999="Manage accounts..."
54215="Manage contacts..."
44004="Mark as read"
44005="Mark as unread"
44006="List &old articles"
44007="List &all groups"
50626="Show &threads"
60004="&Update groups"
1123600="&Window"
148360="Special"
50836="Transfers"
50837="History"
50838="Plug-ins"
50835="Cache"
54122="Java Console"
50498="Duplicate"
52035="Create linked"
50018="Cascade"
50019="Tile vertically"
51136="Tile horizontally"
50567="Restore all"
50565="Minimise all"
50545="Maximise all"
50564="Close all"
50523="&Save window set-up..."
52034="L&ist all..."
140130="&Help"
50013="Contents"
50479="Keyboard"
50525="Mouse"
60340="&Tip of the day..."
60243="Tell a friend"
60242="Buy Opera"
50976="Register Opera..."
242400="Opera on the Web"
; Opera on the Web menu
60240="Home Page"
60241="Support"
50666="Contact"
60246="Community"
51131="OperaMail"

50015="About Opera"
; link menu
50416="&Open link\tClick"
50417="Open in &new window\tShift+Click"
50437="Open in background"
53018="Open in new page"
53019="Open in background page"
50418="Add link to bookmarks..."
50216="Copy link address"
50761="Save target as..."

; mailto: link menu
50436="&Send e-mail..."
50543="&Add to Contacts..."
50542="Copy e-mail address"
50544="Copy mai<o:address"

; mailto: image link menu
50263="Show image"

; mailto: image link and image link  menu
65246="Reload image"

; mailto: image link menu and image link menu
50262="Save image..."
50251="Copy image"
50419="Copy image address"
56064="Image properties..."
200670="Use image as"
56067="Foreground skin"
56068="Background skin"
57076="Desktop background"
56069="Remove foreground skin"
56070="Remove background skin"

; Default page menu
50426="Back"
50427="Forward"
50429="Stop"
50430="Home"
50428="Reload"
50423="Add to Bookmarks"
50215="Copy address"
65178="Send link by mail"
292450="Background"

; Default page menu and image link menu
65245="Show image"

; Default page menu
50672="Save image..."
50671="Copy image"
50673="Copy image address"
65244="Image properties..."
200710="Use image as"
56071="&Foreground skin"
56072="&Background skin"
57077="&Desktop background"
50432="Duplicate"

; Select menu
50872="Copy text"
65184="Search"
291920="Search with"
65187="Dictionary"
65188="Encyclopaedia"
65186="Translate currency..."
291960="Translate"
65196="English to French"
65197="English to German"
65198="English to Italian"
65199="English to Portuguese"
65200="English to Spanish"
65202="French to English"
65203="French to German"
65204="French to Italian"
65205="French to Portuguese"
65206="French to Spanish"
65207="German to English"
65208="German to French"
65209="Italian to English"
65210="Italian to French"
65211="Portuguese to English"
65212="Spanish to English"
65213="Spanish to French"
65214="English to Japanese"
65215="Japanese to English"
65218="Send by e-mail"
65191="&View in source"

; View source menu
65261="&Stop viewing source"

; Image link menu
44013="Open"
44014="Open in new page"
44015="Add link to bookmarks"
44016="Copy image &address"

144670="&File"
50467="&Open..."
50468="&Save..."
50470="S&end"
50469="E&xit"
140080="Edit"
242420="_banner_context_menu_"
57055="P&references..."
; File menu
148470="File"

50847="&Print\tCtrl+P"
50856="E&xit\tCtrl+W"
148480="Edit"
50848="&Copy\tCtrl+C"
50849="&Find\tCtrl+F"
; Navigation menu
148510="Navigation"

50851="&Back\tZ"
50852="&Forward\tX"
50853="&Home\tCtrl+Space"
50854="&Alphabetical index\tF1"
50855="&Keyboard shortcuts\tCtrl+B"
1127000="Edit"
148700="Insert"
50870="Full &name"
50902="&First name"
50903="&Last name"
50904="&Address"
50905="&City"
50906="R&egion"
65242="&Postcode"
50907="Country"
50908="&Telephone"
50909="Tele&fax"
50871="E-&mail"
50910="&Home Page"
50911="Special &1"
50912="Special &2"
50913="Special &3"
65243="&Edit..."
50864="Undo"
50865="Cut"
50866="Copy"
50867="Paste"
50868="Delete"
50869="Select all"
51265="Copy as &text"
51266="Copy as &HTML"
51267="Copy as Hot &list items"
; Button bar
51321="Browser loo&k..."
50917="Browser la&yout..."

56073="Get skins"
; Hotlist window bookmarks view
54150="Sort by &my ordering"
54151="Sort by &title"
54152="Sort by title &reversed"
54153="Sort by &visited"
54154="Sort by v&isited reversed"
54155="Sort by cr&eated"
54156="Sort by create&d reversed"
54161="&Show find field"
54157="Show &folder tree"
181580="&Columns"
54158="Show column &headers"
52051="Show &visited column"
52052="Show &created column"
52053="&Automatic column resize"

; Bookmark item
53056="&Delete\tDelete"
53057="&Properties..."

; Hotlist window contacts view
54159="Show &folder tree"
54160="Show column &headers"

; Transfers view
54139="Show details"
67520="Show new items at top"
51204="Show &outside Opera"
51203="&Bring to front on new transfer"

294120="Page bar"
65412="&New page\tCtrl+Alt+N"
; Page bar item
53025="&Move to new window\tDoubleclick"
65411="&Close page\tCtrl+Alt+W"

; Go menu
65130="&Go to page"
65133="Go to pages &linking to this page"

146630="Frame"
50663="View source"
50781="Save as..."
56051="Validate source"
50669="Add to bookmarks..."
50668="Copy address"
65179="Send link by e-mail"
50664="Reload"
44012="Load all images"
50708="Maximise"
53400="Compose e-&mail"
56053="Visit &home page"
53404="T&o:"
53405="Cc&:"
53406="&Bcc:"
54019="&Contact..."
180210="&File"
54021="&New..."
53411="&Copy\tCtrl+C"
53412="&Select all\tCtrl+A"
53413="&Print\tCtrl+P"
67350="Quick download"
67351="Lock panel"
67352="Get all accounts"
67353="Read e-mail..."
67354="Mark and go to next unread"
; Cancel newsmessage
67355="Cancel post"

67356="Label as"
67357="Show in"
67358="Go to"
67362="Mark all as read"
67363="Empty Deleted folder"
67364="Redirect"
67359="Next unread"
67360="Previous unread"
67365="Thread"
; noun (in 'Go to' menu)
67366="Contact"

67367="Flat"
67368="Threaded"
67369="To and from"
67370="Thumbnails"
67371="Show read"
67372="Show deleted"
67373="Show spam"
67374="Show mailing lists"
67375="Show newsgroups"
67376="Show quick reply"
67377="Remove from view"
; Forward mail
67378="Forward"

67379="Priority:"
67380="Sort by my order"
67381="Sort by name"
67382="Sort by nickname"
67383="Sort by address"
67384="Sort by description"
67385="Sort by created"
67386="Sort by visited"
67387="Sort ascending"
67388="Sort descending"
67389="Open..."
67390="View"
67391="View messages"
67392="Visit home page"
; Contact Item New menu
67393="New"

67394="Go to URL"
; Help menu
67395="Help"

; Window menu
67396="Window"

; Mail menu and button
67397="E-mail"

; Bookmarks menu
67398="Bookmarks"

67399="Sessions"
67400="Navigation bar"
67401="Lock buttons"
67402="Customise toolbars..."
67403="Skin"
67404="Colour scheme"
; Browser View Menu
67405="Style"

67406="Small screen"
67407="Site navigation"
; Send mail menu
67408="Send"

67409="Read..."
67410="Search..."
67411="Newsgroups..."
67412="IMAP folders..."
67413="Close all but active"
; Bookmark Item File menu
67414="Import Opera bookmarks..."
67415="Import Netscape bookmarks..."
67416="Insert Internet Explorer favourites..."
67417="Export Opera bookmarks"

; Contact Item New menu
67418="Folder..."
67419="Contact..."

; Contact Item File menu
67420="New..."

; File/Session menu
67421="Open session..."
67422="Insert session..."
67423="Save session..."

; Quick Preferences
67424="Open requested pop-up windows only"

; View Hotlist Menu
67425="Bookmarks"
67426="Mail"

67427="Contacts"
; View Hotlist Menu
67428="History"
67429="Transfers"
67430="Links"
67431="Windows"

; View Navigation Bar Menu
67432="Auto"

67433="No colour scheme"
67434="System colour scheme"
67435="Gold"
67436="Sand"
67437="Jungle"
67438="Sea"
67439="Blue"
67440="Indigo"
67441="Purple"
67442="Crimson"
67443="Red"
67444="Special effects"
67445="Author mode"
67446="User mode"
; Reload Menu
67455="5 seconds"
67456="15 seconds"
67457="30 seconds"
67458="1 minute"
67459="2 minutes"
67460="5 minutes"
67461="15 minutes"
67462="30 minutes"

; Site Navigation Menu
67463="Home"
67464="Index"
67465="Contents"
67466="Search"
67467="Glossary"
67468="Help"
67469="First"
67470="Previous"
67471="Next"
67472="Last"
67473="Up"
67474="Copyright"
67475="Author"

67476="JavaScript console"
67477="Restart transfer"
67478="Remove transfer"
67479="Style"
67480="Remove panel"
67481="Remove from toolbar"
67482="Audio"
67483="Close all"
67484="Close all but active"
; Remove from Personal Bar
67485="Remove"

67486="Reset toolbar"
67487="Large images"
67488="Pop-up transfer window on transfer"
67489="Toolbar"
; Right-click on address field
67490="Paste and go"

; Links Panel Toolbar
67495="Lock"

67496="Full screen"
67497="Security"
67498="Show images"
; New page
67499="New"

; Used in menus to show the keyboard shortcut, typically Ctrl+t
67538="Ctrl"

67521="Shift"
67522="Alt"
67523="Home"
67524="End"
67525="Page Up"
67526="Page Down"
67527="Up"
67528="Down"
67529="Left"
67530="Right"
67531="Esc"
67532="Ins"
67533="Del"
67534="Backspace"
67535="Tab"
67536="Space"
67537="Enter"
; Caption for fast forward button for automatic login using Wand
67539="Log in"

67572="This view"
67573="More items"
67633="Open in background window"
67634="Display"
67635="Manually"
67636="After 1 second"
67637="After 2 seconds"
67638="After 3 seconds"
67639="After 5 seconds"
67640="After 10 seconds"
67641="Prefer plain text"
67642="Prefer HTML"
67643="Suppress external embeds"
67644="Full view"
67645="Split view"
67646="Single folder"
67647="New note"
67648="Rewind"
67649="Fast Forward"
67650="Load image"
67651="Open image"
67652="Copy to note"
67653="Insert personal"
67654="Insert note"
67655="Clear all"
67656="Paste to note"
67658="Links..."
67659="Add contact here"
67660="Add all contacts in folder"
67661="Import KDE1 bookmarks..."
67662="Import Konqueror bookmarks..."
67663="Export as HTML..."
67664="Save selected as HTML..."
67665="Import Opera contacts..."
67666="Export Opera contacts..."
67667="Save selected contacts as..."
67668="KDE1 bookmarks..."
67669="Konqueror bookmarks..."
67670="Bookmarks as HTML..."
67671="Info"
67672="Notes"
67673="Voice"
67674="Voice Preferences..."
67676="Voice"
67677="Listening"
67678="Speaking"
; Revert an undo operation
68116="Redo"

; First time dialog help text
69086="Middle click action can be configured by pressing Shift+Middle click.\n\nWould you like to configure the action now?"

; Fast forward 
69232="Next"

; Fast forward
69233="Next image"
69234="Log in"
69235="Wand login"
69236="Show"
69237="Show image"

; Menu entry for adding a mailto link to the contact list
69242="Add link to contacts..."

67306="Music"
69313="Message list"
69314="Message body"
69315="List and body"
; Page menu string
69336="Close"
69337="Activate"
69338="Restore"
69339="Minimise"
69340="Maximise"

; Used in toolbar popup menus to control visibility of extender arrow
69363="Show extender"

; Used in M2 menus (in the show account menu)
69366="All accounts"
69367="Mail accounts"
69368="News accounts"

; General menu string 
69381="Export..."

; m2 submenu string (in hotlist)
69382="Show account"

; m2 menu string (in hotlist)
69383="Show account selector"

; Submenu that hold all closed window entries
69384="Closed"

; Main help entry (F1 action)
69385="Opera Help"

; Contents sub menu in help menu
69386="Contents"

; Help topic
69387="Hot list"
69388="Toolbars"
69389="Menus"
69390="Dialogues"
69391="Preferences"

; On the web menu entry
69392="Features and tutorials"
69393="Accessibility"
69394="Security and privacy"

; Meta key
69395="Meta"

; Menu string in transfer panel
69422="Remove all finished"