Aleksander Machniak
2016-05-08 9cd4b1bc5899a6bf2d3b22dc96268f1642989583
commit | author | age
4e17e6 1 <?php
T 2
3 /*
4  +-----------------------------------------------------------------------+
915172 5  | localization/<lang>/messages.inc                                      |
4e17e6 6  |                                                                       |
915172 7  | Localization file of the Roundcube Webmail client                     |
2f8b10 8  | Copyright (C) 2005-2015, The Roundcube Dev Team                       |
7fe381 9  |                                                                       |
T 10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
4e17e6 13  |                                                                       |
T 14  +-----------------------------------------------------------------------+
49437c 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/
4e17e6 17 */
T 18
19 $messages = array();
71e9ef 20 $messages['errortitle']  = 'An error occurred!';
f52c4f 21 $messages['loginfailed']  = 'Login failed.';
A 22 $messages['cookiesdisabled'] = 'Your browser does not accept cookies.';
23 $messages['sessionerror'] = 'Your session is invalid or expired.';
c321a9 24 $messages['storageerror'] = 'Connection to storage server failed.';
74d421 25 $messages['servererror'] = 'Server Error!';
2d1d68 26 $messages['servererrormsg'] = 'Server Error: $msg';
a15d87 27 $messages['accountlocked'] = 'Too many failed login attempts. Try again later.';
adaddf 28 $messages['connerror'] = 'Connection Error (Failed to reach the server)!';
13d45d 29 $messages['dberror'] = 'Database Error!';
b408e0 30 $messages['windowopenerror'] = 'The popup window was blocked!';
110360 31 $messages['requesttimedout'] = 'Request timed out';
f52c4f 32 $messages['errorreadonly'] = 'Unable to perform operation. Folder is read-only.';
A 33 $messages['errornoperm'] = 'Unable to perform operation. Permission denied.';
e7c1aa 34 $messages['erroroverquota'] = 'Unable to perform operation. No free disk space.';
AM 35 $messages['erroroverquotadelete'] = 'No free disk space. Use SHIFT+DEL to delete a message.';
57f0c8 36 $messages['invalidrequest'] = 'Invalid request! No data was saved.';
7c8fd8 37 $messages['invalidhost'] = 'Invalid server name.';
f52c4f 38 $messages['nomessagesfound'] = 'No messages found in this mailbox.';
a85b1c 39 $messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
febcd4 40 $messages['mailboxempty'] = 'Mailbox is empty';
TB 41 $messages['nomessages'] = 'No messages';
77de23 42 $messages['refreshing'] = 'Refreshing...';
10a699 43 $messages['loading'] = 'Loading...';
ebf872 44 $messages['uploading'] = 'Uploading file...';
d56091 45 $messages['attaching'] = 'Attaching file...';
1abb97 46 $messages['uploadingmany'] = 'Uploading files...';
4e17e6 47 $messages['loadingdata'] = 'Loading data...';
c8c1e0 48 $messages['checkingmail'] = 'Checking for new messages...';
10a699 49 $messages['sendingmessage'] = 'Sending message...';
f52c4f 50 $messages['messagesent'] = 'Message sent successfully.';
1966c5 51 $messages['savingmessage'] = 'Saving message...';
f52c4f 52 $messages['messagesaved'] = 'Message saved to Drafts.';
A 53 $messages['successfullysaved'] = 'Successfully saved.';
0b1de8 54 $messages['savingresponse'] = 'Saving response text...';
0ce212 55 $messages['deleteresponseconfirm'] = 'Do you really want to delete this response text?';
f52c4f 56 $messages['addedsuccessfully'] = 'Contact added successfully to address book.';
1da8ff 57 $messages['contactexists'] = 'A contact with the same email address already exists.';
2d761b 58 $messages['contactnameexists'] = 'A contact with the same name already exists.';
4e17e6 59 $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
T 60 $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
1cd376 61 $messages['externalmessagedecryption'] = 'This is an encrypted message and can be decrypted with your browser extension.';
7b8a0a 62 $messages['nopubkeyfor'] = 'No valid public key found for $email';
40d152 63 $messages['nopubkeyforsender'] = 'No valid public key found for your sender identity. Do you want to encrypt the message for the recipients only?';
2965a9 64 $messages['encryptnoattachments'] = 'Already uploaded attachments cannot be encrypted. Please re-add them in the encryption editor.';
TB 65 $messages['searchpubkeyservers'] = 'Do you want to search public key servers for the missing keys?';
66 $messages['encryptpubkeysfound'] = 'The following public keys have been found:';
82dcbb 67 $messages['keyservererror'] = 'Failed to get key from keyserver';
AM 68 $messages['keyimportsuccess'] = 'Public key $key successfully imported into your key ring';
f52c4f 69 $messages['nocontactsfound'] = 'No contacts found.';
A 70 $messages['contactnotfound'] = 'The requested contact was not found.';
2d3e2b 71 $messages['contactsearchonly'] = 'Enter some search terms to find contacts';
f52c4f 72 $messages['sendingfailed'] = 'Failed to send message.';
A 73 $messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message.';
b3e259 74 $messages['errorsavingsent'] = 'An error occurred while saving sent message.';
AM 75 $messages['errorsaving'] = 'An error occurred while saving.';
f52c4f 76 $messages['errormoving'] = 'Could not move the message(s).';
A 77 $messages['errorcopying'] = 'Could not copy the message(s).';
78 $messages['errordeleting'] = 'Could not delete the message(s).';
79 $messages['errormarking'] = 'Could not mark the message(s).';
5731d6 80 $messages['deletecontactconfirm']  = 'Do you really want to delete selected contact(s)?';
A 81 $messages['deletegroupconfirm']  = 'Do you really want to delete selected group?';
82 $messages['deletemessagesconfirm'] = 'Do you really want to delete selected message(s)?';
1cded8 83 $messages['deletefolderconfirm']  = 'Do you really want to delete this folder?';
c9d09b 84 $messages['purgefolderconfirm']  = 'Do you really want to delete all messages in this folder?';
b17539 85 $messages['contactdeleting'] = 'Deleting contact(s)...';
5731d6 86 $messages['groupdeleting'] = 'Deleting group...';
3562eb 87 $messages['folderdeleting'] = 'Deleting folder...';
701b9a 88 $messages['foldermoving'] = 'Moving folder...';
af3c04 89 $messages['foldersubscribing'] = 'Subscribing folder...';
A 90 $messages['folderunsubscribing'] = 'Unsubscribing folder...';
f52c4f 91 $messages['formincomplete'] = 'The form was not completely filled out.';
A 92 $messages['noemailwarning'] = 'Please enter a valid email address.';
93 $messages['nonamewarning']  = 'Please enter a name.';
94 $messages['nopagesizewarning'] = 'Please enter a page size.';
1da8ff 95 $messages['nosenderwarning'] = 'Please enter sender email address.';
f52c4f 96 $messages['norecipientwarning'] = 'Please enter at least one recipient.';
10a699 97 $messages['nosubjectwarning']  = 'The "Subject" field is empty. Would you like to enter one now?';
T 98 $messages['nobodywarning'] = 'Send this message without text?';
977a29 99 $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
85e60a 100 $messages['restoresavedcomposedata'] = 'A previously composed but unsent message was found.\n\nSubject: $subject\nSaved: $date\n\nDo you want to restore this message?';
f52c4f 101 $messages['noldapserver'] = 'Please select an ldap server to search.';
A 102 $messages['nosearchname'] = 'Please enter a contact name or email address.';
3f9712 103 $messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.';
f52c4f 104 $messages['searchsuccessful'] = '$nr messages found.';
f8e48d 105 $messages['contactsearchsuccessful'] = '$nr contacts found.';
f52c4f 106 $messages['searchnomatch'] = 'Search returned no matches.';
4647e1 107 $messages['searching'] = 'Searching...';
ed5d29 108 $messages['checking'] = 'Checking...';
31aa08 109 $messages['stillsearching'] = 'Still searching...';
f52c4f 110 $messages['nospellerrors'] = 'No spelling errors found.';
A 111 $messages['folderdeleted'] = 'Folder successfully deleted.';
112 $messages['foldersubscribed'] = 'Folder successfully subscribed.';
113 $messages['folderunsubscribed'] = 'Folder successfully unsubscribed.';
114 $messages['folderpurged'] = 'Folder has successfully been emptied.';
115 $messages['folderexpunged'] = 'Folder has successfully been compacted.';
116 $messages['deletedsuccessfully'] = 'Successfully deleted.';
3bd94b 117 $messages['converting'] = 'Removing formatting...';
f52c4f 118 $messages['messageopenerror'] = 'Could not load message from server.';
d56091 119 $messages['filelinkerror'] = 'Attaching the file failed.';
f52c4f 120 $messages['fileuploaderror'] = 'File upload failed.';
A 121 $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size.';
a45f9b 122 $messages['copysuccess'] = 'Successfully copied $nr contacts.';
AM 123 $messages['movesuccess'] = 'Successfully moved $nr contacts.';
124 $messages['copyerror'] = 'Could not copy any contacts.';
125 $messages['moveerror'] = 'Could not move any contacts.';
f52c4f 126 $messages['sourceisreadonly'] = 'This address source is read only.';
A 127 $messages['errorsavingcontact'] = 'Could not save the contact address.';
c50d88 128 $messages['movingmessage'] = 'Moving message(s)...';
A 129 $messages['copyingmessage'] = 'Copying message(s)...';
2c77f5 130 $messages['copyingcontact'] = 'Copying contact(s)...';
a45f9b 131 $messages['movingcontact'] = 'Moving contact(s)...';
c50d88 132 $messages['deletingmessage'] = 'Deleting message(s)...';
A 133 $messages['markingmessage'] = 'Marking message(s)...';
2c77f5 134 $messages['addingmember'] = 'Adding contact(s) to the group...';
A 135 $messages['removingmember'] = 'Removing contact(s) from the group...';
f52c4f 136 $messages['receiptsent'] = 'Successfully sent a read receipt.';
A 137 $messages['errorsendingreceipt'] = 'Could not send the receipt.';
7c2a93 138 $messages['deleteidentityconfirm'] = 'Do you really want to delete this identity?';
e3a0af 139 $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
f52c4f 140 $messages['forbiddencharacter'] = 'Folder name contains a forbidden character.';
A 141 $messages['selectimportfile'] = 'Please select a file to upload.';
142 $messages['addresswriterror'] = 'The selected address book is not writeable.';
143 $messages['contactaddedtogroup'] = 'Successfully added the contacts to this group.';
144 $messages['contactremovedfromgroup'] = 'Successfully removed contacts from this group.';
ca1c2a 145 $messages['nogroupassignmentschanged'] = 'No group assignments changed.';
ed132e 146 $messages['importwait'] = 'Importing, please wait...';
383379 147 $messages['importformaterror'] = 'Import failed! The uploaded file is not a valid import data file.';
2c77f5 148 $messages['importconfirm'] = '<b>Successfully imported $inserted contacts</b>';
A 149 $messages['importconfirmskipped'] = '<b>Skipped $skipped existing entries</b>';
4f53ab 150 $messages['importmessagesuccess'] = 'Successfully imported $nr messages';
TB 151 $messages['importmessageerror'] = 'Import failed! The uploaded file is not a valid message or mailbox file';
f645ce 152 $messages['opnotpermitted'] = 'Operation not permitted!';
1da8ff 153 $messages['nofromaddress'] = 'Missing email address in selected identity.';
b5bb64 154 $messages['editorwarning'] = 'Switching editor type may cause text formatting to be lost. Do you wish to continue?';
2471d3 155 $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>';
f52c4f 156 $messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed.';
A 157 $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed.';
158 $messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg).';
159 $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg).';
160 $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list.';
2818f8 161 $messages['smtperror'] = 'SMTP Error: $msg';
1da8ff 162 $messages['emailformaterror'] = 'Invalid email address: $email';
751b22 163 $messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.';
f52c4f 164 $messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max.';
b3e259 165 $messages['internalerror'] = 'An internal error occurred. Please try again.';
f52c4f 166 $messages['contactdelerror'] = 'Could not delete contact(s).';
A 167 $messages['contactdeleted'] = 'Contact(s) deleted successfully.';
168 $messages['contactrestoreerror'] = 'Could not restore deleted contact(s).';
169 $messages['contactrestored'] = 'Contact(s) restored successfully.';
170 $messages['groupdeleted'] = 'Group deleted successfully.';
171 $messages['grouprenamed'] = 'Group renamed successfully.';
172 $messages['groupcreated'] = 'Group created successfully.';
f8e48d 173 $messages['savedsearchdeleted'] = 'Saved search deleted successfully.';
A 174 $messages['savedsearchdeleteerror'] = 'Could not delete saved search.';
175 $messages['savedsearchcreated'] = 'Saved search created successfully.';
176 $messages['savedsearchcreateerror'] = 'Could not create saved search.';
f52c4f 177 $messages['messagedeleted'] = 'Message(s) deleted successfully.';
A 178 $messages['messagemoved'] = 'Message(s) moved successfully.';
9cd4b1 179 $messages['messagemovedtotrash'] = 'Message(s) moved to Trash successfully.';
f52c4f 180 $messages['messagecopied'] = 'Message(s) copied successfully.';
A 181 $messages['messagemarked'] = 'Message(s) marked successfully.';
182 $messages['autocompletechars'] = 'Enter at least $min characters for autocompletion.';
5f7129 183 $messages['autocompletemore'] = 'More matching entries found. Please type more characters.';
f52c4f 184 $messages['namecannotbeempty'] = 'Name cannot be empty.';
A 185 $messages['nametoolong'] = 'Name is too long.';
4ceff8 186 $messages['namedotforbidden'] = 'Folder name cannot start with a dot.';
f52c4f 187 $messages['folderupdated'] = 'Folder updated successfully.';
A 188 $messages['foldercreated'] = 'Folder created successfully.';
189 $messages['invalidimageformat'] = 'Not a valid image format.';
190 $messages['mispellingsfound'] = 'Spelling errors detected in the message.';
c6c99c 191 $messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.';
e0960f 192 $messages['messagetoobig'] = 'The message part is too big to process it.';
c14b33 193 $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>';
b6add5 194 $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.';
c5c8e7 195 $messages['messageissent'] = 'The message was already sent, but not saved yet. Do you want to save it now?';
0bd99d 196 $messages['errnotfound'] = 'File Not Found';
TB 197 $messages['errnotfoundexplain'] = 'The requested resource was not found!';
198 $messages['errfailedrequest'] = 'Failed request';
199 $messages['errauthorizationfailed'] = 'Authorization Failed';
200 $messages['errunauthorizedexplain'] = 'Could not verify that you are authorized to access this service!';
201 $messages['errrequestcheckfailed'] = 'Request Check Failed';
4d9627 202 $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.";
0bd99d 203 $messages['errcontactserveradmin'] = 'Please contact your server-administrator.';
TB 204 $messages['clicktoresumesession'] = 'Click here to resume your previous session';
4b72a1 205 $messages['errcomposesession'] = 'Compose session error';
AM 206 $messages['errcomposesessionexplain'] = 'Requested compose session not found.';
207 $messages['clicktocompose'] = 'Click here to compose a new message';