From 2e1dbee93cc7c27137e9c40b3ea68dd7525530c8 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 15 Sep 2008 14:53:57 +0000 Subject: Redesign of the identities settings + add config option to disable multiple identities git-svn-id: https://svn.roundcube.net/trunk@1796 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/de_CH/messages.inc | 1 + roundcubemail/program/localization/de_DE/messages.inc | 1 + roundcubemail/program/localization/en_US/messages.inc | 1 + 3 files changed, 3 insertions(+) (limited to 'roundcubemail/program/localization') diff --git a/roundcubemail/program/localization/de_CH/messages.inc b/roundcubemail/program/localization/de_CH/messages.inc index 201bf9469..7357dc81b 100644 --- a/roundcubemail/program/localization/de_CH/messages.inc +++ b/roundcubemail/program/localization/de_CH/messages.inc @@ -85,5 +85,6 @@ $messages['addresswriterror'] = 'Das gewählte Adressbuch kann nicht verändert $messages['importwait'] = 'Daten werden importiert, bitte warten...'; $messages['importerror'] = 'Import fehlgeschlagen! Die hochgeladene Datei ist nicht im vCard-Format.'; $messages['importconfirm'] = 'Es wurden $inserted Adressen erfolgreich importiert und $skipped bestehende Einträge übersprungen:

$names

'; +$messages['opnotpermitted'] = 'Operation nicht erlaubt!'; ?> diff --git a/roundcubemail/program/localization/de_DE/messages.inc b/roundcubemail/program/localization/de_DE/messages.inc index 36892db09..646ac7ded 100644 --- a/roundcubemail/program/localization/de_DE/messages.inc +++ b/roundcubemail/program/localization/de_DE/messages.inc @@ -85,5 +85,6 @@ $messages['addresswriterror'] = 'Das ausgewählte Adressbuch kann nicht verände $messages['importwait'] = 'Daten werden importiert, bitte warten...'; $messages['importerror'] = 'Import fehlgeschlagen! Die hochgeladene Datei ist nicht im vCard-Format.'; $messages['importconfirm'] = 'Es wurden $inserted Adressen erfolgreich importiert und $skipped bestehende Einträge übersprungen:$names'; +$messages['opnotpermitted'] = 'Operation nicht erlaubt!'; ?> diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index 9373be88e..26e107f58 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -86,5 +86,6 @@ $messages['addresswriterror'] = 'The selected address book is not writeable'; $messages['importwait'] = 'Importing, please wait...'; $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.'; $messages['importconfirm'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:

$names

'; +$messages['opnotpermitted'] = 'Operation not permitted!'; ?> \ No newline at end of file -- cgit v1.2.3