diff options
author | thomascube <thomas@roundcube.net> | 2005-11-06 19:26:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-06 19:26:45 +0000 |
commit | 10a699759d4f106f29c077a6d65d3b8d212825e5 (patch) | |
tree | d7a50bb94731e131a8a03c546ad3dbcaf0c4f1e1 /program/localization/en | |
parent | e0ddd4e6c03d533cc3f8427624e026cc20c88fa6 (diff) |
Added localized messages to client and check form input
Diffstat (limited to 'program/localization/en')
-rw-r--r-- | program/localization/en/labels.inc | 2 | ||||
-rw-r--r-- | program/localization/en/messages.inc | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index e44f8298f..34d46a3ea 100644 --- a/program/localization/en/labels.inc +++ b/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/program/localization/en/messages.inc b/program/localization/en/messages.inc index 0ad04ed7e..1ce6bba6d 100644 --- a/program/localization/en/messages.inc +++ b/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 |