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