diff options
author | thomascube <thomas@roundcube.net> | 2006-01-25 20:10:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-25 20:10:12 +0000 |
commit | c9d09bbe43f268c11cadc9846652ff33521edf6c (patch) | |
tree | f505cfac224664e2641b030e8844610d9b33d12d /program/localization/en_US/messages.inc | |
parent | b59474133a308182c69b2fd158b4f51aeffc87e4 (diff) |
Updated localizations
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r-- | program/localization/en_US/messages.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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'; |