Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice}"
|
||||
" exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
73
account_invoice_constraint_chronology/i18n/ar.po
Executable file
73
account_invoice_constraint_chronology/i18n/ar.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "السجل اليومي"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "فاتورة"
|
||||
72
account_invoice_constraint_chronology/i18n/bg.po
Executable file
72
account_invoice_constraint_chronology/i18n/bg.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"Language: bg\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Фактура"
|
||||
73
account_invoice_constraint_chronology/i18n/bs.po
Executable file
73
account_invoice_constraint_chronology/i18n/bs.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Dnevnik"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
72
account_invoice_constraint_chronology/i18n/ca.po
Executable file
72
account_invoice_constraint_chronology/i18n/ca.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/ca/)\n"
|
||||
"Language: ca\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diari"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
72
account_invoice_constraint_chronology/i18n/cs.po
Executable file
72
account_invoice_constraint_chronology/i18n/cs.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Deník"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
89
account_invoice_constraint_chronology/i18n/de.po
Executable file
89
account_invoice_constraint_chronology/i18n/de.po
Executable file
@@ -0,0 +1,89 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2022-11-04 13:45+0000\n"
|
||||
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/de/)\n"
|
||||
"Language: de\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"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Chronologie prüfen"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journal"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. Please confirm older draft invoices before "
|
||||
#~ "{date_invoice} and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Chronologiefehler. Bestätigen Sie Rechnungsentwürfe vor dem "
|
||||
#~ "{date_invoice} und versuchen es erneut."
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. There exist at least one invoice with a later date to "
|
||||
#~ "{date_invoice}."
|
||||
#~ msgstr ""
|
||||
#~ "Chronologiefehler. Es gibt mindestens eine Rechnung mit Datum nach "
|
||||
#~ "{date_invoice}."
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Rechnung"
|
||||
73
account_invoice_constraint_chronology/i18n/el_GR.po
Executable file
73
account_invoice_constraint_chronology/i18n/el_GR.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
|
||||
"el_GR/)\n"
|
||||
"Language: el_GR\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Τιμολόγιο"
|
||||
72
account_invoice_constraint_chronology/i18n/en_GB.po
Executable file
72
account_invoice_constraint_chronology/i18n/en_GB.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-"
|
||||
"account-financial-tools-8-0/language/en_GB/)\n"
|
||||
"Language: en_GB\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journal"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Invoice"
|
||||
97
account_invoice_constraint_chronology/i18n/es.po
Executable file
97
account_invoice_constraint_chronology/i18n/es.po
Executable file
@@ -0,0 +1,97 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2023-07-28 21:10+0000\n"
|
||||
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/es/)\n"
|
||||
"Language: es\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Comprobar Cronología"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Conflicto en la cronología: Existe una factura borrador en conflicto con "
|
||||
"fecha de factura anterior {date_invoice} , por favor valídala antes de "
|
||||
"continuar."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflicto en la cronología: Existe una factura validada en conflicto con "
|
||||
"fecha de factura {date_invoice} posterior."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflicto en la cronología: Existe una factura con un número superior "
|
||||
"{highest_name} y con fecha de factura anterior {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
"Conflicto de cronología: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diario"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Asiento"
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. Please confirm older draft invoices before "
|
||||
#~ "{date_invoice} and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Error de cronología. Por favor valida los borradores de facturas "
|
||||
#~ "anteriores a {date_invoice} e intenta de nuevo."
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. There exist at least one invoice with a later date to "
|
||||
#~ "{date_invoice}."
|
||||
#~ msgstr ""
|
||||
#~ "Error de cronología. Existe al menos una factura con fecha posterior a "
|
||||
#~ "{date_invoice}."
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
72
account_invoice_constraint_chronology/i18n/es_CR.po
Executable file
72
account_invoice_constraint_chronology/i18n/es_CR.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-"
|
||||
"account-financial-tools-8-0/language/es_CR/)\n"
|
||||
"Language: es_CR\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diario"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
72
account_invoice_constraint_chronology/i18n/es_EC.po
Executable file
72
account_invoice_constraint_chronology/i18n/es_EC.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/es_EC/)\n"
|
||||
"Language: es_EC\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diario"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
72
account_invoice_constraint_chronology/i18n/es_MX.po
Executable file
72
account_invoice_constraint_chronology/i18n/es_MX.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/es_MX/)\n"
|
||||
"Language: es_MX\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diario"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
69
account_invoice_constraint_chronology/i18n/es_VE.po
Executable file
69
account_invoice_constraint_chronology/i18n/es_VE.po
Executable file
@@ -0,0 +1,69 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/es_VE/)\n"
|
||||
"Language: es_VE\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diario"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
72
account_invoice_constraint_chronology/i18n/et.po
Executable file
72
account_invoice_constraint_chronology/i18n/et.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/et/)\n"
|
||||
"Language: et\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Päevik"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Arve"
|
||||
72
account_invoice_constraint_chronology/i18n/fi.po
Executable file
72
account_invoice_constraint_chronology/i18n/fi.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"Language: fi\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Lasku"
|
||||
98
account_invoice_constraint_chronology/i18n/fr.po
Executable file
98
account_invoice_constraint_chronology/i18n/fr.po
Executable file
@@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
# Quentin THEURET <odoo@kerpeo.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2024-08-05 13:04+0000\n"
|
||||
"Last-Translator: Julie LeBrun <julie.lebrun@numigi.com>\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"Language: fr\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"
|
||||
"X-Generator: Weblate 5.6.2\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Vérifier la chronologie"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Conflit de chronologie : il existe une facture brouillon conflictuelle datée "
|
||||
"d'avant le {date_invoice}, veuillez d'abord la valider."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflit de chronologie : il existe une facture validée conflictuelle datée "
|
||||
"après le {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflit de chronologie : il existe une facture portant un numéro plus élevé "
|
||||
"{highest_name} et antérieure à {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
"Conflit de chronologie : la facture {name} ne peut pas être une facture de "
|
||||
"{time} {inv_name}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journal"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Pièce comptable"
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. Please confirm older draft invoices before "
|
||||
#~ "{date_invoice} and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Erreur de chronologie. Veuillez confirmer les anciennes factures en "
|
||||
#~ "brouillon datées d'avant le {date_invoice} et réessayer."
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. There exist at least one invoice with a later date to "
|
||||
#~ "{date_invoice}."
|
||||
#~ msgstr ""
|
||||
#~ "Erreur de chronologie. Il existe au moins une facture avec une date "
|
||||
#~ "ultérieure au {date_invoice}."
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Facture"
|
||||
73
account_invoice_constraint_chronology/i18n/fr_CA.po
Executable file
73
account_invoice_constraint_chronology/i18n/fr_CA.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
|
||||
"fr_CA/)\n"
|
||||
"Language: fr_CA\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Facture"
|
||||
73
account_invoice_constraint_chronology/i18n/fr_CH.po
Executable file
73
account_invoice_constraint_chronology/i18n/fr_CH.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
|
||||
"teams/23907/fr_CH/)\n"
|
||||
"Language: fr_CH\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Facture"
|
||||
72
account_invoice_constraint_chronology/i18n/gl.po
Executable file
72
account_invoice_constraint_chronology/i18n/gl.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"Language: gl\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
95
account_invoice_constraint_chronology/i18n/hr.po
Executable file
95
account_invoice_constraint_chronology/i18n/hr.po
Executable file
@@ -0,0 +1,95 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2023-01-04 00:59+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Provjeri kronologiju"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Kronološka greška: Postoji problematični račun u nacrtu datiran prije "
|
||||
"{date_invoice}, molim prvo njega potvrdite."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Kronološka greška: Postoji potvrđeni račun sa datumom nakon {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Kronološka greška: Račun sa većim brojem {highest_name} i datumom prije "
|
||||
"{date_invoice} postoji."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Temeljnica"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Stavka dnevnika"
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. Please confirm older draft invoices before "
|
||||
#~ "{date_invoice} and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Greška kronologije: Molimo potvrdite starije račune prije {date_invoice} "
|
||||
#~ "i pokušajte ponovo."
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. There exist at least one invoice with a later date to "
|
||||
#~ "{date_invoice}."
|
||||
#~ msgstr ""
|
||||
#~ "Kronološka greška. Postoji najmanje jedan račun sa datum iza "
|
||||
#~ "{date_invoice}."
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Račun"
|
||||
74
account_invoice_constraint_chronology/i18n/hr_HR.po
Executable file
74
account_invoice_constraint_chronology/i18n/hr_HR.po
Executable file
@@ -0,0 +1,74 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2017-05-30 00:47+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"hr_HR/)\n"
|
||||
"Language: hr_HR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Račun"
|
||||
72
account_invoice_constraint_chronology/i18n/hu.po
Executable file
72
account_invoice_constraint_chronology/i18n/hu.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/hu/)\n"
|
||||
"Language: hu\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Napló"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Számla"
|
||||
72
account_invoice_constraint_chronology/i18n/id.po
Executable file
72
account_invoice_constraint_chronology/i18n/id.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/id/)\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Jurnal"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktur"
|
||||
81
account_invoice_constraint_chronology/i18n/it.po
Executable file
81
account_invoice_constraint_chronology/i18n/it.po
Executable file
@@ -0,0 +1,81 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2024-02-22 10:34+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/oca/"
|
||||
"OCA-account-financial-tools-8-0/language/it/)\n"
|
||||
"Language: it\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Controllo cronologia"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Conflitto cronologia: esiste un conflitto con una bozza fattura con data "
|
||||
"antecedente {date_invoice}, validare prima questa."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflitto cronologia: esiste un conflitto con una fattura validata con data "
|
||||
"posterire a {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflitto cronologia: esiste una fattura con numero {highest_name} superiore "
|
||||
"con data antecedente a {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
"Conflitto cronologia: la fattura {name} non può essere {time} fattura "
|
||||
"{inv_name}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Registro"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Registrazione contabile"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fattura"
|
||||
72
account_invoice_constraint_chronology/i18n/ja.po
Executable file
72
account_invoice_constraint_chronology/i18n/ja.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/ja/)\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "仕訳帳"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "請求書"
|
||||
73
account_invoice_constraint_chronology/i18n/lt.po
Executable file
73
account_invoice_constraint_chronology/i18n/lt.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/lt/)\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Žurnalas"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Sąskaita-faktūra"
|
||||
72
account_invoice_constraint_chronology/i18n/mk.po
Executable file
72
account_invoice_constraint_chronology/i18n/mk.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Дневник"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Фактура"
|
||||
72
account_invoice_constraint_chronology/i18n/mn.po
Executable file
72
account_invoice_constraint_chronology/i18n/mn.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/mn/)\n"
|
||||
"Language: mn\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Журнал"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Нэхэмжлэл"
|
||||
72
account_invoice_constraint_chronology/i18n/nb.po
Executable file
72
account_invoice_constraint_chronology/i18n/nb.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/nb/)\n"
|
||||
"Language: nb\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journal"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
73
account_invoice_constraint_chronology/i18n/nb_NO.po
Executable file
73
account_invoice_constraint_chronology/i18n/nb_NO.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nb_NO/)\n"
|
||||
"Language: nb_NO\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Innmelding"
|
||||
80
account_invoice_constraint_chronology/i18n/nl.po
Executable file
80
account_invoice_constraint_chronology/i18n/nl.po
Executable file
@@ -0,0 +1,80 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2024-01-13 12:53+0000\n"
|
||||
"Last-Translator: \"Stéphane Bidoul (ACSONE)\" <stephane.bidoul@acsone.eu>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/oca/"
|
||||
"OCA-account-financial-tools-8-0/language/nl/)\n"
|
||||
"Language: nl\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Chronologie controleren"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Chronologieconflict: Er bestaat een tegenstrijdige conceptfactuur gedateerd "
|
||||
"vóór {date_invoice}, valideer deze eerst."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Chronologieconflict: Er bestaat een tegenstrijdige gevalideerde factuur "
|
||||
"gedateerd na {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Chronologieconflict: Er bestaat een factuur met een hoger nummer "
|
||||
"{highest_name} gedateerd vóór {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
"Chronologieconflict: Factuur {name} kan niet {time} factuur {inv_name} zijn."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Dagboek"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Boeking"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factuur"
|
||||
72
account_invoice_constraint_chronology/i18n/nl_BE.po
Executable file
72
account_invoice_constraint_chronology/i18n/nl_BE.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/nl_BE/)\n"
|
||||
"Language: nl_BE\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journaal"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factuur"
|
||||
73
account_invoice_constraint_chronology/i18n/nl_NL.po
Executable file
73
account_invoice_constraint_chronology/i18n/nl_NL.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-04-06 02:40+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nl_NL/)\n"
|
||||
"Language: nl_NL\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factuur"
|
||||
73
account_invoice_constraint_chronology/i18n/pl.po
Executable file
73
account_invoice_constraint_chronology/i18n/pl.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/pl/)\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Dziennik"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
89
account_invoice_constraint_chronology/i18n/pt.po
Executable file
89
account_invoice_constraint_chronology/i18n/pt.po
Executable file
@@ -0,0 +1,89 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2020-02-26 21:13+0000\n"
|
||||
"Last-Translator: alvarorib <alvaro.ribeiro@exo.pt>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/pt/)\n"
|
||||
"Language: pt\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"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Verificar Cronologia"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diário"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. Please confirm older draft invoices before "
|
||||
#~ "{date_invoice} and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Erro de Cronologia. Por favor confirme antes as faturas em rascunho mais "
|
||||
#~ "antigas antes da {date_invoice} e tente novamente."
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. There exist at least one invoice with a later date to "
|
||||
#~ "{date_invoice}."
|
||||
#~ msgstr ""
|
||||
#~ "Erro de Cronologia. Existe pelo menos uma fatura com uma data maior que "
|
||||
#~ "{date_invoice}."
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
98
account_invoice_constraint_chronology/i18n/pt_BR.po
Executable file
98
account_invoice_constraint_chronology/i18n/pt_BR.po
Executable file
@@ -0,0 +1,98 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2024-05-22 02:49+0000\n"
|
||||
"Last-Translator: Rodrigo Macedo <sottomaiormacedotec@users.noreply."
|
||||
"translation.odoo-community.org>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/"
|
||||
"OCA-account-financial-tools-8-0/language/pt_BR/)\n"
|
||||
"Language: pt_BR\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Verificar Cronologia"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Conflito de cronologia: existe um rascunho de fatura conflitante com data "
|
||||
"anterior a {date_invoice}. Valide-o primeiro."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflito de cronologia: existe uma fatura validada conflitante com data "
|
||||
"posterior a {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Conflito de cronologia: existe uma fatura com um número maior {highest_name} "
|
||||
"com data anterior a {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
"Conflito de cronologia: a fatura {name} não pode ser a fatura {time} "
|
||||
"{inv_name}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diário"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Entrada Diária"
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. Please confirm older draft invoices before "
|
||||
#~ "{date_invoice} and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Erro cronológico. Confirme as faturas de rascunho mais antigas antes de "
|
||||
#~ "{date_invoice} e tente novamente."
|
||||
|
||||
#, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. There exist at least one invoice with a later date to "
|
||||
#~ "{date_invoice}."
|
||||
#~ msgstr ""
|
||||
#~ "Erro cronológico. Existe pelo menos uma fatura com uma data posterior "
|
||||
#~ "para {date_invoice}."
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
73
account_invoice_constraint_chronology/i18n/pt_PT.po
Executable file
73
account_invoice_constraint_chronology/i18n/pt_PT.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_PT/)\n"
|
||||
"Language: pt_PT\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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diário"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
73
account_invoice_constraint_chronology/i18n/ro.po
Executable file
73
account_invoice_constraint_chronology/i18n/ro.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/ro/)\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Registru"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
74
account_invoice_constraint_chronology/i18n/ru.po
Executable file
74
account_invoice_constraint_chronology/i18n/ru.po
Executable file
@@ -0,0 +1,74 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Журнал"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Счет"
|
||||
73
account_invoice_constraint_chronology/i18n/sk_SK.po
Executable file
73
account_invoice_constraint_chronology/i18n/sk_SK.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"sk_SK/)\n"
|
||||
"Language: sk_SK\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktúra"
|
||||
81
account_invoice_constraint_chronology/i18n/sl.po
Executable file
81
account_invoice_constraint_chronology/i18n/sl.po
Executable file
@@ -0,0 +1,81 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-01-15 03:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Dnevnik"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, python-format
|
||||
#~ msgid ""
|
||||
#~ "Chronology Error. Please confirm older draft invoices before "
|
||||
#~ "{date_invoice} and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Kronološka napaka. Starejše osnutke računov potrdite pred %s in poskusite "
|
||||
#~ "ponovno."
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Račun"
|
||||
70
account_invoice_constraint_chronology/i18n/sr@latin.po
Executable file
70
account_invoice_constraint_chronology/i18n/sr@latin.po
Executable file
@@ -0,0 +1,70 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/sr@latin/)\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Dnevnik"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
80
account_invoice_constraint_chronology/i18n/sv.po
Executable file
80
account_invoice_constraint_chronology/i18n/sv.po
Executable file
@@ -0,0 +1,80 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2024-02-27 12:34+0000\n"
|
||||
"Last-Translator: jakobkrabbe <jakob@syscare.se>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/oca/"
|
||||
"OCA-account-financial-tools-8-0/language/sv/)\n"
|
||||
"Language: sv\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"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Kontrollera kronologi"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Kronologisk konflikt: Ett motstridigt fakturautkast daterat före "
|
||||
"{date_invoice} finns, vänligen validera det först."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Kronologisk konflikt: Det finns en motstridig validerad faktura daterad "
|
||||
"efter {date_invoice}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Kronologisk konflikt: En faktura med ett högre nummer {highest_name} daterad "
|
||||
"före {date_invoice} existerar."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
"Kronologikonflikt: Faktura {name} kan inte vara {time} faktura {inv_name}."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journal"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Verifikat"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
72
account_invoice_constraint_chronology/i18n/th.po
Executable file
72
account_invoice_constraint_chronology/i18n/th.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Thai (http://www.transifex.com/oca/OCA-account-financial-"
|
||||
"tools-8-0/language/th/)\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "ใบแจ้งหนี้"
|
||||
79
account_invoice_constraint_chronology/i18n/tr.po
Executable file
79
account_invoice_constraint_chronology/i18n/tr.po
Executable file
@@ -0,0 +1,79 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2025-09-10 10:59+0000\n"
|
||||
"Last-Translator: Tamer Sezgin <tamer.sezgin@gmail.com>\n"
|
||||
"Language-Team: Turkish (http://www.transifex.com/oca/"
|
||||
"OCA-account-financial-tools-8-0/language/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"
|
||||
"X-Generator: Weblate 5.10.4\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr "Tarihçeyi Kontrol Et"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
"Tarihçe uyuşmazlığı: {date_invoice} tarihinden önceki bir tarihli uyuşmayan "
|
||||
"bir fatura taslağı mevcut, lütfen önce onu doğrulayın."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
"Tarihçe Uyuşmazlığı: {date_invoice} tarihinden sonra uyuşmayan bir "
|
||||
"doğrulanmış fatura var."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
"Tarihçe uyuşmazlığı: {date_invoice} tarihinden önceki tarihli, daha yüksek "
|
||||
"numaralı {highest_name} fatura var."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr "Tarihçe uyuşmazlığı: {name} faturası {time} faturası {inv_name} olamaz."
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Günlük"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Yevmiye Kaydı"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
73
account_invoice_constraint_chronology/i18n/tr_TR.po
Executable file
73
account_invoice_constraint_chronology/i18n/tr_TR.po
Executable file
@@ -0,0 +1,73 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 02:39+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
|
||||
"tr_TR/)\n"
|
||||
"Language: tr_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: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Yevmiye"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
69
account_invoice_constraint_chronology/i18n/vi.po
Executable file
69
account_invoice_constraint_chronology/i18n/vi.po
Executable file
@@ -0,0 +1,69 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/vi/)\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Sổ nhật ký"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
72
account_invoice_constraint_chronology/i18n/zh_CN.po
Executable file
72
account_invoice_constraint_chronology/i18n/zh_CN.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "凭证簿"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "发票"
|
||||
72
account_invoice_constraint_chronology/i18n/zh_TW.po
Executable file
72
account_invoice_constraint_chronology/i18n/zh_TW.po
Executable file
@@ -0,0 +1,72 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_constraint_chronology
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: account-financial-tools (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 16:31+0000\n"
|
||||
"PO-Revision-Date: 2015-06-03 15:57+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-"
|
||||
"financial-tools-8-0/language/zh_TW/)\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal__check_chronology
|
||||
msgid "Check Chronology"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting draft invoice dated before {date_invoice} "
|
||||
"exists, please validate it first."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: A conflicting validated invoice dated after "
|
||||
"{date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: An invoice with a higher number {highest_name} dated "
|
||||
"before {date_invoice} exists."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#. odoo-python
|
||||
#: code:addons/account_invoice_constraint_chronology/model/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Chronology conflict: Invoice {name} cannot be {time} invoice {inv_name}."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "帳簿"
|
||||
|
||||
#. module: account_invoice_constraint_chronology
|
||||
#: model:ir.model,name:account_invoice_constraint_chronology.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "發票"
|
||||
Reference in New Issue
Block a user