From 65573957980291104639ebe3ab16ecf2c4bef433 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 10 Jan 2008 14:59:59 +0000 Subject: [PATCH] =?utf8?q?Bei=20Preisanfragen=20wurde=20in=20der=20Drop-Do?= =?utf8?q?wn-Box=20f=C3=BCr=20"formname"=20der=20Wert=20"Angebot"=20anstel?= =?utf8?q?le=20von=20"Anfrage"=20angezeigt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 6 ++++-- locale/de/dn | 1 + locale/de/ic | 1 + locale/de/io | 1 + locale/de/ir | 1 + locale/de/is | 1 + 6 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index d17ea61ec..771e390f9 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1033,8 +1033,10 @@ sub print_options { opthash("pick_list", $form->{PD}{pick_list}, $locale->text('Pick List')), opthash("packing_list", $form->{PD}{packing_list}, $locale->text('Packing List')) ) : undef, - ($form->{type} =~ /_quotation$/) ? - opthash("$`_quotation", $form->{PD}{"$`_quotation"}, $locale->text('Quotation')) : undef, + ($form->{type} =~ /sales_quotation$/) ? + opthash('sales_quotation', $form->{PD}{sales_quotation}, $locale->text('Quotation')) : undef, + ($form->{type} =~ /request_quotation$/) ? + opthash('request_quotation', $form->{PD}{request_quotation}, $locale->text('Request for Quotation')) : undef, ($form->{type} eq 'invoice') ? ( opthash("invoice", $form->{PD}{invoice}, $locale->text('Invoice')), opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')), diff --git a/locale/de/dn b/locale/de/dn index a29bea5ee..74afbaaa7 100644 --- a/locale/de/dn +++ b/locale/de/dn @@ -177,6 +177,7 @@ $self->{texts} = { 'Receipt, payment, reconciliation' => 'Zahlungseingang, Zahlungsausgang, Kontenabgleich', 'Reports' => 'Berichte', 'Reqdate' => 'Lieferdatum', + 'Request for Quotation' => 'Anfrage', 'Required by' => 'Lieferdatum', 'SAVED' => 'Gespeichert', 'SAVED FOR DUNNING' => 'Gespeichert', diff --git a/locale/de/ic b/locale/de/ic index b84bb9033..507a3ec51 100644 --- a/locale/de/ic +++ b/locale/de/ic @@ -209,6 +209,7 @@ $self->{texts} = { 'Receipt, payment, reconciliation' => 'Zahlungseingang, Zahlungsausgang, Kontenabgleich', 'Reports' => 'Berichte', 'Reqdate' => 'Lieferdatum', + 'Request for Quotation' => 'Anfrage', 'Required by' => 'Lieferdatum', 'SAVED' => 'Gespeichert', 'SAVED FOR DUNNING' => 'Gespeichert', diff --git a/locale/de/io b/locale/de/io index d2ac70370..5e75bb402 100644 --- a/locale/de/io +++ b/locale/de/io @@ -149,6 +149,7 @@ $self->{texts} = { 'Receipt, payment, reconciliation' => 'Zahlungseingang, Zahlungsausgang, Kontenabgleich', 'Reports' => 'Berichte', 'Reqdate' => 'Lieferdatum', + 'Request for Quotation' => 'Anfrage', 'Required by' => 'Lieferdatum', 'SAVED' => 'Gespeichert', 'SAVED FOR DUNNING' => 'Gespeichert', diff --git a/locale/de/ir b/locale/de/ir index 5c30c1ae1..c891565b9 100644 --- a/locale/de/ir +++ b/locale/de/ir @@ -198,6 +198,7 @@ $self->{texts} = { 'Remaining' => 'Rest', 'Reports' => 'Berichte', 'Reqdate' => 'Lieferdatum', + 'Request for Quotation' => 'Anfrage', 'Required by' => 'Lieferdatum', 'SAVED' => 'Gespeichert', 'SAVED FOR DUNNING' => 'Gespeichert', diff --git a/locale/de/is b/locale/de/is index a503a530f..cdef5a507 100644 --- a/locale/de/is +++ b/locale/de/is @@ -221,6 +221,7 @@ $self->{texts} = { 'Remaining' => 'Rest', 'Reports' => 'Berichte', 'Reqdate' => 'Lieferdatum', + 'Request for Quotation' => 'Anfrage', 'Required by' => 'Lieferdatum', 'SAVED' => 'Gespeichert', 'SAVED FOR DUNNING' => 'Gespeichert', -- 2.20.1