diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-06 19:26:45 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-06 19:26:45 +0000 |
| commit | c4c3624ba6b1ca47dc1434d4b606d25397480cbc (patch) | |
| tree | 48cda1b3aaffa492e6ed1eb796c611a5ea2cc6ea /roundcubemail/program/localization/en | |
| parent | a9f64635ff48ca1acc281d6d199a6fe244360e38 (diff) | |
Added localized messages to client and check form input
git-svn-id: https://svn.roundcube.net/trunk@76 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en')
| -rw-r--r-- | roundcubemail/program/localization/en/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en/messages.inc | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en/labels.inc b/roundcubemail/program/localization/en/labels.inc index e44f8298f..34d46a3ea 100644 --- a/roundcubemail/program/localization/en/labels.inc +++ b/roundcubemail/program/localization/en/labels.inc @@ -119,6 +119,8 @@ $labels['normal'] = 'Normal'; $labels['high'] = 'High'; $labels['highest'] = 'Highest'; +$labels['nosubject'] = '(no subject)'; + $labels['showimages'] = 'Display images'; diff --git a/roundcubemail/program/localization/en/messages.inc b/roundcubemail/program/localization/en/messages.inc index 0ad04ed7e..1ce6bba6d 100644 --- a/roundcubemail/program/localization/en/messages.inc +++ b/roundcubemail/program/localization/en/messages.inc @@ -32,8 +32,12 @@ $messages['loggedout'] = 'You have successfully terminated the session. Goody by $messages['mailboxempty'] = 'Mailbox is empty'; +$messages['loading'] = 'Loading...'; + $messages['loadingdata'] = 'Loading data...'; +$messages['sendingmessage'] = 'Sending message...'; + $messages['messagesent'] = 'Message sent successfully'; $messages['successfullysaved'] = 'Successfully saved'; @@ -56,5 +60,21 @@ $messages['errormoving'] = 'Could not move the message'; $messages['errordeleting'] = 'Could not delete the message'; +$messages['errordeleting'] = 'Could not delete the message'; + +$messages['formincomplete'] = 'The form was not completely filled out'; + +$messages['noemailwarning'] = 'Please enter a valid email address'; + +$messages['nonamewarning'] = 'Please enter a name'; + +$messages['nopagesizewarning'] = 'Please enter a page size'; + +$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?'; + ?>
\ No newline at end of file |
