From baf7e56b741784889f991df3aca1b68722a94a1d Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 1 Jul 2017 09:20:56 +0200 Subject: [PATCH] OCA Transbot updated translations from Transifex --- bi_sql_editor/i18n/nl_NL.po | 546 +++++++++++++++++++++++++++++++ bi_view_editor/i18n/nl_NL.po | 207 ++++++++++++ report_qweb_signer/i18n/nl_NL.po | 201 ++++++++++++ report_xml/i18n/nl_NL.po | 43 +++ report_xml_sample/i18n/nl_NL.po | 48 +++ 5 files changed, 1045 insertions(+) create mode 100644 bi_sql_editor/i18n/nl_NL.po create mode 100644 bi_view_editor/i18n/nl_NL.po create mode 100644 report_qweb_signer/i18n/nl_NL.po create mode 100644 report_xml/i18n/nl_NL.po create mode 100644 report_xml_sample/i18n/nl_NL.po diff --git a/bi_sql_editor/i18n/nl_NL.po b/bi_sql_editor/i18n/nl_NL.po new file mode 100644 index 00000000..143682f5 --- /dev/null +++ b/bi_sql_editor/i18n/nl_NL.po @@ -0,0 +1,546 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * bi_sql_editor +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 08:45+0000\n" +"PO-Revision-Date: 2017-06-10 08:45+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/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 +#: 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:248 +#, python-format +msgid "%s Access %s" +msgstr "" + +#. module: bi_sql_editor +#: code:addons/bi_sql_editor/models/bi_sql_view.py:274 +#, 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 "Weergavenaam" + +#. 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 "ID" + +#. 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 "Laatst gewijzigd op" + +#. 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:475 +#, 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:263 +#, 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:358 +#, 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_view_editor/i18n/nl_NL.po b/bi_view_editor/i18n/nl_NL.po new file mode 100644 index 00000000..80a1477c --- /dev/null +++ b/bi_view_editor/i18n/nl_NL.po @@ -0,0 +1,207 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * bi_view_editor +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: reporting-engine (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 08:45+0000\n" +"PO-Revision-Date: 2016-03-21 15:33+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/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_view_editor +#: model:ir.actions.act_window,help:bi_view_editor.action_bi_view_editor_view_form +msgid "" +"

\n" +" Click to create a Custom Query Object.\n" +"

\n" +"\n" +"

