From ab19a6f5a45fda3011ded40d8a61b970de825715 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 3 Mar 2018 11:41:46 +0100 Subject: [PATCH] OCA Transbot updated translations from Transifex --- bi_sql_editor/i18n/ca_ES.po | 615 +++++++++++++++++++++++++ bi_view_editor/i18n/ca_ES.po | 23 +- report_wkhtmltopdf_param/i18n/ca_ES.po | 105 +++++ 3 files changed, 732 insertions(+), 11 deletions(-) create mode 100644 bi_sql_editor/i18n/ca_ES.po create mode 100644 report_wkhtmltopdf_param/i18n/ca_ES.po diff --git a/bi_sql_editor/i18n/ca_ES.po b/bi_sql_editor/i18n/ca_ES.po new file mode 100644 index 00000000..3376a7f7 --- /dev/null +++ b/bi_sql_editor/i18n/ca_ES.po @@ -0,0 +1,615 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * bi_sql_editor +# +# Translators: +# Carlos Hormigo, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-11 07:42+0000\n" +"PO-Revision-Date: 2017-11-11 07:42+0000\n" +"Last-Translator: Carlos Hormigo, 2018\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/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 +#: code:addons/bi_sql_editor/models/bi_sql_view.py:564 +#, python-format +msgid "%m/%d/%Y %H:%M:%S UTC" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:176 +#, python-format +msgid "%s (Copy)" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:278 +#, python-format +msgid "%s Access %s" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:304 +#, python-format +msgid "Access %s" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_group_ids +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Allowed Groups" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_user_ids +msgid "Allowed Users" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db: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 +#: selection:bi.sql.view.field,tree_visibility:0 +msgid "Available" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_is_group_by +msgid "" +"Check this box if you want to create a 'group by' option in the search view" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_is_index +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 +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_view_order +msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"tree\"" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Create SQL View, Indexes and Models" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Create UI" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_create_uid +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_create_date +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_create_date +msgid "Created on" +msgstr "Creat a" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_cron_id +msgid "Cron Task that will refresh the materialized view" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_size +msgid "Database Size" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_domain_force +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 +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_display_name +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_display_name +msgid "Display Name" +msgstr "Nom visible" + +#. module: bi_sql_editor +#: selection:bi.sql.view,state:0 +msgid "Draft" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_domain_force +msgid "Extra Rule Definition" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Extras Information" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_field_description +msgid "Field Description" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_ttype +msgid "Field Type" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_many2one_model_id +msgid "" +"For 'Many2one' Odoo field.\n" +" Comodel of the field." +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_selection +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 +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_model_name +msgid "Full Qualified Name of the transient model that will be created." +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_view_name +msgid "Full name of the SQL view" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_graph_type +msgid "Graph Type" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_has_group_changed +msgid "Has group changed" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,tree_visibility:0 +msgid "Hidden" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_id +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_id +msgid "ID" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_index_name +msgid "Index Name" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_is_group_by +msgid "Is Group by" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_is_index +msgid "Is Index" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_is_materialized +msgid "Is Materialized View" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view___last_update +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field___last_update +msgid "Last Modified on" +msgstr "Darrera modificació en" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_write_uid +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_write_uid +msgid "Last Updated by" +msgstr "Darrera actualització per" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_write_date +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_write_date +msgid "Last Updated on" +msgstr "Darrera actualització el" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_materialized_text +msgid "Materialized text" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view.field,graph_type:0 +msgid "Measure" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_many2one_model_id +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Model" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_model_name +msgid "Model Name" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_name +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_name +msgid "Name" +msgstr "Nom" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:545 +#, python-format +msgid "" +"No Column was found.\n" +"Columns name should be prefixed by 'x_'." +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_action_id +msgid "Odoo Action" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_cron_id +msgid "Odoo Cron" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_graph_view_id +msgid "Odoo Graph View" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_menu_id +msgid "Odoo Menu" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_model_id +msgid "Odoo Model" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_pivot_view_id +msgid "Odoo Pivot View" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_rule_id +msgid "Odoo Rule" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_search_view_id +msgid "Odoo Search View" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_tree_view_id +msgid "Odoo Tree View" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:131 +#, python-format +msgid "Only graph, pivot or tree views are supported" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Open View" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_query +msgid "Query" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db: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:293 +#, 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 +#: model:ir.ui.view,arch_db: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:425 +#, python-format +msgid "" +"SQL Error while creating %s VIEW %s :\n" +" %s" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_bi_sql_view_field_ids +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "SQL Fields" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db: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 +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_query +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 +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sql_type +msgid "SQL Type" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_sql_type +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 +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_bi_sql_view_id +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 +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Security" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_selection +msgid "Selection Options" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Set to Draft" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_size +msgid "Size of the materialized view and its indexes" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_state +msgid "State" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_state +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 +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_technical_name +msgid "" +"Suffix of the SQL view. SQL full name will be computed and prefixed by " +"'x_bi_sql_view_'. Syntax should follow: " +"https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-" +"SYNTAX-IDENTIFIERS" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_technical_name +msgid "Technical Name" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_field_description +msgid "This will be used as the name of the Odoo field, displayed for users" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "This will create Odoo View, Action and Menu" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db: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 +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_tree_visibility +msgid "Tree Visibility" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_ttype +msgid "" +"Type of the Odoo field that will be created. Keep 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 +#: selection:bi.sql.view.field,tree_visibility:0 +msgid "Unavailable" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db: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 +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Update Model Acess" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "User Interface" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "Validate SQL Expression" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_name +msgid "View Name" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_order +msgid "View Order" +msgstr "" + +#. module: bi_sql_editor +#: selection:bi.sql.view,state:0 +msgid "Views, Action and Menu Created" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:186 +#, 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:168 +#, python-format +msgid "You can only unlink draft views" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model,name:bi_sql_editor.model_bi_sql_view +msgid "bi.sql.view" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.model,name:bi_sql_editor.model_bi_sql_view_field +msgid "bi.sql.view.field" +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 +#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sequence +msgid "sequence" +msgstr "" + +#. module: bi_sql_editor +#: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form +msgid "this will refresh the materialized view" +msgstr "" diff --git a/bi_view_editor/i18n/ca_ES.po b/bi_view_editor/i18n/ca_ES.po index 030d68ae..901f83e7 100644 --- a/bi_view_editor/i18n/ca_ES.po +++ b/bi_view_editor/i18n/ca_ES.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2017 +# Carlos Hormigo, 2018 msgid "" msgstr "" "Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-03-14 03:52+0000\n" -"PO-Revision-Date: 2017-03-14 03:52+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2017-11-11 07:42+0000\n" +"PO-Revision-Date: 2017-11-11 07:42+0000\n" +"Last-Translator: Carlos Hormigo, 2018\n" "Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,12 +80,12 @@ msgstr "" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_uid msgid "Created by" -msgstr "" +msgstr "Creat per" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_create_date msgid "Created on" -msgstr "" +msgstr "Creat a" #. module: bi_view_editor #: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_tree @@ -121,7 +122,7 @@ msgstr "" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_display_name msgid "Display Name" -msgstr "" +msgstr "Nom visible" #. module: bi_view_editor #: selection:bve.view,state:0 @@ -146,17 +147,17 @@ msgstr "" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view___last_update msgid "Last Modified on" -msgstr "" +msgstr "Darrera modificació en" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Darrera actualització per" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_write_date msgid "Last Updated on" -msgstr "" +msgstr "Darrera actualització el" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_model_name @@ -171,7 +172,7 @@ msgstr "" #. module: bi_view_editor #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_name msgid "Name" -msgstr "" +msgstr "Nom" #. module: bi_view_editor #: code:addons/bi_view_editor/models/bve_view.py:249 @@ -183,7 +184,7 @@ msgstr "" #: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_note #: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form msgid "Notes" -msgstr "" +msgstr "Notes" #. module: bi_view_editor #: model:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form diff --git a/report_wkhtmltopdf_param/i18n/ca_ES.po b/report_wkhtmltopdf_param/i18n/ca_ES.po new file mode 100644 index 00000000..9556ac7f --- /dev/null +++ b/report_wkhtmltopdf_param/i18n/ca_ES.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_wkhtmltopdf_param +# +# Translators: +# Carlos Hormigo, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-11 07:42+0000\n" +"PO-Revision-Date: 2017-11-11 07:42+0000\n" +"Last-Translator: Carlos Hormigo, 2018\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/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: report_wkhtmltopdf_param +#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat +msgid "Allows customization of a report." +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_create_date +msgid "Created on" +msgstr "Creat a" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_custom_params +msgid "Custom Parameters" +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_custom_params +msgid "Custom Parameters passed forward as wkhtmltopdf command arguments" +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_display_name +msgid "Display Name" +msgstr "Nom visible" + +#. module: report_wkhtmltopdf_param +#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:37 +#, python-format +msgid "Failed to create a PDF using the provided parameters." +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_id +msgid "ID" +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter___last_update +msgid "Last Modified on" +msgstr "Darrera modificació en" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_write_uid +msgid "Last Updated by" +msgstr "Darrera actualització per" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_write_date +msgid "Last Updated on" +msgstr "Darrera actualització el" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_name +msgid "Name" +msgstr "Nom" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_paperformat_id +msgid "Paper Format" +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model,name:report_wkhtmltopdf_param.model_report +msgid "Report" +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name +msgid "The command argument name. Remember to add prefix -- or -" +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_value +msgid "Value" +msgstr "" + +#. module: report_wkhtmltopdf_param +#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter +msgid "wkhtmltopdf parameters" +msgstr ""