diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-30 19:38:06 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-30 19:38:06 +0000 |
| commit | 2f964cc5042edc4aadd3f98678475bf795da2a09 (patch) | |
| tree | cc6638732636fd183e535f9dbc4ace192bf5f814 /roundcubemail/program/localization/en_GB | |
| parent | fc06ae2ca0c2e07d14aaabd0404536d16a8a25dc (diff) | |
Fixed folder renaming; added confirmation after deleting a folder
git-svn-id: https://svn.roundcube.net/trunk@285 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_GB')
| -rw-r--r-- | roundcubemail/program/localization/en_GB/messages.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_GB/messages.inc b/roundcubemail/program/localization/en_GB/messages.inc index 262e30007..7a60b835d 100644 --- a/roundcubemail/program/localization/en_GB/messages.inc +++ b/roundcubemail/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'; + + ?> |
