diff options
author | thomascube <thomas@roundcube.net> | 2006-03-23 22:32:47 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-03-23 22:32:47 +0000 |
commit | 4647e1bbb5beba82605695c4dc989ca867e53244 (patch) | |
tree | e4c86b406503170cd069b0fbd05b034073113ceb /program/localization/de_CH | |
parent | d1dfb1e65c593fcf3e5d5d0db6c386b89552f73f (diff) |
Started implementing search function
Diffstat (limited to 'program/localization/de_CH')
-rw-r--r-- | program/localization/de_CH/labels.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index e5805f97f..1ea36f0a7 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -111,6 +111,12 @@ $labels['empty'] = 'Leeren'; $labels['purge'] = 'Aufräumen'; $labels['quota'] = 'Verwendeter Speicherplatz'; +$labels['unknown'] = 'unbekannt'; +$labels['unlimited'] = 'unlimitiert'; + +$labels['quicksearch'] = 'Schnellsuche'; +$labels['resetsearch'] = 'Löschen'; + // message compose // Nachrichten erstellen $labels['compose'] = 'Neue Nachricht verfassen'; @@ -182,6 +188,7 @@ $labels['language'] = 'Sprache'; $labels['timezone'] = 'Zeitzone'; $labels['pagesize'] = 'Einträge pro Seite'; $labels['signature'] = 'Signatur'; +$labels['dstactive'] = 'Sommerzeit'; $labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; |