Revision 8154c3b1
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
2572 | 2572 |
<td colspan=2><hr size=3 noshade></td> |
2573 | 2573 |
</tr> |
2574 | 2574 |
</table> |
2575 |
|; |
|
2575 |
|
|
2576 |
<p>| . $locale->text("You can use the following strings in the long " . |
|
2577 |
"description and all translations. They will be " . |
|
2578 |
"replaced by their actual values by Lx-Office " . |
|
2579 |
"before they're output.") |
|
2580 |
. qq|</p> |
|
2581 |
|
|
2582 |
<ul> |
|
2583 |
<li>| . $locale->text("<%netto_date%> -- Date the payment is due in " . |
|
2584 |
"full") |
|
2585 |
. qq|</li> |
|
2586 |
<li>| . $locale->text("<%skonto_date%> -- Date the payment is due " . |
|
2587 |
"with discount") |
|
2588 |
. qq|</li> |
|
2589 |
<li>| . $locale->text("<%skonto_amount%> -- The deductible amount") |
|
2590 |
. qq|</li> |
|
2591 |
<li>| . $locale->text("<%total%> -- Amount payable") |
|
2592 |
. qq|</li> |
|
2593 |
<li>| . $locale->text("<%invtotal%> -- Invoice total") |
|
2594 |
. qq|</li> |
|
2595 |
<li>| . $locale->text("<%currency%> -- The selected currency") |
|
2596 |
. qq|</li> |
|
2597 |
<li>| . $locale->text("<%terms_netto%> -- The number of days for " . |
|
2598 |
"full payment") |
|
2599 |
. qq|</li> |
|
2600 |
<li>| . $locale->text("<%account_number%> -- Your account number") |
|
2601 |
. qq|</li> |
|
2602 |
<li>| . $locale->text("<%bank%> -- Your bank") |
|
2603 |
. qq|</li> |
|
2604 |
<li>| . $locale->text("<%bank_code%> -- Your bank code") |
|
2605 |
. qq|</li> |
|
2606 |
</ul>|; |
|
2576 | 2607 |
|
2577 | 2608 |
$lxdebug->leave_sub(); |
2578 | 2609 |
} |
locale/de/all | ||
---|---|---|
9 | 9 |
' Part Number missing!' => ' Artikelnummer fehlt!', |
10 | 10 |
' Payment posted!' => 'Zahlung gebucht!', |
11 | 11 |
' missing!' => ' fehlt!', |
12 |
'<%account_number%> -- Your account number' => '<%account_number%> -- Ihre Kontonummer', |
|
13 |
'<%bank%> -- Your bank' => '<%bank%> -- Der Name Ihrer Bank', |
|
14 |
'<%bank_code%> -- Your bank code' => '<%bank_code%> -- Die Bankleitzahl Ihrer Bank', |
|
15 |
'<%currency%> -- The selected currency' => '<%currency%> -- Die ausgewählte Währung', |
|
16 |
'<%invtotal%> -- Invoice total' => '<%invtotal%> -- Die Rechnungssumme', |
|
17 |
'<%netto_date%> -- Date the payment is due in full' => '<%netto_date%> -- Das Datum, bis die Rechnung in voller Höhe bezahlt werden muss', |
|
18 |
'<%skonto_amount%> -- The deductible amount' => '<%skonto_amount%> -- Der abziehbare Skontobetrag', |
|
19 |
'<%skonto_date%> -- Date the payment is due with discount' => '<%skonto_date%> -- Das Datum, bis die Rechnung unter Abzug von Skonto bezahlt werden kann', |
|
20 |
'<%terms_netto%> -- The number of days for full payment' => '<%terms_netto%> -- Die Anzahl Tage, bis die Rechnung in voller Höhe bezahlt werden muss', |
|
21 |
'<%total%> -- Amount payable' => '<%total%> -- Noch zu bezahlender Betrag', |
|
12 | 22 |
'*/' => '*/', |
13 | 23 |
'...done' => '...fertig', |
14 | 24 |
'1. Quarter' => '1. Quartal', |
... | ... | |
980 | 990 |
'Taxable' => 'Steuerpflichtig', |
981 | 991 |
'Taxation' => 'Versteuerungs Verfahren', |
982 | 992 |
'Taxdescription' => 'Beschreibung', |
983 |
'Taxkey' => 'Tax Key',
|
|
993 |
'Taxkey' => 'Steuerschl?ssel',
|
|
984 | 994 |
'Tel' => 'Tel', |
985 | 995 |
'Tel.' => 'Telefon', |
986 | 996 |
'Telephone' => 'Telefon', |
... | ... | |
1163 | 1173 |
'Yes' => 'Ja', |
1164 | 1174 |
'You are logged out!' => 'Auf Wiedersehen!', |
1165 | 1175 |
'You can also create new units now.' => 'Sie können jetzt auch neue Einheiten anlegen.', |
1176 |
'You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they\'re output.' => 'Sie können im Langtext und allen ?bersetzungen die folgenden Variablen benutzen, die vor der Ausgabe von Lx-Office automatisch ersetzt werden:', |
|
1166 | 1177 |
'You cannot continue before all required modules are installed.' => 'Sie können nicht fortfahren, bevor alle benötigten Pakete installiert sind.', |
1167 | 1178 |
'You cannot continue until all unknown units have been mapped to known ones.' => 'Sie können nicht fortfahren, bis alle unbekannten Einheiten in neue Einheiten umgewandelt wurden.', |
1168 | 1179 |
'You did not enter a name!' => 'Sie haben keinen Namen eingegeben!', |
locale/de/am | ||
---|---|---|
1 | 1 |
$self->{texts} = { |
2 |
'<%account_number%> -- Your account number' => '<%account_number%> -- Ihre Kontonummer', |
|
3 |
'<%bank%> -- Your bank' => '<%bank%> -- Der Name Ihrer Bank', |
|
4 |
'<%bank_code%> -- Your bank code' => '<%bank_code%> -- Die Bankleitzahl Ihrer Bank', |
|
5 |
'<%currency%> -- The selected currency' => '<%currency%> -- Die ausgewählte Währung', |
|
6 |
'<%invtotal%> -- Invoice total' => '<%invtotal%> -- Die Rechnungssumme', |
|
7 |
'<%netto_date%> -- Date the payment is due in full' => '<%netto_date%> -- Das Datum, bis die Rechnung in voller Höhe bezahlt werden muss', |
|
8 |
'<%skonto_amount%> -- The deductible amount' => '<%skonto_amount%> -- Der abziehbare Skontobetrag', |
|
9 |
'<%skonto_date%> -- Date the payment is due with discount' => '<%skonto_date%> -- Das Datum, bis die Rechnung unter Abzug von Skonto bezahlt werden kann', |
|
10 |
'<%terms_netto%> -- The number of days for full payment' => '<%terms_netto%> -- Die Anzahl Tage, bis die Rechnung in voller Höhe bezahlt werden muss', |
|
11 |
'<%total%> -- Amount payable' => '<%total%> -- Noch zu bezahlender Betrag', |
|
2 | 12 |
'1000,00 or 1000.00' => '1000,00 oder 1000.00', |
3 | 13 |
'A unit with this name does already exist.' => 'Eine Einheit mit diesem Namen existiert bereits.', |
4 | 14 |
'AP' => 'Einkauf', |
... | ... | |
311 | 321 |
'Warehouses' => 'Lager', |
312 | 322 |
'Year End' => 'Jahresende', |
313 | 323 |
'Yes' => 'Ja', |
324 |
'You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they\'re output.' => 'Sie können im Langtext und allen ?bersetzungen die folgenden Variablen benutzen, die vor der Ausgabe von Lx-Office automatisch ersetzt werden:', |
|
314 | 325 |
'dimension units' => 'Maßeinheiten', |
315 | 326 |
'down' => 'hoch', |
316 | 327 |
'equal Outputformat' => 'wie Ausgabeformat', |
templates/webpages/am/list_accounts_de.html | ||
---|---|---|
17 | 17 |
<th colspan="8">Verkn?pfungen</th> |
18 | 18 |
</tr> |
19 | 19 |
<tr class=listheading> |
20 |
<th>Tax Key</th>
|
|
20 |
<th>Steuerschl?ssel</th>
|
|
21 | 21 |
<th>Beschreibung</th> |
22 | 22 |
<th>G?ltig ab</th> |
23 | 23 |
<th>tk_ustva</th> |
Auch abrufbar als: Unified diff
Hilfstext für die Zahlungskonditionen.