From b5d12cc8ee76100649ed3984f381262dc7200616 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 13 Jan 2021 20:21:35 +0100 Subject: [PATCH] =?utf8?q?Projekt-Picker-Lupe:=20=C3=9Cbersetzungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- js/locale/de.js | 1 + js/locale/en.js | 1 + locale/de/all | 1 + locale/en/all | 1 + 4 files changed, 4 insertions(+) diff --git a/js/locale/de.js b/js/locale/de.js index 2423cf2b5..d6b20b6a8 100644 --- a/js/locale/de.js +++ b/js/locale/de.js @@ -90,6 +90,7 @@ namespace("kivi").setupLocale({ "Print options":"Druckoptionen", "Print record":"Beleg drucken", "Project link actions":"Projektverknüpfungs-Aktionen", +"Project picker":"Projektauswahl", "Quotations/Orders actions":"Aktionen für Angebote/Aufträge", "Re-numbering all sections and function blocks in the order they are currently shown cannot be undone.":"Das Neu-Nummerieren aller Abschnitte und Funktionsblöcke kann nicht rückgängig gemacht werden.", "Remove article":"Artikel entfernen", diff --git a/js/locale/en.js b/js/locale/en.js index 7027a2868..66e22fcec 100644 --- a/js/locale/en.js +++ b/js/locale/en.js @@ -90,6 +90,7 @@ namespace("kivi").setupLocale({ "Print options":"", "Print record":"", "Project link actions":"", +"Project picker":"", "Quotations/Orders actions":"", "Re-numbering all sections and function blocks in the order they are currently shown cannot be undone.":"", "Remove article":"", diff --git a/locale/de/all b/locale/de/all index 0bcdf63c1..1f417758e 100755 --- a/locale/de/all +++ b/locale/de/all @@ -2554,6 +2554,7 @@ $self->{texts} = { 'Project Type' => 'Projekttyp', 'Project Types' => 'Projekttypen', 'Project link actions' => 'Projektverknüpfungs-Aktionen', + 'Project picker' => 'Projektauswahl', 'Project statuses' => 'Projektstatus', 'Project type' => 'Projekttyp', 'Project types' => 'Projekttypen', diff --git a/locale/en/all b/locale/en/all index 6035ebdd1..7d59f4f67 100644 --- a/locale/en/all +++ b/locale/en/all @@ -2554,6 +2554,7 @@ $self->{texts} = { 'Project Type' => '', 'Project Types' => '', 'Project link actions' => '', + 'Project picker' => '', 'Project statuses' => '', 'Project type' => '', 'Project types' => '', -- 2.20.1