summaryrefslogtreecommitdiff
path: root/program/localization/en_US/messages.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-10-01 14:57:43 +0000
committeralecpl <alec@alec.pl>2008-10-01 14:57:43 +0000
commitfd51e0fea582da90f344bfb56ba797da1baa30f9 (patch)
tree06996af3b1bd692d3fab8c39784caa2a11c7bc1e /program/localization/en_US/messages.inc
parent56cf503a1b57b9fbf453a051c44cd12750b99cc0 (diff)
- Better handling of "no identity" and "no email in identity" situations (#1485117)
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r--program/localization/en_US/messages.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index 6b1bb8475..8a649437b 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -56,6 +56,7 @@ $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['nosenderwarning'] = 'Please enter sender e-mail address';
$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?';
@@ -90,5 +91,6 @@ $messages['importwait'] = 'Importing, please wait...';
$messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.';
$messages['importconfirm'] = '<b>Successfully imported $inserted contacts, $skipped existing entries skipped</b>:<p><em>$names</em></p>';
$messages['opnotpermitted'] = 'Operation not permitted!';
+$messages['nofromaddress'] = 'Missing e-mail address in selected identity';
-?> \ No newline at end of file
+?>