| | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2014, The Roundcube Dev Team | |
| | | | Copyright (C) 2005-2015, 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['nomessages'] = 'No messages'; |
| | | $messages['refreshing'] = 'Refreshing...'; |
| | | $messages['loading'] = 'Loading...'; |
| | | $messages['uploading'] = 'Uploading file...'; |
| | |
| | | $messages['savingresponse'] = 'Saving response text...'; |
| | | $messages['deleteresponseconfirm'] = 'Do you really want to delete this response text?'; |
| | | $messages['addedsuccessfully'] = 'Contact added successfully to address book.'; |
| | | $messages['contactexists'] = 'A contact with the same e-mail address already exists.'; |
| | | $messages['contactnameexists'] = 'A contact with the same name already exists.'; |
| | | $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.'; |
| | | $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; |
| | |
| | | $messages['noemailwarning'] = 'Please enter a valid email address.'; |
| | | $messages['nonamewarning'] = 'Please enter a name.'; |
| | | $messages['nopagesizewarning'] = 'Please enter a page size.'; |
| | | $messages['nosenderwarning'] = 'Please enter sender e-mail address.'; |
| | | $messages['norecipientwarning'] = 'Please enter at least one recipient.'; |
| | | $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?'; |
| | | $messages['nobodywarning'] = 'Send this message without text?'; |
| | |
| | | $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['importmessagesuccess'] = 'Successfully imported $nr messages'; |
| | | $messages['importmessageerror'] = 'Import failed! The uploaded file is not a valid message or mailbox file'; |
| | | $messages['opnotpermitted'] = 'Operation not permitted!'; |
| | | $messages['nofromaddress'] = 'Missing e-mail address in selected identity.'; |
| | | $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; |
| | | $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>'; |
| | | $messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed.'; |
| | | $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed.'; |
| | |
| | | $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg).'; |
| | | $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list.'; |
| | | $messages['smtperror'] = 'SMTP Error: $msg'; |
| | | $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 occurred. Please try again.'; |
| | |
| | | $messages['messagetoobig'] = 'The message part is too big to process it.'; |
| | | $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>'; |
| | | $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.'; |
| | | ?> |