Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
e66f5b 1 <?php
T 2
3 /*
e31c56 4  +-----------------------------------------------------------------------+
aed581 5  | localization/<lang>/messages.inc                                      |
e31c56 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail client                     |
TB 8  | Copyright (C) 2005-2013, The Roundcube Dev Team                       |
9  |                                                                       |
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.                     |
e31c56 13  |                                                                       |
T 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/
e66f5b 17 */
413617 18 $messages['errortitle']  = 'An error occured.';
aed581 19 $messages['loginfailed']  = 'Login failed.';
b5d904 20 $messages['cookiesdisabled'] = 'Your browser does not accept cookies.';
T 21 $messages['sessionerror'] = 'Your session is invalid or has expired.';
c0806c 22 $messages['storageerror'] = 'Connection to IMAP server failed.';
74d421 23 $messages['servererror'] = 'Server Error!';
a5ee72 24 $messages['servererrormsg'] = 'Server Error: $msg';
b5d904 25 $messages['dberror'] = 'Database Error!';
c41a86 26 $messages['requesttimedout'] = 'Request timed out';
b5d904 27 $messages['errorreadonly'] = 'Unable to perform operation. Folder is read-only.';
T 28 $messages['errornoperm'] = 'Unable to perform operation. Permission denied.';
742db4 29 $messages['invalidrequest'] = 'Invalid request! No data was saved.';
aabeab 30 $messages['invalidhost'] = 'Invalid server name.';
b5d904 31 $messages['nomessagesfound'] = 'No messages found in this mailbox.';
e66f5b 32 $messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
b5d904 33 $messages['mailboxempty'] = 'Mailbox is empty.';
aabeab 34 $messages['refreshing'] = 'Refreshing...';
e1a3f0 35 $messages['loading'] = 'Loading...';
742db4 36 $messages['uploading'] = 'Uploading file...';
b5d904 37 $messages['uploadingmany'] = 'Uploading files...';
e66f5b 38 $messages['loadingdata'] = 'Loading data...';
c8c1e0 39 $messages['checkingmail'] = 'Checking for new messages...';
75f534 40 $messages['sendingmessage'] = 'Sending message...';
b5d904 41 $messages['messagesent'] = 'Message sent successfully.';
1966c5 42 $messages['savingmessage'] = 'Saving message...';
b5d904 43 $messages['messagesaved'] = 'Message saved to Drafts.';
T 44 $messages['successfullysaved'] = 'Successfully saved.';
45 $messages['addedsuccessfully'] = 'Contact successfully added to address book.';
46 $messages['contactexists'] = 'A contact with this e-mail address already exists.';
47 $messages['contactnameexists'] = 'A contact with the same name already exists.';
e66f5b 48 $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
T 49 $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
b5d904 50 $messages['nocontactsfound'] = 'No contacts found.';
T 51 $messages['contactnotfound'] = 'The requested contact was not found.';
e31c56 52 $messages['contactsearchonly'] = 'Enter some search terms to find contacts';
b5d904 53 $messages['sendingfailed'] = 'Failed to send message.';
T 54 $messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message.';
55 $messages['errormoving'] = 'Could not move the message(s).';
56 $messages['errorcopying'] = 'Could not copy the message(s).';
57 $messages['errordeleting'] = 'Could not delete the message(s).';
58 $messages['errormarking'] = 'Could not mark the message(s).';
aed581 59 $messages['deletecontactconfirm']  = 'Do you really want to delete the selected contact(s)?';
TB 60 $messages['deletegroupconfirm']  = 'Do you really want to delete the selected group?';
75f534 61 $messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?';
aed581 62 $messages['deletefolderconfirm']  = 'Do you really want to delete this folder?';
TB 63 $messages['purgefolderconfirm']  = 'Do you really want to delete all messages in this folder?';
e31c56 64 $messages['contactdeleting'] = 'Deleting contact(s)...';
b5d904 65 $messages['groupdeleting'] = 'Deleting group...';
3562eb 66 $messages['folderdeleting'] = 'Deleting folder...';
701b9a 67 $messages['foldermoving'] = 'Moving folder...';
d70c21 68 $messages['foldersubscribing'] = 'Subscribing to folder...';
A 69 $messages['folderunsubscribing'] = 'Unsubscribing from folder...';
b5d904 70 $messages['formincomplete'] = 'The form was not completely filled out.';
T 71 $messages['noemailwarning'] = 'Please enter a valid email address.';
aed581 72 $messages['nonamewarning']  = 'Please enter a name.';
b5d904 73 $messages['nopagesizewarning'] = 'Please enter a page size.';
T 74 $messages['nosenderwarning'] = 'Please enter sender e-mail address.';
75 $messages['norecipientwarning'] = 'Please enter at least one recipient.';
aed581 76 $messages['nosubjectwarning']  = 'The "Subject" field is empty. Would you like to enter one now?';
75f534 77 $messages['nobodywarning'] = 'Send this message without any text?';
S 78 $messages['notsentwarning'] = 'Your message has not been sent. Do you want to discard it?';
b5d904 79 $messages['noldapserver'] = 'Please select an LDAP server to search.';
T 80 $messages['nosearchname'] = 'Please enter a contact name or email address.';
742db4 81 $messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.';
b5d904 82 $messages['searchsuccessful'] = '$nr messages found.';
e31c56 83 $messages['contactsearchsuccessful'] = '$nr contacts found.';
b5d904 84 $messages['searchnomatch'] = 'Search found no matches.';
f9c107 85 $messages['searching'] = 'Searching...';
T 86 $messages['checking'] = 'Checking...';
b5d904 87 $messages['nospellerrors'] = 'No spelling errors found.';
T 88 $messages['folderdeleted'] = 'Successfully deleted folder.';
89 $messages['foldersubscribed'] = 'Successfully subscribed to folder.';
90 $messages['folderunsubscribed'] = 'Successfully unsubscribed from folder.';
91 $messages['folderpurged'] = 'Successfully emptied folder.';
92 $messages['folderexpunged'] = 'Successfully compacted folder.';
93 $messages['deletedsuccessfully'] = 'Successfully deleted.';
3bd94b 94 $messages['converting'] = 'Removing formatting...';
b5d904 95 $messages['messageopenerror'] = 'Could not load message from server.';
T 96 $messages['fileuploaderror'] = 'File upload failed.';
97 $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size.';
98 $messages['sourceisreadonly'] = 'This address book is read-only.';
99 $messages['errorsavingcontact'] = 'Could not save the contact address.';
a5ee72 100 $messages['movingmessage'] = 'Moving message(s)...';
Y 101 $messages['copyingmessage'] = 'Copying message(s)...';
b5d904 102 $messages['copyingcontact'] = 'Copying contact(s)...';
a5ee72 103 $messages['deletingmessage'] = 'Deleting message(s)...';
Y 104 $messages['markingmessage'] = 'Marking message(s)...';
b5d904 105 $messages['addingmember'] = 'Adding contact(s) to the group...';
T 106 $messages['removingmember'] = 'Removing contact(s) from the group...';
107 $messages['receiptsent'] = 'Successfully sent a read receipt.';
108 $messages['errorsendingreceipt'] = 'Could not send the receipt.';
dc365c 109 $messages['deleteidentityconfirm'] = 'Do you really want to delete this identity?';
e3a0af 110 $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
b5d904 111 $messages['forbiddencharacter'] = 'Folder name contains a forbidden character.';
T 112 $messages['selectimportfile'] = 'Please select a file to upload.';
113 $messages['addresswriterror'] = 'The selected address book is not writeable.';
114 $messages['contactaddedtogroup'] = 'Successfully added the contacts to this group.';
115 $messages['contactremovedfromgroup'] = 'Successfully removed contacts from this group.';
aabeab 116 $messages['nogroupassignmentschanged'] = 'No group assignments changed.';
3562eb 117 $messages['importwait'] = 'Importing, please wait...';
aabeab 118 $messages['importformaterror'] = 'Import failed! The uploaded file is not a valid import data file.';
b5d904 119 $messages['importconfirm'] = '<b>Successfully imported $inserted contacts</b>';
T 120 $messages['importconfirmskipped'] = '<b>Skipped $skipped existing entries</b>';
3562eb 121 $messages['opnotpermitted'] = 'Operation not permitted!';
b5d904 122 $messages['nofromaddress'] = 'Missing e-mail address in selected identity.';
71e6d5 123 $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?';
2471d3 124 $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>';
b5d904 125 $messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed.';
T 126 $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed.';
127 $messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg).';
128 $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg).';
129 $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list.';
2818f8 130 $messages['smtperror'] = 'SMTP Error: $msg';
742db4 131 $messages['emailformaterror'] = 'Incorrect e-mail address: $email';
8da62f 132 $messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.';
b5d904 133 $messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max.';
T 134 $messages['contactdelerror'] = 'Could not delete contact(s).';
f52c4f 135 $messages['contactdeleted'] = 'Contact(s) deleted successfully.';
b5d904 136 $messages['contactrestoreerror'] = 'Could not restore deleted contact(s).';
T 137 $messages['contactrestored'] = 'Contact(s) successfully restored.';
138 $messages['groupdeleted'] = 'Group deleted successfully.';
139 $messages['grouprenamed'] = 'Group renamed successfully.';
140 $messages['groupcreated'] = 'Group created successfully.';
e31c56 141 $messages['savedsearchdeleted'] = 'Saved search deleted successfully.';
T 142 $messages['savedsearchdeleteerror'] = 'Could not delete saved search.';
143 $messages['savedsearchcreated'] = 'Saved search created successfully.';
144 $messages['savedsearchcreateerror'] = 'Could not create saved search.';
b5d904 145 $messages['messagedeleted'] = 'Message(s) deleted successfully.';
T 146 $messages['messagemoved'] = 'Message(s) moved successfully.';
147 $messages['messagecopied'] = 'Message(s) copied successfully.';
148 $messages['messagemarked'] = 'Message(s) marked successfully.';
149 $messages['autocompletechars'] = 'Enter at least $min characters for autocompletion.';
e31c56 150 $messages['autocompletemore'] = 'More matching entries found. Please type more characters.';
b5d904 151 $messages['namecannotbeempty'] = 'Name cannot be empty.';
T 152 $messages['nametoolong'] = 'Name is too long.';
153 $messages['folderupdated'] = 'Successfully updated folder.';
154 $messages['foldercreated'] = 'Successfully created folder.';
155 $messages['invalidimageformat'] = 'Not a valid image format.';
156 $messages['mispellingsfound'] = 'Spelling errors detected in the message.';
157 $messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.';
e31c56 158 $messages['messagetoobig'] = 'The message part is too big to process it.';
aabeab 159 $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>';
TB 160 $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.';
aed581 161 ?>