diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-06 17:59:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-06 17:59:26 +0000 |
| commit | 63346f0408d8ad4e0b080ab750d47a407704f911 (patch) | |
| tree | eda11d8a69acbe262aab0a8e71a2ac0386907d37 /roundcubemail/program/localization | |
| parent | 07358bb652ff07a8a925a9ed007ded1c5a95ba5e (diff) | |
Move search filter drop-down closed to search box
git-svn-id: https://svn.roundcube.net/trunk@2124 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/localization/de_DE/labels.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index dd85154a1..e52f76afa 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -121,8 +121,9 @@ $labels['select'] = 'Auswählen'; $labels['all'] = 'Alle'; $labels['none'] = 'Keine'; $labels['unread'] = 'Ungelesene'; -$labels['flagged'] = 'Markiert'; -$labels['unanswered'] = 'Unbeantwortet'; +$labels['flagged'] = 'Markierte'; +$labels['unanswered'] = 'Unbeantwortete'; +$labels['filter'] = 'Filter'; $labels['compact'] = 'Packen'; $labels['empty'] = 'Leeren'; $labels['purge'] = 'Aufräumen'; diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc index 9ec8670e8..528d0c3f5 100644 --- a/roundcubemail/program/localization/de_DE/labels.inc +++ b/roundcubemail/program/localization/de_DE/labels.inc @@ -120,8 +120,9 @@ $labels['select'] = 'Auswählen'; $labels['all'] = 'Alle'; $labels['none'] = 'Keine'; $labels['unread'] = 'Ungelesene'; -$labels['flagged'] = 'Markiert'; -$labels['unanswered'] = 'Unbeantwortet'; +$labels['flagged'] = 'Markierte'; +$labels['unanswered'] = 'Unbeantwortete'; +$labels['filter'] = 'Filter'; $labels['compact'] = 'Packen'; $labels['empty'] = 'Leeren'; $labels['purge'] = 'Bereinigen'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 8cff8a52b..7614b9af7 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -149,6 +149,7 @@ $labels['none'] = 'None'; $labels['unread'] = 'Unread'; $labels['flagged'] = 'Flagged'; $labels['unanswered'] = 'Unanswered'; +$labels['filter'] = 'Filter'; $labels['compact'] = 'Compact'; $labels['empty'] = 'Empty'; |
