; Opera language file version 2.0 ; Copyright © 1995-2005 Opera Software ASA. All rights reserved. ; Created on 2005-07-27 12:42 ; Lines starting with ; (like this) are comments and need not be translated [Info] Language="en" ; The string below is the language name in its own language LanguageName="English" Charset="iso-8859-1" Build.Linux=1272 Version.Linux=8.02 DB.version=565 [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 on 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" ; 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" ; Used in a popup error message when the address type is unknown or ; unsupported. 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 and we don't have a quick ; UI (if we have Quick we use the Set homepage dialog). 20005="No home page defined. Please define one." 20013="Could not establish a connection to the printer" ; 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 4?? unless ; handled specifically), 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 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 recognize 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 offline. 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 may 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 may 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" ; Used in a popup error message when the user has entered an FTP URL into ; the URL field, and the directory did not exist 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 hostname has been specificed in the url. 20049="No hostname 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 hostname has been specified. (TN3270 is a variant of ; telnet used mainly on IBM mainframes). 20122="No hostname 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 setup|*.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|*.*|" ; 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|*.*|" 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." 20093="Opera e-mail" 16615="You can set these options if you wish to see specific types of ads" ; Search strings 17060="Search type" 17061="Keyword" 17062="" ; Search with x 17063="%s search" 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:" ; Used in the dialog title when user tried to download file to an invalid ; directory. 22736="Invalid download directory" ; The user tried to download a file to an invalid 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." 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 unsorted. 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="Webpage normal text" 20201="Webpage

" 20202="Webpage

" 20203="Webpage

" 20204="Webpage

" 20205="Webpage

" 20206="Webpage
" 20207="Webpage
"
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="Goto"
21214="Active"
21215="Tile"
21216="Cascade"
21254="Hotlist"
21255="Full"
21197="Go"
21198="Search"
21194="Resume"
21195="Retransfer"
21196="Stop"
21050="Close all windows?"
; 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 hostname %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 use cookies for exploitative purposes. The server's hostname does not match the domain attribute, and the cookie has been rejected\r\n\r\nThis Web site may not be considered trustworthy."

; 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, and 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."

; Used in about page.
22726=", this plug-in is disabled"

21080="Opera startup"
21081="Opera exit"
21082="Page loaded"
21079="Transfer done"
21083="Failure"
21084="Follow link"
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 setup (*.win)|*.win|All files (*.*)|*.*|"
21247="View"
21233="Send"
21235="Stop"
20105="Page %d"
; Used in an warning/confirmation dialog when the user has submitted a form
; via email.
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 rePOST 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"

; Used in a popup error message when the client was unable to connect to the
; server.
21252="Failed to connect to server. The reason may be that the encryption methods supported by server are not enabled in the security preferences."

; Used in a poup error message to inform about a transmission failure.
21253="Transmission failure."

; Used in a popup error message when the certificate is illegal or
; non-verifiable.
21258="Illegal, or non-verifiable certificate."

; Used in a popup error message when the certificate is unsupported.
21259="Unsupported certificate."

; Used in a popup error message when the certificate has been revoked by its
; issuer.
21260="The certificate has been revoked by its issuer."

; Used in a popup error message when the certificate has expired.
21261="The certificate has expired."

; Used in a popup error message when the certificate is unknown.
21262="The certificate is unknown."

; Used in a popup error message, when the certificate is valid, but
; permission denied.
21265="The certificate is valid, but permission denied."

; Used in a popup error message when an internal error has occurred.
21271="An internal error occurred."

; Used in a popup error message when the certificate's chain was not ordered
; properly.
21274="The certificate's chain was not ordered properly."

; Used in a popup error message when no acceptable SSL 2 encryption methods
; have been found.
21272="No acceptable SSL 2 encryption methods found."

; Used in a popup error message when an unknown error has been detected.
21273="Unknown error detected."

; Used in a popup error message when the server only supports SSL 2, and SSL
; 2 is not enabled in preferences.
21319="This server only supports SSL v2. The webmaster should upgrade the server. If you wish to connect to this server you must enable SSL v2 in Preferences."

; Used as a title of a warning dialog.
21276="Secure connection: warning (%u)"
21277="Secure connection: warning (%u) from server"

; Used as a title of a error dialog.
21278="Secure connection: fatal error (%u)"
21279="Secure connection: fatal error (%u) from server"

; Used in the security password dialog.
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"

; Error message during changing of password.
21285="Changing the security password failed."

; Information to the user about requirements on security password.
21388="Your password should have at least 6 characters, consisting of at least one digit and one alphabetic character"

; Used in the security password dialog.
21320="Please enter a security password"

; Used in a text label in the view certificates dialog.
21286="These are the personal certificates registered in the database."
21287="These are the certificate authorities registered in the database."

; Message during installation of certificate.
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?"

; Used in a popup error dialog when there is problem with the server's
; certificate and the user is about to send a request to the server.
21291="You are about to send a request to this server. Continue?"

; Used in a popup error dialog when there is problem with the server's
; certificate, it did not match its hostname.
21293="The server's certificate did not match its hostname. Accept?"

; Used as a dialog text when one of the certificates presented by the server
; has expired.
21378="One of the certificates presented by the server has expired. Do you wish to accept the certificate?"

; Used in a dialog text when the user is prompted to select a certificate
; for the server.
21309="The server requested a certificate. Please select one of these certificates, or press [Cancel] to send none."

; Used in a popup error message when the signatures of the certificate could
; not be verified.
21331="The signatures of this certificate could not be verified."

; Used in a popup error message when the certificate cannot be used for the
; intended purpose.
21464="This certificate cannot be used for this purpose."

; Used as a dialog title when installing certificates.
21303="Install authority certificate"
21304="Install client certificate"
21336="Install PEM certificate"

; Used as a dialog title when the user should select a client certificate..
21305="Select client certificate"

; Used as a dialog title when there is a problem with the certificate.
21306="Certificate warning"
21307="Wrong certificate name"
21308="Certificate expired"
21377="Server certificate expired"

; Used in a popup error message when the certificate has expired.
21312="This certificate has expired. You should delete it, and install an updated certificate."

; Used in a dialog title when the server's certificate chain is incomplete.
21314="Certificate signer not found"

; Used in a dialog when the server's certificate chain is incomplete, during
; certificate installation.
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?"

; Used in a dialog during certificate installation. The certificate has been
; installed and is usable, but Opera couldn't verify it, because the the
; signer of certificate is missing.
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"
; Error message during changing of password.
21323="Setting the security password failed."

; Used in a popup error message when the installation of a certificate
; failed.
21316="The certificate installation failed."

; Used in a dialog during certificate installation, when the client
; certificatea had no matching private key in the database.
21317="The client certificate had no matching private key in the database."

; Used in a dialog during certificate installation, when the certificate's
; chain was not ordered properly.
21318="The certificate's chain was not ordered correctly."

; Used in a popup error message when the installation of a certificate
; failed, because there was a different client certificate already
; installed.
21324="A different client certificate is already installed for this key. Installation failed."

; Used in a popup error message when a different certificate already exist
; for at least one of the installed certificate authorities.
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."
; Error message when encryption is disabled.
21328="All encryption methods are disabled in Preferences."

; Used in a dialog during certificate installation, when the certificate is
; unknown or has an illegal format.
21329="The certificate is unknown or has an illegal format."

; Error message when encryption is disabled.
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"
; Used in a popup error message when the server's certificate held an
; illegal name expression.
21338="The server's certificate held an illegal name expression"

; Header for description of encryption type in certificate dialogs. 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 "

; Followed by the version of the certificate format. !!IMPORTANT!! No HTML
; special characters are allowed !!
21368="Certificate version"

; Followed by the certificate's serial number. !!IMPORTANT!! No HTML special
; characters are allowed !!
21369="Serial number"

; Followed by the date the certificate became valid. !!IMPORTANT!! No HTML
; special characters are allowed !!
21370="Not valid before"

; Followed by the certificate's expiration date. !!IMPORTANT!! No HTML
; special characters are allowed !!
21371="Not valid after"

; Followed by the certificate's fingerprint. !!IMPORTANT!! No HTML special
; characters are allowed !!
21372="Fingerprint"

; Followed by the certificates's public key name. !!IMPORTANT!! No HTML
; special characters are allowed !!
21373="Public key algorithm"

; Followed by the algorithm used to sign the certificate. !!IMPORTANT!! No
; HTML special characters are allowed !!
21374="Signature algorithm"

; Followed by a list of extensions. !!IMPORTANT!! No HTML special characters
; are allowed !!
21375="Extensions"

; The exension is critical. !!IMPORTANT!! No HTML special characters are
; allowed !!
21376=" (Critical)"

; IMPORTANT!!!! Do not change %u, %ld or \r and \n !!!!
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"

21382="This function is not available in this special version of Opera."
21379="This feature has been disabled"
; Used as a title of the generated drives list page (opera:drives) on some
; platforms.
21383="Drives"

; Used as title of the generated plug-in list page (opera: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)"

; Used in about page.
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 plug-ins and pressed the 'Find plug-ins'
; button, and new plug-ins needs to be activated.
21764="Do you want to associate the "%1" plug-in with the type "%2"?"

21428="Unregistered version"
21501="Add page here..."
21504="Open all folder items"
; Docked hotlist window
21517="Title"

21525="Manage bookmarks..."
21600="A nickname can not contain a period, question mark, colon, slash or back slash"
21601="Illegal nickname"
22520="Mouse gestures"
22521="You have performed a mouse gesture for the first time.\n\nMouse gestures are activated by mouse movements while holding the secondary mouse button.\n\nPress [Help] to learn mouse gestures.\n\nWould you like to continue using mouse gestures?"
; 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"
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."

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."
22071="Transfers"
22232="User defined"
; Used in a popup error dialog during loading of global history list.
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..."

22076="Name"
22075="Size"
22080="Type"
22077="Progress"
22078="Time"
22079="Speed"
22085="Done"
22086="Stopped"
22087="Error"
22109="Copy file information"
22099="Error"
22120="Files"
22122="All files (*.*)"
14121="Stop executing scripts on this page"
25266="&Do not show this dialog 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\nDo you want 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)?"
22115="Bookmark properties"
22117="Bookmarks"
34304="Wrong PIN code"
34305="Could not verify signature"
34306="The cardreader 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)"
22128="Name"
22263="Online"
22264="Away"
22265="Be right back"
22266="Busy"
22268="Appear offline"
22269="On the phone"
69523="Out to lunch"
22415="Art / Cultural"
22416="Automobiles"
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="Under USD 25,000"
22434="USD 25,000-35,999"
22435="USD 36,000-49,999"
22436="USD 50,000-75,999"
22437="USD 76,000-99,999"
22438="USD 100,000+"
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="Grammar school"
22453="High school"
22454="Some college"
22455="Associate degree"
22456="Bachelor degree"
22457="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) "
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 cookies"
21493="Let me decide every time I receive one"
21494="Treat as specified in Server Manager"
21495="Accept all cookies"
21496="Accept only cookies set to the server itself"
21497="Refuse all cookies"
21746="Let me decide every time I receive one"
21498="Accept all cookies"
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)"
22210="A supported version of Java Runtime Environment could not be found.\nYou need to install version 1.2 or later of 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 does not have enough 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 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 opera6.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 opera6.ini file, or that entry has the wrong path.\nJava applets will not work."
; Dialog title for signed Java applets certificate dialog.
22221="Java security"

