diff options
author | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
commit | 3dc19d5fc8e13612d0f8cd85df391d7f2e232d06 (patch) | |
tree | 2575e7b8accd7dd181011271fbc7a37d1d92ccfb /program/localization/de_DE/labels.inc | |
parent | d5fca0c4902d0c9a7427e6028ddbbc8bb337859e (diff) |
Move search filter drop-down closed to search box
Diffstat (limited to 'program/localization/de_DE/labels.inc')
-rw-r--r-- | program/localization/de_DE/labels.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 9ec8670e8..528d0c3f5 100644 --- a/program/localization/de_DE/labels.inc +++ b/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'; |