1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * account_draft_invoice_print
- #
- # Translators:
- msgid ""
- msgstr ""
- "Project-Id-Version: account-invoice-reporting (8.0)\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2016-12-31 00:20+0000\n"
- "PO-Revision-Date: 2016-01-05 08:56+0000\n"
- "Last-Translator: <>\n"
- "Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/tr_TR/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: \n"
- "Language: tr_TR\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- #. module: account_draft_invoice_print
- #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
- msgid "Print"
- msgstr "Yazdır"
- #. module: account_draft_invoice_print
- #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
- msgid "Print Invoice"
- msgstr ""
- #. module: account_draft_invoice_print
- #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
- msgid ""
- "{'invisible':['|',('sent','=',False), ('state', 'not in', "
- "['open','draft'])]}"
- msgstr ""
- #. module: account_draft_invoice_print
- #: view:account.invoice:account_draft_invoice_print.invoice_form_print_cancel
- msgid ""
- "{'invisible':['|',('sent','=',True), ('state', 'not in', ['open','draft'])]}"
- msgstr ""
|