diff options
author | thomascube <thomas@roundcube.net> | 2006-12-01 18:06:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-01 18:06:16 +0000 |
commit | b19097058c02f203321599bf04a5d7da7c2dafe8 (patch) | |
tree | 2e9cb4d79efe613f47048bab01016c3d0e0342ef /program/localization/en_US/messages.inc | |
parent | 740e9ec00757ba805dbe27b22f92d12f6bd2e690 (diff) |
Introducing preview pane and conditional skin tags
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 1a49a8e82..f5e0e8ba9 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -108,6 +108,10 @@ $messages['nospellerrors'] = 'No spelling errors found'; $messages['folderdeleted'] = 'Folder successfully deleted'; +$messages['deletedsuccessfully'] = "Successfully deleted"; + $messages['converting'] = 'Removing formatting from message...'; +$messages['messageopenerror'] = 'Could not load message from server'; + ?> |