Revision 8e128c2e
Von Udo Spallek vor fast 19 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
111 | 111 |
</tr>|; |
112 | 112 |
|
113 | 113 |
$form->{selectustva} = "<option>\n"; |
114 |
%ustva = (41 => "Steuerfrei IGL a. Abnehmer m. UStID (?4 Nr. 1b UStG), Nr. 41", |
|
115 |
44 => "Steuerfrei IGL n. Fahrz. o. UStID (?4 Nr. 1b UStG), Nr. 44", |
|
116 |
49 => "Steuerfrei IGL n. Fahrz. a. Unternehmen (?2a UStG), Nr. 49", |
|
117 |
43 => "Weit Steuerfreie Ums?tze m. VSt Abzug (Ausfuhr, Ums?tze ?4 Nr.2-7 UStG), Nr. 43", |
|
118 |
48 => "Steuerfreie Ums?tze ohne VSt.abzug (?4 Nr.8-28 UStG), Nr. 48", |
|
119 |
51 => "Steuerpflichtige Ums?tze 16%, Nr. 51", |
|
120 |
511 => "Steuerpflichtige Ums?tze 16%, Nr. 51 rechts", |
|
121 |
86 => "Steuerpflichtige Ums?tze 7%, Nr. 86", |
|
122 |
861 => "Steuerpflichtige Ums?tze 7%, Nr. 86 rechts", |
|
123 |
35 => "Nr. 35", |
|
124 |
77 => "Nr. 77", |
|
125 |
76 => "Nr. 76", |
|
126 |
80 => "Nr. 80", |
|
127 |
91 => "Steuerfrei, Nr. 91", |
|
128 |
97 => "Steuerpflichtig 16%, Nr. 97", |
|
129 |
971 => "Steuerpflichtig 16%, Nr. 97 rechts", |
|
130 |
93 => "Steuerpflichtig 7%, Nr. 93", |
|
131 |
931 => "Steuerpflichtig 7%, Nr. 93 rechts", |
|
132 |
95 => "Nr. 95", |
|
133 |
94 => "Steuerpflichtig 16%, Nr. 94", |
|
134 |
96 => "Nr. 96", |
|
135 |
42 => "Nr. 42", |
|
136 |
60 => "Nr. 60", |
|
137 |
45 => "Nr. 45", |
|
138 |
52 => "Nr. 52", |
|
139 |
53 => "Nr. 53", |
|
140 |
73 => "Nr. 73", |
|
141 |
74 => "Nr. 74", |
|
142 |
84 => "Nr. 84", |
|
143 |
85 => "Nr. 85", |
|
144 |
65 => "Nr. 65", |
|
145 |
66 => "Abziehbare Vorsteuerbetr?ge, Nr. 66", |
|
146 |
61 => "Nr. 61", |
|
147 |
62 => "Nr. 62", |
|
148 |
67 => "Nr. 67", |
|
149 |
63 => "Nr. 63", |
|
150 |
64 => "Nr. 64", |
|
151 |
59 => "Nr. 59", |
|
152 |
69 => "Nr. 69", |
|
153 |
39 => "Nr. 39"); |
|
154 |
foreach $item (sort({ $a <=> $b } keys %ustva)) { |
|
114 |
|
|
115 |
%ustva = (35 => $locale->text('UStVA-Nr. 35'), |
|
116 |
36 => $locale->text('UStVA-Nr. 36'), |
|
117 |
39 => $locale->text('UStVA-Nr. 39'), |
|
118 |
41 => $locale->text('UStVA-Nr. 41'), |
|
119 |
42 => $locale->text('UStVA-Nr. 42'), |
|
120 |
43 => $locale->text('UStVA-Nr. 43'), |
|
121 |
44 => $locale->text('UStVA-Nr. 44'), |
|
122 |
45 => $locale->text('UStVA-Nr. 45'), |
|
123 |
48 => $locale->text('UStVA-Nr. 48'), |
|
124 |
49 => $locale->text('UStVA-Nr. 49'), |
|
125 |
51 => $locale->text('UStVA-Nr. 51 left'), |
|
126 |
511 => $locale->text('UStVA-Nr. 51 right'), |
|
127 |
52 => $locale->text('UStVA-Nr. 52'), |
|
128 |
53 => $locale->text('UStVA-Nr. 53'), |
|
129 |
59 => $locale->text('UStVA-Nr. 59'), |
|
130 |
60 => $locale->text('UStVA-Nr. 60'), |
|
131 |
61 => $locale->text('UStVA-Nr. 61'), |
|
132 |
62 => $locale->text('UStVA-Nr. 62'), |
|
133 |
63 => $locale->text('UStVA-Nr. 63'), |
|
134 |
64 => $locale->text('UStVA-Nr. 64'), |
|
135 |
65 => $locale->text('UStVA-Nr. 65'), |
|
136 |
66 => $locale->text('UStVA-Nr. 66'), |
|
137 |
67 => $locale->text('UStVA-Nr. 67'), |
|
138 |
69 => $locale->text('UStVA-Nr. 69'), |
|
139 |
73 => $locale->text('UStVA-Nr. 73'), |
|
140 |
74 => $locale->text('UStVA-Nr. 74'), |
|
141 |
76 => $locale->text('UStVA-Nr. 76'), |
|
142 |
77 => $locale->text('UStVA-Nr. 77'), |
|
143 |
80 => $locale->text('UStVA-Nr. 80'), |
|
144 |
84 => $locale->text('UStVA-Nr. 84'), |
|
145 |
85 => $locale->text('UStVA-Nr. 85'), |
|
146 |
86 => $locale->text('UStVA-Nr. 86 left'), |
|
147 |
861 => $locale->text('UStVA-Nr. 86 right'), |
|
148 |
91 => $locale->text('UStVA-Nr. 91'), |
|
149 |
93 => $locale->text('UStVA-Nr. 93 left'), |
|
150 |
931 => $locale->text('UStVA-Nr. 93 right'), |
|
151 |
94 => $locale->text('UStVA-Nr. 94'), |
|
152 |
95 => $locale->text('UStVA-Nr. 95'), |
|
153 |
96 => $locale->text('UStVA-Nr. 96'), |
|
154 |
97 => $locale->text('UStVA-Nr. 97 links'), |
|
155 |
971 => $locale->text('UStVA-Nr. 97 rechts'), |
|
156 |
98 => $locale->text('UStVA-Nr. 98')); |
|
157 |
|
|
158 |
foreach $item (sort({ $a cmp $b } keys %ustva)) { |
|
155 | 159 |
if ($item == $form->{pos_ustva}) { |
156 | 160 |
$form->{selectustva} .= "<option value=$item selected>$ustva{$item}\n"; |
157 | 161 |
} else { |
... | ... | |
210 | 214 |
|
211 | 215 |
$eur = qq| |
212 | 216 |
<tr> |
213 |
<th align=right>| . $locale->text('E?R') . qq|</th>
|
|
217 |
<th align=right>| . $locale->text('EUER') . qq|</th>
|
|
214 | 218 |
<td><select name=pos_eur>$form->{selecteur}</select></td> |
215 | 219 |
<input type=hidden name=selecteur value="$form->{selecteur}"> |
216 | 220 |
</tr>|; |
... | ... | |
1739 | 1743 |
<th align=right>| . $locale->text('Language') . qq|</th> |
1740 | 1744 |
<td><select name=countrycode>$countrycodes</select></td> |
1741 | 1745 |
</tr> |
1742 |
<tr> |
|
1743 |
<th align=right>| . $locale->text('Character Set') . qq|</th> |
|
1744 |
<td><input name=charset size=20 value="$myconfig{charset}"></td> |
|
1745 |
</tr> |
|
1746 | 1746 |
<tr> |
1747 | 1747 |
<th align=right>| . $locale->text('Stylesheet') . qq|</th> |
1748 | 1748 |
<td><select name=usestylesheet>$selectstylesheet</select></td> |
locale/de/all | ||
---|---|---|
754 | 754 |
'UStVA-Nr. 45' => 'Kz. 45', |
755 | 755 |
'UStVA-Nr. 48' => 'Kz. 48', |
756 | 756 |
'UStVA-Nr. 49' => 'Kz. 49', |
757 |
'UStVA-Nr. 51 left' => 'Kz. 51 left',
|
|
758 |
'UStVA-Nr. 51 right' => 'Kz. 51 right',
|
|
757 |
'UStVA-Nr. 51 left' => 'Kz. 51 links',
|
|
758 |
'UStVA-Nr. 51 right' => 'Kz. 51 rechts',
|
|
759 | 759 |
'UStVA-Nr. 52' => 'Kz. 52', |
760 | 760 |
'UStVA-Nr. 53' => 'Kz. 53', |
761 | 761 |
'UStVA-Nr. 59' => 'Kz. 59', |
... | ... | |
775 | 775 |
'UStVA-Nr. 80' => 'Kz. 80', |
776 | 776 |
'UStVA-Nr. 84' => 'Kz. 84', |
777 | 777 |
'UStVA-Nr. 85' => 'Kz. 85', |
778 |
'UStVA-Nr. 86 left' => 'Kz. 86 left',
|
|
779 |
'UStVA-Nr. 86 right' => 'Kz. 86 right',
|
|
778 |
'UStVA-Nr. 86 left' => 'Kz. 86 links',
|
|
779 |
'UStVA-Nr. 86 right' => 'Kz. 86 rechts',
|
|
780 | 780 |
'UStVA-Nr. 91' => 'Kz. 91', |
781 | 781 |
'UStVA-Nr. 93 left' => 'Kz. 93 left', |
782 | 782 |
'UStVA-Nr. 93 right' => 'Kz. 93 right', |
locale/de/am | ||
---|---|---|
32 | 32 |
'Cannot delete default account!' => 'Das Standard-Konto kann nicht gel?scht werden!', |
33 | 33 |
'Cannot save account!' => 'Konto kann nicht gespeichert werden!', |
34 | 34 |
'Cannot save preferences!' => 'Benutzereinstellungen k?nnen nicht gespeichert werden!', |
35 |
'Character Set' => 'Zeichensatz', |
|
36 | 35 |
'Chart of Accounts' => 'Konten?bersicht', |
37 | 36 |
'Close Books up to' => 'Die B?cher abschlie?en bis zum', |
38 | 37 |
'Code' => 'kode', |
... | ... | |
55 | 54 |
'Discount' => 'Rabatt', |
56 | 55 |
'Dropdown Limit' => 'Auswahllistenbegrenzung', |
57 | 56 |
'E-mail' => 'eMail', |
57 |
'EUER' => 'Einnahmen-/?berschussrechnung', |
|
58 | 58 |
'Edit' => 'Bearbeiten', |
59 | 59 |
'Edit Account' => 'Kontodaten bearbeiten', |
60 | 60 |
'Edit Business' => 'Kundentyp bearbeiten', |
... | ... | |
69 | 69 |
'Expense' => 'Aufwandskonto', |
70 | 70 |
'Expense Account' => 'Aufwandskonto', |
71 | 71 |
'Expense/Asset' => 'Aufwand/Anlagen', |
72 |
'E?R' => 'E?R', |
|
73 | 72 |
'Fax' => 'Fax', |
74 | 73 |
'Foreign Exchange Gain' => 'Wechselkursertr?ge', |
75 | 74 |
'Foreign Exchange Loss' => 'Wechselkursaufwendungen', |
... | ... | |
129 | 128 |
'Transaction reversal enforced for all dates' => 'Fehleintragungen m?ssen f?r jeden Zeitraum mit einer Kontraeintragung ausgebessert werden', |
130 | 129 |
'Transaction reversal enforced up to' => 'Fehleintragungen k?nnen bis zu dem angegebenen Zeitraum nur mit einer Kontraeintragung ausgebessert werden!', |
131 | 130 |
'Type of Business' => 'Kundentyp', |
131 |
'UStVA-Nr. 35' => 'Kz. 35', |
|
132 |
'UStVA-Nr. 36' => 'Kz. 36', |
|
133 |
'UStVA-Nr. 39' => 'Kz. 37', |
|
134 |
'UStVA-Nr. 41' => 'Kz. 41', |
|
135 |
'UStVA-Nr. 42' => 'Kz. 42', |
|
136 |
'UStVA-Nr. 43' => 'Kz. 43', |
|
137 |
'UStVA-Nr. 44' => 'Kz. 44', |
|
138 |
'UStVA-Nr. 45' => 'Kz. 45', |
|
139 |
'UStVA-Nr. 48' => 'Kz. 48', |
|
140 |
'UStVA-Nr. 49' => 'Kz. 49', |
|
141 |
'UStVA-Nr. 51 left' => 'Kz. 51 links', |
|
142 |
'UStVA-Nr. 51 right' => 'Kz. 51 rechts', |
|
143 |
'UStVA-Nr. 52' => 'Kz. 52', |
|
144 |
'UStVA-Nr. 53' => 'Kz. 53', |
|
145 |
'UStVA-Nr. 59' => 'Kz. 59', |
|
146 |
'UStVA-Nr. 60' => 'Kz. 60', |
|
147 |
'UStVA-Nr. 61' => 'Kz. 61', |
|
148 |
'UStVA-Nr. 62' => 'Kz. 62', |
|
149 |
'UStVA-Nr. 63' => 'Kz. 63', |
|
150 |
'UStVA-Nr. 64' => 'Kz. 64', |
|
151 |
'UStVA-Nr. 65' => 'Kz. 65', |
|
152 |
'UStVA-Nr. 66' => 'Kz. 66', |
|
153 |
'UStVA-Nr. 67' => 'Kz. 67', |
|
154 |
'UStVA-Nr. 69' => 'Kz. 69', |
|
155 |
'UStVA-Nr. 73' => 'Kz. 73', |
|
156 |
'UStVA-Nr. 74' => 'Kz. 74', |
|
157 |
'UStVA-Nr. 76' => 'Kz. 76', |
|
158 |
'UStVA-Nr. 77' => 'Kz. 77', |
|
159 |
'UStVA-Nr. 80' => 'Kz. 80', |
|
160 |
'UStVA-Nr. 84' => 'Kz. 84', |
|
161 |
'UStVA-Nr. 85' => 'Kz. 85', |
|
162 |
'UStVA-Nr. 86 left' => 'Kz. 86 links', |
|
163 |
'UStVA-Nr. 86 right' => 'Kz. 86 rechts', |
|
164 |
'UStVA-Nr. 91' => 'Kz. 91', |
|
165 |
'UStVA-Nr. 93 left' => 'Kz. 93 links', |
|
166 |
'UStVA-Nr. 93 right' => 'Kz. 93 rechts', |
|
167 |
'UStVA-Nr. 94' => 'Kz. 94', |
|
168 |
'UStVA-Nr. 95' => 'Kz. 95', |
|
169 |
'UStVA-Nr. 96' => 'Kz. 96', |
|
170 |
'UStVA-Nr. 97 links' => 'Kz. 97 links', |
|
171 |
'UStVA-Nr. 97 rechts' => 'Kz. 97 rechts', |
|
172 |
'UStVA-Nr. 98' => 'Kz. 98', |
|
132 | 173 |
'Umsatzsteuervoranmeldung' => 'Umsatzsteuervoranmeldung', |
133 | 174 |
'Warehouse deleted!' => 'Das Lager wurde gel?scht.', |
134 | 175 |
'Warehouse saved!' => 'Das Lager wurde gespeichert.', |
Auch abrufbar als: Unified diff
Fixed minor locales problems in account dialog.