| | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | Copyright (C) 2005-2014, 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['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['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.'; |