From ed132eddea4a5a21f6f0c1454efa14c5ebe79520 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 02 Sep 2008 13:22:00 -0400 Subject: [PATCH] New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation --- program/localization/de_CH/labels.inc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index 3b32459..a5909b8 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -184,6 +184,12 @@ $labels['lastpage'] = 'Letzte Seite'; $labels['groups'] = 'Gruppen'; $labels['personaladrbook'] = 'Persönliches Adressbuch'; +$labels['import'] = 'Importieren'; +$labels['importcontacts'] = 'Adressen importieren'; +$labels['importfromfile'] = 'Import aus Datei:'; +$labels['importreplace'] = 'Bestehendes Adressbuch komplett ersetzen'; +$labels['importtext'] = 'Sie können Kontakte aus einem bestehenden Adressbuch hochladen.<br/>Es können Adressbücher im <a href="http://de.wikipedia.org/wiki/VCard">vCard-Format</a> importiert werden.'; +$labels['done'] = 'Fertig'; $labels['settingsfor'] = 'Einstellungen für'; $labels['preferences'] = 'Einstellungen'; $labels['userpreferences'] = 'Benutzereinstellungen'; -- Gitblit v1.9.1