summaryrefslogtreecommitdiff
path: root/program/localization/en/messages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/localization/en/messages.inc')
-rw-r--r--program/localization/en/messages.inc20
1 files changed, 20 insertions, 0 deletions
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