diff options
author | thomascube <thomas@roundcube.net> | 2010-10-22 15:24:39 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-10-22 15:24:39 +0000 |
commit | cb7d32ebdd1c783f201e2f3fa6c52f1fafdc6fcf (patch) | |
tree | f82963865616671696c87c3ff5a4ca577941bf7c /program/localization/de_CH/labels.inc | |
parent | 6a16031d043ab1a3999ecae6181ecb50cb6f1636 (diff) |
List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753)
Diffstat (limited to 'program/localization/de_CH/labels.inc')
-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 63d69db82..4a1a27a5c 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -201,6 +201,7 @@ $labels['firstname'] = 'Vorname'; $labels['surname'] = 'Nachname'; $labels['email'] = 'E-Mail'; $labels['contacts'] = 'Kontakte'; +$labels['contactproperties'] = 'Kontaktdaten'; $labels['addcontact'] = 'Kontakt hinzufügen'; $labels['editcontact'] = 'Kontakt bearbeiten'; $labels['edit'] = 'Bearbeiten'; |