summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/de_CH/messages.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-02 17:22:00 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-02 17:22:00 +0000
commit48ac9b2adc7a4e37dd934a5c45e6ffb112dff299 (patch)
treeaf4afd13427d5bbf5b9c5b6a406f3be3dcf8112e /roundcubemail/program/localization/de_CH/messages.inc
parent7ea6112e4580bf3c1a73c015275d60c5acf39225 (diff)
New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation
git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH/messages.inc')
-rw-r--r--roundcubemail/program/localization/de_CH/messages.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/messages.inc b/roundcubemail/program/localization/de_CH/messages.inc
index 83817b5bb..201bf9469 100644
--- a/roundcubemail/program/localization/de_CH/messages.inc
+++ b/roundcubemail/program/localization/de_CH/messages.inc
@@ -80,5 +80,10 @@ $messages['errorsendingreceipt'] = 'Bestätigung konnte nicht gesendet werden';
$messages['nodeletelastidentity'] = 'Sie können diesen Absender nicht löschen';
$messages['addsubfolderhint'] = 'Wird als Unterdornder des aktuell selektieren Ordners erstellt';
$messages['forbiddencharacter'] = 'Der Ordnername enthält ein ungültiges Zeichen';
+$messages['selectimportfile'] = 'Bitte wählen Sie eine Datei zum Importieren aus';
+$messages['addresswriterror'] = 'Das gewählte Adressbuch kann nicht verändert werden';
+$messages['importwait'] = 'Daten werden importiert, bitte warten...';
+$messages['importerror'] = 'Import fehlgeschlagen! Die hochgeladene Datei ist nicht im vCard-Format.';
+$messages['importconfirm'] = '<b>Es wurden $inserted Adressen erfolgreich importiert und $skipped bestehende Einträge übersprungen</b>:<p><em>$names</em></p>';
?>