1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * purchase_partial_invoicing
#
# Rudolf Schnapka <schnapkar@golive-saar.de>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-27 13:42+0000\n"
"PO-Revision-Date: 2015-01-03 18:20+0100\n"
"Last-Translator: Rudolf Schnapka <schnapkar@golive-saar.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Language: de\n"
"X-Generator: Lokalize 1.5\n"
#. module: purchase_partial_invoicing
#: model:ir.model,name:purchase_partial_invoicing.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Bestellposition"
#. module: purchase_partial_invoicing
#: field:purchase.order.line_invoice,partial_invoice:0
msgid "Partial invoicing"
msgstr "Teilabrechnung"
#. module: purchase_partial_invoicing
#: model:ir.model,name:purchase_partial_invoicing.model_purchase_order_line_invoice_line
msgid "purchase.order.line_invoice.line"
msgstr "purchase.order.line_invoice.line"
#. module: purchase_partial_invoicing
#: field:purchase.order.line_invoice.line,wizard_id:0
msgid "Wizard"
msgstr "Assistent"
#. module: purchase_partial_invoicing
#: field:purchase.order.line_invoice,line_ids:0
msgid "Lines"
msgstr "Positionen"
#. module: purchase_partial_invoicing
#: field:purchase.order.line_invoice.line,po_line_id:0
msgid "Purchase order line"
msgstr "Bestellposition"
#. module: purchase_partial_invoicing
#: code:addons/purchase_partial_invoicing/wizard/po_line_invoice.py:68
#, python-format
msgid ""
"Quantity to invoice is greater\n"
" than available quantity"
msgstr "In Rechnung zu stellende Menge ist größer als die verfügbare Menge"
#. module: purchase_partial_invoicing
#: field:purchase.order.line_invoice.line,price_unit:0
msgid "Unit Price"
msgstr "Einzelpreis"
#. module: purchase_partial_invoicing
#: model:ir.model,name:purchase_partial_invoicing.model_purchase_order_line_invoice
msgid "Purchase Order Line Make Invoice"
msgstr "Bestellposition abrechnen"
#. module: purchase_partial_invoicing
#: code:addons/purchase_partial_invoicing/wizard/po_line_invoice.py:67
#, python-format
msgid "Error"
msgstr "Fehler"
#. module: purchase_partial_invoicing
#: field:purchase.order.line_invoice.line,invoiced_qty:0
msgid "Quantity to invoice"
msgstr "Abzurechnende Menge"
#. module: purchase_partial_invoicing
#: field:purchase.order.line,invoiced_qty:0
msgid "Invoiced quantity"
msgstr "Abgerechnete Menge"
#. module: purchase_partial_invoicing
#: field:purchase.order.line_invoice.line,product_qty:0
msgid "Quantity"
msgstr "Menge"