; Used in dialog for signed Java applets.
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"
21736="Accept incorrect paths"
21734="Re&fuse"
21735="Ac&cept"
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"
11458="Show searches"
11326="Cycle in recently used order"
11327="Cycle in page bar order"
11328="Cycle without showing list"
; 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"
11514="Privacy"
11515="Security"
11516="Sounds"
11517="Start and exit"
11522="Search"
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="Ethiopic"
11538="General Punctuation"
11539="Georgian"
11540="Greek"
11541="Greek Extended"
11542="Gujarati"
11543="Gurmukhi"
11544="Halfwidth and Fullwidth 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="Organization"
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"
22170="File not found."
22171="Invalid file name."
22167="Please verify that the path and file name are correct."
22510="byte"
22252="B"
; Short for kilobyte
22253="KB"

22254="MB"
22255="GB"
22256="TB"
22257="/s"
; Used in about page.
22480="Java not installed"

22465="Choose folder to save files"
; Used in about page.
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, network printer, please check your network connection."
22246="Printer problem"
22247="Printer"
22163="The source code in this window has been edited.  Do you want to save it?"
; Used in the window title when the page has been edit using the internal
; source viewer.
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="Offline 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"
; 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"
; Label in the displayed header of a news/mail/MIME/MHTML message.
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="Open all pop-ups"
22716="Block all pop-ups"
22717="Open pop-ups in background"
22718="Block unwanted pop-ups"
25316="Confirm deletion"
25317="Please confirm to delete this panel permanently.\n\n%s"
25318="Add Hotlist panel?"
22729="Select"
22730="Opera is set to open with your saved window setup"
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"
17174="Price comparison"
17176="Domain name"
17180="Image"
17181="Video"
17188="Google groups"
17182="Opera support"
17203="News"
; Prompting the user to enter the password protecting the key when importing
; PKCS #12 key/certificate.
21747="Please enter the password protecting the key"

; Prompting the user to enter the password protecting the key when exporting
; PKCS #12 key/certificate.
21748="Please enter a password to protect the exported private key"

; Prompting the user to re-enter the password protecting the key when
; exporting PKCS #12 key/certificate.
21749="Please re-enter the password"

; Used when importing private PKCS #12 key.
21750="Import private key"

21751="Import key and certificate"
21752="Do you want to import the private key and these attached certificate(s)?"
; Ask the user if to import the private PKCS #12 key.
21753="Do you want to import the private key stored in this file?"

; Error messages when importing PKCS #12 key/certificate.
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. \nProxy Configuration is automatically 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:"
10000="Browse in a new window"
14134="Resume transfer"
14136="Stop transfer"
67003="Size"
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:\\nCc: %:Cc:\\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="Message 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="Filters"

