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 | |
| 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')
4 files changed, 19 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/messages.inc b/roundcubemail/program/localization/de_CH/messages.inc index d3314a9d6..f1c7e5be3 100644 --- a/roundcubemail/program/localization/de_CH/messages.inc +++ b/roundcubemail/program/localization/de_CH/messages.inc @@ -102,5 +102,7 @@ $messages['checking'] = 'Prüfe...'; $messages['nospellerrors'] = 'Keine Rechtschreibfehler gefunden'; +$messages['folderdeleted'] = 'Ordner erfolgreich gelöscht'; + ?>
\ No newline at end of file diff --git a/roundcubemail/program/localization/de_DE/messages.inc b/roundcubemail/program/localization/de_DE/messages.inc index c6ca701a0..8a178edba 100644 --- a/roundcubemail/program/localization/de_DE/messages.inc +++ b/roundcubemail/program/localization/de_DE/messages.inc @@ -104,4 +104,6 @@ $messages['checking'] = 'Prüfe...'; $messages['nospellerrors'] = 'Keine Rechtschreibfehler gefunden'; +$messages['folderdeleted'] = 'Ordner erfolgreich gelöscht'; + ?>
\ No newline at end of file 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'; + + ?> diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index a5ffc091c..f406ff128 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -104,5 +104,7 @@ $messages['checking'] = 'Checking...'; $messages['nospellerrors'] = 'No spelling errors found'; +$messages['folderdeleted'] = 'Folder successfully deleted'; + ?> |
