Revision bdff2b07
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
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 |
}; |
Auch abrufbar als: Unified diff
Locale-Update zu Commit 1553.