diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-25 20:10:12 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-25 20:10:12 +0000 |
| commit | b63300e546fe5e2dc9aab2785a365d116f11d56a (patch) | |
| tree | b4461fd9fa7c110b034af5bd8a4ff55c44a5c05d /roundcubemail/program/localization/en_US | |
| parent | d457084a66102a0913a1f3bc40a7cc52a14a5f1b (diff) | |
Updated localizations
git-svn-id: https://svn.roundcube.net/trunk@126 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 89793b28f..631f482b8 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/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/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index d0a078e59..a689368f0 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/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'; |
