diff --git a/bi_sql_editor/i18n/am.po b/bi_sql_editor/i18n/am.po index 1f90b06a..45a897fe 100644 --- a/bi_sql_editor/i18n/am.po +++ b/bi_sql_editor/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/ar.po b/bi_sql_editor/i18n/ar.po index 72268c32..1be8fd7d 100644 --- a/bi_sql_editor/i18n/ar.po +++ b/bi_sql_editor/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # SaFi J. , 2017 @@ -13,11 +13,12 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: SaFi J. , 2017\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "الاسم" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/bg.po b/bi_sql_editor/i18n/bg.po index 9dea14ba..09e34f7b 100644 --- a/bi_sql_editor/i18n/bg.po +++ b/bi_sql_editor/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Име" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/bi_sql_editor.pot b/bi_sql_editor/i18n/bi_sql_editor.pot new file mode 100644 index 00000000..620ddb07 --- /dev/null +++ b/bi_sql_editor/i18n/bi_sql_editor.pot @@ -0,0 +1,526 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * bi_sql_editor +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \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: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:151 +#, python-format +msgid "%s (Copy)" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 +#, python-format +msgid "%s Access %s" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 +#, python-format +msgid "Access %s" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +#: field:bi.sql.view,group_ids:0 +msgid "Allowed Groups" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,user_ids:0 +msgid "Allowed Users" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Are you sure you want to set to draft this SQL View. It will delete the materialized view, and all the previous mapping realized with the columns" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view.field,is_group_by:0 +msgid "Check this box if you want to create a 'group by' option in the search view" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view.field,is_index:0 +msgid "Check this box if you want to create an index on that field. This is recommended for searchable and groupable fields, to reduce duration" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,graph_type:0 +msgid "Column" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Create SQL View, Indexes and Models" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Create UI" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,create_uid:0 +#: field:bi.sql.view.field,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,create_date:0 +#: field:bi.sql.view.field,create_date:0 +msgid "Created on" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,cron_id:0 +msgid "Cron Task that will refresh the materialized view" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,size:0 +msgid "Database Size" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,domain_force:0 +msgid "Define here access restriction to data.\n" +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,display_name:0 +#: field:bi.sql.view.field,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view,state:0 +msgid "Draft" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,domain_force:0 +msgid "Extra Rule Definition" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Extras Information" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,field_description:0 +msgid "Field Description" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,ttype:0 +msgid "Field Type" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view.field,many2one_model_id:0 +msgid "For 'Many2one' Odoo field.\n" +" Co Model of the field." +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view.field,selection:0 +msgid "For 'Selection' Odoo field.\n" +" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,model_name:0 +msgid "Full Qualified Name of the transient model that will be created." +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,view_name:0 +msgid "Full name of the SQL view" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,graph_type:0 +msgid "Graph Type" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view,state:0 +msgid "Graph, action and Menu Created" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,has_group_changed:0 +msgid "Has group changed" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,id:0 +#: field:bi.sql.view.field,id:0 +msgid "ID" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,index_name:0 +msgid "Index Name" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,is_group_by:0 +msgid "Is Group by" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,is_index:0 +msgid "Is Index" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,is_materialized:0 +msgid "Is Materialized View" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,__last_update:0 +#: field:bi.sql.view.field,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,write_uid:0 +#: field:bi.sql.view.field,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,write_date:0 +#: field:bi.sql.view.field,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,materialized_text:0 +msgid "Materialized text" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,graph_type:0 +msgid "Measure" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +#: field:bi.sql.view.field,many2one_model_id:0 +msgid "Model" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,model_name:0 +msgid "Model Name" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,name:0 +#: field:bi.sql.view.field,name:0 +msgid "Name" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 +#, python-format +msgid "No Column was found.\n" +"Columns name should be prefixed by 'x_'." +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,action_id:0 +msgid "Odoo Action" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,cron_id:0 +msgid "Odoo Cron" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,graph_view_id:0 +msgid "Odoo Graph View" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,menu_id:0 +msgid "Odoo Menu" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,model_id:0 +msgid "Odoo Model" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,rule_id:0 +msgid "Odoo Rule" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,search_view_id:0 +msgid "Odoo Search View" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Open View" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,query:0 +msgid "Query" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Refresh Materialized View" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 +#, python-format +msgid "Refresh Materialized View %s" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,graph_type:0 +msgid "Row" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Rule Definition" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 +#, python-format +msgid "SQL Error while creating %s VIEW %s :\n" +" %s" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +#: field:bi.sql.view,bi_sql_view_field_ids:0 +msgid "SQL Fields" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "SQL Query" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor +msgid "SQL Reports" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,query:0 +msgid "SQL Request that will be inserted as the view. Take care to :\n" +" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * Do not use 'SELECT *' or 'SELECT table.*';\n" +" * prefix the name of the selectable columns by 'x_';" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,sql_type:0 +msgid "SQL Type" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view.field,sql_type:0 +msgid "SQL Type in the database" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view,state:0 +msgid "SQL Valid" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,bi_sql_view_id:0 +msgid "SQL View" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view,state:0 +msgid "SQL View and Model Created" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view +#: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view +msgid "SQL Views" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Security" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,selection:0 +msgid "Selection Options" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Set to Draft" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,size:0 +msgid "Size of the materialized view and its indexes" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,state:0 +msgid "State" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,state:0 +msgid "State of the Request:\n" +" * 'Draft': Not tested\n" +" * 'SQL Valid': SQL Request has been checked and is valid" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view,technical_name:0 +msgid "Suffix of the SQL view. (SQL full name will be computed and prefixed by 'x_bi_sql_view_'. Should have correctsyntax. For more information, see https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,technical_name:0 +msgid "Technical Name" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view.field,field_description:0 +msgid "This will be used as the name of the Odoo field, displayed for users" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "This will create Odoo View, Action and Menu" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "This will try to create an SQL View, based on the SQL request and the according Transient Model and fields, based on settings" +msgstr "" + +#. module: bi_sql_editor +#: help:bi.sql.view.field,ttype:0 +msgid "Type of the Odoo field that will be created. Let empty if you don't want to create a new field. If empty, this field will not be displayed neither available for search or group by function" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Update Model Access. Required if you changed groups list after having created the model" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Update Model Acess" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "User Interface" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "Validate SQL Expression" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view,view_name:0 +msgid "View Name" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:161 +#, python-format +msgid "You can only process this action on SQL Valid items" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:143 +#, python-format +msgid "You can only unlink draft views" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "boolean" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "char" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "date" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "datetime" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "float" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "integer" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "many2one" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,ttype:0 +msgid "selection" +msgstr "" + +#. module: bi_sql_editor +#: field:bi.sql.view.field,sequence:0 +msgid "sequence" +msgstr "" + +#. module: bi_sql_editor +#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form +msgid "this will refresh the materialized view" +msgstr "" + diff --git a/bi_sql_editor/i18n/bs.po b/bi_sql_editor/i18n/bs.po index 56bb87a7..094b8e85 100644 --- a/bi_sql_editor/i18n/bs.po +++ b/bi_sql_editor/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Ime" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/ca.po b/bi_sql_editor/i18n/ca.po index 890a193a..379ff819 100644 --- a/bi_sql_editor/i18n/ca.po +++ b/bi_sql_editor/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Carles Antoli , 2017 @@ -14,10 +14,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Marc Tormo i Bochaca , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -27,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -52,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -109,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -154,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -249,7 +252,7 @@ msgid "Name" msgstr "Nom" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -307,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -323,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -350,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/ca_ES.po b/bi_sql_editor/i18n/ca_ES.po index 4ab72c4c..7a2afe13 100644 --- a/bi_sql_editor/i18n/ca_ES.po +++ b/bi_sql_editor/i18n/ca_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # Carlos Hormigo, 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-02-13 09:51+0000\n" "PO-Revision-Date: 2018-02-13 09:51+0000\n" "Last-Translator: Carlos Hormigo, 2018\n" -"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/" +"ca_ES/)\n" +"Language: ca_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/cs.po b/bi_sql_editor/i18n/cs.po index 76bb3794..0a244196 100644 --- a/bi_sql_editor/i18n/cs.po +++ b/bi_sql_editor/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Jaroslav Helemik Nemec , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Jaroslav Helemik Nemec , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Název" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/da.po b/bi_sql_editor/i18n/da.po index ec2dae24..1e2b82ff 100644 --- a/bi_sql_editor/i18n/da.po +++ b/bi_sql_editor/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Navn" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/da_DK.po b/bi_sql_editor/i18n/da_DK.po index 83c2c12f..f8f3db9c 100644 --- a/bi_sql_editor/i18n/da_DK.po +++ b/bi_sql_editor/i18n/da_DK.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # Hans Henrik Gabelgaard , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-09-02 12:14+0000\n" "PO-Revision-Date: 2017-09-02 12:14+0000\n" "Last-Translator: Hans Henrik Gabelgaard , 2017\n" -"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/da_DK/)\n" +"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/" +"da_DK/)\n" +"Language: da_DK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da_DK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/de.po b/bi_sql_editor/i18n/de.po index 4813ec79..ee7667df 100644 --- a/bi_sql_editor/i18n/de.po +++ b/bi_sql_editor/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Rudolf Schnapka , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Rudolf Schnapka , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "Erlaubte Benutzer" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Bezeichnung" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/el_GR.po b/bi_sql_editor/i18n/el_GR.po index ce8205c3..d31ff8d7 100644 --- a/bi_sql_editor/i18n/el_GR.po +++ b/bi_sql_editor/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Kostas Goutoudis , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Kostas Goutoudis , 2017\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "Ονομασία" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/en_GB.po b/bi_sql_editor/i18n/en_GB.po index 9b4a2e63..9e9efdf7 100644 --- a/bi_sql_editor/i18n/en_GB.po +++ b/bi_sql_editor/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Name" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es.po b/bi_sql_editor/i18n/es.po index 63a955c9..72cebe9f 100644 --- a/bi_sql_editor/i18n/es.po +++ b/bi_sql_editor/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Antonio Trueba , 2017 @@ -15,10 +15,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Carles Antoli , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -28,13 +28,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -53,9 +53,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -110,8 +110,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -155,7 +157,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -250,7 +253,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -308,7 +311,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -324,7 +327,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -351,7 +354,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_AR.po b/bi_sql_editor/i18n/es_AR.po index e16884a1..8f2308c0 100644 --- a/bi_sql_editor/i18n/es_AR.po +++ b/bi_sql_editor/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_CL.po b/bi_sql_editor/i18n/es_CL.po index db2a57b3..659e95c7 100644 --- a/bi_sql_editor/i18n/es_CL.po +++ b/bi_sql_editor/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_CO.po b/bi_sql_editor/i18n/es_CO.po index 4bbcf713..3a80c67f 100644 --- a/bi_sql_editor/i18n/es_CO.po +++ b/bi_sql_editor/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_CR.po b/bi_sql_editor/i18n/es_CR.po index 63aab159..b273feba 100644 --- a/bi_sql_editor/i18n/es_CR.po +++ b/bi_sql_editor/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_DO.po b/bi_sql_editor/i18n/es_DO.po index 7eb5947d..8306c02b 100644 --- a/bi_sql_editor/i18n/es_DO.po +++ b/bi_sql_editor/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_EC.po b/bi_sql_editor/i18n/es_EC.po index 30f1d6e0..dcf0f3b3 100644 --- a/bi_sql_editor/i18n/es_EC.po +++ b/bi_sql_editor/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_ES.po b/bi_sql_editor/i18n/es_ES.po index a3530734..d97251a1 100644 --- a/bi_sql_editor/i18n/es_ES.po +++ b/bi_sql_editor/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_MX.po b/bi_sql_editor/i18n/es_MX.po index 83edafe2..0013d0fa 100644 --- a/bi_sql_editor/i18n/es_MX.po +++ b/bi_sql_editor/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_PE.po b/bi_sql_editor/i18n/es_PE.po index da68ade2..db8f1c98 100644 --- a/bi_sql_editor/i18n/es_PE.po +++ b/bi_sql_editor/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_PY.po b/bi_sql_editor/i18n/es_PY.po index f2dad9f3..9bfaa8a1 100644 --- a/bi_sql_editor/i18n/es_PY.po +++ b/bi_sql_editor/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/es_VE.po b/bi_sql_editor/i18n/es_VE.po index 8a937ef2..f31962ce 100644 --- a/bi_sql_editor/i18n/es_VE.po +++ b/bi_sql_editor/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nombre" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/et.po b/bi_sql_editor/i18n/et.po index 2b7c516b..a98d8666 100644 --- a/bi_sql_editor/i18n/et.po +++ b/bi_sql_editor/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Nimi" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/eu.po b/bi_sql_editor/i18n/eu.po index 862a21a0..be8c1f91 100644 --- a/bi_sql_editor/i18n/eu.po +++ b/bi_sql_editor/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Esther Martín Menéndez , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Esther Martín Menéndez , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Izena" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/fa.po b/bi_sql_editor/i18n/fa.po index 3c8d7098..ec6bc287 100644 --- a/bi_sql_editor/i18n/fa.po +++ b/bi_sql_editor/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "نام" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/fi.po b/bi_sql_editor/i18n/fi.po index 453dfaf2..4a4a87d2 100644 --- a/bi_sql_editor/i18n/fi.po +++ b/bi_sql_editor/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Jarmo Kortetjärvi , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Jarmo Kortetjärvi , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Nimi" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/fr.po b/bi_sql_editor/i18n/fr.po index 43ef843b..50d8bbcd 100644 --- a/bi_sql_editor/i18n/fr.po +++ b/bi_sql_editor/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-13 09:51+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_sql_editor @@ -50,9 +50,9 @@ msgstr "Utilisateurs Autorisés" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -60,8 +60,7 @@ msgstr "" msgid "" "Check this box if you want to create a 'group by' option in the search view" msgstr "" -"Cochez cette case pour créer une option 'Grouper Par' sur la vue de " -"recherche" +"Cochez cette case pour créer une option 'Grouper Par' sur la vue de recherche" #. module: bi_sql_editor #: help:bi.sql.view.field,is_index:0 @@ -112,12 +111,17 @@ msgstr "Taille de la base de données" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" "Définir ici les règles de restrictions d'accès aux données.\n" -" Faite attention à utilliser des noms de champs préfixés par 'x_'. Un 'ir.rule' global sera créé. Une règle classique en multi-companie est, par exemple : \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Faite attention à utilliser des noms de champs préfixés par 'x_'. Un 'ir." +"rule' global sera créé. Une règle classique en multi-companie est, par " +"exemple : \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." #. module: bi_sql_editor #: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0 @@ -160,10 +164,13 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" "Pour les champs Odoo 'Selection'.\n" -" Liste des options, spécifié par une expression python, définition une liste de paires de (clé, valeur). Par exemple : [('blue','Blue'), ('yellow','Yellow')]" +" Liste des options, spécifié par une expression python, définition une liste " +"de paires de (clé, valeur). Par exemple : [('blue','Blue'), " +"('yellow','Yellow')]" #. module: bi_sql_editor #: help:bi.sql.view,model_name:0 @@ -362,12 +369,14 @@ msgstr "SQL Reports" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" "Requête SQL qui sera insérée dans la vue SQL. Faire attention à :\n" -" * Mettre un nom (AS) pour tous les champs à afficher, spécialement si vous utilisez des fonctions SQL (comme EXTRACT, ...);\n" +" * Mettre un nom (AS) pour tous les champs à afficher, spécialement si vous " +"utilisez des fonctions SQL (comme EXTRACT, ...);\n" " * Ne pas utiliser 'SELECT *' ou 'SELECT table.*';\n" " * Préfixer le nom des colonnes à afficher par 'x_';" @@ -487,8 +496,8 @@ msgid "" "Update Model Access. Required if you changed groups list after having " "created the model" msgstr "" -"Mettre à jour l'accès au modèle. Requis si vous changez la liste de groupes," -" après avoir créer le modèle" +"Mettre à jour l'accès au modèle. Requis si vous changez la liste de groupes, " +"après avoir créer le modèle" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form diff --git a/bi_sql_editor/i18n/fr_CA.po b/bi_sql_editor/i18n/fr_CA.po index a856d606..86966fb7 100644 --- a/bi_sql_editor/i18n/fr_CA.po +++ b/bi_sql_editor/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nom" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/fr_CH.po b/bi_sql_editor/i18n/fr_CH.po index edfbba0b..764933d7 100644 --- a/bi_sql_editor/i18n/fr_CH.po +++ b/bi_sql_editor/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/gl.po b/bi_sql_editor/i18n/gl.po index 474dcc9f..5a990e49 100644 --- a/bi_sql_editor/i18n/gl.po +++ b/bi_sql_editor/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # César Castro Cruz , 2017 @@ -14,10 +14,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Alejandro Santana , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -27,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -52,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -109,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -154,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -249,7 +252,7 @@ msgid "Name" msgstr "Nome" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -307,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -323,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -350,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/gl_ES.po b/bi_sql_editor/i18n/gl_ES.po index e952b4ea..0357c621 100644 --- a/bi_sql_editor/i18n/gl_ES.po +++ b/bi_sql_editor/i18n/gl_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/he.po b/bi_sql_editor/i18n/he.po index ef3829e9..92bdc378 100644 --- a/bi_sql_editor/i18n/he.po +++ b/bi_sql_editor/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "שם" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/hr.po b/bi_sql_editor/i18n/hr.po index 2ee9b5ce..a5479f3e 100644 --- a/bi_sql_editor/i18n/hr.po +++ b/bi_sql_editor/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Ana-Maria Olujić , 2017 @@ -11,13 +11,15 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" -"Last-Translator: Ana-Maria Olujić , 2017\n" +"Last-Translator: Ana-Maria Olujić , " +"2017\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -26,13 +28,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +53,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +110,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +157,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +253,7 @@ msgid "Name" msgstr "Naziv" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +311,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +327,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +354,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/hr_HR.po b/bi_sql_editor/i18n/hr_HR.po index 897785cd..953e5795 100644 --- a/bi_sql_editor/i18n/hr_HR.po +++ b/bi_sql_editor/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Bole , 2017 @@ -12,12 +12,14 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Bole , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -26,13 +28,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +53,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +110,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +157,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +253,7 @@ msgid "Name" msgstr "Naziv" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +311,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +327,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +354,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/hu.po b/bi_sql_editor/i18n/hu.po index b4be4f5a..fc73abf9 100644 --- a/bi_sql_editor/i18n/hu.po +++ b/bi_sql_editor/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Név" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/id.po b/bi_sql_editor/i18n/id.po index 93783118..19c71081 100644 --- a/bi_sql_editor/i18n/id.po +++ b/bi_sql_editor/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Wahyu Setiawan , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-10-28 09:08+0000\n" "Last-Translator: Wahyu Setiawan , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Nama" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/it.po b/bi_sql_editor/i18n/it.po index 2c0298cb..439dfabf 100644 --- a/bi_sql_editor/i18n/it.po +++ b/bi_sql_editor/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Paolo Valier , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Paolo Valier , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Nome" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/ja.po b/bi_sql_editor/i18n/ja.po index ec161c4c..8daf75ab 100644 --- a/bi_sql_editor/i18n/ja.po +++ b/bi_sql_editor/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "名称" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/ko.po b/bi_sql_editor/i18n/ko.po index 3c6ea405..24b149c2 100644 --- a/bi_sql_editor/i18n/ko.po +++ b/bi_sql_editor/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "이름" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/lt.po b/bi_sql_editor/i18n/lt.po index 252133c6..72936b47 100644 --- a/bi_sql_editor/i18n/lt.po +++ b/bi_sql_editor/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Pavadinimas" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/lt_LT.po b/bi_sql_editor/i18n/lt_LT.po index 1c1ec9ad..2f4c0260 100644 --- a/bi_sql_editor/i18n/lt_LT.po +++ b/bi_sql_editor/i18n/lt_LT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt_LT\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +252,7 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/lv.po b/bi_sql_editor/i18n/lv.po index 2879ceee..ad79b1c3 100644 --- a/bi_sql_editor/i18n/lv.po +++ b/bi_sql_editor/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nosaukums" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/mk.po b/bi_sql_editor/i18n/mk.po index d57d9f41..a121a9f0 100644 --- a/bi_sql_editor/i18n/mk.po +++ b/bi_sql_editor/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Име" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/mn.po b/bi_sql_editor/i18n/mn.po index 26218f93..fc6c0392 100644 --- a/bi_sql_editor/i18n/mn.po +++ b/bi_sql_editor/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Нэр" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/nb.po b/bi_sql_editor/i18n/nb.po index 0b0d0474..10897645 100644 --- a/bi_sql_editor/i18n/nb.po +++ b/bi_sql_editor/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Navn" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/nb_NO.po b/bi_sql_editor/i18n/nb_NO.po index 18b6714e..df2251ce 100644 --- a/bi_sql_editor/i18n/nb_NO.po +++ b/bi_sql_editor/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Imre Kristoffer Eilertsen , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Imre Kristoffer Eilertsen , 2017\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/nl.po b/bi_sql_editor/i18n/nl.po index 4d49e13e..42b85f5c 100644 --- a/bi_sql_editor/i18n/nl.po +++ b/bi_sql_editor/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Erwin van der Ploeg , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Erwin van der Ploeg , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Naam" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/nl_BE.po b/bi_sql_editor/i18n/nl_BE.po index f29ffc90..5c2af8c2 100644 --- a/bi_sql_editor/i18n/nl_BE.po +++ b/bi_sql_editor/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Naam:" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/nl_NL.po b/bi_sql_editor/i18n/nl_NL.po index ec3f0a22..f9854d6c 100644 --- a/bi_sql_editor/i18n/nl_NL.po +++ b/bi_sql_editor/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Peter Hageman , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-09-02 12:14+0000\n" "PO-Revision-Date: 2017-09-02 12:14+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "Naam" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/pl.po b/bi_sql_editor/i18n/pl.po index 7d7a3926..e848e1f4 100644 --- a/bi_sql_editor/i18n/pl.po +++ b/bi_sql_editor/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +252,7 @@ msgid "Name" msgstr "Nazwa" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/pt.po b/bi_sql_editor/i18n/pt.po index 22978237..86cc464b 100644 --- a/bi_sql_editor/i18n/pt.po +++ b/bi_sql_editor/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Nome" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/pt_BR.po b/bi_sql_editor/i18n/pt_BR.po index 26b503eb..c597f1e5 100644 --- a/bi_sql_editor/i18n/pt_BR.po +++ b/bi_sql_editor/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # danimaribeiro , 2017 # OCA Transbot , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_sql_editor @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "Nome" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/pt_PT.po b/bi_sql_editor/i18n/pt_PT.po index 3d174d2a..d3cac055 100644 --- a/bi_sql_editor/i18n/pt_PT.po +++ b/bi_sql_editor/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Pedro Castro Silva , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Pedro Castro Silva , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "Nome" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/ro.po b/bi_sql_editor/i18n/ro.po index db174c9f..97c33618 100644 --- a/bi_sql_editor/i18n/ro.po +++ b/bi_sql_editor/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Nume" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/ru.po b/bi_sql_editor/i18n/ru.po index 41c0d533..559725f7 100644 --- a/bi_sql_editor/i18n/ru.po +++ b/bi_sql_editor/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +252,7 @@ msgid "Name" msgstr "Название" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/sk.po b/bi_sql_editor/i18n/sk.po index ce35a493..b52a4396 100644 --- a/bi_sql_editor/i18n/sk.po +++ b/bi_sql_editor/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Jan Prokop , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-09-02 12:14+0000\n" "Last-Translator: Jan Prokop , 2017\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: bi_sql_editor @@ -26,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +251,7 @@ msgid "Name" msgstr "Meno" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/sl.po b/bi_sql_editor/i18n/sl.po index aa27cf59..bd235ffd 100644 --- a/bi_sql_editor/i18n/sl.po +++ b/bi_sql_editor/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # Matjaž Mozetič , 2017 # OCA Transbot , 2017 @@ -13,11 +13,12 @@ msgstr "" "PO-Revision-Date: 2018-02-13 09:51+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -51,9 +52,9 @@ msgstr "Dovoljeni uporabniki" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" "Ste prepričani, da želite ta SQL prikaz ponastaviti v osnutek? Izbrisan bo " "materializiran prikaz in vsa prejšnja mapiranja iz naslova stolpcev." @@ -113,12 +114,17 @@ msgstr "Velikost podatkovne baze" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" "Tu določite omejitve dostopa do podatkov.\n" -" Pazite, da uporabite predpono 'x_' v nazivu polja. Globalno 'ir.rule' pravilo bo ustvarjeno. Tipično pravilo za strukturirano podjetje je naprimer \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Pazite, da uporabite predpono 'x_' v nazivu polja. Globalno 'ir.rule' " +"pravilo bo ustvarjeno. Tipično pravilo za strukturirano podjetje je " +"naprimer \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." #. module: bi_sql_editor #: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0 @@ -163,10 +169,12 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" "Za polje 'Selection'.\n" -" Seznam opcij določenih kot Python izrazi, ki definirajo seznam parov (key, label). Naprimer: [('blue','Blue'), ('yellow','Yellow')]" +" Seznam opcij določenih kot Python izrazi, ki definirajo seznam parov (key, " +"label). Naprimer: [('blue','Blue'), ('yellow','Yellow')]" #. module: bi_sql_editor #: help:bi.sql.view,model_name:0 @@ -365,12 +373,14 @@ msgstr "SQL poročila" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" "SQL zahtevek, ki bo vstavljen v prikaz. Poskrbite, da bo :\n" -" * nastavljen naziv za vsa izbrana polja, še posebej če uporabljate SQL funkcijo (kot EXTRACT, ...);\n" +" * nastavljen naziv za vsa izbrana polja, še posebej če uporabljate SQL " +"funkcijo (kot EXTRACT, ...);\n" " * se ne uporablja 'SELECT *' ali 'SELECT table.*';\n" " * naziv izbirnih stolpcev vseboval predpono 'x_';" @@ -450,8 +460,8 @@ msgid "" "SYNTAX-IDENTIFIERS" msgstr "" "Pripona SQL prikaza. (SQL polni naziv bo obdelan in pred naslovljen z " -"'x_bi_sql_view_'. Vsebovati mora pravilno sintakso. Za več informacij poglej" -" https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-" +"'x_bi_sql_view_'. Vsebovati mora pravilno sintakso. Za več informacij poglej " +"https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-" "SYNTAX-IDENTIFIERS" #. module: bi_sql_editor diff --git a/bi_sql_editor/i18n/sr.po b/bi_sql_editor/i18n/sr.po index dbc272cd..7cd71bcf 100644 --- a/bi_sql_editor/i18n/sr.po +++ b/bi_sql_editor/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Ime" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/sr@latin.po b/bi_sql_editor/i18n/sr@latin.po index 04170268..21236a49 100644 --- a/bi_sql_editor/i18n/sr@latin.po +++ b/bi_sql_editor/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" +"sr@latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +252,7 @@ msgid "Name" msgstr "Ime:" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/sv.po b/bi_sql_editor/i18n/sv.po index c3954066..ef77a953 100644 --- a/bi_sql_editor/i18n/sv.po +++ b/bi_sql_editor/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Namn" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/th.po b/bi_sql_editor/i18n/th.po index 207088ac..bae24fa9 100644 --- a/bi_sql_editor/i18n/th.po +++ b/bi_sql_editor/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "ชื่อ" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/tr.po b/bi_sql_editor/i18n/tr.po index fffc766f..636bf743 100644 --- a/bi_sql_editor/i18n/tr.po +++ b/bi_sql_editor/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # Ahmet Altinisik , 2017 # OCA Transbot , 2017 @@ -14,10 +14,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Ivan BARAYEV , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: bi_sql_editor @@ -27,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -52,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -109,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -154,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -249,7 +252,7 @@ msgid "Name" msgstr "Adı" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -307,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -323,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -350,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/tr_TR.po b/bi_sql_editor/i18n/tr_TR.po index c9eb1b6d..871179e0 100644 --- a/bi_sql_editor/i18n/tr_TR.po +++ b/bi_sql_editor/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Ozge Altinisik , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Ozge Altinisik , 2017\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "Ad" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/uk.po b/bi_sql_editor/i18n/uk.po index 9f2cd28b..ef8684fc 100644 --- a/bi_sql_editor/i18n/uk.po +++ b/bi_sql_editor/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: bi_sql_editor #: code:addons/bi_sql_editor/models/bi_sql_view.py:151 @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Name" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/vi.po b/bi_sql_editor/i18n/vi.po index 177b3910..b021e831 100644 --- a/bi_sql_editor/i18n/vi.po +++ b/bi_sql_editor/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -25,13 +25,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +50,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +107,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +154,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +250,7 @@ msgid "Name" msgstr "Tên" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +308,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +324,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +351,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/vi_VN.po b/bi_sql_editor/i18n/vi_VN.po index 1bd0f84b..39bdf2e0 100644 --- a/bi_sql_editor/i18n/vi_VN.po +++ b/bi_sql_editor/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "Tên" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/zh_CN.po b/bi_sql_editor/i18n/zh_CN.po index 40a5e89a..f9592225 100644 --- a/bi_sql_editor/i18n/zh_CN.po +++ b/bi_sql_editor/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 # Jeffery CHEN , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: Jeffery CHEN , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -26,13 +27,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -51,9 +52,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -108,8 +109,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -153,7 +156,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -248,7 +252,7 @@ msgid "Name" msgstr "名称" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -306,7 +310,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -322,7 +326,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -349,7 +353,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr "" diff --git a/bi_sql_editor/i18n/zh_TW.po b/bi_sql_editor/i18n/zh_TW.po index 2d2470bc..fd5759e8 100644 --- a/bi_sql_editor/i18n/zh_TW.po +++ b/bi_sql_editor/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * bi_sql_editor -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-03 01:19+0000\n" "PO-Revision-Date: 2017-06-03 01:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: bi_sql_editor @@ -25,13 +26,13 @@ msgid "%s (Copy)" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:248 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:249 #, python-format msgid "%s Access %s" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:275 #, python-format msgid "Access %s" msgstr "" @@ -50,9 +51,9 @@ msgstr "" #. module: bi_sql_editor #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form msgid "" -"Are you sure you want to set to draft this SQL View. It will delete" -" the materialized view, and all the previous" -" mapping realized with the columns" +"Are you sure you want to set to draft this SQL View. It will " +"delete the materialized view, and all the " +"previous mapping realized with the columns" msgstr "" #. module: bi_sql_editor @@ -107,8 +108,10 @@ msgstr "" #: help:bi.sql.view,domain_force:0 msgid "" "Define here access restriction to data.\n" -" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n" -" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]." +" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be " +"created. A typical Multi Company rule is for exemple \n" +" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','='," +"False)]." msgstr "" #. module: bi_sql_editor @@ -152,7 +155,8 @@ msgstr "" #: help:bi.sql.view.field,selection:0 msgid "" "For 'Selection' Odoo field.\n" -" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" +" List of options, specified as a Python expression defining a list of (key, " +"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]" msgstr "" #. module: bi_sql_editor @@ -247,7 +251,7 @@ msgid "Name" msgstr "名稱" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:475 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:476 #, python-format msgid "" "No Column was found.\n" @@ -305,7 +309,7 @@ msgid "Refresh Materialized View" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:263 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:264 #, python-format msgid "Refresh Materialized View %s" msgstr "" @@ -321,7 +325,7 @@ msgid "Rule Definition" msgstr "" #. module: bi_sql_editor -#: code:addons/bi_sql_editor/models/bi_sql_view.py:358 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:359 #, python-format msgid "" "SQL Error while creating %s VIEW %s :\n" @@ -348,7 +352,8 @@ msgstr "" #: help:bi.sql.view,query:0 msgid "" "SQL Request that will be inserted as the view. Take care to :\n" -" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n" +" * set a name for all your selected fields, specially if you use SQL " +"function (like EXTRACT, ...);\n" " * Do not use 'SELECT *' or 'SELECT table.*';\n" " * prefix the name of the selectable columns by 'x_';" msgstr ""