[UPD] Update account_move_transactionid_import.pot
parent
4a9353c637
commit
b44bcd15e3
|
@ -0,0 +1,87 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.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_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "Account move completion method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Choose here the method by which you want to import account moves for this journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2016
|
||||
msgid ""
|
||||
|
@ -12,25 +12,82 @@ msgstr ""
|
|||
"PO-Revision-Date: 2016-07-08 02:45+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2016\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "Account move completion method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid ""
|
||||
"Choose here the method by which you want to import account moves for this "
|
||||
"journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journal"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:41
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "account.move.completion.rule"
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
|
@ -12,25 +12,83 @@ msgstr ""
|
|||
"PO-Revision-Date: 2016-07-08 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
#, fuzzy
|
||||
msgid "Account move completion method"
|
||||
msgstr "account.move.completion.rule"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid ""
|
||||
"Choose here the method by which you want to import account moves for this "
|
||||
"journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:41
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "account.move.completion.rule"
|
||||
msgstr "account.move.completion.rule"
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
|
@ -12,25 +12,82 @@ msgstr ""
|
|||
"PO-Revision-Date: 2016-07-08 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "Account move completion method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid ""
|
||||
"Choose here the method by which you want to import account moves for this "
|
||||
"journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Journal"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:41
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "account.move.completion.rule"
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2016
|
||||
msgid ""
|
||||
|
@ -11,12 +11,56 @@ msgstr ""
|
|||
"POT-Creation-Date: 2016-07-08 02:45+0000\n"
|
||||
"PO-Revision-Date: 2016-07-08 02:45+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\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"
|
||||
"Language: hr_HR\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"
|
||||
"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_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "Account move completion method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid ""
|
||||
"Choose here the method by which you want to import account moves for this "
|
||||
"journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
|
@ -24,13 +68,28 @@ msgid "Journal"
|
|||
msgstr "Dnevnik"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:41
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "account.move.completion.rule"
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Andrea Cometa <a.cometa@apuliasoftware.it>, 2016
|
||||
msgid ""
|
||||
|
@ -12,25 +12,82 @@ msgstr ""
|
|||
"PO-Revision-Date: 2016-09-28 11:33+0000\n"
|
||||
"Last-Translator: Andrea Cometa <a.cometa@apuliasoftware.it>, 2016\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "Account move completion method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid ""
|
||||
"Choose here the method by which you want to import account moves for this "
|
||||
"journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Sezionale"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:41
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "account.move.completion.rule"
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 2016
|
||||
msgid ""
|
||||
|
@ -10,27 +10,86 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-07-08 02:45+0000\n"
|
||||
"PO-Revision-Date: 2016-07-08 02:45+0000\n"
|
||||
"Last-Translator: Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 2016\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
|
||||
"Last-Translator: Claudio Araujo Santos <claudioaraujosantos@gmail.com>, "
|
||||
"2016\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "Account move completion method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid ""
|
||||
"Choose here the method by which you want to import account moves for this "
|
||||
"journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr "Diário"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:41
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "account.move.completion.rule"
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_transactionid_import
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
msgid ""
|
||||
|
@ -12,11 +12,54 @@ msgstr ""
|
|||
"PO-Revision-Date: 2016-07-08 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\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_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "Account move completion method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,help:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid ""
|
||||
"Choose here the method by which you want to import account moves for this "
|
||||
"journal."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on customer invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner field)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on partner name)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "From line name (based on supplier invoice number)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.journal,import_type:0
|
||||
msgid "Generic .csv/.xls based on SO transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_journal
|
||||
|
@ -24,13 +67,28 @@ msgid "Journal"
|
|||
msgstr "Dnevnik"
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:41
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:40
|
||||
#: code:addons/account_move_transactionid_import/models/account_move.py:69
|
||||
#, python-format
|
||||
msgid "Line named \"%s\" was matched by more than one partner."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model,name:account_move_transactionid_import.model_account_move_completion_rule
|
||||
msgid "account.move.completion.rule"
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Invoice using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: selection:account.move.completion.rule,function_to_call:0
|
||||
msgid "Match Sales Order using transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_move_completion_rule__function_to_call
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_transactionid_import
|
||||
#: model:ir.model.fields,field_description:account_move_transactionid_import.field_account_journal__import_type
|
||||
msgid "Type of import"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue