From: Bernd Bleßmann Date: Wed, 13 Jan 2021 19:21:35 +0000 (+0100) Subject: Projekt-Picker-Lupe: Übersetzungen X-Git-Tag: kivitendo-mebil_0.1-0~9^2~518 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b5d12cc8ee76100649ed3984f381262dc7200616;p=kivitendo-erp.git Projekt-Picker-Lupe: Übersetzungen --- 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' => '',