diff options
author | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
commit | ed132eddea4a5a21f6f0c1454efa14c5ebe79520 (patch) | |
tree | ddca59a3305bc72f414a9b9a3ba5794126822e0b /program/localization/de_CH/labels.inc | |
parent | 82bac871fa626e82a593f7ab5a4ca3509261049f (diff) |
New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation
Diffstat (limited to 'program/localization/de_CH/labels.inc')
-rw-r--r-- | 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 3b32459d6..a5909b8ed 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -184,6 +184,12 @@ $labels['nextpage'] = 'Nächste Seite'; $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'; |