; Used 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 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 Organization ("%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 filter"

; 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 %s"

67092="Are you sure you want to unsubscribe from this newsgroup?"
67093="Are you sure you want to delete '%s'?"
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="ReplyTo"
67100="Followup"
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 set"
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 cleanup"
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 dialog again"

67132="Next >"
67133="< Back"
67134="Finish"
67135="Off"
67136="Medium"
67137="Strong"
67138="Or"
37139="And"
67140="Subject"
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"
; 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"
67173="Previous session (auto saved)"
67175="Downloaded %d bytes"
67218="Delete"
; Status-message when messages was sent in M2
67361="%u sent"

67504="Message body not downloaded"
67506="Regular e-mail (POP)"
67507="IMAP"
67508="News"
67509="Import e-mail"
67510="Opera Web Mail"
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"
; 'prefs' is the base name of the file, and should probably not be
; translated
67517="Netscape prefs file (prefs.js):"
69416="Netscape prefs files (prefs.js)|prefs.js|"
70512="Thunderbird prefs file (prefs.js):"
70513="Thunderbird prefs files (prefs.js)|prefs.js|"

67516="Mailbox folder:"
67518="Generic mbox file:"
69417="Generic mbox files (*.mb*)|*.mb*|All files (*.*)|*.*|"
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="Local storing of a fetched message failed. 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 filesystem 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 Favorites"
68135="KDE1 bookmarks"
68136="Konqueror bookmarks"

; String to be used in preference font list for UI fonts
69221="Interface menus"
69222="Interface toolbars"
69223="Interface dialogs"
69224="Interface panels"

; String to be used in preference font list
69225="Interface compose e-mail"

; 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?"

; String that is displated on about page when java is installed
69230="Java Runtime Environment installed"

; Version of Qt library that Opera uses. Shown on About page
69231="Qt library"

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

; Used when saving a printer file to disk (from a filedialog box)
69243="Postscript files (*.ps)|*.ps|All files (*.*)|*.*|"

; Label in the displayed header of a news/mail message
69244="Organization"
69245="Newsgroups"
69246="Followup-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 setup"
67545="Downloading toolbar setup..."
67546="Apply toolbar setup"
67547="Do you want to continue using this toolbar setup?"
67548="Download Opera menu setup"
67549="Downloading menu setup..."
67551="Do you want to continue using this menu setup?"
67552="Download Opera mouse setup"
67553="Downloading mouse setup..."
67555="Do you want to continue using this mouse setup?"
67556="Download Opera keyboard setup"
67557="Downloading keyboard setup..."
67559="Do you want to continue using this keyboard setup?"
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 setup"
67579="Mouse setup"
67580="Toolbar setup"
67581="Menu setup"
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 inline elements:"
67622="Size of inline elements:"
67623="Local cache file:"
67624="- no cache file -"
67625="Security"
67626="Summary:"
67627="- not secure -"
67628="More information"
67629="Frames"
67630="Frame:"
67631="Inline 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 client for mail and news\nis different than 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 maximize"
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 dialog 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 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"
69308="Adding new button with action\n\n%s\n\nAre you sure?"
69309="New button"
69332="Using Opera's revolutionary e-mail client: http://www.opera.com/mail/"
; Status message when M2 is emptying trash
69333="Emptying trash"

; 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="Offline mode is enabled.\n\nDo you want to switch to on-line mode?"

; Used in a popup error dialog when the certificate authority os unknown for
; the presented certificate.
69353="Unknown Certificate Authority for the presented certificate"

; Used in a popup error dialog when handshake faild due to export
; restrictions.
69354="Handshake failed due to export restrictions"

; Used in a popup warning dialog when handshake faild because the server
; does not want to accept the enabled SSL/TLS protocol versions.
69355="Handshake failed because the server does not want to accept the enabled SSL/TLS protocol versions."

; Used in a popup error dialog when handshake failed because the server
; requires encryption methods more secure than those enabled.
69356="Handshake failed because the server requires encryption methods more secure than those enabled."

; Used in a popup warning dialog when the server wants to negotiate a
; connection that does not encrypt the data, but only verifies integrity.
69357="The server wants to  negotiate a connection that does *not* encrypt the data, but only verifies integrity. If you continue, the data can be read by anyone, but not modified."

; 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"

; Add filter dialog box
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 reindex 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 filter and add rule"
; 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 maximize, including pop-ups"

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

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

; Message string used on startup in we cannot load plug-ins
69410="Opera could not load the plug-in library 'libnpp.so'. Plug-ins will not work.\n\nCheck your installation.\n"

; Fallback text for plug-in description when plug-in is missing this
; resource
69418="No description"

; Fallback text for plug-in name when plug-in is missing this resource
69419="No name"

; 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."

; RSS folder
69440="RSS newsfeed"

; Used for OE mail import, parameters are identity, account name and mailbox
69441="%s [%s] (Imported)/%s"

; 
69442="(%s) -import failed, [err=%i]\n Id:%s\n From:%s"
69443=" already imported"
69444=" being converted. Please wait..."
69445="OE Import WARNING"
69446="(%s) -empty mailbox skipped"
69447="Newsfeed"
69448="Folder"

69449="Room"
69450="Users"
69451="Topic"
; 
69454="The nickname %s is already in use. Enter a new nickname."

69455="The room %s is password protected. Enter password."
69472="Tile all automatically"
69473="%d / %d"
69474="%d / %d  (%d seconds remaining)"
69475="%d / %d  (%d minutes remaining)"
69522="%s\n(click here to view unread messages)"
69524="%s wants to send you the following file. Do you wish to receive it?\n\nFile: %s\nSize: %s\n\nNote: You should not accept files from unknown users or files that you don't know what are."
69525="Accept file"
69530="Mail (%d)"
69531="Starting"
69532="Transfer of file '%s' completed\n(click here for menu)"
69533="Info"
69536="Room Invitation"
69537="%s has invited you to join the room %s\nDo you accept the invitation?"
69539="Started talking with %s on"
69540="unknown contact"
69541="%d users, topic is: %s"
69542="Joining chat room..."
69543="Send file"
69544="Started talking in %s on"
69545="Disconnected from chat"
69546="%s has kicked you from the chat room (Reason: %s)"
69547="You have left the chat room"
69548="%s has joined %s"
69549="%s has disconnected"
69550="%s was kicked from %s by %s (Reason: %s)"
69551="%s has left %s"
69552="Room topic is: %s"
69553="%s changes room topic to: %s"
69554="Room moderation is on"
69555="%s sets mode +m: room is now moderated"
69556="%s sets mode -m: room is no longer moderated"
69557="%s sets mode +l: user limit is now %s"
69558="%s sets mode -l: user limit is now off"
69559="%s sets mode +t: topic change is now only allowed by operators"
69560="%s sets mode -t: topic change is now allowed by everyone"
69561="%s sets mode +k: room is now password protected"
69562="%s sets mode -k: room is no longer password protected"
69563="%s sets mode +s: room is now secret"
69564="%s sets mode -s: room is no longer secret"
69565="%s sets mode %s"
69566="%s sets user mode %s"
69567="%s changes nick to %s"
69568="%s sets user mode +o: %s is now a room operator"
69569="%s sets user mode -o: %s is no longer a room operator"
69570="%s sets user mode +v: %s may now speak if the room is moderated"
69571="%s sets user mode -v: %s may no longer speak if the room is moderated"
69572="%s is %s@%s (%s)"
69573="%s is in the following rooms: %s"
69574="%s is using the server %s (%s)"
69575="%s is an irc operator"
69576="%s is away (%s)"
69577="%s is logged in as %s"
69578="%u hour"
69579="%u hours"
69580="%u minute"
69581="%u minutes"
69582="%u second"
69583="%u seconds"
69584=" and "
69585="%s signed on at %s, and has been idle %s"
69586="%s signed on at %s"
69676="Lycos"
69677="SearchBoss"
69678="Amazon"
69679="Ebay"
69680="Download.com"
69723="New newsfeed messages:\n%s"
; Dialog message
69830="Unknown error"

; Message box text shown when hotlists data has been imported
69868="%d entries have been imported"
69869="One entry has been imported"

; Used in File Handler Edit Dialog
69873="Ask before starting program"

; Short string in dialog header seaction
69874="Ask"

; File handler dialog box string
69875="Files (fallback)"
69876="Folders"

; Dialog box string shown before opening a folder
69877="Open folder"

; Dialog box string shown before opening a file
69878="Open file"

; String in dialog WITH
69879="with"

; Text on buttn that opens file handler dialog box
69880="Handlers for saved files..."

69883="Popularity"
69892="List rooms"
69893="New room"
69894="Change nick"
69895="Send e-mail"
69897="Check/Send"
69914="Fixed spacer"
69915="Dynamic spacer"
69916="Wrapper"
69920="Newsfeeds"
; Message box string that is shown if mailto address contains command
; character and we use an external e-mail client
69937="E-mail address contains command characters. Do you want to run the command?"

69940="Chat (IRC)"
69941="%u rooms"
; This warning will be displayed for anonymous Diffie Hellman secure SSL
; connections.
69945="The server requested an ANONYMOUS connection, it is therefore impossible to verify the identify of the server. Is this a service that would normally be anonymous, and are you willing to send data to this anonymous server?"

; This warning is displayed if a low level encryption (level 1) is selected
; by the server.
69946="This site is using an outdated encryption method currently classified as insecure. It cannot sufficiently protect sensitive data. Do you wish to continue?"

; Title of low encryption level dialog
69947="Low encryption level"

69998="Panels"
; The title of the error page that is shown when loading a URL fails.
70034="Error"

; The error page that is shown when loading a URL fails.
70035="You tried to access the address %s, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page."

; The error page that is shown when loading an url fails.
70036="Try pressing the F12 key on your keyboard and disabling proxy servers, unless you know that you are required to use a proxy to connect to the Internet. Reload the page."
70037="Try enabling Synchronous DNS if it is disabled and disable it if it is enabled, in Opera's Network preferences."
70038="Check that the setup of any Internet security software is correct and does not interfere with ordinary Web browsing."
70039="If you are behind a firewall on a Local Area Network and think this may be causing problems, talk to your systems administrator."
70040="Make sure your Internet connection is active and check whether other applications that rely on the same connection are working."
70041="If you are on a dialup connection, check the dialup properties for your connection and under Server types, make sure it is set to log on to the network."

; The associated tablefield displays the signature of the cetificate !!
; IMPORTANT !! No special HTML characters in this string !!
70053="Signature"

70138="Download Opera voice setup"
70139="Downloading voice setup..."
70141="Do you want to continue using this voice setup?"
; Voice C3N User Agent Identifier, shall only be translated if supported by
; voicelibs
70171="Opera"

; Voice C3N Prelink Phrase, shall only be translated if supported by
; voicelibs
70172="(go to | jump to)"

; Voice C3N Postlink Phrase, shall only be translated if supported by
; voicelibs
70173="[page]"

; Encoding, when used other places than menus, to avoid crash with japanese
; access keys
70233="Encoding"

; Voice C3N Prenick Phrase, shall only be translated if supported by
; voicelibs
70281="go to bookmark"

; Voice C3N Postnick Phrase, shall only be translated if supported by
; voicelibs
70282=""

; While downloading binary setupfile
70294="Downloading extension"
70295="Downloading binary setup file"

; Used as template when redirect is turned off to produce a clickable link
; to the redirection target.
70321="

Redirection Status

The URL was redirected to %s. Please click the link to go there.

You can enable the automatic redirection in the settings.


Generated by Opera (C)" ; used when a wml deck is not reached in correct order 70337="Access denied" 70338="You have been denied access to this WML deck.\n\nYou have not reached this deck in the correct order." ; used when opera generates a redirect message. this is the title. 70344="Redirect" ; A fatal SSL error occurred, e.g. a handshake or transmission error, the ; internal error message gives more details 70376="Unable to complete secure transaction" 70377="Updating newsfeeds" ; 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. This version is ; used when LIMITED_MEMORY_DEVICE is turned on. 70380="Problem encountered while decoding data. Possibly due to corrupted data or an out of memory condition." ; Used in a popup error message when the user has requested a document from ; the server, and the server returns a HTTP_USE_PROXY (which is not ; supported for security reasons) error code. 70384="The server tried to redirect Opera to the alternative proxy. For security reasons this is not supported." ; The title of the error page that is shown when loading a URL fails. 70385="Check whether you can access other Web pages." ; The error page that is shown when loading a URL fails. 70386="Some on-line services using security protocols do not work with the protocol TLS 1.0. Try disabling it in Opera's security preferences." 70387="If there is no error in the Web address, you may want to:" ; The error page that is loaded when a URL fails. 70388="Need help?" 70389="Open the
Opera Help." 70390="Go to Opera's on-line support desk." ; Replaces obsolete string 69881. 70423="Import from Apple Mail" ; Notification of a blocked popup 70428="Pop-up blocked from " ; Used for adding to account names when the account is temporary 70502=" (temporary)" ; String used when a popup has been blocked to give the user an option to ; open it. 70504="\n(click here to open it)" ; Item on the start toolbar 70505="Top 10" ; Music toolbar item. 70506="Add" ; Music toolbar item 70507="Play" 70508="Pause" 70509="Stop" 70510="Receive file" 70511="Interface display e-mail" ; List box entry 70514="Import from Thunderbird" 70515="Import from Opera 7" ; Used as the default text to substitute a plug-in in an HTML document, if ; the plug-in is not installed and the images alt attribute is empty 70516="Plug-in content" ; Used as the default text to substitute a java applet in an HTML document, ; if java is not installed and the images alt attribute is empty 70517="Java applet content" ; Shown as tooltip and status information when the plug-in has not been ; activated 70524="You need to enable JavaScript to access this content. Press F12, select "Enable JavaScript", then reload the page." ; This is the title of an error page displayed when a URL containing illegal ; characters in the servername is rejected during URL resolving 70526="Illegal URL" ; First line of the message, the URL is displayed on the next line 70527="The URL" ; Second part of the illegal URL message, follows the URL 70528="contains characters that are not valid in the location they are found." ; The possible reasons for why the invalid characters are there: Mistake, or ; attack. 70529="The reason for their presence may be a mistyped URL, but the URL may also be an attempt to trick you into visiting a website which you might mistakenly think is a site you trust." ; Header for the SSL certificate description page" !!IMPORTANT!! No HTML ; special characters are allowed !! 70530="Security Information" ; Followed by the secure tunnel specification." !!IMPORTANT!! No HTML ; special characters are allowed !! 70531="Security protocol" ; Followed by the number of the certificate in the certificate chain, used ; as a heading for the SSL certificate description page" !!IMPORTANT!! No ; HTML special characters are allowed !! 70532="Server Certificate" ; Followed by the number of the certificate in the certificate chain, used ; as a heading for the SSL certificate description page." !!IMPORTANT!! No ; HTML special characters are allowed !! 70533="Validated Certificate" 70534="Client Certificate" ; Followed by the servername in the certificate that matched the servername ; of the host 70535="Validated Servername" ; Who was the certificate for this server issued to 70536="Issued to" ; Who was this certificate issued by? 70537="Issued By" ; This warning is displayed when the user has disabled some or all of the ; strong encryption methods, and the server selected a low level ; encryption method (level 1) 70538="This site specifies an insecure level of encryption. You have manually disabled some of the strongest encryption methods, and this may have forced the server to select the current level. We recommend that you re-enable strong encryption before proceeding. Do you wish to continue using a low encryption level?" ; Displayed in the about page if User JavaScript is enabled 70550="User JavaScript file" ; Mail panel 70615="The requested operation could not be completed because one or more of the selected messages did not have a locally downloaded body. Opera will now try to download the missing message bodies." 70616="Move or copy failed" ; Chat window 70622="(%d users)" ; skin manager 70624="Opera Standard" ; Skin manager 70625="Windows Native" 70626="Macintosh Native" ; Message string shown if a plug-in setup problem takes place 70711="Opera encountered a problem during plug-in setup.\nPlug-ins will not work properly.\nCheck your installation." ; Message string shown if a plug-in setup problem takes place. Do not ; translate rge word 'libnpp.so' 70712="Could not locate plug-in 'libnpp.so'." ; Message string shown if a plug-in setup problem takes place 70713="This plug-in is included in the install package." 70714="This executable is included in the install package." 70715="Could not load plug-in library 'libnpp.so'." ; Message string shown if a plug-in setup problem takes place. Do not ; translate the word 'operamotifwrapper' 70716="Could not locate plug-in executable 'operamotifwrapper'." ; Message string shown if a plug-in setup problem takes place. Do not ; translate the word 'Motif' 70717="Please install Motif." ; Message string shown if a plug-in setup problem takes place. 70718="(Path can be modified in Preferences dialog)" ; Tooltip text shown when mouse is hovering the e-mail client text field in ; Preference dialog. Do not translate the flags (like %t) and not ; 'mailto' 70719="Flags\n\n%t (to) Replaced with receiver\n%c (cc) Replaced with cc receiver\n%a (bcc) Replaced with bcc receiver\n%s (subject) Replaced with subject text\n%b (body) Replaced with body text\n%r (address) Replaced with address. The result will always start with 'mailto:'\n%w (address) As %r but without 'mailto:'\n\nExample\n [%t] [-cc %c] [-subject %s] [-body %b]" ; Message string shown if a plug-in setup problem takes place. Do not ; translate the word 'operamotifwrapper' 70720="Could not start plug-in executable 'operamotifwrapper'." ; Move-to-sent-dropdown in mail import wizard, no mailbox selected: 70756="" ; Caption for the list of alternate links in a newsfeed 71004="Alternate:" ; Caption for the list of related links in a newsfeed 71005="Related:" ; Caption for the list of via links in a newsfeed 71006="Via:" ; Caption for the list of enclosures in a newsfeed 71007="Enclosures:" ; Dialog title and components ; Used in most dialogs 1="OK" 10362="OK" 2="Cancel" 10358="Cancel" ; Opera as default browser 10968="Protocols" 10969="http" 10970="https" 10971="news" 10972="ftp" 10973="gopher" 10974="wais" 25177="Check if Opera is default browser on startup" 25241="Select all" ; Password required 14499="Authentication" 11140="Message" 10178="Username" 10179="Password" ; Send form without encryption? 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?" 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?" ; Advanced startup settings 10415="Synchronous DNS" ; Certificate 10766="Certificate name" 10768="Issuer" 10758="Allow connections to sites using this certificate" 10759="Warn me before using this certificate" 10775="Accept" 10776="Install" ; Performance 10213="Max connections to a server" 10219="Max total connections" ; 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/state" 10884="Postal code" 10886="Country" 10888="Telephone" 10890="Mobile/Fax" 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" ; Links in frame 11292="Open" 11293="Close" ; Import e-mail 11424="Import settings" ; Cookie security problem 14297="Accept" 14298="Refuse" 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?" 14503="Let [Accept] and [Refuse] apply for the entire domain" ; Update language file 25303="Your Opera language file needs to be updated." 25304="Download new language file" ; Automatic window reload 14509="Enable" 14518="minutes" 14513="seconds" 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 17020="File" 17021="Server" ; Delete private data 25155="Proceeding will close all windows, stop all transfers in progress and perform the actions specified below." 25156="Delete temporary cookies" 25159="Delete all cookies" 25157="Delete password protected pages and data" 25164="Delete entire cache" 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" 25162="Clear all e-mail account passwords" 25169="Clear all Wand passwords" ; Item properties 10943="Nickname" 10944="Address" 10945="Description" 10820="Parent folder" 10824="Created" 10825="Visited" ; Bookmarks Properties 25103="Name" ; Set home page 25371="Show my home page every time I start Opera" ; Save windows 10661="Save all open pages to a session for easy retrieval" 10199="Choose" 10665="Show these pages 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 11080="Print page background" 14212="Print headers and footers" 11115="Scale print to" 10257="Page margins (in centimeters)" 10268="Top" 10266="Left" 10267="Right" 10269="Bottom" ; Register Opera 11193="Please enter the registration information you received when purchasing Opera." 11194="Name" 11195="Organization" 11196="Registration code" ; Preferences 10101="Apply" ; Advertising 16601="Advertising" ; Privacy 10647="Enable automatic redirection" 14498="Use cookies to trace password protected pages" 25394="Enable cookies" 11456="Manage cookies..." 11280="Delete new cookies when exiting Opera" 14299="Warn me about incorrect cookie domains" 28507="Accept cookies with incorrect paths" 14305="Warn me about incorrect cookie paths" ; Accessibility 11317="Enable mouse gestures" 11329="Enable Hotclick menu" 11318="Left-handed back and forward gestures" 13039="Enable auto-completion dropdown" ; Windows 11324="Cycle pages" ; Programs 25406="Enable mail and chat" 25144="Download directory" 10359="Source viewer" 10252="Telnet program" 10958="TN3270 program" ; Fonts and colors 10093="Choose" 12091="Minimum font size (pixels)" 11049="Background color" 11728="Link style" 10304="My link style..." 25248="International" 25247="International fonts..." ; File type 14128="File type" 10129="MIME type" 10706="Action" 10128="Open with Opera" 10127="Save to disk" 14129="Open when transfer is complete" 14130="Do not ask for folder, but save directly to" 10546="Open with default application" 10133="Open with other application" 10717="Use plug-in" ; Network 11606="Browser identification" 12065="Encode international Web addresses with UTF-8" 11608="Proxy servers" 11609="Server name completion" 10447="Always show server errors" 25236="FTP paths relative to user directory" 11094="Absolute FTP paths" ; Link style 10282="Not visited" 10098="Underline" 10099="Strike through" 10097="Color" 10281="Visited" 10499="Visited links marked" 10500="days" 10502="hours" 10481="Always border on image links" 10703="Always border on links" ; International fonts 25252="Choose font to be used when text is not correctly displayed." 25253="Writing system" 25255="Normal font" 25258="Monospace font" ; Cache 25152="Clear" 10329="Disk cache" 10339="Cache documents" 10340="Cache images" 10341="Cache other" 10342="Empty on exit" 10343="Empty now" 10345="Always" 10346="Never" 10829="Always check redirect" 11091="Always check redirect" ; Proxy servers 10171="Proxy servers" 10301="HTTP" 11305="Port" 10840="HTTPS" 10300="FTP" 11307="Port" 10299="Gopher" 10302="WAIS" 10303="Do not use proxy on the addresses below" 11320="Use automatic proxy configuration" ; E-mail client 13206="Use default e-mail client on computer" 13205="Use specific e-mail client" ; Toolbars 10222="Show inside address bar" ; 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 25372="Reuse existing page" 10828="Pop-ups" 10590="Show scroll bars" 10839="Show window size" ; Sounds 10603="Enable program sounds" 25140="Choose" 25141="Clear" 10605="Test" ; Multimedia 10441="Show images" 10443="Show cached images only" 10439="Show no images" 10644="GIF animation" 10646="Enable sound in Web pages" 10719="Enable plug-ins" ; Security 10733="Personal" 10736="Enable SSL 2" 10737="Enable SSL 3" 10994="Enable TLS 1" 10749="Password" 10813="Ask for password" 10753="Every time needed" 10752="Once per session" 10750="Set password..." 10740="Warnings" 10744="Warn me before submitting forms insecurely" 25269="Warn me before validating a page" ; Personal certificates 10754="Certificates" 11726="Import..." 11727="Export..." ; Cookie security breach 14108="Address" ; The server wishes to send you a cookie 14114="Address" 11406="View comment" ; Language 14222="User interface language" 14228="Preferred languages for Web pages" 14224="Add..." 14225="Remove" 14226="Up" 14227="Down" 16620="Encoding to assume for pages lacking specification" ; Accept language 14236="Select Web language" 14234="User defined" ; PREFS_STARTEXIT 10489="Start" 25400="Show start-up dialog" 11294="Confirm exit" 11295="Close dial-up connections on exit" ; Page style 10588="Default zoom" 10658="Enable frames" 11100="Enable inline frames" 10762="Show active frame border" 11039="Author mode" 12070="Page style sheet" 12071="Page fonts and colors " 12072="My style sheet" 12073="My fonts and colors" 12074="My link style" 25240="User mode" 12076="Page style sheet" 12077="Page fonts and colors " 12078="My style sheet" 12079="My fonts and colors" 12080="My link style" 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" ; TRANSWIN_CLIENT 10997="From" 10999="To" 11001="Size" 11003="Transferred" ; Contact properties 13301="Name" ; Net 13307="Homepage" ; Home 13311="Postal address" 13315="Phone" 13313="Fax" ; Notes 13309="Notes" 19000="Print" 19001="Certificate" 19002="Accept language" 19003="Advanced startup 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" 19014="Home" 19015="General" 19016="Notes" 19018="Confirm file upload" 19019="Cookie security problem" 19020="Cookie security breach" 19025="Cookie server filters" 19027="Exit Opera?" 19029="Go to page" 19041="Image properties" 19042="Import e-mail" 19043="Send form without encryption?" 19044="Links in frame" 19046="Server name completion" 19047="File type" 19050="Personal certificates" 19051="Enter your PIN code" 19052="Plug-ins" 19053="Preferences" 19054="Print preview" 19055="Print options" 19057="Proxy servers" 19058="Save session" 19059="Register Opera" 19061="Link style" 19064="International fonts" 19065="Update language file" 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="Organization" 26507="E-mail address" 26508="Login name" 26509="Password" 26510="Incoming server" 26511="Outgoing server" 26512="Search for messages" 26513="Join chat room" 26514="Hotlist" 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" 26539="Change topic" 26540="Save log" 26541="Send" 26542="New bookmark" 26543="New folder" 26544="View" 26545="New contact" 26546="New folder" 26548="Nick" 26549="Choose IRC network or type in server name" 26551="Add contact" 26552="Unread" 26555="Received" 26556="Outbox" 26557="Sent" 26558="Drafts" 26559="Spam" 26560="Trash" 26561="Important" 26562="Todo" 26563="Mail back" 26564="Call back" 26565="Meeting" 26566="Party" 26567="Funny" 26568="Valuable" 26569="Music" 26570="Images" 26571="Video" 26572="Documents" 26573="Archives" 26577="Index" 26578="All messages" 26579="Active contacts" 26580="Mailing lists" 26581="Searches" 26582="Newsgroups" 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" 26610="Ready to connect" 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" 67176="Download file" 67178="Change..." 67179="Opens with" 67180="Would you like to Open or Save the file?" 67181="File extensions" 67182="Show download dialog" ; New folder button 67183="New..." 67184="Delete..." 67185="Customize toolbars" 67188="Note about deleting messages" 67189="Deleting a message will remove it from all views." 67190="Undelete from trash will send it back to its original views again." 67191="Filters" 67192="Match" 67195="Internal filter" 67196="Mark matching messages as read" 67197="Filter existing messages" 67198="Find" 67199="Search in" 67200="Period" 67204="Only search in" 67205="Include subviews" 67206="Remember password" 67207="Select what kind of account you would like to create" 67208="Use secure connection (TLS)" 67209="Leave messages on server" 67210="Select from what program to import" 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 the username you want to use." 67219="Enter a Web address or choose one from the list" 67220="Message filters" 67222="Welcome to Opera" 67223="Continue from 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" 67323="Show in hotlist panel" 67324="Account name" 67325="Full name" 67326="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 this 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" 67519="Import" 67541="Transfers" ; 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 to do when mid clicking outside a link. Currently only used on Linux 68000="Select middle mouse click action" ; currently only used on Linux 68001="Paste text from clipboard" 68002="Start panning" 68003="Enable horizontal panning" ; 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 setup" 68016="Standard toolbars" 68018="My customized toolbars" 68019="More skins and toolbar setups 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" 68029="Open in" 68030="Download" 68031="Bookmark" 68032="Manage contacts" 68033="Default" 68034="Server manager" 68035="Wand logins" 68036="Use defaults 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="Color" 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 Bookmarks Tools 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 cookies" 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" ; String in message box when testing and path is correct 68112="The Java path seems to specify a valid directory." ; String in message box when testing and path is not found 68113="Could not find a valid Java installation." ; String in message box when testing and an alternate path has been found 68114="The directory below seems to be a better alternative. Use this directory instead?" ; String in message box when testing and all failed 68115="Enter another directory and try again." ; Dialog caption and label string for plug-in path dialog box 68117="Plug-in path" ; Sub-paths of the plug-in path string 68118="Paths" ; On top of a list showing all detected pug-ins 68119="Detected plug-ins" ; Button text of a button starting a plug-in search 68120="Find new..." ; Button text of a button starting a dialog whe one can change the plug-in ; path 68121="Change path..." ; Dialog title of a dialog that detects plug-ins 68122="Plug-in association" ; Text above a list box 68123="Select the plug-ins you want to associate" ; 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 favorites 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 setup" ; Dialog title 68162="Edit mouse setup" ; Message box string shown when launching external programs 68163="You have not specified an external helper application. Do you want to modify the configuration now?" ; Used in dialog box text 68164="E-mail client" ; Shown in error dialog box 68165="Could not start external helper application. Do you want to modify the configuration now?" ; 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 setup" ; This string will be used to add custom filter types to filesdialogs. ; Example: PHP becomes PHP files (*.PHP) Note that %1 and %2 must be used 69241="%1 files (*.%2)" ; File dialog title 69264="Import certificate" 69265="Export certificate" 69310="Clear" 69311="Minimize" 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" ; 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 hotlist 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="Offline" ; General dialog button string 69364="Continue" ; General dialog button string 69365="Pause" ; Caption for Reindex mail dialog box 69377="Reindex 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" ; for STRICT_CACHE_LIMIT when page is too huge 32863="Loading aborted because the memory limit is reached" ; Dialog title when downloaded skin can not be used 69420="Incompatible skin version" ; Dialog title when downloaded setupfile can not be used 69866="Incompatible setup version" ; Dialog text when downloaded setupfile can not be used 69867="The selected setup cannot be applied. Please choose a setup made for the Opera version you are using." 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 completed" ; Caption of spellcheck dialog 69437="Spelling check" ; 69452="Subscribe to RSS newsfeeds" 69453="Chat rooms" 69456="Name" 69457="Address" 69458="" ; Caption for the Encoding Mismatch dialog 69478="Encoding Mismatch" ; Text in the Encoding Mismatch dialog 69479="These characters cannot be sent using your current settings. Do you wish to send this message as Unicode (UTF-8)? If you select [No], the characters below will be changed into question marks.\n\n%s" ; Used in print dialog box for selecting print range 69481="Pages (from-to)" ; Account properties 69519="DCC port pool start" 69520="DCC port pool end" 69521="Use server for own IP lookup" 69526="Browser" 69527="Spacers" 69528="My buttons" 69529="Suggestions" 69534="Using spell checker" 69535="Spell checker is not available. Do you want information on how to set up spell checking?" 69538="Perform commands when connected" 69587="Fetching room list..." 69588="Open private chat windows in the background" 69589="Join" 69590="Edit" 69591="Refresh" 69592="Click any toolbar outside this window to edit its properties" 69593="Placement" 69594="Wrapping" 69595="Show only when needed" 69596="Show hidden toolbars while customizing" 69597="Defaults" 69598="Click any toolbar outside this window to view its defaults" 69599="Reset toolbar to its defaults" 69600="Buttons and fields" 69601="Drag buttons and fields to any toolbar outside this window" 69602="Update" 69603="Rules" 69604="Learn from messages added to and removed from filter" 69605="New rule" 69606="Remove rule" 69607="Mark messages as filtered" 69608="Limit filter to messages in parent" 69609="Enter new nickname" 69610="Password required" 69611="Only operators may change topic" 69612="Only operators or voiced users may speak" 69613="Hide room from room lists" 69614="Password protected" 69615="User limit" 69616="Add rule" 69617="Filter the following messages" 69618="Nicknames" 69619="Start commands with name" 69620="Check spelling" 69621="Original text" 69622="Replace with" 69623="Ignore" 69624="Replace" 69625="Learn" 69627="Language" 69629="Cookie information" 69630="Name" 69631="Value" 69632="Expires" 69633="Last visited" 69634="Secure" 69635="Only sent to creator" 69636="Version" 69637="Import into:" 69638="Nickname" ; Dialog title for config dialog 69871="Handlers for saved files" ; Dialog title for edit dialog 69872="Edit file handler" 69882="Export messages to file" 69898="OperaNet, Europe" 69899="Undernet, Europe" 69900="Undernet, North America" 69901="IRCnet, Africa" 69902="IRCnet, Asia" 69903="IRCnet, Europe" 69904="EFnet, Asia" 69905="EFnet, Europe" 69906="EFnet, North America" 69907="DALnet, Asia" 69908="DALnet, Europe" 69909="DALnet, North America" 69910="FreeNode, Europe" 69911="FreeNode, North America" 69912="FreeNode, Oceania" 69913="FreeNode, South America" 69917="No wrapping" 69918="Wrap to multiple lines" 69919="Show extender menu" 69921="Browser view" 69922="Mail view" ; For license dialog 69938="I agree" 69939="I do not agree" 70003="Potential security risk" 70004="The setup file you just downloaded may be harmful, only install it if you trust the publisher. Do you want to proceed?" ; Dialog that is shown when Clear private Data is executed when active ; transfers are kept. 70042="Running transfers kept" 70043="Active transfer has not been removed." 70045="Kick chat user" 70046="Enter the reason for why you want to kick %s from the chat room" 70048="%u rooms" 70054="Get name from feed" ; Dialog shown when Java is needed, but no Java RE is available 70279="Java not installed" 70280="You need to install Java to view all content on this page. Do you want to download Java now?" ; Text shown when no new plug-ins were detected 70291="No new plug-ins detected" ; Dialog shown when voice libraries is needed. 70292="Voice libraries not installed" ; Dialog shown when Voice libraries is needed. 70293="Opera requires additional files to enable voice. The download is approximately 10.5MB. Do you want to download and install the voice libraries now?" ; File filter when native save as dialog can save as html and save as html ; with inline images. Note save with inlines must be the second option. 70331="HTML file|*.htm;*.html|HTML file with images|*.htm;*.html|Text file|*.txt|All files (*.*)|*.*|" ; Button name for going to advanced voice preferences 70335="Advanced..." ; Heading for the dialog that prompts for download of a new version. 70391="New Opera version available" ; The text in the dialog that prompts for download of a new version. 70392="A new version of Opera, Opera %s, is available. Would you like to upgrade now?" ; The default text that prompts for download of a new version. 70393="A new version of Opera is now available. Would you like to upgrade now?" ; The heading for the dialog that informs the user that no new version has ; been released. 70394="Opera is up to date" ; The dialog that informs the user that no new version has been published. 70395="You are using the latest version of Opera." ; Header for the dialog that informs the user that the version check failed. 70396="Could not complete check" ; Text for the dialog that informs the user that the version check failed. 70397="An error occurred while checking for a new version of Opera." ; Part one of a warning string that informs the user that a file is missing ; and instructs on how to fix it 70399="The file " ; Part two of a warning string that informs the user that a file is missing ; and instructs on how to fix it. 70400=" has most likely been removed by an over-protective anti-virus program. Please restore this file BEFORE CLOSING THIS DIALOG to avoid loss of e-mail messages." ; The heading for the string that warns a user of a missing file. 70401="Warning!" ; Header for dialog used to ask confirmation of new subscription 70402="New subscription" ; Text for dialog asking confirmation of new subscription. 70403="Would you like to subscribe to %s?" ; Double linebreak, used as spacer. 70404="\n\n" ; Comment that is appended to the new subscription confirmation dialog if ; the new subscription is of feed type. 70405="The newsfeed will be added to the Feeds menu and automatically checked for updates." ; Text used to ask user to change to online mode if the user requests an ; update check in offline mode. 70406="Offline mode is enabled. Opera needs to be on line to access version information on upgrade.opera.com.\n\nDo you want to switch to on-line mode?" ; Header for the dialog used to ask the user to change to online mode if the ; user requests an update check in offline mode. 70407="Need to access upgrade.opera.com" ; Question given to a user who uses functionality that requires a mail/IM ; account without such an account set up. 70408="You need to create an account before proceeding. Would you like to create one now?" ; Header for a dialog that asks the user if he wants to create an account so ; that mail/IM functionality can be used. 70409="Account needed" ; Alternative error message when the version checking fails. 70421="The received version information document could not be parsed." ; Alternateive error message when the version checking fails. 70422="Could not connect to the server to get the latest version information." ; Text used to signal a user that an import has finished. 70424="Import finished." ; An option used in the preferences dialog to select advanced MDI-mode usage ; of Opera. 70427="Advanced Opera workspace" ; String used in the first time setup to ask the user about how he wants his ; advertisements. 70431="The free version of Opera will display advertisements. Choose your preferred type." ; Header for the customize dialog. 70432="Customize" ; Text for the Panels tab in the customize dialog. 70433="Panels" ; Text used for describing options in the customize dialog. 70434="Select which panels you want to show" ; Text used for describing an option in the customize dialog. 70435="Choose where to show panels" ; Checkbox text for selecting whether to show the panel toggle bar. Used in ; the customize dialog. 70436="Show panel toggle at edge of window." ; Text used to explain an option in the customize dialog. 70437="Opera can show a bookmark as a web panel" ; Button text used in the customize dialog. 70438="Add Web panel..." ; Nutton text used in the customize dialog. 70439="Get Web panels..." ; Text for the Toolbars tab in the Customize dialog 70440="Toolbars" ; Text for describing an option in the Customize dialog. 70441="Select which standard toolbars you want to show" ; Checkbox text used in the Customize dialog. 70442="Start bar" ; Checkbox text used in the customize dialog. 70443="View bar" ; The text on the buttons tab in the Custiomize dialog. 70444="Buttons" ; Button text for a button in the Clear private data dialog. 70445="Advanced" ; Checkbox text in the clear private data dialog 70446="Close all pages" ; Checkbox text in the print dialog. 70447="Fit to paper width" ; Checkbox text for the print options dialog 70448="Paper and orientation" ; Checkbox in the Script options dialog 70449="Allow script to hide address bar" ; Button to select current page as startpage in Preferences dialog 70450="Use current" ; Checkbox text used in Search section of Preferences dialog. 70451="Use inline find in page" ; Label for a dropdown that selects color scheme in the Skins section of the ; Preferences dialog. 70452="Color scheme" ; Title for the Advanced voice options dialog 70453="Advanced Voice Options" ; Checkbox text in the Advanced voice options dialog 70454="Enable high quality text-to-speech" ; Label in the Advanced voice options dialog. 70455="Pitch" 70456="Speed" 70457="Volume" 70458="Confidence level" ; Title for the Report site problem dialog. 70459="Report a site problem" ; Label for the Page address edit field in the Report site problem dialog. 70460="Page address" ; Label for the Comment edit field in the Report site problem dialog. 70461="Comment" ; The label for the configuraton edit field in hte Report site problem ; dialog. 70462="Configuration details" ; Message used in profile management. 70487="Opera failed to copy your existing settings file (opera6.ini) to the profile directory" 70488="Opera failed to migrate the following session file:\n\tSource: %s\n\tDestination:%s\n\nWill skip remaining sessions." ; Notification for display on the clear private data dialog 70489="Proceeding will clear your entire browsing history, close all pages, and stop all transfers in progress." ; The title of the Add bookmark dialog. 70495="Add bookmark" ; The label for the create in folder selector in the Add bookmark dialog. 70496="Create in" ; Text for the "New folder..." button in the Add bookmark dialog. 70497="New folder..." ; The "Show in panel" checkbox in the "Add bookmark" dialog. (Also in the ; "Bookmark properties" dialog.) 70498="Show in panel" ; Title for the "Folder properties" dialog. 70499="Folder properties" ; The expand button that opens the advanced delete private data section. 70500="Advanced >>" ; The collapse button that hides the advanced delete private data section. 70501="Advanced <<" ; Used in the bookmark properties dialog when creating a new folder. 70503="Type in the name of the new folder that will be created in '%s'." ; Dialogue shown when a plug-in is needed, but the plug-in is unavailable. ; Input string: plug-in name or empty string 70518="The %s plug-in is not installed" ; Dialogue shown when a plug-in is needed, but the plug-in is unavailable. ; Input string 1: plug-in name or empty string. Input string 2: mimetype ; or filename or empty string. Redirection goes to the PLUGINSPAGE site as ; specified by the web site. 70519="You need a %s plug-in to view this\n%s\ncontent.\n\nDo you want to download the plug-in now?" ; Dialogue shown when a plug-in is needed, but the plug-in is unavailable. ; Input string 1: plug-in name or empty string. Input string 2: mimetype ; or filename or empty string. Redirection goes to Opera's plugin support ; site. 70520="You need a %s plug-in to view this\n%s\ncontent.\n\nDo you want more plug-in installation information?" ; Shown as tooltip and status information. Input string: plug-in name or ; empty string 70521="The %s plug-in is not installed. \nClick on the plug-in content area for more information." 70525="Can accept incoming connections" ; Security 70539="Enable TLS 1.1" ; Displayed when trying to save to a directory not found 70542="The directory %s does not exist, do you want to create it?" 70543="Directory not found" 70544="Failed to create directory." 70545="Directory error" ; Save mail attachments dialog 70547="Save Attachments" 70548="Save to" 70549="Choose" ; Notification message when deleting an IMAP folder 70555="Delete IMAP folder with messages" 70556="Are you sure you want to delete the folder from the server?" ; Error message for version checking when the language was not found. 70557="The language currently set is not on the list of supported languages, so Opera is unable to determine what the most updated version of opera for your language is. Please update Opera as soon as updated versions of your language file are released." ; Image properties dialog 70558="Image input equipment: " 70559="Image input equipment model: " 70560="File change date and time: " ; image properties dialog 70561="Image Description" ; Image properties dialog 70562="Software: " 70563="Artist: " 70564="Copyright: " ; New prefs dialog 70566="Advertising" 70567="Browsing" 70568="Search" 70569="Notifications" 70570="Content" 70571="Java" 70572="Plug-ins" 70573="Fonts" 70574="Downloads" 70575="Programs" 70576="History" 70577="Cookies" 70578="Security" 70579="Network" 70580="Toolbars" 70581="Menus" 70582="Shortcuts" 70583="Mouse" 70584="Voice" ; Save attachments dialog 70585="Attachment" 70586="Save attachments to folder" ; Security information dialog. This is inserted into other strings to be ; specific about what server the dialog refers to. 70587="the server %s" ; Security information dialog. Warning message 70588="Your communication with %s is encrypted, but the presented certificate had errors:" ; Security information dialog, 70589="Opera has detected problems with the server's certificate:" ; Security information dialog 70590="You have asked to be warned about certificates from this issuer" ; Security information dialog. 70591="The server name does not match the certificate name." ; Security information dialog 70592="The certificate is not signed by a trusted authority." ; Security information dialog. 70593="The certificate has expired." 70594="The certificate is not valid yet." 70595="The server requested an anonymous connection. The identity of the server can not be verified." 70596="Your communication with the server is unencrypted, and vulnerable to eavesdropping." ; Security information dialog 70597="An insecure encryption level was requested by the server." 70598="Error specification missing." ; Security information dialog. 70599="\nSending sensitive information through this connection is not safe!" 70600="Your communication with %s is encrypted. Opera has classified the encryption as strong (3)." 70601="Your communication with %s is encrypted. Opera has classified the encryption to be of medium strength (2)." 70602="Your communication with %s is encrypted. Opera has classified the encryption as weak (1)." 70603="Opera has classified the connection to %s as insecure." 70604="\n\nNo certificate data was found.\nAuthentication information is unavailable." 70605="\n\n%s has identified itself with an electronic certificate. The certificate is signed and verified by an issuer that is on this browser's list of trusted authorities." ; Security information dialog 70606="Security information for %s" ; Security information dialog. 70607="Security information" ; Setup apply dialog. 70608="Download Opera setup" 70609="Downloading setup..." ; setup apply dialog 70610="An error occurred installing the setup" ; Setup apply dialog. 70611="Do you want to keep this setup anyway?" ; Setup apply dialog 70612="Apply downloaded setup" 70613="Do you want to keep this setup?" 70614="Setup name:" ; Customize toolbars 70627="Appearance" 70628="Show installed skins" 70629="Find more skins" ; Customize toolbars. 70630="Icon size" ; Proxy servers dialog 70631="Use proxy for local servers" ; New preferences dialog. 70632="General" 70633="Startup" 70634="Opera can start with your favorite pages or continue from last time" 70635="Home page" 70636="Choose how you prefer to handle pages and pop-ups" 70637="Pages" 70638="Open pages in tabs" 70639="Show close button on each tab" 70640="Pop-ups" 70641="Language" 70642="Select your preferred language for Opera and Web pages" 70643="Wand" 70644="Fill in saved user names and passwords with a click on the Wand button" 70645="Let the Wand remember passwords" 70646="Passwords" 70647="Opera can auto-complete forms with your personal information" 70648="Homepage" 70649="Mobile" 70650="Web pages" 70651="Choose image and zoom settings for new pages" 70652="Images" 70653="Page zoom" 70654="Fit to window width" 70655="Choose preferred fonts and colors for pages without specific style" 70656="Normal font" 70657="Monospace font" 70658="Background color" 70659="Normal link color" 70660="Underline normal links" 70661="Visited link color" 70662="Underline visited links" 70663="Advanced" 70664="Use Opera for free with your preferred type of advertisement" 70665="Select a setup or download more from my.opera.com" 70666="Enable voice-controlled browsing" 70667="Details..." 70668="Show notification for new messages" 70669="Show notification for blocked pop-ups" 70670="Show notification for finished transfers" 70671="Detailed font selection" 70672="My JavaScript files" 70673="Style options..." 70674="E-mail application" 70675="Choose helper applications for other protocols" 70676="Cookies are small files stored on your computer. They allow Web sites to remember you between visits." 70677="Choose a master password to protect personal certificates" 70678="Set master password..." 70679="Configure proxy servers if you don't have a direct connection to the internet" ; Report site problem dialog. 70680="Send information to Opera about pages with problems" ; Report site problem dialog 70681="Type of problem" ; Security information dialog 70682="General" 70683="Certificate holder:" 70684="Certificate issuer:" 70685="Not valid before:" 70686="Expires:" 70687="Encryption protocol:" 70688="Details" 70689="Server certificate chain" 70690="Client certificate" 70691="Client certificate chain" ; Option in the progress bar type dropdown in the customize dialog 70707="Simple" ; Fallback name for the server when a url is not avilable. 70708="the server" ; Test shown in message box when downloading an executable file 70709="WARNING\nFile is executable or contains an executable script.\nYou may want to save the file to disk before using it.\n\n" ; Text shown in a message box on startup if KDE window manager is running 70710="Opera has detected KDE is running.\n\nSome Opera keyboard shortcuts (like Ctrl+F8) may not work because KDE has reserved them.\n\n You can modify KDE shortcuts in the KDE Control Center." 70723="Unspecified" 70724="Minor annoyance" 70725="Major problem" 70726="Site unusable" ; Button text in preference dialog 70727="Plug-in options..." 70728="Java options..." ; New preference dialog 70729="Other" ; Setup apply dialog 70730="Download language" ; Setup apply dialog. 70731="Downloading language..." ; Setup apply dialog when downloaded file does not contain our header 70732="Downloaded file seems to be corrupt or not a setup file" 70733="File not recognized" ; The session manager dialog 70739="Manage sessions" 70740="Open" 70741="Open pages inside current window" ; Save session dialog 70742="Session name" ; The report site problem dialog. 70743="Details >>" 70744="Details <<" ; Ask if user wants to hand over an unknown protocol to external helper ; application 70749="Unknown protocol" 70750="Opera cannot handle this protocol type itself. Do you want to open this link in the default application?" ; Import wizard: move-to-sent-dropdown 70757="Move to Sent:" ; Optional server name completion via Web search 70758="Search Web when site not found" ; Menu strings 50845="Floating" 65307="Add panel..." 65309="Edit panel" 65310="Get panels" 54020="Open in new window" 54023="Show on personal bar" 54001="Add page" 54007="Add all" 54002="Cut" 54003="Copy" 54004="Paste" 54005="Delete" 63001="Select all" 180130="File" 54013="New..." 54010="Open..." 54015="Save as..." 54014="Save selected as..." 54006="Properties..." 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="Mail..." 52251="Opera bookmarks..." 52252="Opera contacts..." 52254="Netscape bookmarks..." 52255="Internet Explorer favorites..." 162560="Export" 52256="Opera bookmarks..." 52257="Opera contacts..." 50004="Print..." 50005="Print setup..." 50476="Print options..." 54271="Print preview" 51099="Work offline" 54493="Delete private data..." 162000="Quick preferences" 52200="Open all pop-ups" 52201="Block all pop-ups" 52202="Open pop-ups in background" 52203="Enable GIF animation" 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" 50007="Undo" 50008="Cut" 50009="Copy" 50010="Paste" 50424="Delete" 50641="Select all" 50058="Find..." 50086="Find next" 52031="Find previous" 50063="Inline find" 145550="Main bar" 170510="Personal bar" 53051="Top" 53052="Bottom" 53053="Left" 53054="Right" 53050="Off" 145570="Status bar" 170210="Page bar" 150740="Address bar" 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 selection" 157510="Unicode" 51751="UTF-8" 51752="UTF-16" 67447="UTF-32" 67448="UTF-7" 51753="US ASCII" 157540="Western" 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="Reload from cache" 44002="Source" 50660="Frame source" 50995="Full screen" 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..." 50478="Set home page..." 50059="Go to page..." 65132="Go to similar pages" 50087="Add to bookmarks..." 50679="Compose..." ; Send menu, Mail 65180="Send link" 50979="Check" ; Check menu, Mail 51723="Check all" ; Send menu, Mail 54070="Send queued" 51139="Filters..." 51145="New account..." 59999="Manage accounts..." 44004="Mark as read" 44005="Mark as unread" 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="Minimize all" 50545="Maximize all" 50564="Close all" 50479="Keyboard" 50525="Mouse" 60242="Buy Opera" 50976="Register Opera..." 242400="Opera on the Web" ; Opera on the Web menu 60240="Homepage" 60241="Support" 60246="Community" 51131="Opera Web Mail" 50015="About Opera" ; link menu 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..." 50542="Copy e-mail address" ; 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" 50432="Duplicate" ; Select menu 50872="Copy text" 65184="Search" 291920="Search with" 65187="Dictionary" 65188="Encyclopedia" 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 mail" ; Image link menu 44015="Add link to bookmarks" 140080="Edit" ; File menu 148470="File" 148480="Edit" ; Navigation menu 148510="Navigation" 1127000="Edit" 50864="Undo" 50865="Cut" 50866="Copy" 50867="Paste" 50868="Delete" 50869="Select all" 56073="Get skins" ; Transfers view 54139="Show details" 67520="Show new items on top" 146630="Frame" 50663="View source" 50781="Save as" 56051="Validate source" 50669="Add to bookmarks" 50668="Copy address" 65179="Send link by mail" 50664="Reload" 44012="Load all images" 50708="Maximize" 67350="Quick download" 67351="Lock panel" 67352="Get all accounts" 67353="Read 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 trash" 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 trash" 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 nick" 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" 67392="Visit homepage" 67394="Go to URL" ; Help menu 67395="Help" ; Window menu 67396="Window" ; Mail menu and button 67397="Mail" ; Bookmarks menu 67398="Bookmarks" 67399="Sessions" 67400="Navigation bar" 67401="Lock buttons" 67402="Customize toolbars..." 67403="Skin" 67404="Color 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/Firefox bookmarks..." 67416="Import Internet Explorer favorites..." 67417="Export Opera bookmarks" ; Contact Item File menu 67420="New..." ; File/Session menu 67421="Open session..." 67422="Insert session..." 67423="Save this session..." ; Quick Preferences 67424="Block unwanted pop-ups" ; View Hotlist Menu 67425="Bookmarks" 67426="Mail" 67427="Contacts" ; View Hotlist Menu 67428="History" 67429="Transfers" 67430="Links" 67431="Windows" 67433="No color scheme" 67434="System color 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" 67487="Large images" 67488="Show transfers when starting download" ; Right-click on address field 67490="Paste and go" ; Links Panel Toolbar 67495="Lock" 67496="Fullscreen" 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="PageUp" 67526="PageDown" 67527="Up" 67528="Down" 67529="Left" 67530="Right" 67531="Esc" 67532="Ins" 67533="Del" 67534="Backspace" 67535="Tab" 67536="Space" 67537="Enter" 67572="This filter" 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" 67657="Menu bar" 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" ; Revert an undo operation 68116="Redo" ; Edit popup menu string. Translate with ampersand 69000="&Undo" 69001="&Redo" 69002="Cu&t" 69003="&Copy" 69004="&Paste" 69005="C&lear" 69006="Select &all" ; Workspace popup menu string. Translate with ampersand 69007="&Restore" 69008="&Move" 69009="&Size" 69010="Mi&nimize" 69011="Ma&ximize" 69012="&Close" 69013="&Next" 69014="&Standard" 69015="&Classic" 69016="&Decoration" ; Print dialog. Detination tab 69017="Destination" ; Print dialog. Options tab 69018="Options" ; Print dialog. Printer program tab 69019="Printer program" ; Print dialog. 69020="Printers" ; Print dialog. List column header 69021="Printer" 69022="Host" 69023="Comment" ; Print dialog. Checkbox 69024="Print to file" ; Print dialog. Frame text label 69025="Print range" 69026="Copies" 69027="All" ; Print dialog 69028="Selection" 69029="Pages" ; Print dialog. 69030="From:" ; Print dialog 69031="To:" 69032="Number of copies" 69033="Print first page first" 69034="Print last page first" ; Print dialog. Frame text label 69035="Color" 69036="Options" 69037="Paper format" ; Print dialog 69038="Print in color if available" 69039="Print in grayscale" 69040="Portrait" 69041="Landscape" ; Print dialog. Printer parameter 69042="Parameter" ; Print dialog. Help text label 69043="The printer program must read from stdin.\nParameters are passed as one string to the program." ; Print dialog. Dialog title 69044="Print" ; Print dialog. Paper type 69045="A0 (841 x 1189 mm)" 69046="A1 (594 x 841 mm)" 69047="A2 (420 x 594 mm)" 69048="A3 (297 x 420 mm)" 69049="A4 (210x297 mm, 8.26x11.7 inches)" 69050="A5 (148 x 210 mm)" 69051="A6 (105 x 148 mm)" 69052="A7 (74 x 105 mm)" 69053="A8 (52 x 74 mm)" 69054="A9 (37 x 52 mm)" 69055="B0 (1030 x 1456 mm)" 69056="B1 (728 x 1030 mm)" 69057="B2 (515 x 728 mm)" 69058="B3 (364 x 515 mm)" 69059="B4 (257 x 364 mm)" 69060="B5 (182x257 mm, 7.17x10.13 inches)" 69061="B6 (128 x 182 mm)" 69062="B7 (91 x 128 mm)" 69063="B8 (64 x 91 mm)" 69064="B9 (45 x 64 mm)" 69065="B10 (32 x 45 mm)" 69066="C5E (163 x 229 mm)" 69067="DLE (110 x 220 mm)" 69068="Executive (7.5x10 inches, 191x254 mm)" 69069="Folio (210 x 330 mm)" 69070="Ledger (432 x 279 mm)" 69071="Legal (8.5x14 inches, 216x356 mm)" 69072="Letter (8.5x11 inches, 216x279 mm)" 69073="Tabloid (279 x 432 mm)" 69074="US Common #10 Envelope (105 x 241 mm)" ; Print dialog. 69075="Local program" 69076="Custom printer" ; Print dialog. Fileselector title 69077="Choose output file" 69078="Choose application" ; Print dialog. Printer connection 69079="Locally connected" ; Print dialog. Alternate printer names 69080="Aliases:" ; Print dialog. Unknown printer location 69081="Unknown location" ; Print dialog. Unknown printer 69082="unknown" ; Dialog title. When no printer was found 69083="No printer installed" ; Dialog help text 69084="No valid printer has been specified\n\nYou can choose print to a file or specify a custom\nprinter in the Print dialog box" ; Column header label when listing plug-ins 69085="Use" ; 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?" ; Dialog close button 69087="Close" ; Dialog apply button 69088="Apply" 69089="Print" ; Dialog help button 69090="Help" ; Qt library strings (colordialog) 69100="&Add to Custom Colors" 69101="&Basic colors" 69102="&Custom colors" 69103="&Define Custom Colors >>" 69104="&Green:" 69105="&Red:" 69106="Bl&ue" 69107="&Sat:" 69108="&Val:" 69109="Hu&e" 69110="A&lpha channel" 69111="Select color" ; Qt library strings (filedialog) 69112="%1\nFile not found.\nCheck path and filename." 69113="&Delete" 69114="&No" 69115="&Yes" 69116="&Open" 69117="&Rename" 69118="&Save" 69119="&Unsorted" 69120="Are you sure you wish to delete %1 %2?" 69121="All Files (*)" 69122="Attributes" 69123="Back" 69124="Copy or Move a File" 69125="Create New Folder" 69126="Date" 69127="Delete %1" 69128="Detail View" 69129="Dir" 69130="Directories" 69131="Directory:" 69132="Error" 69133="File &name:" 69134="File &type:" 69135="File" 69136="Find Directory" 69137="Inaccessible" 69138="List View" 69139="Look &in:" 69140="Name" 69141="New Folder %1" 69142="New Folder 1" 69143="New Folder" 69144="One directory up" 69145="Open" 69146="Preview File Contents" 69147="Preview File Info" 69148="R&eload" 69149="Read-only" 69150="Read-write" 69151="Read: %1" 69152="Save As" 69153="Save" 69154="Show &hidden files" 69155="Size" 69156="Sort" 69157="Sort by &Date" 69158="Sort by &Name" 69159="Sort by &Size" ; Qt library strings (filedialog) - Not regular file 69160="Special" ; Qt library strings (filedialog) 69161="Symlink to Directory" 69162="Symlink to File" 69163="Symlink to Special" 69164="Type" 69165="Write-only" 69166="Write: %1" 69167="the directory" 69168="the file" 69169="the symlink" ; General message box strings 69200="You must select a filename first" 69201="Missing filename" 69202="The selected filename already exists. If you\ncontinue, the contents of the existing file will\nbe lost.\n\nDo you want to continue?" 69203="Replace file" 69204="The selected filename already exists. Please select another file" 69205="Illegal filename" 69206="Write operation failed. Data has not been saved.\n\nVerify that you have write permission to the\ndirectory where the file should have been stored\nand that there is sufficient free diskspace." 69207="Saving failed" 69208="You do not have write access to the specified location." 69209="You do not have write access to the specified %1.\n\nName: %2" 69210="Access denied" 69211="directory" 69212="file" ; Message box title 69213="Invalid plug-in version" ; Message box help text 69214="Invalid Netscape proxy plug-in version detected. Opera can not use plug-ins before this is corrected. Install the proxy plug-in that came with this version of Opera." ; Message box title 69215="Plug-in search" ; Message box help text for delayed plug-in search (after startup) 69216="Plug-ins were not installed on startup. Installation will start now." ; Message box help text 69217="A fatal problem occurred the last time the plug-in search was attempted.\n\nDo you want to start a plug-in search now?" ; Text above a list of directories 69218="Registered plug-in directories" ; Help text for setting display resolution (DPI) 69219="Display resolution" ; Default display resolution value 69220="System default" ; 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 to contacts..." 67306="Music" ; Page menu string 69336="Close" 69337="Activate" 69338="Restore" 69339="Minimize" 69340="Maximize" ; 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" ; Submenu that hold all closed window entries 69384="Closed" ; Main help entry (F1 action) 69385="Opera Help" ; Contents sub menu in help menu 69386="Topics" ; Help topic 69388="Toolbars" 69389="Menus" 69390="Dialogs" 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" 69482="Fit to window width" ; Displayed user css file name 69483="Emulate text browser" 69484="Nostalgia" 69485="Accessibility layout" 69486="Show images and links only" 69487="High contrast (W/B)" 69488="High contrast (B/W)" 69489="Hide non-linking images" 69490="Hide certain-sized elements (aggressive)" 69491="Disable tables" 69492="Show structural elements" 69493="Debug with outline" 69639="Mark" 69640="Mark as spam" 69641="Mark as not spam" 69642="Show" 69643="Show quick view" 69644="Show newsfeeds" 69645="Show filtered" 69646="List only" 69647="Message only" 69648="List and message below" 69649="List and message on right" 69650="Empty spam" 69651="New filter" 69652="Newsfeeds..." 69653="Enable smileys" 69654="New separator" 69655="Online" 69656="Busy" 69657="Be right back" 69658="Away" 69659="On the phone" 69660="Out to lunch" 69661="Appear offline" 69662="Offline" 69663="List rooms..." 69664="New room..." 69665="Join room" 69666="Leave room" 69667="Who is" 69668="Private chat..." 69669="Control" 69670="Add nickname to contact" 69671="Op" 69672="Deop" 69673="Voice" 69674="Devoice" 69675="Kick" 69681="Tools" 69682="Panels" 69683="Toolbars" 69686="Panel placement" 69687="Panel selector placement" 69688="Show panel toggle" 69689="All images" 69690="Cached images only" 69691="No images" 69692="Panels" 69693="News" 69694="Chat" 69695="Glossary" 69696="Open" 69697="Open folder" 69698="Show transfers" 69884="Detach" 69885="Show new page button" 69886="Open Opera" 69887="Cookies..." 69888="Wand passwords..." 69889="Advanced" 69896="Hide Opera" 69944="Chat" 70044="Kick with reason" 70047="Ban" 70382="Mark thread and go to next unread" ; Text for a menu option that allow the user to run a check for new updates ; without visiting opera.com 70398="Check for new release" ; Right click menu item in the links panel. 70463="Bookmark link..." ; Item on the document popup menu 70464="Bookmark page..." ; Item on the Document popup menu. 70465="Validate" ; Item om the Document background menu. 70466="Copy image to clipboard" ; Item on the Document background menu. 70467="Use image on desktop" ; Item on the Frame menu 70468="Open" ; Item on the File menu 70469="Import and export" ; Entry on the Toolbars menu. 70470="Customize..." ; Item on the Feeds menu 70471="Read feeds" ; Item on the Feeds menu. 70472="Manage feeds..." ; Item on the Chat connect menu 70473="Disconnect all" ; Item on the Chat menu 70474="Connect to" ; Item on the Tools menu. 70475="Mail and chat accounts..." ; Item on the ImportExport menu. 70476="Import mail" ; Item on the Importexport menu. 70477="Export bookmarks as HTML" ; Item on the Identify as menu. 70478="Identify as Mozilla" 70479="Identify as Internet Explorer" ; Item on the Korean encoding menu. 70480="ISO-2022-KR" ; Menu item on the Pagebar popup menu. 70481="Arrange" ; Item on the Closed pages menu 70483="Blocked pop-ups from" ; Item on the Closed pages menu. 70484="Empty trash" ; A menu item in the Image link popup menu. 70486="Reload image" ; A menu item on the bookmark popup menu. 70490="Bookmark all open pages" ; The "Feeds" main menu item. 70491="Feeds" ; Mail popup menu item 70492="Show messages from" ; Help menu item 70493="Voice" ; Hotclick menu item speak 70494="Speak" 70126="Mark thread as read" ; Mail attachments popup menu entry 70546="Save attachments..." ; SVG popup menu 70692="Zoom in" 70693="Zoom out" 70694="To original size" 70695="High quality" 70696="Start animation" 70697="Pause animation" 70698="Stop animation" ; Browser tools menu entry 70699="Appearance..." ; Entry in the browser help menu 70700="Report a site problem..." ; Entry in the sessions menu 70701="Manage sessions..." ; Entry in the transfers view popup menu 70702="Show transfers in background when starting download" ; Entry in the transfers view menu 70703="Never show transfers when starting download" ; Option for the image toolbar items/dropdown menus. 70704="Show images" 70705="Cached images" 70706="No images" ; Load original image, not a low-quality one served by proxy (typically ; SlipStream) 70721="Load original image" 70722="Load original images"