summaryrefslogtreecommitdiff
path: root/program/localization/en_US
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-01-25 20:10:12 +0000
committerthomascube <thomas@roundcube.net>2006-01-25 20:10:12 +0000
commitc9d09bbe43f268c11cadc9846652ff33521edf6c (patch)
treef505cfac224664e2641b030e8844610d9b33d12d /program/localization/en_US
parentb59474133a308182c69b2fd158b4f51aeffc87e4 (diff)
Updated localizations
Diffstat (limited to 'program/localization/en_US')
-rw-r--r--program/localization/en_US/labels.inc2
-rw-r--r--program/localization/en_US/messages.inc4
2 files changed, 6 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 89793b28f..631f482b8 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -106,6 +106,8 @@ $labels['none'] = 'None';
$labels['unread'] = 'Unread';
$labels['compact'] = 'Compact';
+$labels['empty'] = 'Empty';
+$labels['purge'] = 'Purge';
// message compose
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index d0a078e59..a689368f0 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -60,8 +60,12 @@ $messages['errormoving'] = 'Could not move the message';
$messages['errordeleting'] = 'Could not delete the message';
+$messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?';
+
$messages['deletefolderconfirm'] = 'Do you really want to delete this folder?';
+$messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?';
+
$messages['formincomplete'] = 'The form was not completely filled out';
$messages['noemailwarning'] = 'Please enter a valid email address';