[UPD] Update sql_export.pot
parent
75a8934d43
commit
8ba303b5c4
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 12.0\n"
|
"Project-Id-Version: Odoo Server 14.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -31,7 +31,18 @@ msgid "Allowed Users"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,file_format:0
|
#: model:ir.model.fields,help:sql_export.field_sql_export__field_ids
|
||||||
|
msgid ""
|
||||||
|
"Before adding parameters, make sure you have created one that fill your need in the dedicated menu with the right type and label. \n"
|
||||||
|
"Then, when you add a parameter here, you have to include it in the SQL query in order to have dynamic values depending on the user choice.\n"
|
||||||
|
"The format of the parameters in the SQL query must be like this : %(parameter_field_name)s. \n"
|
||||||
|
"Example : from the variable menu, create an variable with type 'char', having field name 'x_name' and field label : 'Name' \n"
|
||||||
|
"Then, you can create a SQL query like this : SELECT * FROM res_partner WHERE name = %(x_name)s the variable can be used in any number of different SQL queries. \n"
|
||||||
|
"In the SQL query, you can also include these 2 special parameters %(user_id)s and %(company_id)s which will be replaced respectively by the user executing the query and the company of the user executing the query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: sql_export
|
||||||
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__file_format__csv
|
||||||
msgid "CSV"
|
msgid "CSV"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -73,21 +84,11 @@ msgstr ""
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
|
||||||
#: selection:sql.export,state:0
|
|
||||||
msgid "Draft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: model:ir.model.fields,field_description:sql_export.field_sql_export__encoding
|
#: model:ir.model.fields,field_description:sql_export.field_sql_export__encoding
|
||||||
msgid "Encoding"
|
msgid "Encoding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
|
||||||
#: selection:sql.export,file_format:0
|
|
||||||
msgid "Excel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: model_terms:ir.ui.view,arch_db:sql_export.sql_export_view_form
|
#: model_terms:ir.ui.view,arch_db:sql_export.sql_export_view_form
|
||||||
#: model_terms:ir.ui.view,arch_db:sql_export.sql_export_view_tree
|
#: model_terms:ir.ui.view,arch_db:sql_export.sql_export_view_tree
|
||||||
|
@ -186,11 +187,6 @@ msgstr ""
|
||||||
msgid "SQL Request"
|
msgid "SQL Request"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
|
||||||
#: selection:sql.export,state:0
|
|
||||||
msgid "SQL Valid"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: model:ir.model,name:sql_export.model_sql_export
|
#: model:ir.model,name:sql_export.model_sql_export
|
||||||
#: model_terms:ir.ui.view,arch_db:sql_export.sql_export_view_form
|
#: model_terms:ir.ui.view,arch_db:sql_export.sql_export_view_form
|
||||||
|
@ -203,6 +199,12 @@ msgstr ""
|
||||||
msgid "Set to Draft"
|
msgid "Set to Draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: sql_export
|
||||||
|
#: model:ir.model.fields,field_description:sql_export.field_sql_export__smart_search
|
||||||
|
#: model:ir.model.fields,field_description:sql_export.field_sql_file_wizard__smart_search
|
||||||
|
msgid "Smart Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: model:ir.model.fields,field_description:sql_export.field_sql_file_wizard__sql_export_id
|
#: model:ir.model.fields,field_description:sql_export.field_sql_file_wizard__sql_export_id
|
||||||
#: model:ir.ui.menu,name:sql_export.sql_export_menu
|
#: model:ir.ui.menu,name:sql_export.sql_export_menu
|
||||||
|
@ -222,7 +224,8 @@ msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: model:ir.model.fields,help:sql_export.field_sql_export__state
|
#: model:ir.model.fields,help:sql_export.field_sql_export__state
|
||||||
msgid "State of the Request:\n"
|
msgid ""
|
||||||
|
"State of the Request:\n"
|
||||||
" * 'Draft': Not tested\n"
|
" * 'Draft': Not tested\n"
|
||||||
" * 'SQL Valid': SQL Request has been checked and is valid"
|
" * 'SQL Valid': SQL Request has been checked and is valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -234,31 +237,33 @@ msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: model:ir.model.fields,help:sql_export.field_sql_export__query
|
#: model:ir.model.fields,help:sql_export.field_sql_export__query
|
||||||
msgid "You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, TRUNCATE, EXECUTE, UPDATE."
|
msgid ""
|
||||||
|
"You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, "
|
||||||
|
"TRUNCATE, EXECUTE, UPDATE."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__big5
|
||||||
msgid "big5"
|
msgid "big5"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__gb18030
|
||||||
msgid "gb18030"
|
msgid "gb18030"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__koir8_r
|
||||||
msgid "koir8_r"
|
msgid "koir8_r"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__latin1
|
||||||
msgid "latin1"
|
msgid "latin1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__latin2
|
||||||
msgid "latin2"
|
msgid "latin2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -273,17 +278,17 @@ msgid "select * from res_partner"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__shift_jis
|
||||||
msgid "shift_jis"
|
msgid "shift_jis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__utf-16
|
||||||
msgid "utf-16"
|
msgid "utf-16"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__utf-8
|
||||||
msgid "utf-8"
|
msgid "utf-8"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -293,12 +298,12 @@ msgid "variables_placeholder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__windows-1251
|
||||||
msgid "windows-1251"
|
msgid "windows-1251"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: sql_export
|
#. module: sql_export
|
||||||
#: selection:sql.export,encoding:0
|
#: model:ir.model.fields.selection,name:sql_export.selection__sql_export__encoding__windows-1252
|
||||||
msgid "windows-1252"
|
msgid "windows-1252"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -306,4 +311,3 @@ msgstr ""
|
||||||
#: model:ir.model.fields,field_description:sql_export.integer_field_variable_sql
|
#: model:ir.model.fields,field_description:sql_export.integer_field_variable_sql
|
||||||
msgid "x_ID"
|
msgid "x_ID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue