diff options
author | thomascube <thomas@roundcube.net> | 2006-07-30 19:38:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-30 19:38:06 +0000 |
commit | f9c107afbe9bb01627a9e6de48efdfbbda8e56e6 (patch) | |
tree | c9758b06f319953e2491c601d8fc09bf859e295a /program/localization/en_GB/messages.inc | |
parent | fe79b1bcf828b6b9f947c4b32d5e7bf297438be4 (diff) |
Fixed folder renaming; added confirmation after deleting a folder
Diffstat (limited to 'program/localization/en_GB/messages.inc')
-rw-r--r-- | program/localization/en_GB/messages.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 262e30007..7a60b835d 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -90,4 +90,17 @@ $messages['nocontactsreturned'] = 'No contacts were found'; $messages['nosearchname'] = 'Please enter a contact name or email address'; +$messages['searchsuccessful'] = '$nr messages found'; + +$messages['searchnomatch'] = 'Search returned no matches'; + +$messages['searching'] = 'Searching...'; + +$messages['checking'] = 'Checking...'; + +$messages['nospellerrors'] = 'No spelling errors found'; + +$messages['folderdeleted'] = 'Folder successfully deleted'; + + ?> |