diff options
author | thomascube <thomas@roundcube.net> | 2012-01-02 14:44:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-02 14:44:28 +0000 |
commit | 7c2a9310c4104f51fcf56379dcc3511fa5bfae2d (patch) | |
tree | f7ce98283b0c3ce29d0e375e55c8fe7aaee1a677 /program/localization/en_US/messages.inc | |
parent | c6db4aa46bd285ef7b3d63cba5e957373a116485 (diff) |
Use iframes for identity management
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r-- | program/localization/en_US/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index aae086e99..525df95cc 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -109,6 +109,7 @@ $messages['addingmember'] = 'Adding contact(s) to the group...'; $messages['removingmember'] = 'Removing contact(s) from the group...'; $messages['receiptsent'] = 'Successfully sent a read receipt.'; $messages['errorsendingreceipt'] = 'Could not send the receipt.'; +$messages['deleteidentityconfirm'] = 'Do you really want to delete this identity?'; $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.'; $messages['forbiddencharacter'] = 'Folder name contains a forbidden character.'; $messages['selectimportfile'] = 'Please select a file to upload.'; |