| | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | Copyright (C) 2005-2015, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | | $messages['errortitle'] = 'An error occurred.'; |
| | | $messages['errortitle'] = 'An error occured.'; |
| | | $messages['loginfailed'] = 'Login failed.'; |
| | | $messages['cookiesdisabled'] = 'Your browser does not accept cookies.'; |
| | | $messages['sessionerror'] = 'Your session is invalid or has expired.'; |
| | | $messages['storageerror'] = 'Connection to IMAP server failed.'; |
| | | $messages['servererror'] = 'Server Error!'; |
| | | $messages['servererrormsg'] = 'Server Error: $msg'; |
| | | $messages['connerror'] = 'Connection Error (Failed to reach the server)!'; |
| | | $messages['dberror'] = 'Database Error!'; |
| | | $messages['windowopenerror'] = 'The popup window was blocked!'; |
| | | $messages['requesttimedout'] = 'Request timed out'; |
| | | $messages['errorreadonly'] = 'Unable to perform operation. Folder is read-only.'; |
| | | $messages['errornoperm'] = 'Unable to perform operation. Permission denied.'; |
| | |
| | | $messages['invalidhost'] = 'Invalid server name.'; |
| | | $messages['nomessagesfound'] = 'No messages found in this mailbox.'; |
| | | $messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; |
| | | $messages['mailboxempty'] = 'Mailbox is empty.'; |
| | | $messages['mailboxempty'] = 'Mailbox is empty'; |
| | | $messages['nomessages'] = 'No messages'; |
| | | $messages['refreshing'] = 'Refreshing...'; |
| | | $messages['loading'] = 'Loading...'; |
| | | $messages['uploading'] = 'Uploading file...'; |
| | |
| | | $messages['savingmessage'] = 'Saving message...'; |
| | | $messages['messagesaved'] = 'Message saved to Drafts.'; |
| | | $messages['successfullysaved'] = 'Successfully saved.'; |
| | | $messages['savingresponse'] = 'Saving response text...'; |
| | | $messages['deleteresponseconfirm'] = 'Do you really want to delete this response text?'; |
| | | $messages['addedsuccessfully'] = 'Contact successfully added to address book.'; |
| | | $messages['contactexists'] = 'A contact with this e-mail address already exists.'; |
| | | $messages['contactnameexists'] = 'A contact with the same name already exists.'; |
| | | $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.'; |
| | | $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; |
| | | $messages['externalmessagedecryption'] = 'This is an encrypted message and can be decrypted with your browser extension.'; |
| | | $messages['nopubkeyfor'] = 'No valid public key found for $email'; |
| | | $messages['nopubkeyforsender'] = 'No valid public key found for your sender identity. Do you want to encrypt the message for the recipients only?'; |
| | | $messages['encryptnoattachments'] = 'Already uploaded attachments cannot be encrypted. Please re-add them in the encryption editor.'; |
| | | $messages['searchpubkeyservers'] = 'Do you want to search public key servers for the missing keys?'; |
| | | $messages['encryptpubkeysfound'] = 'The following public keys have been found:'; |
| | | $messages['nocontactsfound'] = 'No contacts found.'; |
| | | $messages['contactnotfound'] = 'The requested contact was not found.'; |
| | | $messages['contactsearchonly'] = 'Enter some search terms to find contacts'; |
| | |
| | | $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?'; |
| | | $messages['nobodywarning'] = 'Send this message without any text?'; |
| | | $messages['notsentwarning'] = 'Your message has not been sent. Do you want to discard it?'; |
| | | $messages['restoresavedcomposedata'] = 'A previously composed but unsent message was found.\n\nSubject: $subject\nSaved: $date\n\nDo you want to restore this message?'; |
| | | $messages['noldapserver'] = 'Please select an LDAP server to search.'; |
| | | $messages['nosearchname'] = 'Please enter a contact name or email address.'; |
| | | $messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.'; |
| | |
| | | $messages['searchnomatch'] = 'Search found no matches.'; |
| | | $messages['searching'] = 'Searching...'; |
| | | $messages['checking'] = 'Checking...'; |
| | | $messages['stillsearching'] = 'Still searching...'; |
| | | $messages['nospellerrors'] = 'No spelling errors found.'; |
| | | $messages['folderdeleted'] = 'Successfully deleted folder.'; |
| | | $messages['foldersubscribed'] = 'Successfully subscribed to folder.'; |
| | |
| | | $messages['importmessageerror'] = 'Import failed! The uploaded file is not a valid message or mailbox file'; |
| | | $messages['opnotpermitted'] = 'Operation not permitted!'; |
| | | $messages['nofromaddress'] = 'Missing e-mail address in selected identity.'; |
| | | $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; |
| | | $messages['editorwarning'] = 'Switching editor type may cause text formatting to be lost. Do you wish to continue?'; |
| | | $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>'; |
| | | $messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed.'; |
| | | $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed.'; |
| | |
| | | $messages['autocompletemore'] = 'More matching entries found. Please type more characters.'; |
| | | $messages['namecannotbeempty'] = 'Name cannot be empty.'; |
| | | $messages['nametoolong'] = 'Name is too long.'; |
| | | $messages['namedotforbidden'] = 'Folder name cannot start with a dot.'; |
| | | $messages['folderupdated'] = 'Successfully updated folder.'; |
| | | $messages['foldercreated'] = 'Successfully created folder.'; |
| | | $messages['invalidimageformat'] = 'Not a valid image format.'; |
| | |
| | | $messages['messagetoobig'] = 'The message part is too big to process it.'; |
| | | $messages['attachmentvalidationerror'] = 'WARNING! This attachment is suspicious because its type doesn\'t match the type declared in the message. If you do not trust the sender, you shouldn\'t open it in the browser because it may contain malicious contents.<br/><br/><em>Expected: $expected; found: $detected</em>'; |
| | | $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.'; |
| | | |
| | | ?> |
| | | $messages['messageissent'] = 'The message was already sent, but not yet saved. Do you want to save it now?'; |
| | | $messages['errnotfound'] = 'File Not Found'; |
| | | $messages['errnotfoundexplain'] = 'The requested resource was not found!'; |
| | | $messages['errfailedrequest'] = 'Failed request'; |
| | | $messages['errauthorizationfailed'] = 'Authorisation Failed'; |
| | | $messages['errunauthorizedexplain'] = 'Could not verify that you are authorised to access this service!'; |
| | | $messages['errrequestcheckfailed'] = 'Request Check Failed'; |
| | | $messages['errcsrfprotectionexplain'] = "For your protection, access to this resource is secured against CSRF.\nIf you see this, you probably didn't log out before leaving the web application.\n\nHuman interaction is now required to continue."; |
| | | $messages['errcontactserveradmin'] = 'Please contact your server administrator.'; |
| | | $messages['clicktoresumesession'] = 'Click here to resume your previous session'; |
| | | $messages['errcomposesession'] = 'Compose session error'; |
| | | $messages['errcomposesessionexplain'] = 'Requested compose session not found.'; |
| | | $messages['clicktocompose'] = 'Click here to compose a new message'; |