Revision 82036aca
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
89 | 89 |
if ($form->{storno}) { |
90 | 90 |
$form->{title} = $locale->text('Add Storno Credit Note'); |
91 | 91 |
} |
92 |
|
|
93 |
} elsif ($form->{type} eq "invoice_for_advance_payment") { |
|
94 |
$form->{title} = $locale->text('Add Invoice for Advance Payment'); |
|
95 |
|
|
92 | 96 |
} else { |
93 | 97 |
$form->{title} = $locale->text('Add Sales Invoice'); |
94 | 98 |
|
... | ... | |
132 | 136 |
if ($form->{type} eq "credit_note") { |
133 | 137 |
$form->{title} = $locale->text('Edit Credit Note'); |
134 | 138 |
$form->{title} = $locale->text('Edit Storno Credit Note') if $form->{storno}; |
139 |
|
|
140 |
} elsif ($form->{type} eq "invoice_for_advance_payment") { |
|
141 |
$form->{title} = $locale->text('Edit Invoice for Advance Payment'); |
|
142 |
$form->{title} = $locale->text('Edit Storno Invoice for Advance Payment') if $form->{storno}; |
|
143 |
|
|
135 | 144 |
} else { |
136 | 145 |
$form->{title} = $locale->text('Edit Sales Invoice'); |
137 | 146 |
$form->{title} = $locale->text('Edit Storno Invoice') if $form->{storno}; |
locale/de/all | ||
---|---|---|
1239 | 1239 |
'Edit Follow-Up' => 'Wiedervorlage bearbeiten', |
1240 | 1240 |
'Edit Follow-Up for #1' => 'Wiedervorlage für #1 bearbeiten', |
1241 | 1241 |
'Edit General Ledger Transaction' => 'Buchung im Hauptbuch bearbeiten', |
1242 |
'Edit Invoice for Advance Payment' => 'Anzahlungsrechnung bearbeiten', |
|
1242 | 1243 |
'Edit Letter' => 'Brief bearbeiten', |
1243 | 1244 |
'Edit Part' => 'Ware bearbeiten', |
1244 | 1245 |
'Edit Preferences for #1' => 'Einstellungen von #1 bearbeiten', |
... | ... | |
1255 | 1256 |
'Edit Service' => 'Dienstleistung bearbeiten', |
1256 | 1257 |
'Edit Storno Credit Note' => 'Storno Gutschrift bearbeiten', |
1257 | 1258 |
'Edit Storno Invoice' => 'Stornorechnung bearbeiten', |
1259 |
'Edit Storno Invoice for Advance Payment' => 'Storno-Anzahlungsrechnung bearbeiten', |
|
1258 | 1260 |
'Edit User' => 'Benutzerdaten bearbeiten', |
1259 | 1261 |
'Edit User Group' => 'Benutzergruppe bearbeiten', |
1260 | 1262 |
'Edit Vendor' => 'Lieferant editieren', |
locale/en/all | ||
---|---|---|
1239 | 1239 |
'Edit Follow-Up' => '', |
1240 | 1240 |
'Edit Follow-Up for #1' => '', |
1241 | 1241 |
'Edit General Ledger Transaction' => '', |
1242 |
'Edit Invoice for Advance Payment' => '', |
|
1242 | 1243 |
'Edit Letter' => '', |
1243 | 1244 |
'Edit Part' => '', |
1244 | 1245 |
'Edit Preferences for #1' => '', |
... | ... | |
1255 | 1256 |
'Edit Service' => '', |
1256 | 1257 |
'Edit Storno Credit Note' => '', |
1257 | 1258 |
'Edit Storno Invoice' => '', |
1259 |
'Edit Storno Invoice for Advance Payment' => '', |
|
1258 | 1260 |
'Edit User' => '', |
1259 | 1261 |
'Edit User Group' => '', |
1260 | 1262 |
'Edit Vendor' => '', |
Auch abrufbar als: Unified diff
Anzahlungs-Rg.: Texte in der Maske anpassen