From: Bernd Bleßmann Date: Wed, 23 Sep 2020 09:31:08 +0000 (+0200) Subject: locales-Lauf X-Git-Tag: release-3.5.6.1~15 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2035cba7c9ae9ade34ebe8fb8fe6c6adf6a35c54;p=kivitendo-erp.git locales-Lauf --- diff --git a/js/locale/de.js b/js/locale/de.js index cc560d9cc..2423cf2b5 100644 --- a/js/locale/de.js +++ b/js/locale/de.js @@ -46,8 +46,6 @@ namespace("kivi").setupLocale({ "Do you really want to delete this record template?":"Möchten Sie diese Belegvorlage wirklich löschen?", "Do you really want to print?":"Wollen Sie wirklich drucken?", "Do you really want to revert to this version?":"Möchten Sie wirklich auf diese Version zurücksetzen?", -"Do you really want to save?":"Möchten Sie wirklich speichern?", -"Do you really want to send by mail?":"Wollen Sie den Beleg wirklich per Mail verschicken?", "Do you really want to unimport the selected documents?":"Möchten Sie wirklich diese Dateien an die Quelle zurückgeben?", "Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?":"Möchten Sie diese Lieferadresse in den neuen Lieferantenauftrag übernehmen, damit der Händler die Waren direkt an Ihren Kunden liefern kann?", "Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?":"Soll die Kontonummer \"#1\" zu \"#2\" und den Name \"#3\" zu \"#4\" geändert werden?", diff --git a/js/locale/en.js b/js/locale/en.js index fb3139e9d..7027a2868 100644 --- a/js/locale/en.js +++ b/js/locale/en.js @@ -46,8 +46,6 @@ namespace("kivi").setupLocale({ "Do you really want to delete this record template?":"", "Do you really want to print?":"", "Do you really want to revert to this version?":"", -"Do you really want to save?":"", -"Do you really want to send by mail?":"", "Do you really want to unimport the selected documents?":"", "Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?":"", "Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?":"", diff --git a/locale/de/all b/locale/de/all index 7a99f6cb5..86213cb59 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1072,8 +1072,6 @@ $self->{texts} = { 'Do you really want to delete this record template?' => 'Möchten Sie diese Belegvorlage wirklich löschen?', 'Do you really want to print?' => 'Wollen Sie wirklich drucken?', 'Do you really want to revert to this version?' => 'Möchten Sie wirklich auf diese Version zurücksetzen?', - 'Do you really want to save?' => 'Möchten Sie wirklich speichern?', - 'Do you really want to send by mail?' => 'Wollen Sie den Beleg wirklich per Mail verschicken?', 'Do you really want to undo the selected SEPA exports? You have to reassign the export again.' => 'Möchten Sie wirklich die ausgewählten SEPA-Exports rückgängig machen? Der Export muss anschließend neu erzeugt werden.', 'Do you really want to unimport the selected documents?' => 'Möchten Sie wirklich diese Dateien an die Quelle zurückgeben?', 'Do you want to limit your search?' => 'Möchten Sie Ihre Suche spezialisieren?', diff --git a/locale/en/all b/locale/en/all index 6493dcffc..649901a20 100644 --- a/locale/en/all +++ b/locale/en/all @@ -1072,8 +1072,6 @@ $self->{texts} = { 'Do you really want to delete this record template?' => '', 'Do you really want to print?' => '', 'Do you really want to revert to this version?' => '', - 'Do you really want to save?' => '', - 'Do you really want to send by mail?' => '', 'Do you really want to undo the selected SEPA exports? You have to reassign the export again.' => '', 'Do you really want to unimport the selected documents?' => '', 'Do you want to limit your search?' => '',