diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-05-16 19:59:56 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-05-16 19:59:56 +0200 |
commit | 31996f1508313734dd876f961631326f95503c72 (patch) | |
tree | 54505e10262ef9c80f120987b769f6279f5acc46 /program/localization/de_CH | |
parent | 0b9a7bcde36bee7f3d40d6832a1b6ba538f336f3 (diff) |
Replaced German labels for from/to with more common words in order to avoid conflicts with 'sender' (#1489084)
Diffstat (limited to 'program/localization/de_CH')
-rw-r--r-- | program/localization/de_CH/labels.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index bea939d3d..e64859d2c 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -40,9 +40,9 @@ $labels['junk'] = 'Spam'; // message listing $labels['subject'] = 'Betreff'; -$labels['from'] = 'Absender'; +$labels['from'] = 'Von'; $labels['sender'] = 'Absender'; -$labels['to'] = 'Empfänger'; +$labels['to'] = 'An'; $labels['cc'] = 'Kopie (CC)'; $labels['bcc'] = 'Blind-Kopie'; $labels['replyto'] = 'Antwort an'; @@ -177,7 +177,7 @@ $labels['threaded'] = 'Gruppiert'; $labels['autoexpand_threads'] = 'Konversationen aufklappen'; $labels['do_expand'] = 'alle'; $labels['expand_only_unread'] = 'nur ungelesene'; -$labels['fromto'] = 'Sender/Empfänger'; +$labels['fromto'] = 'Von/An'; $labels['flag'] = 'Markierung'; $labels['attachment'] = 'Anhang'; $labels['nonesort'] = 'Keine'; |