[UPD] Update sql_request_abstract.pot

pull/1842/head
oca-travis 2020-05-26 08:16:43 +00:00
parent 4133882954
commit 235878451d
1 changed files with 20 additions and 15 deletions

View File

@ -4,9 +4,9 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 12.0\n" "Project-Id-Version: Odoo Server 13.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"
@ -29,7 +29,7 @@ msgid "Display Name"
msgstr "" msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: selection:sql.request.mixin,state:0 #: model:ir.model.fields.selection,name:sql_request_abstract.selection__sql_request_mixin__state__draft
msgid "Draft" msgid "Draft"
msgstr "" msgstr ""
@ -39,7 +39,7 @@ msgid "ID"
msgstr "" msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: code:addons/sql_request_abstract/models/sql_request_mixin.py:143 #: code:addons/sql_request_abstract/models/sql_request_mixin.py:0
#, python-format #, python-format
msgid "It is not allowed to execute a not checked request." msgid "It is not allowed to execute a not checked request."
msgstr "" msgstr ""
@ -55,9 +55,11 @@ msgid "Manager"
msgstr "" msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: code:addons/sql_request_abstract/models/sql_request_mixin.py:210 #: code:addons/sql_request_abstract/models/sql_request_mixin.py:0
#, python-format #, python-format
msgid "Materialized View requires PostgreSQL 9.3 or greater but PostgreSQL %s is currently installed." msgid ""
"Materialized View requires PostgreSQL 9.3 or greater but PostgreSQL %s is "
"currently installed."
msgstr "" msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
@ -81,7 +83,7 @@ msgid "SQL Request Mixin"
msgstr "" msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: selection:sql.request.mixin,state:0 #: model:ir.model.fields.selection,name:sql_request_abstract.selection__sql_request_mixin__state__sql_valid
msgid "SQL Valid" msgid "SQL Valid"
msgstr "" msgstr ""
@ -92,27 +94,29 @@ msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: model:ir.model.fields,help:sql_request_abstract.field_sql_request_mixin__state #: model:ir.model.fields,help:sql_request_abstract.field_sql_request_mixin__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 ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: code:addons/sql_request_abstract/models/sql_request_mixin.py:250 #: code:addons/sql_request_abstract/models/sql_request_mixin.py:0
#, python-format #, python-format
msgid "The SQL query is not valid:\n" msgid ""
"The SQL query is not valid:\n"
"\n" "\n"
" %s" " %s"
msgstr "" msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: code:addons/sql_request_abstract/models/sql_request_mixin.py:232 #: code:addons/sql_request_abstract/models/sql_request_mixin.py:0
#, python-format #, python-format
msgid "The query is not allowed because it contains unsafe word '%s'" msgid "The query is not allowed because it contains unsafe word '%s'"
msgstr "" msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: code:addons/sql_request_abstract/models/sql_request_mixin.py:167 #: code:addons/sql_request_abstract/models/sql_request_mixin.py:0
#, python-format #, python-format
msgid "Unimplemented mode : '%s'" msgid "Unimplemented mode : '%s'"
msgstr "" msgstr ""
@ -124,6 +128,7 @@ msgstr ""
#. module: sql_request_abstract #. module: sql_request_abstract
#: model:ir.model.fields,help:sql_request_abstract.field_sql_request_mixin__query #: model:ir.model.fields,help:sql_request_abstract.field_sql_request_mixin__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 ""