mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[UPD] Update report_xlsx_helper.pot
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -13,18 +13,18 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
#: code:addons/report_xlsx_helper/models/ir_actions_report.py:0
|
||||
#, python-format
|
||||
msgid "%s model was not found"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%s, _write_line : programming error detected while processing "
|
||||
"col_specs_section %s, column %s"
|
||||
"%(__name__)s, _write_line : programming error detected while processing "
|
||||
"col_specs_section %(col_specs_section)s, column %(col)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
#: code:addons/report_xlsx_helper/models/ir_actions_report.py:0
|
||||
#, python-format
|
||||
msgid "%s model was not found"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
@@ -39,24 +39,12 @@ msgid "Abstract XLSX Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_ir_actions_report__display_name
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_abstract__display_name
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_helper_test_partner_xlsx__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_ir_actions_report__id
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_abstract__id
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_helper_test_partner_xlsx__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_ir_actions_report____last_update
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_abstract____last_update
|
||||
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_helper_test_partner_xlsx____last_update
|
||||
msgid "Last Modified on"
|
||||
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Programming Error:\n"
|
||||
"\n"
|
||||
"Excel Sheet name '%(name)s' contains unsupported special characters: '%(special_chars)s'."
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
@@ -65,16 +53,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"Programming Error:\n"
|
||||
"\n"
|
||||
"Excel Sheet name '%s' contains unsupported special characters: '%s'."
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Programming Error:\n"
|
||||
"\n"
|
||||
"Excel Sheet name '%s' should not exceed %s characters."
|
||||
"Excel Sheet name '%(name)s' should not exceed %(max_chars)s characters."
|
||||
msgstr ""
|
||||
|
||||
#. module: report_xlsx_helper
|
||||
|
||||
Reference in New Issue
Block a user