|
|
# Translation of OpenERP Server. # This file contains the translation of the following modules: # * sql_export # msgid "" msgstr "" "Project-Id-Version: OpenERP Server 7.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-06-08 17:32+0000\n" "PO-Revision-Date: 2015-06-08 17:32+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_export #: code:_description:0 #: model:ir.model,name:sql_export.model_sql_file_wizard #, python-format msgid "Allow the user to save the file with sql request's data" msgstr ""
#. module: sql_export #: field:sql.export,group_ids:0 msgid "Allowed Groups" msgstr ""
#. module: sql_export #: view:sql.export:0 #: field:sql.export,user_ids:0 msgid "Allowed Users" msgstr ""
#. module: sql_export #: view:sql.export:0 msgid "Allowed Users Groups" msgstr ""
#. module: sql_export #: field:sql.export,copy_options:0 msgid "Copy Options" msgstr ""
#. module: sql_export #: view:sql.file.wizard:0 msgid "Csv File" msgstr ""
#. module: sql_export #: view:sql.export:0 msgid "Execute Query" msgstr ""
#. module: sql_export #: model:ir.ui.menu,name:sql_export.menu_export msgid "Export" msgstr ""
#. module: sql_export #: field:sql.file.wizard,file:0 msgid "File" msgstr ""
#. module: sql_export #: field:sql.file.wizard,file_name:0 msgid "File Name" msgstr ""
#. module: sql_export #: code:addons/sql_export/sql_export.py:139 #, python-format msgid "Invalid Query" msgstr ""
#. module: sql_export #: field:sql.export,name:0 msgid "Name" msgstr ""
#. module: sql_export #: field:sql.export,query:0 msgid "Query" msgstr ""
#. module: sql_export #: model:ir.actions.act_window,name:sql_export.sql_export_tree_action #: view:sql.export:0 msgid "SQL Export" msgstr ""
#. module: sql_export #: code:_description:0 #: model:ir.model,name:sql_export.model_sql_export #: view:sql.export:0 #, python-format msgid "SQL export" msgstr ""
#. module: sql_export #: model:ir.ui.menu,name:sql_export.sql_export_menu #: model:ir.ui.menu,name:sql_export.sql_export_menu_view msgid "Sql Export" msgstr ""
#. module: sql_export #: model:res.groups,name:sql_export.group_sql_request_editor msgid "Sql Request Editor" msgstr ""
#. module: sql_export #: code:addons/sql_export/sql_export.py:140 #, python-format msgid "The Sql query is not valid." msgstr ""
#. module: sql_export #: constraint:sql.export:0 msgid "The query you want make is not allowed : prohibited actions (Delete, drop...)" msgstr ""
#. module: sql_export #: help:sql.export,query:0 msgid "You can't use the following word : delete, drop, create, insert, alter, truncate, execute, update" msgstr ""
|