From a10d19408cd1f74167b8d6e4c32d60537e33bc4c Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 15 Jan 2018 12:12:18 +0100 Subject: [PATCH] OCA Transbot updated translations from Transifex --- .../i18n/bg.po | 49 +++++++++++++++++++ .../i18n/el_GR.po | 49 +++++++++++++++++++ .../i18n/fi.po | 49 +++++++++++++++++++ .../i18n/fr.po | 27 +++++----- .../i18n/fr_CA.po | 49 +++++++++++++++++++ .../i18n/fr_CH.po | 49 +++++++++++++++++++ .../i18n/gl.po | 49 +++++++++++++++++++ .../i18n/hr.po | 22 ++++----- .../i18n/nb_NO.po | 49 +++++++++++++++++++ .../i18n/nl_NL.po | 49 +++++++++++++++++++ .../i18n/pt_PT.po | 21 ++++---- .../i18n/sk_SK.po | 49 +++++++++++++++++++ .../i18n/sl.po | 21 ++++---- .../i18n/tr_TR.po | 23 +++++---- 14 files changed, 498 insertions(+), 57 deletions(-) create mode 100644 account_invoice_constraint_chronology/i18n/bg.po create mode 100644 account_invoice_constraint_chronology/i18n/el_GR.po create mode 100644 account_invoice_constraint_chronology/i18n/fi.po create mode 100644 account_invoice_constraint_chronology/i18n/fr_CA.po create mode 100644 account_invoice_constraint_chronology/i18n/fr_CH.po create mode 100644 account_invoice_constraint_chronology/i18n/gl.po create mode 100644 account_invoice_constraint_chronology/i18n/nb_NO.po create mode 100644 account_invoice_constraint_chronology/i18n/nl_NL.po create mode 100644 account_invoice_constraint_chronology/i18n/sk_SK.po diff --git a/account_invoice_constraint_chronology/i18n/bg.po b/account_invoice_constraint_chronology/i18n/bg.po new file mode 100644 index 000000000..abbcccb9e --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/bg.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/el_GR.po b/account_invoice_constraint_chronology/i18n/el_GR.po new file mode 100644 index 000000000..ce739d2f1 --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/el_GR.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Τιμολόγιο" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/fi.po b/account_invoice_constraint_chronology/i18n/fi.po new file mode 100644 index 000000000..6e567fa60 --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/fi.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Lasku" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/fr.po b/account_invoice_constraint_chronology/i18n/fr.po index 4e2b5dfd1..ef1d86afe 100644 --- a/account_invoice_constraint_chronology/i18n/fr.po +++ b/account_invoice_constraint_chronology/i18n/fr.po @@ -3,14 +3,16 @@ # * account_invoice_constraint_chronology # # Translators: +# OCA Transbot , 2018 +# Quentin THEURET , 2018 msgid "" msgstr "" -"Project-Id-Version: account-financial-tools (8.0)\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-01 13:25+0000\n" -"PO-Revision-Date: 2015-06-03 15:57+0000\n" -"Last-Translator: <>\n" -"Language-Team: French (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/fr/)\n" +"POT-Creation-Date: 2018-01-15 13:09+0000\n" +"PO-Revision-Date: 2018-01-15 13:09+0000\n" +"Last-Translator: Quentin THEURET , 2018\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -18,25 +20,28 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_invoice_constraint_chronology -#: field:account.journal,check_chronology:0 +#: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology msgid "Check Chronology" -msgstr "" +msgstr "Vérifier la chronologie" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:59 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 #, python-format msgid "" "Chronology Error. Please confirm older draft invoices before %s and try " "again." msgstr "" +"Erreur de chronologie. Veuillez confirmer les anciennes factures brouillon " +"avant %set réessayer." #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:78 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 #, python-format msgid "" -"Chronology Error. There exist at least one invoice with a date posterior to " -"%s." +"Chronology Error. There exist at least one invoice with a later date to %s." msgstr "" +"Erreur de chronologie. Il existe au moins une facture avec une date " +"ultérieure à %s." #. module: account_invoice_constraint_chronology #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice diff --git a/account_invoice_constraint_chronology/i18n/fr_CA.po b/account_invoice_constraint_chronology/i18n/fr_CA.po new file mode 100644 index 000000000..398b40731 --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/fr_CA.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/fr_CH.po b/account_invoice_constraint_chronology/i18n/fr_CH.po new file mode 100644 index 000000000..89ebcdbb7 --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/fr_CH.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/gl.po b/account_invoice_constraint_chronology/i18n/gl.po new file mode 100644 index 000000000..37d8072fa --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/gl.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/hr.po b/account_invoice_constraint_chronology/i18n/hr.po index e9624ccbe..8cddf483e 100644 --- a/account_invoice_constraint_chronology/i18n/hr.po +++ b/account_invoice_constraint_chronology/i18n/hr.po @@ -3,15 +3,14 @@ # * account_invoice_constraint_chronology # # Translators: -# OCA Transbot , 2017 -# Bole , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-30 00:47+0000\n" -"PO-Revision-Date: 2017-05-30 00:47+0000\n" -"Last-Translator: Bole , 2017\n" +"POT-Creation-Date: 2018-01-15 03:39+0000\n" +"PO-Revision-Date: 2018-01-15 03:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +20,11 @@ msgstr "" #. 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 kronološki" +msgid "Check Chronology" +msgstr "" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 #, python-format msgid "" "Chronology Error. Please confirm older draft invoices before %s and try " @@ -33,11 +32,10 @@ msgid "" msgstr "" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 #, python-format msgid "" -"Chronology Error. There exist at least one invoice with a date posterior to " -"%s." +"Chronology Error. There exist at least one invoice with a later date to %s." msgstr "" #. module: account_invoice_constraint_chronology diff --git a/account_invoice_constraint_chronology/i18n/nb_NO.po b/account_invoice_constraint_chronology/i18n/nb_NO.po new file mode 100644 index 000000000..f657ea23f --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/nb_NO.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Innmelding" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/nl_NL.po b/account_invoice_constraint_chronology/i18n/nl_NL.po new file mode 100644 index 000000000..926734035 --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/nl_NL.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-06 02:40+0000\n" +"PO-Revision-Date: 2018-04-06 02:40+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/pt_PT.po b/account_invoice_constraint_chronology/i18n/pt_PT.po index 9973fe52e..6434b71d9 100644 --- a/account_invoice_constraint_chronology/i18n/pt_PT.po +++ b/account_invoice_constraint_chronology/i18n/pt_PT.po @@ -3,14 +3,14 @@ # * account_invoice_constraint_chronology # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-30 00:47+0000\n" -"PO-Revision-Date: 2017-05-30 00:47+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,11 +20,11 @@ msgstr "" #. module: account_invoice_constraint_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology -msgid "Check chronology" +msgid "Check Chronology" msgstr "" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 #, python-format msgid "" "Chronology Error. Please confirm older draft invoices before %s and try " @@ -32,17 +32,16 @@ msgid "" msgstr "" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 #, python-format msgid "" -"Chronology Error. There exist at least one invoice with a date posterior to " -"%s." +"Chronology Error. There exist at least one invoice with a later date to %s." msgstr "" #. module: account_invoice_constraint_chronology #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice msgid "Invoice" -msgstr "" +msgstr "Fatura" #. module: account_invoice_constraint_chronology #: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal diff --git a/account_invoice_constraint_chronology/i18n/sk_SK.po b/account_invoice_constraint_chronology/i18n/sk_SK.po new file mode 100644 index 000000000..fb465440e --- /dev/null +++ b/account_invoice_constraint_chronology/i18n/sk_SK.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_constraint_chronology +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/sk_SK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk_SK\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 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 +#, python-format +msgid "" +"Chronology Error. Please confirm older draft invoices before %s and try " +"again." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 +#, python-format +msgid "" +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice +msgid "Invoice" +msgstr "Faktúra" + +#. module: account_invoice_constraint_chronology +#: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal +msgid "Journal" +msgstr "" diff --git a/account_invoice_constraint_chronology/i18n/sl.po b/account_invoice_constraint_chronology/i18n/sl.po index f5d3fc9de..968a6efb5 100644 --- a/account_invoice_constraint_chronology/i18n/sl.po +++ b/account_invoice_constraint_chronology/i18n/sl.po @@ -3,14 +3,14 @@ # * account_invoice_constraint_chronology # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-30 00:47+0000\n" -"PO-Revision-Date: 2017-05-30 00:47+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-01-15 03:39+0000\n" +"PO-Revision-Date: 2018-01-15 03:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,11 +20,11 @@ msgstr "" #. module: account_invoice_constraint_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_journal_check_chronology -msgid "Check chronology" +msgid "Check Chronology" msgstr "" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 #, python-format msgid "" "Chronology Error. Please confirm older draft invoices before %s and try " @@ -34,12 +34,11 @@ msgstr "" "ponovno." #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 #, python-format msgid "" -"Chronology Error. There exist at least one invoice with a date posterior to " -"%s." -msgstr "Kronološka napaka. Obstaja vsaj en račun z datumom za %s." +"Chronology Error. There exist at least one invoice with a later date to %s." +msgstr "" #. module: account_invoice_constraint_chronology #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice diff --git a/account_invoice_constraint_chronology/i18n/tr_TR.po b/account_invoice_constraint_chronology/i18n/tr_TR.po index 7a4e15f8f..a269cb2f7 100644 --- a/account_invoice_constraint_chronology/i18n/tr_TR.po +++ b/account_invoice_constraint_chronology/i18n/tr_TR.po @@ -3,28 +3,28 @@ # * account_invoice_constraint_chronology # # Translators: -# Ediz Duman , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-30 00:47+0000\n" -"PO-Revision-Date: 2017-05-30 00:47+0000\n" -"Last-Translator: Ediz Duman , 2017\n" +"POT-Creation-Date: 2018-03-30 02:39+0000\n" +"PO-Revision-Date: 2018-03-30 02:39+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: tr_TR\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"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" +msgid "Check Chronology" msgstr "" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:31 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:30 #, python-format msgid "" "Chronology Error. Please confirm older draft invoices before %s and try " @@ -32,17 +32,16 @@ msgid "" msgstr "" #. module: account_invoice_constraint_chronology -#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:48 +#: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:47 #, python-format msgid "" -"Chronology Error. There exist at least one invoice with a date posterior to " -"%s." +"Chronology Error. There exist at least one invoice with a later date to %s." msgstr "" #. module: account_invoice_constraint_chronology #: model:ir.model,name:account_invoice_constraint_chronology.model_account_invoice msgid "Invoice" -msgstr "" +msgstr "Fatura" #. module: account_invoice_constraint_chronology #: model:ir.model,name:account_invoice_constraint_chronology.model_account_journal