Revision bdff2b07
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
locale/de/am | ||
---|---|---|
331 | 331 |
'edit_warehouse' => 'edit_warehouse', |
332 | 332 |
'employee_selection_internal' => 'employee_selection_internal', |
333 | 333 |
'form_footer' => 'form_footer', |
334 |
'format_dates' => 'format_dates', |
|
334 | 335 |
'gifi_footer' => 'gifi_footer', |
335 | 336 |
'gifi_header' => 'gifi_header', |
336 | 337 |
'language_header' => 'language_header', |
... | ... | |
350 | 351 |
'payment_header' => 'payment_header', |
351 | 352 |
'printer_header' => 'printer_header', |
352 | 353 |
'project_selection_internal' => 'project_selection_internal', |
354 |
'reformat_numbers' => 'reformat_numbers', |
|
353 | 355 |
'restore_form' => 'restore_form', |
354 | 356 |
'save' => 'save', |
355 | 357 |
'save_account' => 'save_account', |
locale/de/cn | ||
---|---|---|
60 | 60 |
'E-mail address missing!' => 'eMailadresse fehlt!', |
61 | 61 |
'E-mailed' => 'eMail gesendet.', |
62 | 62 |
'Edit Credit Note' => 'Gutschrift bearbeiten', |
63 |
'Enter longdescription' => 'Langtext eingeben', |
|
63 | 64 |
'Exch' => 'Wechselkurs.', |
64 | 65 |
'Exchangerate' => 'Wechselkurs', |
65 | 66 |
'Exchangerate for payment missing!' => 'Es fehlt der Wechselkurs f?r die Bezahlung!', |
... | ... | |
92 | 93 |
'May ' => 'Mai', |
93 | 94 |
'Memo' => 'Memo', |
94 | 95 |
'Message' => 'Nachricht', |
96 |
'Name' => 'Name', |
|
97 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
98 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
99 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
100 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
101 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
95 | 102 |
'No.' => 'Position', |
96 | 103 |
'Notes' => 'Bemerkungen', |
97 | 104 |
'Nov' => 'Nov', |
... | ... | |
112 | 119 |
'Packing List Number missing!' => 'Verpackungslistennummer fehlt!', |
113 | 120 |
'Part' => 'Ware', |
114 | 121 |
'Part Description' => 'Artikelbeschreibung', |
122 |
'Part Number' => 'Artikelnummer', |
|
123 |
'Part description' => 'Artikelbeschreibung', |
|
115 | 124 |
'Payment Terms' => 'Zahlungskonditionen', |
116 | 125 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
117 | 126 |
'Phone' => 'Telefon', |
118 | 127 |
'Pick List' => 'Sammelliste', |
128 |
'Please enter values' => 'Bitte Werte eingeben', |
|
119 | 129 |
'Post' => 'Buchen', |
120 | 130 |
'Post as new' => 'Neu buchen', |
121 | 131 |
'Postscript' => 'Postscript', |
... | ... | |
128 | 138 |
'Printer' => 'Drucker', |
129 | 139 |
'Proforma Invoice' => 'Proformarechnung', |
130 | 140 |
'Project' => 'Projekt', |
141 |
'Project Number' => 'Projektnummer', |
|
142 |
'Project description' => 'Projektbeschreibung', |
|
131 | 143 |
'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!', |
132 | 144 |
'Purchase Order' => 'Lieferantenauftrag', |
133 | 145 |
'Qty' => 'Menge', |
... | ... | |
144 | 156 |
'Sales Order' => 'Kundenauftrag', |
145 | 157 |
'Salesperson' => 'Verk?ufer', |
146 | 158 |
'Screen' => 'Bildschirm', |
159 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
160 |
'Select a part' => 'Artikel auswählen', |
|
161 |
'Select a project' => 'Projekt auswählen', |
|
162 |
'Select an employee' => 'Angestellten auswählen', |
|
147 | 163 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
148 | 164 |
'Select from one of the names below' => 'W?hlen Sie einen der untenstehenden Namen', |
149 | 165 |
'Select from one of the projects below' => 'W?hlen Sie eines der untenstehenden Projekte', |
... | ... | |
169 | 185 |
'Trade Discount' => 'Rabatt', |
170 | 186 |
'Unit' => 'Einheit', |
171 | 187 |
'Update' => 'Erneuern', |
188 |
'Value' => 'Wert', |
|
189 |
'Variable' => 'Variable', |
|
172 | 190 |
'Vendor Number' => 'Lieferantennummer', |
173 | 191 |
'Vendor not on file!' => 'Lieferant ist nicht in der Datenbank!', |
174 | 192 |
'What type of item is this?' => 'Was ist dieser Artikel?', |
... | ... | |
184 | 202 |
}; |
185 | 203 |
|
186 | 204 |
$self->{subs} = { |
205 |
'H' => 'H', |
|
187 | 206 |
'acc_menu' => 'acc_menu', |
188 | 207 |
'add' => 'add', |
189 | 208 |
'add_transaction' => 'add_transaction', |
190 | 209 |
'ap_transaction' => 'ap_transaction', |
191 | 210 |
'ar_transaction' => 'ar_transaction', |
211 |
'calculate_qty' => 'calculate_qty', |
|
192 | 212 |
'check_form' => 'check_form', |
193 | 213 |
'check_name' => 'check_name', |
194 | 214 |
'check_project' => 'check_project', |
... | ... | |
196 | 216 |
'credit_note_links' => 'credit_note_links', |
197 | 217 |
'customer_details' => 'customer_details', |
198 | 218 |
'delete' => 'delete', |
219 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
199 | 220 |
'display' => 'display', |
200 | 221 |
'display_form' => 'display_form', |
201 | 222 |
'display_row' => 'display_row', |
202 | 223 |
'e_mail' => 'e_mail', |
203 | 224 |
'edit' => 'edit', |
225 |
'employee_selection_internal' => 'employee_selection_internal', |
|
204 | 226 |
'form_footer' => 'form_footer', |
205 | 227 |
'form_header' => 'form_header', |
228 |
'format_dates' => 'format_dates', |
|
206 | 229 |
'gl_transaction' => 'gl_transaction', |
207 | 230 |
'invoicetotal' => 'invoicetotal', |
208 | 231 |
'item_selected' => 'item_selected', |
... | ... | |
210 | 233 |
'new_item' => 'new_item', |
211 | 234 |
'new_license' => 'new_license', |
212 | 235 |
'order' => 'order', |
236 |
'part_selection_internal' => 'part_selection_internal', |
|
213 | 237 |
'post' => 'post', |
214 | 238 |
'post_as_new' => 'post_as_new', |
215 | 239 |
'prepare_credit_note' => 'prepare_credit_note', |
... | ... | |
219 | 243 |
'print_form' => 'print_form', |
220 | 244 |
'print_options' => 'print_options', |
221 | 245 |
'project_selected' => 'project_selected', |
246 |
'project_selection_internal' => 'project_selection_internal', |
|
222 | 247 |
'quotation' => 'quotation', |
248 |
'reformat_numbers' => 'reformat_numbers', |
|
223 | 249 |
'relink_accounts' => 'relink_accounts', |
224 | 250 |
'request_for_quotation' => 'request_for_quotation', |
251 |
'restore_form' => 'restore_form', |
|
225 | 252 |
'sales_invoice' => 'sales_invoice', |
253 |
'save_form' => 'save_form', |
|
226 | 254 |
'section_menu' => 'section_menu', |
255 |
'select_employee' => 'select_employee', |
|
256 |
'select_employee_internal' => 'select_employee_internal', |
|
227 | 257 |
'select_item' => 'select_item', |
228 | 258 |
'select_name' => 'select_name', |
259 |
'select_part' => 'select_part', |
|
260 |
'select_part_internal' => 'select_part_internal', |
|
229 | 261 |
'select_project' => 'select_project', |
230 | 262 |
'send_email' => 'send_email', |
263 |
'set_longdescription' => 'set_longdescription', |
|
231 | 264 |
'set_pricegroup' => 'set_pricegroup', |
232 | 265 |
'ship_to' => 'ship_to', |
233 | 266 |
'update' => 'update', |
234 | 267 |
'validate_items' => 'validate_items', |
235 | 268 |
'vendor_details' => 'vendor_details', |
236 | 269 |
'vendor_invoice' => 'vendor_invoice', |
270 |
'vendor_selection' => 'vendor_selection', |
|
237 | 271 |
'yes' => 'yes', |
238 | 272 |
'weiter' => 'continue', |
239 | 273 |
'l?schen' => 'delete', |
locale/de/common | ||
---|---|---|
27 | 27 |
'calculate_qty' => 'calculate_qty', |
28 | 28 |
'delivery_customer_selection' => 'delivery_customer_selection', |
29 | 29 |
'employee_selection_internal' => 'employee_selection_internal', |
30 |
'format_dates' => 'format_dates', |
|
30 | 31 |
'part_selection_internal' => 'part_selection_internal', |
31 | 32 |
'project_selection_internal' => 'project_selection_internal', |
33 |
'reformat_numbers' => 'reformat_numbers', |
|
32 | 34 |
'restore_form' => 'restore_form', |
33 | 35 |
'save_form' => 'save_form', |
34 | 36 |
'select_employee' => 'select_employee', |
locale/de/dn | ||
---|---|---|
55 | 55 |
'E-mail address missing!' => 'eMailadresse fehlt!', |
56 | 56 |
'E-mailed' => 'eMail gesendet.', |
57 | 57 |
'Edit Dunning Process Config' => 'Mahnwesenkonfiguration bearbeiten', |
58 |
'Enter longdescription' => 'Langtext eingeben', |
|
58 | 59 |
'Extended' => 'Gesamt', |
59 | 60 |
'Fax' => 'Fax', |
60 | 61 |
'Feb' => 'Feb', |
... | ... | |
91 | 92 |
'May ' => 'Mai', |
92 | 93 |
'Message' => 'Nachricht', |
93 | 94 |
'Minimum Amount' => 'Mindestbetrag', |
95 |
'Name' => 'Name', |
|
94 | 96 |
'Next Dunning Level' => 'N?chste Mahnstufe', |
97 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
98 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
99 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
100 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
101 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
95 | 102 |
'No.' => 'Position', |
96 | 103 |
'Notes' => 'Bemerkungen', |
97 | 104 |
'Nov' => 'Nov', |
... | ... | |
111 | 118 |
'Packing List Number missing!' => 'Verpackungslistennummer fehlt!', |
112 | 119 |
'Part' => 'Ware', |
113 | 120 |
'Part Description' => 'Artikelbeschreibung', |
121 |
'Part Number' => 'Artikelnummer', |
|
122 |
'Part description' => 'Artikelbeschreibung', |
|
114 | 123 |
'Payment Terms missing in row ' => 'Zahlungsfrist fehlt in Zeile ', |
115 | 124 |
'Payment until' => 'Zahlungseing?nge bis', |
116 | 125 |
'Phone' => 'Telefon', |
117 | 126 |
'Pick List' => 'Sammelliste', |
127 |
'Please enter values' => 'Bitte Werte eingeben', |
|
118 | 128 |
'Postscript' => 'Postscript', |
119 | 129 |
'Price' => 'Preis', |
120 | 130 |
'Pricegroup' => 'Preisgruppe', |
... | ... | |
122 | 132 |
'Printer' => 'Drucker', |
123 | 133 |
'Proforma Invoice' => 'Proformarechnung', |
124 | 134 |
'Project' => 'Projekt', |
135 |
'Project Number' => 'Projektnummer', |
|
136 |
'Project description' => 'Projektbeschreibung', |
|
125 | 137 |
'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!', |
126 | 138 |
'Purchase Order' => 'Lieferantenauftrag', |
127 | 139 |
'Qty' => 'Menge', |
... | ... | |
136 | 148 |
'Save' => 'Speichern', |
137 | 149 |
'Screen' => 'Bildschirm', |
138 | 150 |
'Search Dunning' => 'Mahnung suchen', |
151 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
152 |
'Select a part' => 'Artikel auswählen', |
|
153 |
'Select a project' => 'Projekt auswählen', |
|
154 |
'Select an employee' => 'Angestellten auswählen', |
|
139 | 155 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
140 | 156 |
'Select from one of the names below' => 'W?hlen Sie einen der untenstehenden Namen', |
141 | 157 |
'Select from one of the projects below' => 'W?hlen Sie eines der untenstehenden Projekte', |
... | ... | |
162 | 178 |
'Total Fees' => 'Kumulierte Geb?hren', |
163 | 179 |
'Total Interest' => 'Kumulierte Zinsen', |
164 | 180 |
'Unit' => 'Einheit', |
181 |
'Value' => 'Wert', |
|
182 |
'Variable' => 'Variable', |
|
165 | 183 |
'Vendor Number' => 'Lieferantennummer', |
166 | 184 |
'Vendor not on file!' => 'Lieferant ist nicht in der Datenbank!', |
167 | 185 |
'What type of item is this?' => 'Was ist dieser Artikel?', |
... | ... | |
176 | 194 |
}; |
177 | 195 |
|
178 | 196 |
$self->{subs} = { |
197 |
'H' => 'H', |
|
179 | 198 |
'acc_menu' => 'acc_menu', |
180 | 199 |
'add' => 'add', |
181 | 200 |
'add_transaction' => 'add_transaction', |
182 | 201 |
'ap_transaction' => 'ap_transaction', |
183 | 202 |
'ar_transaction' => 'ar_transaction', |
203 |
'calculate_qty' => 'calculate_qty', |
|
184 | 204 |
'check_form' => 'check_form', |
185 | 205 |
'check_name' => 'check_name', |
186 | 206 |
'check_project' => 'check_project', |
187 | 207 |
'continue' => 'continue', |
188 | 208 |
'customer_details' => 'customer_details', |
209 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
189 | 210 |
'display' => 'display', |
190 | 211 |
'display_form' => 'display_form', |
191 | 212 |
'display_row' => 'display_row', |
192 | 213 |
'e_mail' => 'e_mail', |
193 | 214 |
'edit_config' => 'edit_config', |
215 |
'employee_selection_internal' => 'employee_selection_internal', |
|
216 |
'format_dates' => 'format_dates', |
|
194 | 217 |
'gl_transaction' => 'gl_transaction', |
195 | 218 |
'invoicetotal' => 'invoicetotal', |
196 | 219 |
'item_selected' => 'item_selected', |
... | ... | |
198 | 221 |
'new_item' => 'new_item', |
199 | 222 |
'new_license' => 'new_license', |
200 | 223 |
'order' => 'order', |
224 |
'part_selection_internal' => 'part_selection_internal', |
|
201 | 225 |
'post_as_new' => 'post_as_new', |
202 | 226 |
'print' => 'print', |
203 | 227 |
'print_form' => 'print_form', |
204 | 228 |
'print_options' => 'print_options', |
205 | 229 |
'project_selected' => 'project_selected', |
230 |
'project_selection_internal' => 'project_selection_internal', |
|
206 | 231 |
'quotation' => 'quotation', |
232 |
'reformat_numbers' => 'reformat_numbers', |
|
207 | 233 |
'relink_accounts' => 'relink_accounts', |
208 | 234 |
'request_for_quotation' => 'request_for_quotation', |
235 |
'restore_form' => 'restore_form', |
|
209 | 236 |
'sales_invoice' => 'sales_invoice', |
210 | 237 |
'save' => 'save', |
211 | 238 |
'save_dunning' => 'save_dunning', |
239 |
'save_form' => 'save_form', |
|
212 | 240 |
'search' => 'search', |
213 | 241 |
'section_menu' => 'section_menu', |
242 |
'select_employee' => 'select_employee', |
|
243 |
'select_employee_internal' => 'select_employee_internal', |
|
214 | 244 |
'select_item' => 'select_item', |
215 | 245 |
'select_name' => 'select_name', |
246 |
'select_part' => 'select_part', |
|
247 |
'select_part_internal' => 'select_part_internal', |
|
216 | 248 |
'select_project' => 'select_project', |
217 | 249 |
'send_email' => 'send_email', |
218 | 250 |
'set_email' => 'set_email', |
251 |
'set_longdescription' => 'set_longdescription', |
|
219 | 252 |
'set_pricegroup' => 'set_pricegroup', |
220 | 253 |
'ship_to' => 'ship_to', |
221 | 254 |
'show_dunning' => 'show_dunning', |
... | ... | |
223 | 256 |
'validate_items' => 'validate_items', |
224 | 257 |
'vendor_details' => 'vendor_details', |
225 | 258 |
'vendor_invoice' => 'vendor_invoice', |
259 |
'vendor_selection' => 'vendor_selection', |
|
226 | 260 |
'weiter' => 'continue', |
227 | 261 |
'speichern' => 'save', |
228 | 262 |
}; |
locale/de/ic | ||
---|---|---|
13 | 13 |
'Add Request for Quotation' => 'Anfrage erfassen', |
14 | 14 |
'Add Sales Order' => 'Auftrag erfassen', |
15 | 15 |
'Add Service' => 'Dienstleistung erfassen', |
16 |
'Address' => 'Adresse', |
|
16 | 17 |
'Apr' => 'Apr', |
17 | 18 |
'April' => 'April', |
18 | 19 |
'Are you sure you want to update the prices' => 'Sind Sie sicher, dass Sie die Preise |
... | ... | |
59 | 60 |
'Edit Assembly' => 'Erzeugnis bearbeiten', |
60 | 61 |
'Edit Part' => 'Ware bearbeiten', |
61 | 62 |
'Edit Service' => 'Dienstleistung bearbeiten', |
63 |
'Enter longdescription' => 'Langtext eingeben', |
|
62 | 64 |
'Expense' => 'Aufwandskonto', |
63 | 65 |
'Extended' => 'Gesamt', |
64 | 66 |
'Fax' => 'Fax', |
... | ... | |
105 | 107 |
'Microfiche' => 'Mikrofilm', |
106 | 108 |
'Model' => 'Modell', |
107 | 109 |
'Name' => 'Name', |
110 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
111 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
112 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
113 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
114 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
108 | 115 |
'No.' => 'Position', |
109 | 116 |
'Not Discountable' => 'Nicht rabattierf?hig', |
110 | 117 |
'Notes' => 'Bemerkungen', |
... | ... | |
133 | 140 |
'Part Description missing!' => 'Artikelbezeichnung fehlt!', |
134 | 141 |
'Part Number' => 'Artikelnummer', |
135 | 142 |
'Part Number missing!' => 'Artikelnummer fehlt!', |
143 |
'Part description' => 'Artikelbeschreibung', |
|
136 | 144 |
'Partnumber must not be set to empty!' => 'Die Artikelnummer darf nicht auf leer geändert werden.', |
137 | 145 |
'Partnumber not unique!' => 'Artikelnummer bereits vorhanden!', |
138 | 146 |
'Parts' => 'Waren', |
... | ... | |
140 | 148 |
'Payment Terms' => 'Zahlungskonditionen', |
141 | 149 |
'Phone' => 'Telefon', |
142 | 150 |
'Pick List' => 'Sammelliste', |
151 |
'Please enter values' => 'Bitte Werte eingeben', |
|
143 | 152 |
'Postscript' => 'Postscript', |
144 | 153 |
'Preis' => 'Preis', |
145 | 154 |
'Preisklasse' => 'Preisgruppe', |
... | ... | |
149 | 158 |
'Printer' => 'Drucker', |
150 | 159 |
'Proforma Invoice' => 'Proformarechnung', |
151 | 160 |
'Project' => 'Projekt', |
161 |
'Project Number' => 'Projektnummer', |
|
162 |
'Project description' => 'Projektbeschreibung', |
|
152 | 163 |
'Prozentual/Absolut' => 'Prozentual/Absolut', |
153 | 164 |
'Purchase Order' => 'Lieferantenauftrag', |
154 | 165 |
'Qty' => 'Menge', |
... | ... | |
167 | 178 |
'Save' => 'Speichern', |
168 | 179 |
'Save as new' => 'als neu speichern', |
169 | 180 |
'Screen' => 'Bildschirm', |
181 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
182 |
'Select a part' => 'Artikel auswählen', |
|
183 |
'Select a project' => 'Projekt auswählen', |
|
184 |
'Select an employee' => 'Angestellten auswählen', |
|
170 | 185 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
171 | 186 |
'Select postscript or PDF!' => 'Postscript oder PDF ausw?hlen!', |
172 | 187 |
'Sell Price' => 'Verkaufspreis', |
... | ... | |
203 | 218 |
'Update' => 'Erneuern', |
204 | 219 |
'Update prices' => 'Preise aktualisieren', |
205 | 220 |
'Updated' => 'Erneuert am', |
221 |
'Value' => 'Wert', |
|
222 |
'Variable' => 'Variable', |
|
206 | 223 |
'Vendor Number' => 'Lieferantennummer', |
207 | 224 |
'Verrechnungseinheit' => 'Verrechnungseinheit', |
208 | 225 |
'Weight' => 'Gewicht', |
... | ... | |
224 | 241 |
}; |
225 | 242 |
|
226 | 243 |
$self->{subs} = { |
244 |
'H' => 'H', |
|
227 | 245 |
'acc_menu' => 'acc_menu', |
228 | 246 |
'add' => 'add', |
229 | 247 |
'addtop100' => 'addtop100', |
230 | 248 |
'assembly_row' => 'assembly_row', |
249 |
'calculate_qty' => 'calculate_qty', |
|
231 | 250 |
'check_form' => 'check_form', |
232 | 251 |
'choice' => 'choice', |
233 | 252 |
'confirm_price_update' => 'confirm_price_update', |
234 | 253 |
'continue' => 'continue', |
235 | 254 |
'customer_details' => 'customer_details', |
236 | 255 |
'delete' => 'delete', |
256 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
237 | 257 |
'display' => 'display', |
238 | 258 |
'display_form' => 'display_form', |
239 | 259 |
'display_row' => 'display_row', |
240 | 260 |
'e_mail' => 'e_mail', |
241 | 261 |
'edit' => 'edit', |
262 |
'employee_selection_internal' => 'employee_selection_internal', |
|
242 | 263 |
'form_footer' => 'form_footer', |
243 | 264 |
'form_header' => 'form_header', |
265 |
'format_dates' => 'format_dates', |
|
244 | 266 |
'generate_report' => 'generate_report', |
245 | 267 |
'invoicetotal' => 'invoicetotal', |
246 | 268 |
'item_selected' => 'item_selected', |
... | ... | |
251 | 273 |
'new_item' => 'new_item', |
252 | 274 |
'new_license' => 'new_license', |
253 | 275 |
'order' => 'order', |
276 |
'part_selection_internal' => 'part_selection_internal', |
|
254 | 277 |
'parts_language_selection' => 'parts_language_selection', |
255 | 278 |
'parts_subtotal' => 'parts_subtotal', |
256 | 279 |
'post_as_new' => 'post_as_new', |
... | ... | |
258 | 281 |
'print' => 'print', |
259 | 282 |
'print_form' => 'print_form', |
260 | 283 |
'print_options' => 'print_options', |
284 |
'project_selection_internal' => 'project_selection_internal', |
|
261 | 285 |
'quotation' => 'quotation', |
286 |
'reformat_numbers' => 'reformat_numbers', |
|
262 | 287 |
'relink_accounts' => 'relink_accounts', |
263 | 288 |
'request_for_quotation' => 'request_for_quotation', |
264 | 289 |
'restock_assemblies' => 'restock_assemblies', |
290 |
'restore_form' => 'restore_form', |
|
265 | 291 |
'save' => 'save', |
266 | 292 |
'save_as_new' => 'save_as_new', |
293 |
'save_form' => 'save_form', |
|
267 | 294 |
'search' => 'search', |
268 | 295 |
'search_update_prices' => 'search_update_prices', |
269 | 296 |
'section_menu' => 'section_menu', |
297 |
'select_employee' => 'select_employee', |
|
298 |
'select_employee_internal' => 'select_employee_internal', |
|
270 | 299 |
'select_item' => 'select_item', |
300 |
'select_part' => 'select_part', |
|
301 |
'select_part_internal' => 'select_part_internal', |
|
271 | 302 |
'send_email' => 'send_email', |
303 |
'set_longdescription' => 'set_longdescription', |
|
272 | 304 |
'set_pricegroup' => 'set_pricegroup', |
273 | 305 |
'ship_to' => 'ship_to', |
274 | 306 |
'stock_assembly' => 'stock_assembly', |
... | ... | |
277 | 309 |
'update_prices' => 'update_prices', |
278 | 310 |
'validate_items' => 'validate_items', |
279 | 311 |
'vendor_details' => 'vendor_details', |
312 |
'vendor_selection' => 'vendor_selection', |
|
280 | 313 |
'erfassen' => 'add', |
281 | 314 |
'erzeugnis_erfassen' => 'add_assembly', |
282 | 315 |
'ware_erfassen' => 'add_part', |
locale/de/io | ||
---|---|---|
5 | 5 |
'Add Quotation' => 'Angebot erfassen', |
6 | 6 |
'Add Request for Quotation' => 'Anfrage erfassen', |
7 | 7 |
'Add Sales Order' => 'Auftrag erfassen', |
8 |
'Address' => 'Adresse', |
|
8 | 9 |
'Apr' => 'Apr', |
9 | 10 |
'April' => 'April', |
10 | 11 |
'Attachment' => 'als Anhang', |
... | ... | |
32 | 33 |
'E-mail' => 'eMail', |
33 | 34 |
'E-mail address missing!' => 'eMailadresse fehlt!', |
34 | 35 |
'E-mailed' => 'eMail gesendet.', |
36 |
'Enter longdescription' => 'Langtext eingeben', |
|
35 | 37 |
'Extended' => 'Gesamt', |
36 | 38 |
'Fax' => 'Fax', |
37 | 39 |
'Feb' => 'Feb', |
... | ... | |
56 | 58 |
'May' => 'Mai', |
57 | 59 |
'May ' => 'Mai', |
58 | 60 |
'Message' => 'Nachricht', |
61 |
'Name' => 'Name', |
|
62 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
63 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
64 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
65 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
66 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
59 | 67 |
'No.' => 'Position', |
60 | 68 |
'Nov' => 'Nov', |
61 | 69 |
'November' => 'November', |
... | ... | |
73 | 81 |
'Packing List Number missing!' => 'Verpackungslistennummer fehlt!', |
74 | 82 |
'Part' => 'Ware', |
75 | 83 |
'Part Description' => 'Artikelbeschreibung', |
84 |
'Part Number' => 'Artikelnummer', |
|
85 |
'Part description' => 'Artikelbeschreibung', |
|
76 | 86 |
'Phone' => 'Telefon', |
77 | 87 |
'Pick List' => 'Sammelliste', |
88 |
'Please enter values' => 'Bitte Werte eingeben', |
|
78 | 89 |
'Postscript' => 'Postscript', |
79 | 90 |
'Price' => 'Preis', |
80 | 91 |
'Pricegroup' => 'Preisgruppe', |
... | ... | |
82 | 93 |
'Printer' => 'Drucker', |
83 | 94 |
'Proforma Invoice' => 'Proformarechnung', |
84 | 95 |
'Project' => 'Projekt', |
96 |
'Project Number' => 'Projektnummer', |
|
97 |
'Project description' => 'Projektbeschreibung', |
|
85 | 98 |
'Purchase Order' => 'Lieferantenauftrag', |
86 | 99 |
'Qty' => 'Menge', |
87 | 100 |
'Queue' => 'Warteschlange', |
... | ... | |
93 | 106 |
'Required by' => 'Lieferdatum', |
94 | 107 |
'Sales Order' => 'Kundenauftrag', |
95 | 108 |
'Screen' => 'Bildschirm', |
109 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
110 |
'Select a part' => 'Artikel auswählen', |
|
111 |
'Select a project' => 'Projekt auswählen', |
|
112 |
'Select an employee' => 'Angestellten auswählen', |
|
96 | 113 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
97 | 114 |
'Select postscript or PDF!' => 'Postscript oder PDF ausw?hlen!', |
98 | 115 |
'Sep' => 'Sep', |
... | ... | |
109 | 126 |
'Subtotal' => 'Zwischensumme', |
110 | 127 |
'To' => 'An', |
111 | 128 |
'Unit' => 'Einheit', |
129 |
'Value' => 'Wert', |
|
130 |
'Variable' => 'Variable', |
|
112 | 131 |
'Vendor Number' => 'Lieferantennummer', |
113 | 132 |
'What type of item is this?' => 'Was ist dieser Artikel?', |
114 | 133 |
'Zipcode' => 'PLZ', |
... | ... | |
119 | 138 |
}; |
120 | 139 |
|
121 | 140 |
$self->{subs} = { |
141 |
'H' => 'H', |
|
142 |
'calculate_qty' => 'calculate_qty', |
|
122 | 143 |
'check_form' => 'check_form', |
123 | 144 |
'customer_details' => 'customer_details', |
145 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
124 | 146 |
'display_form' => 'display_form', |
125 | 147 |
'display_row' => 'display_row', |
126 | 148 |
'e_mail' => 'e_mail', |
149 |
'employee_selection_internal' => 'employee_selection_internal', |
|
150 |
'format_dates' => 'format_dates', |
|
127 | 151 |
'invoicetotal' => 'invoicetotal', |
128 | 152 |
'item_selected' => 'item_selected', |
129 | 153 |
'new_item' => 'new_item', |
130 | 154 |
'new_license' => 'new_license', |
131 | 155 |
'order' => 'order', |
156 |
'part_selection_internal' => 'part_selection_internal', |
|
132 | 157 |
'post_as_new' => 'post_as_new', |
133 | 158 |
'print' => 'print', |
134 | 159 |
'print_form' => 'print_form', |
135 | 160 |
'print_options' => 'print_options', |
161 |
'project_selection_internal' => 'project_selection_internal', |
|
136 | 162 |
'quotation' => 'quotation', |
163 |
'reformat_numbers' => 'reformat_numbers', |
|
137 | 164 |
'relink_accounts' => 'relink_accounts', |
138 | 165 |
'request_for_quotation' => 'request_for_quotation', |
166 |
'restore_form' => 'restore_form', |
|
167 |
'save_form' => 'save_form', |
|
168 |
'select_employee' => 'select_employee', |
|
169 |
'select_employee_internal' => 'select_employee_internal', |
|
139 | 170 |
'select_item' => 'select_item', |
171 |
'select_part' => 'select_part', |
|
172 |
'select_part_internal' => 'select_part_internal', |
|
140 | 173 |
'send_email' => 'send_email', |
174 |
'set_longdescription' => 'set_longdescription', |
|
141 | 175 |
'set_pricegroup' => 'set_pricegroup', |
142 | 176 |
'ship_to' => 'ship_to', |
143 | 177 |
'validate_items' => 'validate_items', |
144 | 178 |
'vendor_details' => 'vendor_details', |
179 |
'vendor_selection' => 'vendor_selection', |
|
145 | 180 |
'weiter' => 'continue', |
146 | 181 |
}; |
147 | 182 |
|
locale/de/ir | ||
---|---|---|
55 | 55 |
'E-mail address missing!' => 'eMailadresse fehlt!', |
56 | 56 |
'E-mailed' => 'eMail gesendet.', |
57 | 57 |
'Edit Vendor Invoice' => 'Einkaufsrechnung bearbeiten', |
58 |
'Enter longdescription' => 'Langtext eingeben', |
|
58 | 59 |
'Exch' => 'Wechselkurs.', |
59 | 60 |
'Exchangerate' => 'Wechselkurs', |
60 | 61 |
'Exchangerate for payment missing!' => 'Es fehlt der Wechselkurs f?r die Bezahlung!', |
... | ... | |
88 | 89 |
'May ' => 'Mai', |
89 | 90 |
'Memo' => 'Memo', |
90 | 91 |
'Message' => 'Nachricht', |
92 |
'Name' => 'Name', |
|
93 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
94 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
95 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
96 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
97 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
91 | 98 |
'No.' => 'Position', |
92 | 99 |
'Notes' => 'Bemerkungen', |
93 | 100 |
'Nov' => 'Nov', |
... | ... | |
107 | 114 |
'Packing List Number missing!' => 'Verpackungslistennummer fehlt!', |
108 | 115 |
'Part' => 'Ware', |
109 | 116 |
'Part Description' => 'Artikelbeschreibung', |
117 |
'Part Number' => 'Artikelnummer', |
|
118 |
'Part description' => 'Artikelbeschreibung', |
|
110 | 119 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
111 | 120 |
'Payments' => 'Zahlungsausg?nge', |
112 | 121 |
'Phone' => 'Telefon', |
113 | 122 |
'Pick List' => 'Sammelliste', |
123 |
'Please enter values' => 'Bitte Werte eingeben', |
|
114 | 124 |
'Post' => 'Buchen', |
115 | 125 |
'Post Payment' => 'Zahlung buchen', |
116 | 126 |
'Postscript' => 'Postscript', |
... | ... | |
120 | 130 |
'Printer' => 'Drucker', |
121 | 131 |
'Proforma Invoice' => 'Proformarechnung', |
122 | 132 |
'Project' => 'Projekt', |
133 |
'Project Number' => 'Projektnummer', |
|
134 |
'Project description' => 'Projektbeschreibung', |
|
123 | 135 |
'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!', |
124 | 136 |
'Purchase Order' => 'Lieferantenauftrag', |
125 | 137 |
'Qty' => 'Menge', |
... | ... | |
134 | 146 |
'Required by' => 'Lieferdatum', |
135 | 147 |
'Sales Order' => 'Kundenauftrag', |
136 | 148 |
'Screen' => 'Bildschirm', |
149 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
150 |
'Select a part' => 'Artikel auswählen', |
|
151 |
'Select a project' => 'Projekt auswählen', |
|
152 |
'Select an employee' => 'Angestellten auswählen', |
|
137 | 153 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
138 | 154 |
'Select from one of the names below' => 'W?hlen Sie einen der untenstehenden Namen', |
139 | 155 |
'Select from one of the projects below' => 'W?hlen Sie eines der untenstehenden Projekte', |
... | ... | |
158 | 174 |
'Total' => 'Summe', |
159 | 175 |
'Unit' => 'Einheit', |
160 | 176 |
'Update' => 'Erneuern', |
177 |
'Value' => 'Wert', |
|
178 |
'Variable' => 'Variable', |
|
161 | 179 |
'Vendor' => 'Lieferant', |
162 | 180 |
'Vendor Number' => 'Lieferantennummer', |
163 | 181 |
'Vendor missing!' => 'Lieferant fehlt!', |
... | ... | |
175 | 193 |
}; |
176 | 194 |
|
177 | 195 |
$self->{subs} = { |
196 |
'H' => 'H', |
|
178 | 197 |
'acc_menu' => 'acc_menu', |
179 | 198 |
'add' => 'add', |
180 | 199 |
'add_transaction' => 'add_transaction', |
181 | 200 |
'ap_transaction' => 'ap_transaction', |
182 | 201 |
'ar_transaction' => 'ar_transaction', |
202 |
'calculate_qty' => 'calculate_qty', |
|
183 | 203 |
'check_form' => 'check_form', |
184 | 204 |
'check_name' => 'check_name', |
185 | 205 |
'check_project' => 'check_project', |
186 | 206 |
'continue' => 'continue', |
187 | 207 |
'customer_details' => 'customer_details', |
188 | 208 |
'delete' => 'delete', |
209 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
189 | 210 |
'display' => 'display', |
190 | 211 |
'display_form' => 'display_form', |
191 | 212 |
'display_row' => 'display_row', |
192 | 213 |
'e_mail' => 'e_mail', |
193 | 214 |
'edit' => 'edit', |
215 |
'employee_selection_internal' => 'employee_selection_internal', |
|
194 | 216 |
'form_footer' => 'form_footer', |
195 | 217 |
'form_header' => 'form_header', |
218 |
'format_dates' => 'format_dates', |
|
196 | 219 |
'gl_transaction' => 'gl_transaction', |
197 | 220 |
'invoice_links' => 'invoice_links', |
198 | 221 |
'invoicetotal' => 'invoicetotal', |
... | ... | |
201 | 224 |
'new_item' => 'new_item', |
202 | 225 |
'new_license' => 'new_license', |
203 | 226 |
'order' => 'order', |
227 |
'part_selection_internal' => 'part_selection_internal', |
|
204 | 228 |
'post' => 'post', |
205 | 229 |
'post_as_new' => 'post_as_new', |
206 | 230 |
'post_payment' => 'post_payment', |
... | ... | |
209 | 233 |
'print_form' => 'print_form', |
210 | 234 |
'print_options' => 'print_options', |
211 | 235 |
'project_selected' => 'project_selected', |
236 |
'project_selection_internal' => 'project_selection_internal', |
|
212 | 237 |
'quotation' => 'quotation', |
238 |
'reformat_numbers' => 'reformat_numbers', |
|
213 | 239 |
'relink_accounts' => 'relink_accounts', |
214 | 240 |
'request_for_quotation' => 'request_for_quotation', |
241 |
'restore_form' => 'restore_form', |
|
215 | 242 |
'sales_invoice' => 'sales_invoice', |
243 |
'save_form' => 'save_form', |
|
216 | 244 |
'section_menu' => 'section_menu', |
245 |
'select_employee' => 'select_employee', |
|
246 |
'select_employee_internal' => 'select_employee_internal', |
|
217 | 247 |
'select_item' => 'select_item', |
218 | 248 |
'select_name' => 'select_name', |
249 |
'select_part' => 'select_part', |
|
250 |
'select_part_internal' => 'select_part_internal', |
|
219 | 251 |
'select_project' => 'select_project', |
220 | 252 |
'send_email' => 'send_email', |
253 |
'set_longdescription' => 'set_longdescription', |
|
221 | 254 |
'set_pricegroup' => 'set_pricegroup', |
222 | 255 |
'ship_to' => 'ship_to', |
223 | 256 |
'storno' => 'storno', |
... | ... | |
225 | 258 |
'validate_items' => 'validate_items', |
226 | 259 |
'vendor_details' => 'vendor_details', |
227 | 260 |
'vendor_invoice' => 'vendor_invoice', |
261 |
'vendor_selection' => 'vendor_selection', |
|
228 | 262 |
'yes' => 'yes', |
229 | 263 |
'weiter' => 'continue', |
230 | 264 |
'l?schen' => 'delete', |
locale/de/is | ||
---|---|---|
70 | 70 |
'Edit Sales Invoice' => 'Rechnung bearbeiten', |
71 | 71 |
'Edit Storno Credit Note' => 'Storno Gutschrift bearbeiten', |
72 | 72 |
'Edit Storno Invoice' => 'Stornorechnung bearbeiten', |
73 |
'Enter longdescription' => 'Langtext eingeben', |
|
73 | 74 |
'Exch' => 'Wechselkurs.', |
74 | 75 |
'Exchangerate' => 'Wechselkurs', |
75 | 76 |
'Exchangerate for payment missing!' => 'Es fehlt der Wechselkurs f?r die Bezahlung!', |
... | ... | |
105 | 106 |
'May ' => 'Mai', |
106 | 107 |
'Memo' => 'Memo', |
107 | 108 |
'Message' => 'Nachricht', |
109 |
'Name' => 'Name', |
|
110 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
111 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
112 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
113 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
114 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
108 | 115 |
'No.' => 'Position', |
109 | 116 |
'Notes' => 'Bemerkungen', |
110 | 117 |
'Nov' => 'Nov', |
... | ... | |
125 | 132 |
'Packing List Number missing!' => 'Verpackungslistennummer fehlt!', |
126 | 133 |
'Part' => 'Ware', |
127 | 134 |
'Part Description' => 'Artikelbeschreibung', |
135 |
'Part Number' => 'Artikelnummer', |
|
136 |
'Part description' => 'Artikelbeschreibung', |
|
128 | 137 |
'Payment Terms' => 'Zahlungskonditionen', |
129 | 138 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
130 | 139 |
'Payments' => 'Zahlungsausg?nge', |
131 | 140 |
'Phone' => 'Telefon', |
132 | 141 |
'Pick List' => 'Sammelliste', |
142 |
'Please enter values' => 'Bitte Werte eingeben', |
|
133 | 143 |
'Post' => 'Buchen', |
134 | 144 |
'Post Payment' => 'Zahlung buchen', |
135 | 145 |
'Postscript' => 'Postscript', |
... | ... | |
142 | 152 |
'Printer' => 'Drucker', |
143 | 153 |
'Proforma Invoice' => 'Proformarechnung', |
144 | 154 |
'Project' => 'Projekt', |
155 |
'Project Number' => 'Projektnummer', |
|
156 |
'Project description' => 'Projektbeschreibung', |
|
145 | 157 |
'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!', |
146 | 158 |
'Purchase Order' => 'Lieferantenauftrag', |
147 | 159 |
'Qty' => 'Menge', |
... | ... | |
158 | 170 |
'Sales Order' => 'Kundenauftrag', |
159 | 171 |
'Salesperson' => 'Verk?ufer', |
160 | 172 |
'Screen' => 'Bildschirm', |
173 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
174 |
'Select a part' => 'Artikel auswählen', |
|
175 |
'Select a project' => 'Projekt auswählen', |
|
176 |
'Select an employee' => 'Angestellten auswählen', |
|
161 | 177 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
162 | 178 |
'Select from one of the names below' => 'W?hlen Sie einen der untenstehenden Namen', |
163 | 179 |
'Select from one of the projects below' => 'W?hlen Sie eines der untenstehenden Projekte', |
... | ... | |
185 | 201 |
'Trade Discount' => 'Rabatt', |
186 | 202 |
'Unit' => 'Einheit', |
187 | 203 |
'Update' => 'Erneuern', |
204 |
'Value' => 'Wert', |
|
205 |
'Variable' => 'Variable', |
|
188 | 206 |
'Vendor Number' => 'Lieferantennummer', |
189 | 207 |
'Vendor not on file!' => 'Lieferant ist nicht in der Datenbank!', |
190 | 208 |
'What type of item is this?' => 'Was ist dieser Artikel?', |
... | ... | |
200 | 218 |
}; |
201 | 219 |
|
202 | 220 |
$self->{subs} = { |
221 |
'H' => 'H', |
|
203 | 222 |
'acc_menu' => 'acc_menu', |
204 | 223 |
'add' => 'add', |
205 | 224 |
'add_transaction' => 'add_transaction', |
206 | 225 |
'ap_transaction' => 'ap_transaction', |
207 | 226 |
'ar_transaction' => 'ar_transaction', |
227 |
'calculate_qty' => 'calculate_qty', |
|
208 | 228 |
'check_form' => 'check_form', |
209 | 229 |
'check_name' => 'check_name', |
210 | 230 |
'check_project' => 'check_project', |
... | ... | |
212 | 232 |
'credit_note' => 'credit_note', |
213 | 233 |
'customer_details' => 'customer_details', |
214 | 234 |
'delete' => 'delete', |
235 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
215 | 236 |
'display' => 'display', |
216 | 237 |
'display_form' => 'display_form', |
217 | 238 |
'display_row' => 'display_row', |
218 | 239 |
'e_mail' => 'e_mail', |
219 | 240 |
'edit' => 'edit', |
241 |
'employee_selection_internal' => 'employee_selection_internal', |
|
220 | 242 |
'form_footer' => 'form_footer', |
221 | 243 |
'form_header' => 'form_header', |
244 |
'format_dates' => 'format_dates', |
|
222 | 245 |
'gl_transaction' => 'gl_transaction', |
223 | 246 |
'invoice_links' => 'invoice_links', |
224 | 247 |
'invoicetotal' => 'invoicetotal', |
... | ... | |
227 | 250 |
'new_item' => 'new_item', |
228 | 251 |
'new_license' => 'new_license', |
229 | 252 |
'order' => 'order', |
253 |
'part_selection_internal' => 'part_selection_internal', |
|
230 | 254 |
'post' => 'post', |
231 | 255 |
'post_as_new' => 'post_as_new', |
232 | 256 |
'post_payment' => 'post_payment', |
... | ... | |
237 | 261 |
'print_form' => 'print_form', |
238 | 262 |
'print_options' => 'print_options', |
239 | 263 |
'project_selected' => 'project_selected', |
264 |
'project_selection_internal' => 'project_selection_internal', |
|
240 | 265 |
'quotation' => 'quotation', |
266 |
'reformat_numbers' => 'reformat_numbers', |
|
241 | 267 |
'relink_accounts' => 'relink_accounts', |
242 | 268 |
'request_for_quotation' => 'request_for_quotation', |
269 |
'restore_form' => 'restore_form', |
|
243 | 270 |
'sales_invoice' => 'sales_invoice', |
271 |
'save_form' => 'save_form', |
|
244 | 272 |
'section_menu' => 'section_menu', |
273 |
'select_employee' => 'select_employee', |
|
274 |
'select_employee_internal' => 'select_employee_internal', |
|
245 | 275 |
'select_item' => 'select_item', |
246 | 276 |
'select_name' => 'select_name', |
277 |
'select_part' => 'select_part', |
|
278 |
'select_part_internal' => 'select_part_internal', |
|
247 | 279 |
'select_project' => 'select_project', |
248 | 280 |
'send_email' => 'send_email', |
281 |
'set_longdescription' => 'set_longdescription', |
|
249 | 282 |
'set_pricegroup' => 'set_pricegroup', |
250 | 283 |
'ship_to' => 'ship_to', |
251 | 284 |
'storno' => 'storno', |
... | ... | |
253 | 286 |
'validate_items' => 'validate_items', |
254 | 287 |
'vendor_details' => 'vendor_details', |
255 | 288 |
'vendor_invoice' => 'vendor_invoice', |
289 |
'vendor_selection' => 'vendor_selection', |
|
256 | 290 |
'yes' => 'yes', |
257 | 291 |
'weiter' => 'continue', |
258 | 292 |
'gutschrift' => 'credit_note', |
locale/de/oe | ||
---|---|---|
81 | 81 |
'Edit the sales_order' => 'Bearbeiten des Auftrags', |
82 | 82 |
'Edit the sales_quotation' => 'Bearbeiten des Angebots', |
83 | 83 |
'Employee' => 'Bearbeiter', |
84 |
'Enter longdescription' => 'Langtext eingeben', |
|
84 | 85 |
'Exchangerate' => 'Wechselkurs', |
85 | 86 |
'Exchangerate missing!' => 'Es fehlt der Wechselkurs!', |
86 | 87 |
'Extended' => 'Gesamt', |
... | ... | |
114 | 115 |
'May' => 'Mai', |
115 | 116 |
'May ' => 'Mai', |
116 | 117 |
'Message' => 'Nachricht', |
118 |
'Name' => 'Name', |
|
119 |
'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden', |
|
120 |
'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein H?ndler gefunden', |
|
121 |
'No employee was found matching the search parameters.' => 'Es wurde kein Angestellter gefunden, auf den die Suchparameter zutreffen.', |
|
122 |
'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', |
|
123 |
'No project was found matching the search parameters.' => 'Es wurde kein Projekt gefunden, auf das die Suchparameter zutreffen.', |
|
117 | 124 |
'No.' => 'Position', |
118 | 125 |
'Notes' => 'Bemerkungen', |
119 | 126 |
'Nothing entered!' => 'Es wurde nichts eingegeben.', |
... | ... | |
141 | 148 |
'Part' => 'Ware', |
142 | 149 |
'Part Description' => 'Artikelbeschreibung', |
143 | 150 |
'Part Number' => 'Artikelnummer', |
151 |
'Part description' => 'Artikelbeschreibung', |
|
144 | 152 |
'Payment Terms' => 'Zahlungskonditionen', |
145 | 153 |
'Phone' => 'Telefon', |
146 | 154 |
'Pick List' => 'Sammelliste', |
155 |
'Please enter values' => 'Bitte Werte eingeben', |
|
147 | 156 |
'Postscript' => 'Postscript', |
148 | 157 |
'Price' => 'Preis', |
149 | 158 |
'Pricegroup' => 'Preisgruppe', |
... | ... | |
152 | 161 |
'Printer' => 'Drucker', |
153 | 162 |
'Proforma Invoice' => 'Proformarechnung', |
154 | 163 |
'Project' => 'Projekt', |
164 |
'Project Number' => 'Projektnummer', |
|
165 |
'Project description' => 'Projektbeschreibung', |
|
155 | 166 |
'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!', |
156 | 167 |
'Purchase Order' => 'Lieferantenauftrag', |
157 | 168 |
'Purchase Orders' => 'Lieferantenauftr?ge', |
... | ... | |
180 | 191 |
'Save and Close' => 'Speichern und schlie?en', |
181 | 192 |
'Save as new' => 'als neu speichern', |
182 | 193 |
'Screen' => 'Bildschirm', |
194 |
'Select a Customer' => 'Endkunde ausw?hlen', |
|
195 |
'Select a part' => 'Artikel auswählen', |
|
196 |
'Select a project' => 'Projekt auswählen', |
|
197 |
'Select an employee' => 'Angestellten auswählen', |
|
183 | 198 |
'Select from one of the items below' => 'W?hlen Sie einen der untenstehenden Eintr?ge', |
184 | 199 |
'Select from one of the names below' => 'W?hlen Sie einen der untenstehenden Namen', |
185 | 200 |
'Select from one of the projects below' => 'W?hlen Sie eines der untenstehenden Projekte', |
... | ... | |
214 | 229 |
'Unit' => 'Einheit', |
215 | 230 |
'Update' => 'Erneuern', |
216 | 231 |
'Valid until' => 'g?ltig bis', |
232 |
'Value' => 'Wert', |
|
233 |
'Variable' => 'Variable', |
|
217 | 234 |
'Vendor' => 'Lieferant', |
218 | 235 |
'Vendor Number' => 'Lieferantennummer', |
219 | 236 |
'Vendor missing!' => 'Lieferant fehlt!', |
... | ... | |
237 | 254 |
}; |
238 | 255 |
|
239 | 256 |
$self->{subs} = { |
257 |
'H' => 'H', |
|
240 | 258 |
'acc_menu' => 'acc_menu', |
241 | 259 |
'add' => 'add', |
242 | 260 |
'add_transaction' => 'add_transaction', |
243 | 261 |
'ap_transaction' => 'ap_transaction', |
244 | 262 |
'ar_transaction' => 'ar_transaction', |
245 | 263 |
'backorder_exchangerate' => 'backorder_exchangerate', |
264 |
'calculate_qty' => 'calculate_qty', |
|
246 | 265 |
'check_form' => 'check_form', |
247 | 266 |
'check_name' => 'check_name', |
248 | 267 |
'check_project' => 'check_project', |
... | ... | |
250 | 269 |
'create_backorder' => 'create_backorder', |
251 | 270 |
'customer_details' => 'customer_details', |
252 | 271 |
'delete' => 'delete', |
272 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
253 | 273 |
'display' => 'display', |
254 | 274 |
'display_form' => 'display_form', |
255 | 275 |
'display_row' => 'display_row', |
... | ... | |
257 | 277 |
'done' => 'done', |
258 | 278 |
'e_mail' => 'e_mail', |
259 | 279 |
'edit' => 'edit', |
280 |
'employee_selection_internal' => 'employee_selection_internal', |
|
260 | 281 |
'form_footer' => 'form_footer', |
261 | 282 |
'form_header' => 'form_header', |
283 |
'format_dates' => 'format_dates', |
|
262 | 284 |
'gl_transaction' => 'gl_transaction', |
263 | 285 |
'invoice' => 'invoice', |
264 | 286 |
'invoicetotal' => 'invoicetotal', |
... | ... | |
270 | 292 |
'order' => 'order', |
271 | 293 |
'order_links' => 'order_links', |
272 | 294 |
'orders' => 'orders', |
295 |
'part_selection_internal' => 'part_selection_internal', |
|
273 | 296 |
'poso' => 'poso', |
274 | 297 |
'post_as_new' => 'post_as_new', |
275 | 298 |
'prepare_order' => 'prepare_order', |
... | ... | |
277 | 300 |
'print_form' => 'print_form', |
278 | 301 |
'print_options' => 'print_options', |
279 | 302 |
'project_selected' => 'project_selected', |
303 |
'project_selection_internal' => 'project_selection_internal', |
|
280 | 304 |
'purchase_order' => 'purchase_order', |
281 | 305 |
'quotation' => 'quotation', |
306 |
'reformat_numbers' => 'reformat_numbers', |
|
282 | 307 |
'relink_accounts' => 'relink_accounts', |
283 | 308 |
'request_for_quotation' => 'request_for_quotation', |
309 |
'restore_form' => 'restore_form', |
|
284 | 310 |
'sales_invoice' => 'sales_invoice', |
285 | 311 |
'sales_order' => 'sales_order', |
286 | 312 |
'save' => 'save', |
287 | 313 |
'save_and_close' => 'save_and_close', |
288 | 314 |
'save_as_new' => 'save_as_new', |
289 | 315 |
'save_exchangerate' => 'save_exchangerate', |
316 |
'save_form' => 'save_form', |
|
290 | 317 |
'search' => 'search', |
291 | 318 |
'search_transfer' => 'search_transfer', |
292 | 319 |
'section_menu' => 'section_menu', |
320 |
'select_employee' => 'select_employee', |
|
321 |
'select_employee_internal' => 'select_employee_internal', |
|
293 | 322 |
'select_item' => 'select_item', |
294 | 323 |
'select_name' => 'select_name', |
324 |
'select_part' => 'select_part', |
|
325 |
'select_part_internal' => 'select_part_internal', |
|
295 | 326 |
'select_project' => 'select_project', |
296 | 327 |
'send_email' => 'send_email', |
297 | 328 |
'set_headings' => 'set_headings', |
329 |
'set_longdescription' => 'set_longdescription', |
|
298 | 330 |
'set_pricegroup' => 'set_pricegroup', |
299 | 331 |
'ship_receive' => 'ship_receive', |
300 | 332 |
'ship_to' => 'ship_to', |
... | ... | |
304 | 336 |
'validate_items' => 'validate_items', |
305 | 337 |
'vendor_details' => 'vendor_details', |
306 | 338 |
'vendor_invoice' => 'vendor_invoice', |
339 |
'vendor_selection' => 'vendor_selection', |
|
307 | 340 |
'yes' => 'yes', |
308 | 341 |
'erfassen' => 'add', |
309 | 342 |
'weiter' => 'continue', |
Auch abrufbar als: Unified diff
Locale-Update zu Commit 1553.