mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
* Change the method called in the view * Complete the create_invoice method * Bump version + authoring * Correct bad call of method Small Documentation * Add super call in python test * FIX bad field names causing bad quantities in sale.order.line
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * product_contract
|
||
#
|
||
# Translators:
|
||
# Ediz Duman <neps1192@gmail.com>, 2017
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 10.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2018-04-21 01:48+0000\n"
|
||
"PO-Revision-Date: 2018-04-21 01:48+0000\n"
|
||
"Last-Translator: Ediz Duman <neps1192@gmail.com>, 2017\n"
|
||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||
"Language: tr\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||
|
||
#. module: product_contract
|
||
#: model:ir.model.fields,field_description:product_contract.field_sale_order_line_contract_id
|
||
msgid "Contract"
|
||
msgstr "Sözleşme"
|
||
|
||
#. module: product_contract
|
||
#: model:ir.model.fields,field_description:product_contract.field_product_product_contract_template_id
|
||
#: model:ir.model.fields,field_description:product_contract.field_product_template_contract_template_id
|
||
msgid "Contract Template"
|
||
msgstr "Sözleşme Şablonu"
|
||
|
||
#. module: product_contract
|
||
#: model:ir.model.fields,field_description:product_contract.field_product_product_is_contract
|
||
#: model:ir.model.fields,field_description:product_contract.field_product_template_is_contract
|
||
msgid "Is a contract"
|
||
msgstr "Sözleşmeli"
|
||
|
||
#. module: product_contract
|
||
#: model:ir.model,name:product_contract.model_product_template
|
||
msgid "Product Template"
|
||
msgstr "Ürün Şablonu"
|
||
|
||
#. module: product_contract
|
||
#: model:ir.model,name:product_contract.model_sale_order
|
||
msgid "Sales Order"
|
||
msgstr "Satış Siparişi"
|
||
|
||
#. module: product_contract
|
||
#: model:ir.model,name:product_contract.model_sale_order_line
|
||
msgid "Sales Order Line"
|
||
msgstr "Satış Sipariş Satırı"
|