Revision 07c884e5
Von Martin Helmling martin.helmling@octosoft.eu vor mehr als 8 Jahren hinzugefügt
SL/DB/Helper/Payment.pm | ||
---|---|---|
return 1;
|
||
};
|
||
|
||
# locales for payment type
|
||
#
|
||
# $main::locale->text('without_skonto')
|
||
# $main::locale->text('with_skonto_pt')
|
||
# $main::locale->text('difference_as_skonto')
|
||
#
|
||
|
||
sub validate_payment_type {
|
||
my $payment_type = shift;
|
||
|
locale/de/all | ||
---|---|---|
'delivered' => 'geliefert',
|
||
'deliverydate' => 'Lieferdatum',
|
||
'difference as skonto' => 'Differenz als Skonto',
|
||
'difference_as_skonto' => 'Differenz als Skonto',
|
||
'direct debit' => 'Lastschrifteinzug',
|
||
'disposed' => 'Entsorgung',
|
||
'do not include' => 'Nicht aufnehmen',
|
||
... | ... | |
'warehouse_report_list' => 'lagerbestandsliste',
|
||
'with amount' => 'mit Betrag',
|
||
'with skonto acc. to pt' => 'mit Skonto nach ZB',
|
||
'with_skonto_pt' => 'mit Skonto nach ZB',
|
||
'without skonto' => 'ohne Skonto',
|
||
'without_skonto' => 'ohne Skonto',
|
||
'working copy' => 'Arbeitskopie',
|
||
'wrongformat' => 'Falsches Format',
|
||
'yearly' => 'jährlich',
|
Auch abrufbar als: Unified diff
Fehlende impliziten Übersetzungen für Zahlungsart
Wird in bank_transfer_edit gebraucht