| | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $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['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).'; |