# Translation of Odoo Server. # This file contains the translation of the following modules: # * sql_request_abstract # msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-02-27 12:11+0000\n" "PO-Revision-Date: 2017-02-27 12:11+0000\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: sql_request_abstract #: field:sql.request.mixin,group_ids:0 msgid "Allowed Groups" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,user_ids:0 msgid "Allowed Users" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,create_uid:0 msgid "Created by" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,create_date:0 msgid "Created on" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,display_name:0 msgid "Display Name" msgstr "" #. module: sql_request_abstract #: selection:sql.request.mixin,state:0 msgid "Draft" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,id:0 msgid "ID" msgstr "" #. module: sql_request_abstract #: code:addons/sql_request_abstract/models/sql_request_mixin.py:135 #, python-format msgid "It is not allowed to execute a not checked request." msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,__last_update:0 msgid "Last Modified on" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,write_uid:0 msgid "Last Updated by" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,write_date:0 msgid "Last Updated on" msgstr "" #. module: sql_request_abstract #: model:res.groups,name:sql_request_abstract.group_sql_abstract_mixin_manager msgid "Manager" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,name:0 msgid "Name" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,query:0 msgid "Query" msgstr "" #. module: sql_request_abstract #: selection:sql.request.mixin,state:0 msgid "SQL Valid" msgstr "" #. module: sql_request_abstract #: model:ir.module.category,name:sql_request_abstract.category_sql_abstract msgid "Sql Request" msgstr "" #. module: sql_request_abstract #: field:sql.request.mixin,state:0 msgid "State" msgstr "" #. module: sql_request_abstract #: help:sql.request.mixin,state:0 msgid "State of the Request:\n" " * 'Draft': Not tested\n" " * 'SQL Valid': SQL Request has been checked and is valid" msgstr "" #. module: sql_request_abstract #: code:addons/sql_request_abstract/models/sql_request_mixin.py:248 #, python-format msgid "The SQL query is not valid:\n" "\n" " %s" msgstr "" #. module: sql_request_abstract #: code:addons/sql_request_abstract/models/sql_request_mixin.py:217 #, python-format msgid "The query is not allowed because it contains unsafe word '%s'" msgstr "" #. module: sql_request_abstract #: code:addons/sql_request_abstract/models/sql_request_mixin.py:156 #, python-format msgid "Unimplemented mode : '%s'" msgstr "" #. module: sql_request_abstract #: model:res.groups,name:sql_request_abstract.group_sql_abstract_mixin_user msgid "User" msgstr "" #. module: sql_request_abstract #: help:sql.request.mixin,query:0 msgid "You can't use the following words: DELETE, DROP, CREATE, INSERT, ALTER, TRUNCATE, EXECUTE, UPDATE" msgstr ""