mrp operation and purchase workflow improvements
[odoo/odoo.git] / addons / purchase / i18n / de_DE.po
1 # Translation of OpenERP Server.
2 # This file containt the translation of the following modules:
3 #       * purchase
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: OpenERP Server 4.3.0"
8 "Report-Msgid-Bugs-To: support@openerp.com"
9 "POT-Creation-Date: 2008-09-11 15:38:50+0000"
10 "PO-Revision-Date: 2008-09-11 15:38:50+0000"
11 "Last-Translator: <>"
12 "Language-Team: "
13 "MIME-Version: 1.0"
14 "Content-Type: text/plain; charset=UTF-8"
15 "Content-Transfer-Encoding: "
16 "Plural-Forms: "
17
18 #. module: purchase
19 #: field:purchase.order,invoiced:0
20 msgid "Invoiced & Paid"
21 msgstr "Berechnet"
22
23 #. module: purchase
24 #: field:purchase.order,location_id:0
25 msgid "Destination"
26 msgstr ""
27
28 #. module: purchase
29 #: rml:purchase.order:0
30 msgid "Validated By"
31 msgstr ""
32
33 #. module: purchase
34 #: field:purchase.order,partner_id:0
35 msgid "Supplier"
36 msgstr ""
37
38 #. module: purchase
39 #: wizard_view:purchase.order.merge,init:0
40 msgid "Please note that orders will only be merged if they are to the same partner and going to the same location, and lines will only be merged if they are exactly the same except for the quantity and unit."
41 msgstr ""
42
43 #. module: purchase
44 #, python-format
45 #: code:addons/purchase/purchase.py:0
46 msgid "No Pricelist !"
47 msgstr ""
48
49 #. module: purchase
50 #: model:ir.model,name:purchase.model_purchase_order
51 msgid "Purchase order"
52 msgstr "Einkaufsbestellung"
53
54 #. module: purchase
55 #: model:product.pricelist,name:purchase.list0
56 msgid "Default Purchase Pricelist"
57 msgstr ""
58
59 #. module: purchase
60 #: rml:purchase.quotation:0
61 msgid "Thanks,"
62 msgstr ""
63
64 #. module: purchase
65 #: model:ir.actions.wizard,name:purchase.purchase_order_merge
66 msgid "Merge purchases"
67 msgstr ""
68
69 #. module: purchase
70 #: help:res.partner,property_product_pricelist_purchase:0
71 msgid "This pricelist will be used, instead of the default one, for purchases from the current partner"
72 msgstr ""
73
74 #. module: purchase
75 #: rml:purchase.order:0
76 msgid "Fax :"
77 msgstr ""
78
79 #. module: purchase
80 #: help:purchase.order,pricelist_id:0
81 msgid "The pricelist sets the currency used for this purchase order. It also computes the supplier price for the selected products/quantities."
82 msgstr ""
83
84 #. module: purchase
85 #: field:purchase.order.line,price_subtotal:0
86 msgid "Subtotal"
87 msgstr ""
88
89 #. module: purchase
90 #: selection:purchase.order,state:0
91 msgid "Approved"
92 msgstr ""
93
94 #. module: purchase
95 #: model:ir.actions.act_window,name:purchase.purchase_form_action4
96 #: model:ir.ui.menu,name:purchase.menu_purchase_form_action4
97 msgid "Purchase Orders in Progress"
98 msgstr ""
99
100 #. module: purchase
101 #: field:purchase.order.line,notes:0
102 #: field:purchase.order,notes:0
103 #: view:purchase.order:0
104 #: view:purchase.order.line:0
105 msgid "Notes"
106 msgstr "Notizen"
107
108 #. module: purchase
109 #: rml:purchase.order:0
110 msgid "N°"
111 msgstr ""
112
113 #. module: purchase
114 #: rml:purchase.order:0
115 #: field:purchase.order,amount_tax:0
116 #: field:purchase.order.line,taxes_id:0
117 msgid "Taxes"
118 msgstr ""
119
120 #. module: purchase
121 #: model:ir.actions.report.xml,name:purchase.report_purchase_order
122 #: field:stock.picking,purchase_id:0
123 #: view:purchase.order:0
124 #: model:res.request.link,name:purchase.req_link_purchase_order
125 msgid "Purchase Order"
126 msgstr ""
127
128 #. module: purchase
129 #: rml:purchase.order:0
130 msgid "Net Total :"
131 msgstr ""
132
133 #. module: purchase
134 #: selection:purchase.order,state:0
135 msgid "Cancelled"
136 msgstr ""
137
138 #. module: purchase
139 #: help:purchase.order,state:0
140 msgid "The state of the purchase order or the quotation request. A quotation is a purchase order in a 'Draft' state. Then the order has to be confirmed by the user, the state switch to 'Confirmed'. Then the supplier must confirm the order to change the state to 'Approved'. When the purchase order is paid and received, the state becomes 'Done'. If a cancel action occurs in the invoice or in the reception of goods, the state becomes in exception."
141 msgstr ""
142
143 #. module: purchase
144 #: field:purchase.order,origin:0
145 msgid "Origin"
146 msgstr ""
147
148 #. module: purchase
149 #: view:purchase.order:0
150 msgid "Reference"
151 msgstr ""
152
153 #. module: purchase
154 #: rml:purchase.order:0
155 msgid "TVA :"
156 msgstr ""
157
158 #. module: purchase
159 #: rml:purchase.quotation:0
160 msgid "Tel.:"
161 msgstr ""
162
163 #. module: purchase
164 #: view:purchase.order:0
165 msgid "Invoice Done"
166 msgstr "Rechung versandt"
167
168 #. module: purchase
169 #: field:purchase.order.line,account_analytic_id:0
170 msgid "Analytic Account"
171 msgstr ""
172
173 #. module: purchase
174 #: model:ir.model,name:purchase.model_purchase_order_line
175 msgid "Purchase Order lines"
176 msgstr ""
177
178 #. module: purchase
179 #: field:purchase.order,validator:0
180 msgid "Validated by"
181 msgstr ""
182
183 #. module: purchase
184 #: rml:purchase.order:0
185 msgid "Net Price"
186 msgstr ""
187
188 #. module: purchase
189 #: view:purchase.order.line:0
190 msgid "Order Line"
191 msgstr "Auftragszeile"
192
193 #. module: purchase
194 #, python-format
195 #: code:addons/purchase/purchase.py:0
196 msgid "You have to select a pricelist in the purchase form !\nPlease set one before choosing a product."
197 msgstr ""
198
199 #. module: purchase
200 #, python-format
201 #: code:addons/purchase/purchase.py:0
202 msgid "Wrong Product UOM !"
203 msgstr ""
204
205 #. module: purchase
206 #: selection:purchase.order,state:0
207 msgid "Confirmed"
208 msgstr ""
209
210 #. module: purchase
211 #: view:purchase.order:0
212 msgid "Invoice Control"
213 msgstr ""
214
215 #. module: purchase
216 #: rml:purchase.quotation:0
217 msgid "Please find hereby a request for quotation."
218 msgstr ""
219
220 #. module: purchase
221 #: selection:purchase.order,state:0
222 msgid "Waiting"
223 msgstr ""
224
225 #. module: purchase
226 #: field:purchase.order,picking_ids:0
227 msgid "Picking List"
228 msgstr ""
229
230 #. module: purchase
231 #: field:purchase.order,warehouse_id:0
232 msgid "Warehouse"
233 msgstr "Lager"
234
235 #. module: purchase
236 #: field:purchase.order,order_line:0
237 msgid "Order Lines"
238 msgstr ""
239
240 #. module: purchase
241 #: rml:purchase.quotation:0
242 msgid "Fax:"
243 msgstr ""
244
245 #. module: purchase
246 #: view:purchase.order:0
247 msgid "Untaxed amount"
248 msgstr ""
249
250 #. module: purchase
251 #: rml:purchase.order:0
252 msgid "Shipping address :"
253 msgstr ""
254
255 #. module: purchase
256 #: field:res.partner,property_product_pricelist_purchase:0
257 msgid "Purchase Pricelist"
258 msgstr "Einkaufspreisliste"
259
260 #. module: purchase
261 #: field:purchase.order,minimum_planned_date:0
262 msgid "Planned Date"
263 msgstr ""
264
265 #. module: purchase
266 #: view:purchase.order:0
267 msgid "Approved by Supplier"
268 msgstr ""
269
270 #. module: purchase
271 #: rml:purchase.order:0
272 msgid "Total :"
273 msgstr ""
274
275 #. module: purchase
276 #: field:purchase.order.line,move_dest_id:0
277 msgid "Reservation Destination"
278 msgstr ""
279
280 #. module: purchase
281 #: field:purchase.order,name:0
282 msgid "Order Reference"
283 msgstr ""
284
285 #. module: purchase
286 #: field:purchase.order,pricelist_id:0
287 msgid "Pricelist"
288 msgstr "Preisliste"
289
290 #. module: purchase
291 #: constraint:ir.ui.view:0
292 msgid "Invalid XML for View Architecture!"
293 msgstr ""
294
295 #. module: purchase
296 #: selection:purchase.order,invoice_method:0
297 msgid "Manual"
298 msgstr ""
299
300 #. module: purchase
301 #: rml:purchase.quotation:0
302 msgid "Request for quotation :"
303 msgstr ""
304
305 #. module: purchase
306 #: selection:purchase.order,state:0
307 msgid "Shipping Exception"
308 msgstr ""
309
310 #. module: purchase
311 #: help:purchase.order,minimum_planned_date:0
312 msgid "This is computed as the minimum scheduled date of all purchase order lines' products."
313 msgstr ""
314
315 #. module: purchase
316 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_purchase_order
317 msgid "Purchase orders"
318 msgstr ""
319
320 #. module: purchase
321 #: selection:purchase.order,invoice_method:0
322 msgid "From picking"
323 msgstr ""
324
325 #. module: purchase
326 #: model:ir.actions.act_window,name:purchase.purchase_form_action3
327 #: model:ir.ui.menu,name:purchase.menu_purchase_form_action3
328 msgid "Purchase Order Waiting Approval"
329 msgstr ""
330
331 #. module: purchase
332 #: view:purchase.order:0
333 msgid "Confirm Purchase Order"
334 msgstr "Kaufanforderung bestätigen"
335
336 #. module: purchase
337 #: help:purchase.order,picking_ids:0
338 msgid "This is the list of picking list that have been generated for this purchase"
339 msgstr ""
340
341 #. module: purchase
342 #: field:purchase.order,partner_ref:0
343 msgid "Partner Ref."
344 msgstr ""
345
346 #. module: purchase
347 #: rml:purchase.order:0
348 msgid "Taxes :"
349 msgstr ""
350
351 #. module: purchase
352 #: field:purchase.order,invoiced_rate:0
353 msgid "Invoiced"
354 msgstr ""
355
356 #. module: purchase
357 #, python-format
358 #: code:addons/purchase/purchase.py:0
359 msgid "You have to select a product UOM in the same category than the purchase UOM of the product"
360 msgstr ""
361
362 #. module: purchase
363 #: field:purchase.order,dest_address_id:0
364 msgid "Destination Address"
365 msgstr ""
366
367 #. module: purchase
368 #: field:stock.move,purchase_line_id:0
369 #: view:purchase.order.line:0
370 msgid "Purchase Order Line"
371 msgstr ""
372
373 #. module: purchase
374 #: view:purchase.order:0
375 msgid "Calendar View"
376 msgstr ""
377
378 #. module: purchase
379 #: selection:purchase.order,state:0
380 msgid "Invoice Exception"
381 msgstr ""
382
383 #. module: purchase
384 #: view:res.partner:0
385 msgid "Sales & Purchases"
386 msgstr ""
387
388 #. module: purchase
389 #: view:purchase.order:0
390 msgid "Delivery & Invoices"
391 msgstr ""
392
393 #. module: purchase
394 #: rml:purchase.quotation:0
395 msgid "Date"
396 msgstr ""
397
398 #. module: purchase
399 #, python-format
400 #: code:addons/purchase/purchase.py:0
401 msgid "There is no expense account defined for this product: \"%s\" (id:%d)"
402 msgstr ""
403
404 #. module: purchase
405 #: field:purchase.order.line,date_planned:0
406 msgid "Scheduled date"
407 msgstr ""
408
409 #. module: purchase
410 #: rml:purchase.order:0
411 msgid "Our Order Reference"
412 msgstr ""
413
414 #. module: purchase
415 #: rml:purchase.quotation:0
416 msgid "TVA:"
417 msgstr ""
418
419 #. module: purchase
420 #: view:purchase.order:0
421 msgid "Compute"
422 msgstr ""
423
424 #. module: purchase
425 #: view:purchase.order:0
426 msgid "Cancel Purchase Order"
427 msgstr "Storniere Kaufauftrag"
428
429 #. module: purchase
430 #: field:purchase.order.line,product_qty:0
431 msgid "Quantity"
432 msgstr ""
433
434 #. module: purchase
435 #: view:res.partner:0
436 msgid "Purchases"
437 msgstr ""
438
439 #. module: purchase
440 #: field:purchase.order,state:0
441 msgid "Order Status"
442 msgstr ""
443
444 #. module: purchase
445 #: view:purchase.order:0
446 msgid "Approve Purchase"
447 msgstr ""
448
449 #. module: purchase
450 #: rml:purchase.order:0
451 #: rml:purchase.quotation:0
452 msgid "Qty"
453 msgstr ""
454
455 #. module: purchase
456 #: rml:purchase.order:0
457 #: field:purchase.order.line,price_unit:0
458 msgid "Unit Price"
459 msgstr ""
460
461 #. module: purchase
462 #: selection:purchase.order,state:0
463 msgid "Done"
464 msgstr ""
465
466 #. module: purchase
467 #: field:purchase.order,invoice_id:0
468 msgid "Invoice"
469 msgstr "Rechnung"
470
471 #. module: purchase
472 #: wizard_button:purchase.order.merge,init,end:0
473 msgid "Cancel"
474 msgstr ""
475
476 #. module: purchase
477 #: field:purchase.order.line,order_id:0
478 msgid "Order Ref"
479 msgstr "Auftragsref"
480
481 #. module: purchase
482 #: model:ir.actions.act_window,name:purchase.purchase_form_action
483 #: model:ir.ui.menu,name:purchase.menu_purchase_form_action
484 msgid "Purchase Orders"
485 msgstr ""
486
487 #. module: purchase
488 #: wizard_view:purchase.order.merge,init:0
489 #: wizard_button:purchase.order.merge,init,merge:0
490 msgid "Merge orders"
491 msgstr ""
492
493 #. module: purchase
494 #: constraint:ir.model:0
495 msgid "The Object name must start with x_ and not contain any special character !"
496 msgstr ""
497
498 #. module: purchase
499 #: model:ir.actions.act_window,name:purchase.purchase_form_action_new
500 #: model:ir.ui.menu,name:purchase.menu_purchase_form_action_new
501 msgid "New Purchase Order"
502 msgstr ""
503
504 #. module: purchase
505 #: field:purchase.order,shipped:0
506 #: field:purchase.order,shipped_rate:0
507 msgid "Received"
508 msgstr "Versandt"
509
510 #. module: purchase
511 #: rml:purchase.order:0
512 #: model:ir.actions.report.xml,name:purchase.report_purchase_quotation
513 #: selection:purchase.order,state:0
514 msgid "Request for Quotation"
515 msgstr ""
516
517 #. module: purchase
518 #: rml:purchase.order:0
519 msgid "Tél. :"
520 msgstr ""
521
522 #. module: purchase
523 #: selection:purchase.order,invoice_method:0
524 msgid "From order"
525 msgstr ""
526
527 #. module: purchase
528 #: rml:purchase.order:0
529 msgid "Date Req."
530 msgstr ""
531
532 #. module: purchase
533 #: field:purchase.order,date_approve:0
534 msgid "Date Approved"
535 msgstr ""
536
537 #. module: purchase
538 #: field:purchase.order.line,product_id:0
539 msgid "Product"
540 msgstr ""
541
542 #. module: purchase
543 #: rml:purchase.order:0
544 #: rml:purchase.quotation:0
545 #: field:purchase.order.line,name:0
546 msgid "Description"
547 msgstr "Beschreibung"
548
549 #. module: purchase
550 #: view:purchase.order:0
551 msgid "Delivery"
552 msgstr ""
553
554 #. module: purchase
555 #: field:purchase.order.line,product_uom:0
556 msgid "Product UOM"
557 msgstr "Maßeinheit"
558
559 #. module: purchase
560 #: field:purchase.order,partner_address_id:0
561 msgid "Address"
562 msgstr "Adresse"
563
564 #. module: purchase
565 #: field:purchase.order.line,move_id:0
566 msgid "Reservation"
567 msgstr ""
568
569 #. module: purchase
570 #: rml:purchase.order:0
571 msgid "Your Order Reference"
572 msgstr ""
573
574 #. module: purchase
575 #: view:purchase.order:0
576 msgid "Shipping Done"
577 msgstr "Lieferung erfolgt"
578
579 #. module: purchase
580 #: view:purchase.order:0
581 msgid "Total amount"
582 msgstr ""
583
584 #. module: purchase
585 #: rml:purchase.order:0
586 #: field:purchase.order,date_order:0
587 msgid "Date Ordered"
588 msgstr "Auftragsdatum"
589
590 #. module: purchase
591 #: view:purchase.order:0
592 msgid "Purchase Control"
593 msgstr ""
594
595 #. module: purchase
596 #: model:ir.actions.act_window,name:purchase.purchase_form_action2
597 #: model:ir.ui.menu,name:purchase.menu_purchase_order_draft
598 msgid "Request For Quotations"
599 msgstr ""
600
601 #. module: purchase
602 #, python-format
603 #: code:addons/purchase/purchase.py:0
604 msgid "Error !"
605 msgstr ""
606
607 #. module: purchase
608 #: field:purchase.order,invoice_method:0
609 msgid "Invoicing Control"
610 msgstr ""
611
612 #. module: purchase
613 #: rml:purchase.order:0
614 msgid "Order"
615 msgstr ""
616
617 #. module: purchase
618 #: model:ir.ui.menu,name:purchase.menu_purchase_root
619 msgid "Purchase Management"
620 msgstr "Einkauf"
621
622 #. module: purchase
623 #: field:purchase.order,amount_total:0
624 msgid "Total"
625 msgstr ""
626
627 #. module: purchase
628 #: constraint:product.pricelist.version:0
629 msgid "You can not have 2 pricelist version that overlaps!"
630 msgstr ""
631
632 #. module: purchase
633 #: wizard_view:purchase.order.merge,init:0
634 msgid "Are you sure you want to merge these orders ?"
635 msgstr ""
636
637 #. module: purchase
638 #: field:purchase.order,amount_untaxed:0
639 msgid "Untaxed Amount"
640 msgstr ""
641