| | |
| | | | 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. | |
| | |
| | | $messages['storageerror'] = 'Connection to storage 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['requesttimedout'] = 'Request timed out'; |
| | | $messages['errorreadonly'] = 'Unable to perform operation. Folder is read-only.'; |
| | |
| | | $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['contactsearchonly'] = 'Enter some search terms to find contacts'; |
| | | $messages['sendingfailed'] = 'Failed to send message.'; |
| | | $messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message.'; |
| | | $messages['errorsavingsent'] = 'An error occured while saving sent message.'; |
| | | $messages['errorsaving'] = 'An error occured while saving.'; |
| | | $messages['errorsavingsent'] = 'An error occurred while saving sent message.'; |
| | | $messages['errorsaving'] = 'An error occurred while saving.'; |
| | | $messages['errormoving'] = 'Could not move the message(s).'; |
| | | $messages['errorcopying'] = 'Could not copy the message(s).'; |
| | | $messages['errordeleting'] = 'Could not delete the message(s).'; |
| | |
| | | $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?'; |
| | | $messages['nobodywarning'] = 'Send this message without text?'; |
| | | $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; |
| | | $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 returned no matches.'; |
| | | $messages['searching'] = 'Searching...'; |
| | | $messages['checking'] = 'Checking...'; |
| | | $messages['stillsearching'] = 'Still searching...'; |
| | | $messages['nospellerrors'] = 'No spelling errors found.'; |
| | | $messages['folderdeleted'] = 'Folder successfully deleted.'; |
| | | $messages['foldersubscribed'] = 'Folder successfully subscribed.'; |
| | |
| | | $messages['emailformaterror'] = 'Invalid e-mail address: $email'; |
| | | $messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.'; |
| | | $messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max.'; |
| | | $messages['internalerror'] = 'An internal error occured. Please try again.'; |
| | | $messages['internalerror'] = 'An internal error occurred. Please try again.'; |
| | | $messages['contactdelerror'] = 'Could not delete contact(s).'; |
| | | $messages['contactdeleted'] = 'Contact(s) deleted successfully.'; |
| | | $messages['contactrestoreerror'] = 'Could not restore deleted contact(s).'; |