summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/en_GB
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-01 15:02:52 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-01 15:02:52 +0000
commit2a522eb63ef4706498f5d726ae35208e9ddf5ae8 (patch)
tree29b208c5495ab15798da9316ba2cd4eab1259cef /roundcubemail/program/localization/en_GB
parentfcf24b6e58f5d697765d83a54e106ef507d02fd8 (diff)
- localizations update for r1908
git-svn-id: https://svn.roundcube.net/trunk@1909 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_GB')
-rw-r--r--roundcubemail/program/localization/en_GB/messages.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_GB/messages.inc b/roundcubemail/program/localization/en_GB/messages.inc
index 1f66288cf..518154885 100644
--- a/roundcubemail/program/localization/en_GB/messages.inc
+++ b/roundcubemail/program/localization/en_GB/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 any 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'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:$names';
$messages['opnotpermitted'] = 'Operation not permitted!';
+$messages['nofromaddress'] = 'Missing e-mail address in selected identity';
?>