Revision 07c884e5
Von Martin Helmling martin.helmling@octosoft.eu vor mehr als 8 Jahren hinzugefügt
SL/DB/Helper/Payment.pm | ||
---|---|---|
706 | 706 |
return 1; |
707 | 707 |
}; |
708 | 708 |
|
709 |
# locales for payment type |
|
710 |
# |
|
711 |
# $main::locale->text('without_skonto') |
|
712 |
# $main::locale->text('with_skonto_pt') |
|
713 |
# $main::locale->text('difference_as_skonto') |
|
714 |
# |
|
715 |
|
|
709 | 716 |
sub validate_payment_type { |
710 | 717 |
my $payment_type = shift; |
711 | 718 |
|
locale/de/all | ||
---|---|---|
3491 | 3491 |
'delivered' => 'geliefert', |
3492 | 3492 |
'deliverydate' => 'Lieferdatum', |
3493 | 3493 |
'difference as skonto' => 'Differenz als Skonto', |
3494 |
'difference_as_skonto' => 'Differenz als Skonto', |
|
3494 | 3495 |
'direct debit' => 'Lastschrifteinzug', |
3495 | 3496 |
'disposed' => 'Entsorgung', |
3496 | 3497 |
'do not include' => 'Nicht aufnehmen', |
... | ... | |
3672 | 3673 |
'warehouse_report_list' => 'lagerbestandsliste', |
3673 | 3674 |
'with amount' => 'mit Betrag', |
3674 | 3675 |
'with skonto acc. to pt' => 'mit Skonto nach ZB', |
3676 |
'with_skonto_pt' => 'mit Skonto nach ZB', |
|
3675 | 3677 |
'without skonto' => 'ohne Skonto', |
3678 |
'without_skonto' => 'ohne Skonto', |
|
3676 | 3679 |
'working copy' => 'Arbeitskopie', |
3677 | 3680 |
'wrongformat' => 'Falsches Format', |
3678 | 3681 |
'yearly' => 'jährlich', |
Auch abrufbar als: Unified diff
Fehlende impliziten Übersetzungen für Zahlungsart
Wird in bank_transfer_edit gebraucht