\n" +" " +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,action_id:0 +msgid "Action" +msgstr "" + +#. module: bi_view_editor +#: model:ir.model,name:bi_view_editor.model_bve_view +msgid "BI View Editor" +msgstr "" + +#. module: bi_view_editor +#: selection:bve.view,state:0 +msgid "Created" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,create_date:0 +msgid "Created on" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_tree +msgid "Custom BI View" +msgstr "" + +#. module: bi_view_editor +#: sql_constraint:bve.view:0 +msgid "Custom BI View names must be unique!" +msgstr "" + +#. module: bi_view_editor +#: model:ir.actions.act_window,name:bi_view_editor.action_bi_view_editor_view_form +#: model:ir.ui.menu,name:bi_view_editor.menu_bi_view_editor_view +msgid "Custom BI Views" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +msgid "Custom Object" +msgstr "" + +#. module: bi_view_editor +#: model:ir.ui.menu,name:bi_view_editor.menu_bi_view_editor_custom_reports +msgid "Custom Reports" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,data:0 +msgid "Data" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: bi_view_editor +#: selection:bve.view,state:0 +msgid "Draft" +msgstr "" + +#. module: bi_view_editor +#: code:addons/bi_view_editor/models/bve_view.py:72 +#, python-format +msgid "Error" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +msgid "Generate BI View" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,id:0 +msgid "ID" +msgstr "ID" + +#. module: bi_view_editor +#: field:bve.view,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: bi_view_editor +#: field:bve.view,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,model_name:0 +msgid "Model Name" +msgstr "" + +#. module: bi_view_editor +#: model:ir.model,name:bi_view_editor.model_ir_model +msgid "Models" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,name:0 +msgid "Name" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +#: field:bve.view,note:0 +msgid "Notes" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +msgid "Open BI View" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +msgid "Query" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +msgid "Reset to Draft" +msgstr "" + +#. module: bi_view_editor +#: view:bve.view:bi_view_editor.view_bi_view_editor_view_form +msgid "Security" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,state:0 +msgid "State" +msgstr "" + +#. module: bi_view_editor +#: help:bve.view,data:0 +msgid "" +"Use the special query builder to define the query to generate your report " +"dataset. NOTE: Te be edited, the query should be in 'Draft' status." +msgstr "" + +#. module: bi_view_editor +#: help:bve.view,group_ids:0 +msgid "" +"User groups allowed to see the generated report; if NO groups are specified " +"the report will be public for everyone." +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,user_ids:0 +msgid "Users" +msgstr "" + +#. module: bi_view_editor +#: field:bve.view,view_id:0 +msgid "View" +msgstr "" + +#. module: bi_view_editor +#: code:addons/bi_view_editor/models/bve_view.py:73 +#, python-format +msgid "You cannot delete a created view! Reset the view to draft first." +msgstr "" diff --git a/report_qweb_signer/i18n/nl_NL.po b/report_qweb_signer/i18n/nl_NL.po new file mode 100644 index 00000000..2e6f7e7a --- /dev/null +++ b/report_qweb_signer/i18n/nl_NL.po @@ -0,0 +1,201 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_qweb_signer +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: reporting-engine (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 08:46+0000\n" +"PO-Revision-Date: 2017-06-30 08:53+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/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: report_qweb_signer +#: field:report.certificate,allow_only_one:0 +msgid "Allow only one document" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,path:0 +msgid "Certificate file path" +msgstr "" + +#. module: report_qweb_signer +#: view:res.company:report_qweb_signer.view_company_form +msgid "Certificates" +msgstr "" + +#. module: report_qweb_signer +#: model:ir.model,name:report_qweb_signer.model_res_company +msgid "Companies" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,company_id:0 +msgid "Company" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,create_date:0 +msgid "Created on" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: report_qweb_signer +#: field:report.certificate,domain:0 +msgid "Domain" +msgstr "" + +#. module: report_qweb_signer +#: help:report.certificate,domain:0 +msgid "Domain for filtering if sign or not the document" +msgstr "" + +#. module: report_qweb_signer +#: help:report.certificate,attachment:0 +msgid "" +"Filename used to store signed document as attachment. Keep empty to not save" +" signed document." +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,id:0 +msgid "ID" +msgstr "ID" + +#. module: report_qweb_signer +#: help:report.certificate,allow_only_one:0 +msgid "" +"If True, this certificate can not be useb to sign a PDF from several " +"documents." +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: report_qweb_signer +#: field:report.certificate,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,model_id:0 +msgid "Model" +msgstr "" + +#. module: report_qweb_signer +#: help:report.certificate,model_id:0 +msgid "Model where apply this certificate" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,name:0 +msgid "Name" +msgstr "" + +#. module: report_qweb_signer +#: model:ir.actions.act_window,name:report_qweb_signer.action_report_certificate +#: model:ir.ui.menu,name:report_qweb_signer.menu_report_certificate +msgid "PDF certificates" +msgstr "" + +#. module: report_qweb_signer +#: view:report.certificate:report_qweb_signer.view_report_certificate_form +msgid "PDF report certificate" +msgstr "" + +#. module: report_qweb_signer +#: view:report.certificate:report_qweb_signer.view_report_certificate_tree +#: field:res.company,report_certificate_ids:0 +msgid "PDF report certificates" +msgstr "" + +#. module: report_qweb_signer +#: view:website:report_qweb_signer.report_partner_demo_document +msgid "Partner:" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,password_file:0 +msgid "Password file path" +msgstr "" + +#. module: report_qweb_signer +#: help:report.certificate,path:0 +msgid "Path to PKCS#12 certificate file" +msgstr "" + +#. module: report_qweb_signer +#: help:report.certificate,password_file:0 +msgid "Path to certificate password file" +msgstr "" + +#. module: report_qweb_signer +#: model:ir.model,name:report_qweb_signer.model_report +msgid "Report" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,attachment:0 +msgid "Save as attachment" +msgstr "" + +#. module: report_qweb_signer +#: code:addons/report_qweb_signer/models/report.py:119 +#, python-format +msgid "" +"Saving signed report (PDF): You do not have enought access rights to save " +"attachments" +msgstr "" + +#. module: report_qweb_signer +#: field:report.certificate,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: report_qweb_signer +#: code:addons/report_qweb_signer/models/report.py:139 +#, python-format +msgid "Signing report (PDF): Certificate or password file not found" +msgstr "" + +#. module: report_qweb_signer +#: code:addons/report_qweb_signer/models/report.py:148 +#, python-format +msgid "" +"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" +" %s" +msgstr "" + +#. module: report_qweb_signer +#: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo +msgid "Test PDF certificate" +msgstr "" + +#. module: report_qweb_signer +#: view:website:report_qweb_signer.report_partner_demo_document +msgid "This is a sample report for testing PDF certificates" +msgstr "" diff --git a/report_xml/i18n/nl_NL.po b/report_xml/i18n/nl_NL.po new file mode 100644 index 00000000..4de4ac9c --- /dev/null +++ b/report_xml/i18n/nl_NL.po @@ -0,0 +1,43 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_xml +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: reporting-engine (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 08:46+0000\n" +"PO-Revision-Date: 2016-03-11 15:46+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/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: report_xml +#: model:ir.model,name:report_xml.model_report_xml_xsd_checked_report +msgid "Base model for reports that need XSD checking" +msgstr "" + +#. module: report_xml +#: field:report_xml.xsd_checked_report,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: report_xml +#: field:report_xml.xsd_checked_report,id:0 +msgid "ID" +msgstr "ID" + +#. module: report_xml +#: field:report_xml.xsd_checked_report,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: report_xml +#: model:ir.model,name:report_xml.model_report +msgid "Report" +msgstr "" diff --git a/report_xml_sample/i18n/nl_NL.po b/report_xml_sample/i18n/nl_NL.po new file mode 100644 index 00000000..154f1ede --- /dev/null +++ b/report_xml_sample/i18n/nl_NL.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_xml_sample +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: reporting-engine (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 08:46+0000\n" +"PO-Revision-Date: 2016-03-11 15:46+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/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: report_xml_sample +#: model:ir.model,name:report_xml_sample.model_report_report_xml_sample_xsd_sample_report +msgid "Base model for reports that need XSD checking" +msgstr "" + +#. module: report_xml_sample +#: field:report.report_xml_sample.xsd_sample_report,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: report_xml_sample +#: field:report.report_xml_sample.xsd_sample_report,id:0 +msgid "ID" +msgstr "ID" + +#. module: report_xml_sample +#: field:report.report_xml_sample.xsd_sample_report,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: report_xml_sample +#: model:ir.actions.report.xml,name:report_xml_sample.sample_report_action +msgid "XML Report Sample" +msgstr "" + +#. module: report_xml_sample +#: model:ir.actions.report.xml,name:report_xml_sample.xsd_sample_report_action +msgid "XSD-Checked XML Report Sample" +msgstr ""