From a179a61b49d7fb7a59efc9fe04eaff160e95026a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 18 Jan 2012 16:06:16 +0100 Subject: [PATCH] =?utf8?q?Noch=20genaueren=20Hinweis=20auf=20das=20JSON-Mo?= =?utf8?q?dule=20f=C3=BCr=20CVAR=20Kunde?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/all | 1 + .../webpages/amcvar/display_cvar_config_form.html | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/locale/de/all b/locale/de/all index 2b737d41d..fc1b9fb5e 100644 --- a/locale/de/all +++ b/locale/de/all @@ -843,6 +843,7 @@ $self->{texts} = { 'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' => 'Bei Debitorenbuchungen werden die Vorsteuer-Steuerschlüssel durch Umsatzsteuer-Steuerschlüssel mit demselben Steuersatz ersetzt.', 'For each unit there\'s either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' => 'Einheiten haben entweder keine oder genau eine Basiseinheit, von der sie ein Vielfaches sind. Wenn Sie eine Basiseinheit auswählen, dann müssen Sie auch einen Faktor eingeben. Sie müssen Einheiten als ein Vielfaches einer kleineren Einheit eingeben. So ist die Definition von "kg" mit der Basiseinheit "g" und dem Faktor 1000 zulässig, die Definition von "g" mit der Basiseinheit "kg" und dem Faktor "0,001" hingegen nicht.', 'For further information read this: ' => 'Für weitere Informationen zu diesem Thema lesen Sie bitte: ', + 'For type "customer" the perl module JSON is required. Please check this on system level: $ ./scripts/installation_check.pl' => 'Für den Typ "Kunde" wird das Perl Module JSON benötigt. Überprüfbar im Installationspfad mit: $ ./scripts/installation_check.pl', 'Foreign Exchange Gain' => 'Wechselkurserträge', 'Foreign Exchange Loss' => 'Wechselkursaufwendungen', 'Foreign Expenses' => 'Aufwand Ausland', diff --git a/templates/webpages/amcvar/display_cvar_config_form.html b/templates/webpages/amcvar/display_cvar_config_form.html index fcbd5a7e8..3eccf69a2 100644 --- a/templates/webpages/amcvar/display_cvar_config_form.html +++ b/templates/webpages/amcvar/display_cvar_config_form.html @@ -36,7 +36,7 @@ - [% 'Type' | $T8 %] + [% 'Type' | $T8 %](3) - [% 'Options' | $T8 %](4) + [% 'Options' | $T8 %](5) @@ -112,9 +112,12 @@

(2) [% 'The description is shown on the form. Chose something short and descriptive.' | $T8 %]

+

+ (3) [% 'For type "customer" the perl module JSON is required. Please check this on system level: $ ./scripts/installation_check.pl' | $T8 %] +

- (3) [% 'The default value depends on the variable type:' | $T8 %] + (4) [% 'The default value depends on the variable type:' | $T8 %]