diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-28 19:03:24 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-28 19:03:24 +0000 |
| commit | 905e25ca5ff767716fd5c8f779d69e2f941cefe1 (patch) | |
| tree | 73d43f1fdb7741210dbdd77dd903a0717cb4821b /roundcubemail/program/localization/de_CH | |
| parent | 934b356caf07ef190c84c7729350506c04673645 (diff) | |
Option to check for new mails in all folders (#1484374)
git-svn-id: https://svn.roundcube.net/trunk@2099 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index 165122034..b05dcf729 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -122,6 +122,8 @@ $labels['select'] = 'Auswählen'; $labels['all'] = 'Alle'; $labels['none'] = 'Keine'; $labels['unread'] = 'Ungelesene'; +$labels['flagged'] = 'Markiert'; +$labels['unanswered'] = 'Unbeantwortet'; $labels['compact'] = 'Packen'; $labels['empty'] = 'Leeren'; $labels['purge'] = 'Aufräumen'; @@ -234,11 +236,12 @@ $labels['never'] = 'nie'; $labels['messagesdisplaying'] = 'Nachrichtendarstellung'; $labels['messagescomposition'] = 'Nachrichtenerstellung'; $labels['mimeparamfolding'] = 'Namen der Dateianhänge'; -$labels['2231folding'] = 'Vollständig RFC 2231 kompatibel (Mozilla Thunderbird)'; +$labels['2231folding'] = 'Vollständig RFC 2231 kompatibel (Thunderbird)'; $labels['miscfolding'] = 'RFC 2047/2231 kompatibel (Microsoft Outlook)'; $labels['2047folding'] = 'Vollständig RFC 2047 kompatibel (andere)'; $labels['advancedoptions'] = 'Erweiterte Einstellungen'; $labels['focusonnewmessage'] = 'Fokussiere Browserfenster bei neuen Nachrichten'; +$labels['checkallfolders'] = 'Alle Ordner auf neue Nachrichten prüfen'; $labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; $labels['foldername'] = 'Ordnername'; |
