55 lines
1.9 KiB
Plaintext
55 lines
1.9 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * account_cancel
|
||
#
|
||
# Translators:
|
||
# Murat Kaplan <muratk@projetgrup.com>, 2016
|
||
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
|
||
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2016
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 10.0c\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2016-09-07 08:56+0000\n"
|
||
"PO-Revision-Date: 2016-09-07 08:56+0000\n"
|
||
"Last-Translator: Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2016\n"
|
||
"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: tr\n"
|
||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||
|
||
#. module: account_cancel
|
||
#: model:ir.model,name:account_cancel.model_account_bank_statement
|
||
msgid "Bank Statement"
|
||
msgstr "Banka Hesap Özeti"
|
||
|
||
#. module: account_cancel
|
||
#: model:ir.model,name:account_cancel.model_account_bank_statement_line
|
||
msgid "Bank Statement Line"
|
||
msgstr "Banka Hesap Özeti Kalemi"
|
||
|
||
#. module: account_cancel
|
||
#: model:ir.ui.view,arch_db:account_cancel.bank_statement_cancel_form_inherit
|
||
#: model:ir.ui.view,arch_db:account_cancel.payment_cancel_form_inherit
|
||
msgid "Cancel"
|
||
msgstr "İptal"
|
||
|
||
#. module: account_cancel
|
||
#: model:ir.ui.view,arch_db:account_cancel.invoice_form_cancel_inherit
|
||
#: model:ir.ui.view,arch_db:account_cancel.invoice_supplier_cancel_form_inherit
|
||
msgid "Cancel Invoice"
|
||
msgstr "Fatura İptal et"
|
||
|
||
#. module: account_cancel
|
||
#: code:addons/account_cancel/models/account_bank_statement.py:28
|
||
#, python-format
|
||
msgid "Please set the bank statement to New before canceling."
|
||
msgstr "Lütfen Hesap Özetini iptal etmeden önce yeniye çevirin."
|
||
|
||
#. module: account_cancel
|
||
#: model:ir.ui.view,arch_db:account_cancel.bank_statement_draft_form_inherit
|
||
msgid "Reset to New"
|
||
msgstr "Yeni Sıfırla"
|