From 10a699759d4f106f29c077a6d65d3b8d212825e5 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 6 Nov 2005 19:26:45 +0000 Subject: Added localized messages to client and check form input --- program/localization/en/labels.inc | 2 ++ program/localization/en/messages.inc | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'program/localization/en') 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 -- cgit v1.2.3