diff options
author | thomascube <thomas@roundcube.net> | 2010-06-18 12:03:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-06-18 12:03:32 +0000 |
commit | 7dff2fe2da79559685baa769607362dd45622119 (patch) | |
tree | 9097d61c4493a3ec06c6647bdbd967b37a31993d /program/localization/de_CH | |
parent | 8e5ed7be9e754dfca0278653002ec75f9199d8a9 (diff) |
Use existing label for preview pane which is more descriptive
Diffstat (limited to 'program/localization/de_CH')
-rw-r--r-- | program/localization/de_CH/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index 1fc42dcf7..c5fa8fa05 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -199,6 +199,7 @@ $labels['name'] = 'Anzeigename'; $labels['firstname'] = 'Vorname'; $labels['surname'] = 'Nachname'; $labels['email'] = 'E-Mail'; +$labels['contacts'] = 'Kontakte'; $labels['addcontact'] = 'Kontakt hinzufügen'; $labels['editcontact'] = 'Kontakt bearbeiten'; $labels['edit'] = 'Bearbeiten'; |