[UPD] Update excel_import_export.pot
parent
2733f1ac5d
commit
6c3ebad3d0
|
@ -161,6 +161,13 @@ msgstr ""
|
|||
msgid "<code>value</code>: value from <b>Field</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#. openerp-web
|
||||
#: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:49
|
||||
#, python-format
|
||||
msgid "A popup window with your report was blocked. You may need to change your browser settings to allow popup windows for this page."
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
|
||||
msgid "Add data column"
|
||||
|
@ -370,6 +377,11 @@ msgid "Error importing data\n"
|
|||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: selection:ir.actions.report,report_type:0
|
||||
msgid "Excel"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model,name:excel_import_export.model_xlsx_export
|
||||
msgid "Excel Export AbstractModel"
|
||||
|
@ -494,6 +506,11 @@ msgstr ""
|
|||
msgid "Group Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: selection:ir.actions.report,report_type:0
|
||||
msgid "HTML"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: selection:xlsx.template.export,section_type:0
|
||||
#: selection:xlsx.template.import,section_type:0
|
||||
|
@ -728,6 +745,12 @@ msgstr ""
|
|||
msgid "Not enough worksheets"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: code:addons/excel_import_export/models/ir_report.py:17
|
||||
#, python-format
|
||||
msgid "Only one id is allowed for excel_import_export"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model.fields,help:excel_import_export.field_xlsx_template__redirect_action
|
||||
msgid "Optional action, redirection after finish import operation"
|
||||
|
@ -748,6 +771,11 @@ msgstr ""
|
|||
msgid "Optional for CSV, default is full quoting."
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: selection:ir.actions.report,report_type:0
|
||||
msgid "PDF"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:146
|
||||
#, python-format
|
||||
|
@ -784,6 +812,16 @@ msgstr ""
|
|||
msgid "Records in %s exceed max records allowed"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model,name:excel_import_export.model_ir_actions_report
|
||||
msgid "Report Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model.fields,field_description:excel_import_export.field_ir_actions_report__report_type
|
||||
msgid "Report Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_id
|
||||
#: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_id
|
||||
|
@ -886,6 +924,12 @@ msgstr ""
|
|||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: code:addons/excel_import_export/models/ir_report.py:23
|
||||
#, python-format
|
||||
msgid "Template %s on model %s is not unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__fname
|
||||
#: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__name
|
||||
|
@ -905,6 +949,11 @@ msgstr ""
|
|||
msgid "Template's model mismatch"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: selection:ir.actions.report,report_type:0
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model.fields,help:excel_import_export.field_xlsx_template__res_model
|
||||
msgid "The database object this attachment will be attached to."
|
||||
|
@ -916,6 +965,11 @@ msgstr ""
|
|||
msgid "The selected redirect action is not for model %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model.fields,help:excel_import_export.field_ir_actions_report__report_type
|
||||
msgid "The type of the report that will be rendered, each one having its own rendering method. HTML means the report will be opened directly in your browser PDF means the report will be rendered using Wkhtmltopdf and downloaded by the user."
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:89
|
||||
#, python-format
|
||||
|
@ -933,6 +987,13 @@ msgstr ""
|
|||
msgid "This is used to construct instruction in tab Import/Export"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#. openerp-web
|
||||
#: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:52
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#. module: excel_import_export
|
||||
#: model:ir.model,name:excel_import_export.model_export_xlsx_wizard
|
||||
msgid "Wizard for exporting excel"
|
||||
|
|
Loading…
Reference in New Issue