diff --git a/README.md b/README.md index 7895dc08..8f8d019d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This project aims to deal with modules related to the webclient of Odoo. You'll - Generally add clientside functionality [//]: # (addons) + Available addons ---------------- addon | version | summary @@ -27,7 +28,7 @@ addon | version | summary [web_clean_navbar](web_clean_navbar/) | 8.0.1.0.0 | Better visibility for the backend's main menu [web_context_in_colors](web_context_in_colors/) | 8.0.1.1.0 | Use the context in a tree view's colors and fonts attribute [web_dashboard_open_action](web_dashboard_open_action/) | 8.0.1.0.0 | Adds a button to open a dashboard in full mode -[web_dashboard_tile](web_dashboard_tile/) | 8.0.1.0.0 | Add Tiles to Dashboard +[web_dashboard_tile](web_dashboard_tile/) | 8.0.4.0.0 | Add Tiles to Dashboard [web_dialog_size](web_dialog_size/) | 8.0.0.1.0 | A module that lets the user expand a dialog box to the full screen width. [web_dom_model_classes](web_dom_model_classes/) | 8.0.1.0.0 | Allows small UI changes with simple CSS [web_easy_switch_company](web_easy_switch_company/) | 8.0.1.0.0 | Multicompany - Easy Switch Company @@ -35,16 +36,20 @@ addon | version | summary [web_export_view](web_export_view/) | 8.0.1.2.0 | Export Current View [web_favicon](web_favicon/) | 8.0.1.0.0 | Allows to set a custom shortcut icon (aka favicon) [web_graph_improved](web_graph_improved/) | 8.0.0.1.0 | Improves graph views. +[web_graph_sort](web_graph_sort/) | 8.0.1.0.0 | Web Graph Sort [web_group_expand](web_group_expand/) | 8.0.1.0.0 | Group Expand Buttons [web_hide_db_manager_link](web_hide_db_manager_link/) | 8.0.1.0.0 | Hide link to database manager in login screen [web_hideleftmenu](web_hideleftmenu/) | 8.0.1.0.0 | Hide Left Menu in Web Interface +[web_invalid_tab](web_invalid_tab/) | 8.0.1.0.0 | Highlight tab when fields inside are invalid. [web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 8.0.1.0.0 | Show a message box to users +[web_ir_actions_act_window_none](web_ir_actions_act_window_none/) | 8.0.1.0.0 | Execute nothing [web_ir_actions_act_window_page](web_ir_actions_act_window_page/) | 8.0.1.0.0 | Allows a developer to trigger a pager to show the previous or next next record in the form view [web_last_viewed_records](web_last_viewed_records/) | 8.0.1.0.0 | Last viewed records [web_listview_custom_element_number](web_listview_custom_element_number/) | 8.0.1.0.0 | Allow users to set manually a quantity of items to display in a tree view -[web_listview_show_advanced_search](web_listview_show_advanced_search/) | 1.0 | Web Show Advanced Search by default on list view +[web_listview_show_advanced_search](web_listview_show_advanced_search/) | 8.0.1.0.0 | Web Show Advanced Search by default on list view [web_m2x_options](web_m2x_options/) | 8.0.0.2.0 | web_m2x_options [web_menu_autohide](web_menu_autohide/) | 8.0.1.0.0 | Hide top and left menu bar +[web_menu_collapsible](web_menu_collapsible/) | 8.0.1.0.0 | Foldable second level Odoo menu [web_menu_navbar_needaction](web_menu_navbar_needaction/) | 8.0.1.0.0 | Show the sum of submenus' needaction counters in main menu [web_offline_warning](web_offline_warning/) | 8.0.1.0.0 | User-friendly Offline Warning [web_one2many_list_action](web_one2many_list_action/) | 8.0.1.0.0 | Enable tree_but_open action for One2ManyListView rows. @@ -68,13 +73,19 @@ addon | version | summary [web_widget_digitized_signature](web_widget_digitized_signature/) | 8.0.1.0.0 | Web Widget Digitized Signature [web_widget_digitized_signature_user](web_widget_digitized_signature_user/) | 8.0.1.0.0 | Web Digitized Signature for users [web_widget_float_formula](web_widget_float_formula/) | 8.0.1.0.0 | Web Widget - Formulas in Float fields -[web_widget_image_download](web_widget_image_download/) | 8.0.1.0.0 | Allows to download any image from its widget +[web_widget_image_download](web_widget_image_download/) | 8.0.1.0.1 | Allows to download any image from its widget [web_widget_mail_send_odoo](web_widget_mail_send_odoo/) | 8.0.1.0.0 | Send mail using internal composition wizard. [web_widget_many2many_tags_multi_selection](web_widget_many2many_tags_multi_selection/) | 8.0.0.1.0 | Tags multiple selection [web_widget_one2many_tags](web_widget_one2many_tags/) | 8.0.1.0.0 | Provides a widget similar to many2many_tags for one2many fields +[web_widget_pattern](web_widget_pattern/) | 8.0.1.0.0 | Enforce a pattern on an input field [web_widget_radio_tree](web_widget_radio_tree/) | 8.0.1.0.0 | Add radio buttons for records in tree. [web_widget_text_markdown](web_widget_text_markdown/) | 8.0.1.0.0 | web_widget_text_markdown -[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 8.0.1.0.0 | Show list fields as a matrix +[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 8.0.1.1.0 | Show list fields as a matrix +[web_x2m_defaults_from_previous](web_x2m_defaults_from_previous/) | 8.0.1.0.0 | Use previous input as default for next line +[web_x2m_filter](web_x2m_filter/) | 8.0.1.0.0 | Allows to define filters in x2many list fields +[web_x2many_add_button_position](web_x2many_add_button_position/) | 8.0.1.0.0 | Configurable position for the 'Add an Item' button +[web_x2many_delete_all](web_x2many_delete_all/) | 8.0.1.0.0 | Adds a button to x2many fields that removes all linked records + Unported addons --------------- diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index 2d40f358..30e6b11c 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -28,6 +28,8 @@ 'depends': [ 'base', 'website', + 'web', + 'web_kanban', ], 'description': """ Help Online diff --git a/help_online/i18n/am.po b/help_online/i18n/am.po new file mode 100644 index 00000000..7fda8b6b --- /dev/null +++ b/help_online/i18n/am.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/ar.po b/help_online/i18n/ar.po index 3fbf4ace..754f5b06 100644 --- a/help_online/i18n/ar.po +++ b/help_online/i18n/ar.po @@ -3,10 +3,12 @@ # * help_online # # Translators: -# Ahmet Altınışık , 2015-2016 +# Ahmet Altinisik , 2015-2016 # Antonio Trueba, 2016 # Armando Vulcano Junior , 2015 # Carles Antoli , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 # Christophe CHAUVET , 2015 # FIRST AUTHOR , 2012,2014 # Giacomo , 2015 @@ -21,9 +23,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-22 15:47+0000\n" -"PO-Revision-Date: 2015-12-16 16:57+0000\n" -"Last-Translator: SaFi J. \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +35,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "إلغاء" @@ -46,7 +48,7 @@ msgstr "إغلاق" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "تأكييد" @@ -69,6 +71,12 @@ msgstr "تم الإنشاء بواسطة" msgid "Created on" msgstr "تم الإنشاء في" +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "اسم العرض" + #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view msgid "Export" @@ -145,6 +153,12 @@ msgstr "استيراد بيانات المساعدة" msgid "Import Help Online" msgstr "استيراد المساعدة الحية" +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "آخر تعديل في" + #. module: help_online #: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 #: field:import.help.wizard,write_uid:0 @@ -171,14 +185,14 @@ msgstr "لاتوجد معلمة بادئة محددة للصفحة ! " #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "موافق" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "الصفحة غير موجودة. هل تريد الإنشاء ؟" diff --git a/help_online/i18n/bg.po b/help_online/i18n/bg.po new file mode 100644 index 00000000..d868b3c5 --- /dev/null +++ b/help_online/i18n/bg.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Създадено от" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Създадено на" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Име за Показване" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "или" diff --git a/help_online/i18n/bs.po b/help_online/i18n/bs.po new file mode 100644 index 00000000..b9919348 --- /dev/null +++ b/help_online/i18n/bs.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "ili" diff --git a/help_online/i18n/ca.po b/help_online/i18n/ca.po new file mode 100644 index 00000000..5233a689 --- /dev/null +++ b/help_online/i18n/ca.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2017-04-21 09:34+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancel·la" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creat per" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creat el" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Veure el nom" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "Exportar " + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/ca_ES.po b/help_online/i18n/ca_ES.po new file mode 100644 index 00000000..91590283 --- /dev/null +++ b/help_online/i18n/ca_ES.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancel·la" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/cs.po b/help_online/i18n/cs.po new file mode 100644 index 00000000..9a947b5d --- /dev/null +++ b/help_online/i18n/cs.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Zrušit" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Vytvořeno" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "nebo" diff --git a/help_online/i18n/da.po b/help_online/i18n/da.po new file mode 100644 index 00000000..3e8dafbb --- /dev/null +++ b/help_online/i18n/da.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-22 14:08+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Annuller" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Oprettet af" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Oprettet den" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Vist navn" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "Id" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "eller" diff --git a/help_online/i18n/de.po b/help_online/i18n/de.po index ce288a68..ea9e6eea 100644 --- a/help_online/i18n/de.po +++ b/help_online/i18n/de.po @@ -3,7 +3,7 @@ # * help_online # # Translators: -# Ahmet Altınışık , 2015-2016 +# Ahmet Altinisik , 2015-2016 # Alejandro Santana , 2015 # Antonio Trueba, 2016 # Artūras Griškonis , 2012,2015-2016 @@ -20,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-22 15:47+0000\n" -"PO-Revision-Date: 2016-01-18 21:15+0000\n" -"Last-Translator: Rudolf Schnapka \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-18 08:13+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,7 +32,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Abbrechen" @@ -45,7 +45,7 @@ msgstr "Schließen" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Bestätigen" @@ -68,6 +68,12 @@ msgstr "Angelegt durch" msgid "Created on" msgstr "Angelegt am" +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Anzeigename" + #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view msgid "Export" @@ -144,6 +150,12 @@ msgstr "Import Hilfedaten" msgid "Import Help Online" msgstr "Import Online-Hilfe" +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + #. module: help_online #: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 #: field:import.help.wizard,write_uid:0 @@ -170,14 +182,14 @@ msgstr "Kein Seiten-Präfix festgelegt." #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "Ok" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "Seite existiert nicht. Wollen Sie diese anlegen?" diff --git a/help_online/i18n/el_GR.po b/help_online/i18n/el_GR.po new file mode 100644 index 00000000..f7e23815 --- /dev/null +++ b/help_online/i18n/el_GR.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:30+0000\n" +"Last-Translator: Kostas Goutoudis \n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Άκυρο" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "Κωδικός" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/en_AU.po b/help_online/i18n/en_AU.po new file mode 100644 index 00000000..8601e07c --- /dev/null +++ b/help_online/i18n/en_AU.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (Australia) (http://www.transifex.com/oca/OCA-web-8-0/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/en.po b/help_online/i18n/en_GB.po similarity index 79% rename from help_online/i18n/en.po rename to help_online/i18n/en_GB.po index acfd12e4..f8f0db72 100644 --- a/help_online/i18n/en.po +++ b/help_online/i18n/en_GB.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:08+0000\n" -"PO-Revision-Date: 2016-04-28 07:09+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Cancel" @@ -28,20 +28,20 @@ msgstr "Cancel" #: view:export.help.wizard:help_online.export_help_wizard_view #: view:import.help.wizard:help_online.import_help_wizard_view msgid "Close" -msgstr "Close" +msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" -msgstr "Confirm" +msgstr "" #. module: help_online #: code:addons/help_online/models/help_online.py:57 #, python-format msgid "Create Help page for %s" -msgstr "Create Help page for %s" +msgstr "" #. module: help_online #: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 @@ -64,52 +64,52 @@ msgstr "Display Name" #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view msgid "Export" -msgstr "Export" +msgstr "" #. module: help_online #: code:addons/help_online/models/export_help_wizard.py:267 #: model:ir.actions.act_window,name:help_online.action_export_help_wizard #, python-format msgid "Export Help" -msgstr "Export Help" +msgstr "" #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view msgid "Export Help Data" -msgstr "Export Help Data" +msgstr "" #. module: help_online #: model:ir.model,name:help_online.model_export_help_wizard #: model:ir.ui.menu,name:help_online.menu_help_export msgid "Export Help Online" -msgstr "Export Help Online" +msgstr "" #. module: help_online #: field:export.help.wizard,export_filename:0 msgid "Export XML Filename" -msgstr "Export XML Filename" +msgstr "" #. module: help_online #: model:ir.ui.menu,name:help_online.menu_help #: model:ir.ui.menu,name:help_online.menu_help_main msgid "Help Online" -msgstr "Help Online" +msgstr "" #. module: help_online #: code:addons/help_online/models/help_online.py:52 #, python-format msgid "Help on %s" -msgstr "Help on %s" +msgstr "" #. module: help_online #: model:res.groups,name:help_online.help_online_group_reader msgid "Help reader" -msgstr "Help reader" +msgstr "" #. module: help_online #: model:res.groups,name:help_online.help_online_group_writer msgid "Help writer" -msgstr "Help writer" +msgstr "" #. module: help_online #: field:export.help.wizard,id:0 field:help.online,id:0 @@ -120,22 +120,22 @@ msgstr "ID" #. module: help_online #: view:import.help.wizard:help_online.import_help_wizard_view msgid "Import" -msgstr "Import" +msgstr "" #. module: help_online #: model:ir.actions.act_window,name:help_online.action_import_help_wizard msgid "Import Help" -msgstr "Import Help" +msgstr "" #. module: help_online #: view:import.help.wizard:help_online.import_help_wizard_view msgid "Import Help Data" -msgstr "Import Help Data" +msgstr "" #. module: help_online #: model:ir.ui.menu,name:help_online.menu_help_import msgid "Import Help Online" -msgstr "Import Help Online" +msgstr "" #. module: help_online #: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 @@ -159,32 +159,32 @@ msgstr "Last Updated on" #: code:addons/help_online/models/export_help_wizard.py:260 #, python-format msgid "No data to export !" -msgstr "No data to export !" +msgstr "" #. module: help_online #: code:addons/help_online/models/help_online.py:33 #, python-format msgid "No page prefix parameter specified !" -msgstr "No page prefix parameter specified !" +msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" -msgstr "Ok" +msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" -msgstr "Page does not exist. Do you want to create?" +msgstr "" #. module: help_online #: field:import.help.wizard,source_file:0 msgid "Source File" -msgstr "Source File" +msgstr "" #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view @@ -192,7 +192,7 @@ msgid "" "This wizard allow you to export all QWeb views\n" " related to help online. The result will be an Odoo\n" " data xml file." -msgstr "This wizard allow you to export all QWeb views\n related to help online. The result will be an Odoo\n data xml file." +msgstr "" #. module: help_online #: view:import.help.wizard:help_online.import_help_wizard_view @@ -200,34 +200,34 @@ msgid "" "This wizard allow you to import QWeb views\n" " related to help online. The required file format is an Odoo\n" " data xml file." -msgstr "This wizard allow you to import QWeb views\n related to help online. The required file format is an Odoo\n data xml file." +msgstr "" #. module: help_online #: code:addons/help_online/models/export_help_wizard.py:297 #, python-format msgid "Unable to write autobackup file in given directory: %s" -msgstr "Unable to write autobackup file in given directory: %s" +msgstr "" #. module: help_online #: view:ir.ui.view:help_online.view_view_search msgid "Website Page" -msgstr "Website Page" +msgstr "" #. module: help_online #: view:ir.ui.view:help_online.view_view_form msgid "Website Page?" -msgstr "Website Page?" +msgstr "" #. module: help_online #: model:ir.actions.act_window,name:help_online.action_website_pages #: model:ir.ui.menu,name:help_online.menu_help_pages msgid "Website Pages" -msgstr "Website Pages" +msgstr "" #. module: help_online #: field:export.help.wizard,data:0 msgid "XML" -msgstr "XML" +msgstr "" #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view diff --git a/help_online/i18n/es.po b/help_online/i18n/es.po index 7c14e5e7..fe1f2902 100644 --- a/help_online/i18n/es.po +++ b/help_online/i18n/es.po @@ -3,7 +3,8 @@ # * help_online # # Translators: -# Ahmet Altınışık , 2016 +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 # Antonio Trueba, 2016 # Antonio Trueba, 2016 # Armando Vulcano Junior , 2015 @@ -14,20 +15,21 @@ # Kostas Goutoudis , 2015 # Jesús Alan Ramos Rodríguez , 2015 # Jesús Alan Ramos Rodríguez , 2015 +# Jesús Alan Ramos Rodríguez , 2015 # Kostas Goutoudis , 2015 # Matjaž Mozetič , 2015 # Paolo Valier, 2016 # Pedro Castro Silva , 2015 -# Pedro M. Baeza , 2015 +# Pedro M. Baeza , 2015-2016 # Rudolf Schnapka , 2016 # SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-23 10:59+0000\n" -"Last-Translator: OCA Transbot \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,7 +39,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Cancelar" @@ -50,7 +52,7 @@ msgstr "Cerrar" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Confirmar" @@ -77,7 +79,7 @@ msgstr "Creado en" #: field:export.help.wizard,display_name:0 field:help.online,display_name:0 #: field:import.help.wizard,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Nombre mostrado" #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view @@ -94,13 +96,13 @@ msgstr "Exportar ayuda" #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view msgid "Export Help Data" -msgstr "Exportar información de ayuda" +msgstr "Exportar datos de ayuda" #. module: help_online #: model:ir.model,name:help_online.model_export_help_wizard #: model:ir.ui.menu,name:help_online.menu_help_export msgid "Export Help Online" -msgstr "" +msgstr "Exportar ayuda en línea" #. module: help_online #: field:export.help.wizard,export_filename:0 @@ -111,7 +113,7 @@ msgstr "Exportar fichero XML" #: model:ir.ui.menu,name:help_online.menu_help #: model:ir.ui.menu,name:help_online.menu_help_main msgid "Help Online" -msgstr "" +msgstr "Ayuda en línea" #. module: help_online #: code:addons/help_online/models/help_online.py:52 @@ -148,12 +150,12 @@ msgstr "Importar ayuda" #. module: help_online #: view:import.help.wizard:help_online.import_help_wizard_view msgid "Import Help Data" -msgstr "Importar información de ayuda" +msgstr "Importar datos de ayuda" #. module: help_online #: model:ir.ui.menu,name:help_online.menu_help_import msgid "Import Help Online" -msgstr "" +msgstr "Importar ayuda en línea" #. module: help_online #: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 @@ -183,18 +185,18 @@ msgstr "No hay información a exportar." #: code:addons/help_online/models/help_online.py:33 #, python-format msgid "No page prefix parameter specified !" -msgstr "" +msgstr "No se ha especificado un parámetro de prefijo de página" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" -msgstr "Ok" +msgstr "Aceptar" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "La página no existe. ¿Quiere crearla?" @@ -229,18 +231,18 @@ msgstr "No se ha podido escribir la copia de seguridad automática en el directo #. module: help_online #: view:ir.ui.view:help_online.view_view_search msgid "Website Page" -msgstr "" +msgstr "Página del sitio web" #. module: help_online #: view:ir.ui.view:help_online.view_view_form msgid "Website Page?" -msgstr "" +msgstr "¿Página del sitio web?" #. module: help_online #: model:ir.actions.act_window,name:help_online.action_website_pages #: model:ir.ui.menu,name:help_online.menu_help_pages msgid "Website Pages" -msgstr "" +msgstr "Páginas del sitio web" #. module: help_online #: field:export.help.wizard,data:0 diff --git a/help_online/i18n/es_AR.po b/help_online/i18n/es_AR.po new file mode 100644 index 00000000..08d46602 --- /dev/null +++ b/help_online/i18n/es_AR.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/es_CL.po b/help_online/i18n/es_CL.po new file mode 100644 index 00000000..a3a8fef9 --- /dev/null +++ b/help_online/i18n/es_CL.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/es_CO.po b/help_online/i18n/es_CO.po new file mode 100644 index 00000000..c3dfed99 --- /dev/null +++ b/help_online/i18n/es_CO.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nombre Público" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/es_CR.po b/help_online/i18n/es_CR.po new file mode 100644 index 00000000..caa2534e --- /dev/null +++ b/help_online/i18n/es_CR.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/es_DO.po b/help_online/i18n/es_DO.po new file mode 100644 index 00000000..929e6a40 --- /dev/null +++ b/help_online/i18n/es_DO.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/es_EC.po b/help_online/i18n/es_EC.po new file mode 100644 index 00000000..44923226 --- /dev/null +++ b/help_online/i18n/es_EC.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/es_ES.po b/help_online/i18n/es_ES.po new file mode 100644 index 00000000..ab6601bc --- /dev/null +++ b/help_online/i18n/es_ES.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:28+0000\n" +"PO-Revision-Date: 2017-02-16 15:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/es_MX.po b/help_online/i18n/es_MX.po new file mode 100644 index 00000000..72d93d7b --- /dev/null +++ b/help_online/i18n/es_MX.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "ó" diff --git a/help_online/i18n/es_PE.po b/help_online/i18n/es_PE.po new file mode 100644 index 00000000..148b7aa0 --- /dev/null +++ b/help_online/i18n/es_PE.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:50+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "o" diff --git a/help_online/i18n/es_PY.po b/help_online/i18n/es_PY.po new file mode 100644 index 00000000..bc3fd8e0 --- /dev/null +++ b/help_online/i18n/es_PY.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:21+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/es_VE.po b/help_online/i18n/es_VE.po new file mode 100644 index 00000000..7d3a2a12 --- /dev/null +++ b/help_online/i18n/es_VE.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/et.po b/help_online/i18n/et.po new file mode 100644 index 00000000..c8014682 --- /dev/null +++ b/help_online/i18n/et.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Loobu" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Loonud" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Loodud" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "või" diff --git a/help_online/i18n/eu.po b/help_online/i18n/eu.po new file mode 100644 index 00000000..dbd65e83 --- /dev/null +++ b/help_online/i18n/eu.po @@ -0,0 +1,237 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 09:00+0000\n" +"PO-Revision-Date: 2017-02-23 15:58+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "Itxi" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Nork sortua" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Created on" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "XML" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "or" diff --git a/help_online/i18n/fa.po b/help_online/i18n/fa.po new file mode 100644 index 00000000..65ec02f2 --- /dev/null +++ b/help_online/i18n/fa.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "لغو" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "شناسه" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "یا" diff --git a/help_online/i18n/fi.po b/help_online/i18n/fi.po index 9df9f989..c0ed7f61 100644 --- a/help_online/i18n/fi.po +++ b/help_online/i18n/fi.po @@ -3,7 +3,7 @@ # * help_online # # Translators: -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015 # Antonio Trueba, 2016 # FIRST AUTHOR , 2012,2014 # Hotellook, 2014 @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-08 16:35+0000\n" -"PO-Revision-Date: 2016-07-08 10:49+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-15 12:45+0000\n" "Last-Translator: Jarmo Kortetjärvi \n" "Language-Team: Finnish (http://www.transifex.com/oca/OCA-web-8-0/language/fi/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Peru" @@ -41,7 +41,7 @@ msgstr "Sulje" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Vahvista" @@ -178,14 +178,14 @@ msgstr "Sivun etuliitettä ei ole määritetty!" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "Ok" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "Sivua ei ole olemassa. Haluatko luoda sivun?" diff --git a/help_online/i18n/fr.po b/help_online/i18n/fr.po index f591b6f3..78439a74 100644 --- a/help_online/i18n/fr.po +++ b/help_online/i18n/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-06 15:49+0000\n" -"PO-Revision-Date: 2016-05-06 08:19+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-16 21:46+0000\n" "Last-Translator: Christophe CHAUVET \n" "Language-Team: French (http://www.transifex.com/oca/OCA-web-8-0/language/fr/)\n" "MIME-Version: 1.0\n" @@ -33,7 +33,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Annuler" @@ -46,7 +46,7 @@ msgstr "Fermer" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Confirmer" @@ -183,14 +183,14 @@ msgstr "Le paramètre spécifiant le préfixe des pages n'est pas configuré !" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "Ok" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "La page n'existe pas. Voulez-vous la créer?" diff --git a/help_online/i18n/fr_CA.po b/help_online/i18n/fr_CA.po new file mode 100644 index 00000000..5f1ea68d --- /dev/null +++ b/help_online/i18n/fr_CA.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-11 09:32+0000\n" +"PO-Revision-Date: 2017-03-13 12:52+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "Identifiant" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/fr_CH.po b/help_online/i18n/fr_CH.po new file mode 100644 index 00000000..d6a41664 --- /dev/null +++ b/help_online/i18n/fr_CH.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-02 01:43+0000\n" +"PO-Revision-Date: 2017-05-11 14:15+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "Fermer" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nom affiché" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/fr_FR.po b/help_online/i18n/fr_FR.po new file mode 100644 index 00000000..4c08481b --- /dev/null +++ b/help_online/i18n/fr_FR.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:20+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-web-8-0/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/gl.po b/help_online/i18n/gl.po new file mode 100644 index 00000000..0084f3d9 --- /dev/null +++ b/help_online/i18n/gl.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "ou" diff --git a/help_online/i18n/gl_ES.po b/help_online/i18n/gl_ES.po new file mode 100644 index 00000000..c999cbda --- /dev/null +++ b/help_online/i18n/gl_ES.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/he.po b/help_online/i18n/he.po new file mode 100644 index 00000000..3da7b696 --- /dev/null +++ b/help_online/i18n/he.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "בטל" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "נוצר ב-" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "השם המוצג" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "מזהה" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "או" diff --git a/help_online/i18n/hi.po b/help_online/i18n/hi.po new file mode 100644 index 00000000..5125d465 --- /dev/null +++ b/help_online/i18n/hi.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hindi (http://www.transifex.com/oca/OCA-web-8-0/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "रद्द" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/hr.po b/help_online/i18n/hr.po index ac78c482..fdde1e13 100644 --- a/help_online/i18n/hr.po +++ b/help_online/i18n/hr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-14 11:47+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" "Last-Translator: Bole \n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/language/hr/)\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Otkaži" @@ -33,7 +33,7 @@ msgstr "Zatvori" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Potvrdi" @@ -48,19 +48,19 @@ msgstr "Kreiraj stranice pomoći za %s" #: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 #: field:import.help.wizard,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Kreirao" #. module: help_online #: field:export.help.wizard,create_date:0 field:help.online,create_date:0 #: field:import.help.wizard,create_date:0 msgid "Created on" -msgstr "" +msgstr "Kreirano" #. module: help_online #: field:export.help.wizard,display_name:0 field:help.online,display_name:0 #: field:import.help.wizard,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Naziv " #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view @@ -142,19 +142,19 @@ msgstr "" #: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 #: field:import.help.wizard,__last_update:0 msgid "Last Modified on" -msgstr "" +msgstr "Zadnje modificirano" #. module: help_online #: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 #: field:import.help.wizard,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Zadnji ažurirao" #. module: help_online #: field:export.help.wizard,write_date:0 field:help.online,write_date:0 #: field:import.help.wizard,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Zadnje ažuriranje" #. module: help_online #: code:addons/help_online/models/export_help_wizard.py:260 @@ -170,14 +170,14 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "U redu" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "Stranica ne postoji. Želite ju napraviti?" diff --git a/help_online/i18n/hr_HR.po b/help_online/i18n/hr_HR.po new file mode 100644 index 00000000..bf8e9f36 --- /dev/null +++ b/help_online/i18n/hr_HR.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Naziv" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/hu.po b/help_online/i18n/hu.po new file mode 100644 index 00000000..fa1b4200 --- /dev/null +++ b/help_online/i18n/hu.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:44+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Mégsem" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Készítette" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "vagy" diff --git a/help_online/i18n/id.po b/help_online/i18n/id.po new file mode 100644 index 00000000..84bc976a --- /dev/null +++ b/help_online/i18n/id.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Batalkan" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Dibuat pada" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "atau" diff --git a/help_online/i18n/it.po b/help_online/i18n/it.po index 7f559922..bc579e3a 100644 --- a/help_online/i18n/it.po +++ b/help_online/i18n/it.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:08+0000\n" -"PO-Revision-Date: 2016-04-30 19:55+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-09 12:25+0000\n" "Last-Translator: Paolo Valier\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-web-8-0/language/it/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Annulla" @@ -41,7 +41,7 @@ msgstr "Chiudi" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Conferma" @@ -178,14 +178,14 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "Ok" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "La pagina non esiste. Desideri crearla?" diff --git a/help_online/i18n/ja.po b/help_online/i18n/ja.po new file mode 100644 index 00000000..5ebae739 --- /dev/null +++ b/help_online/i18n/ja.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "キャンセル" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "作成者" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "作成日" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "表示名" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "または" diff --git a/help_online/i18n/ko.po b/help_online/i18n/ko.po new file mode 100644 index 00000000..106ab3f1 --- /dev/null +++ b/help_online/i18n/ko.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "취소" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "작성자" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "작성일" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "표시 이름" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "또는" diff --git a/help_online/i18n/lo.po b/help_online/i18n/lo.po new file mode 100644 index 00000000..8c1f829b --- /dev/null +++ b/help_online/i18n/lo.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lao (http://www.transifex.com/oca/OCA-web-8-0/language/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/lt.po b/help_online/i18n/lt.po new file mode 100644 index 00000000..8c2a4e4b --- /dev/null +++ b/help_online/i18n/lt.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Atšaukti" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Sukūrė" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Sukurta" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "arba" diff --git a/help_online/i18n/lt_LT.po b/help_online/i18n/lt_LT.po new file mode 100644 index 00000000..fb85133e --- /dev/null +++ b/help_online/i18n/lt_LT.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Atšaukti" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Sukūrė" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Sukurta" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/lv.po b/help_online/i18n/lv.po new file mode 100644 index 00000000..778a21dc --- /dev/null +++ b/help_online/i18n/lv.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Atcelt" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Izveidoja" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Izveidots" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "vai" diff --git a/help_online/i18n/mk.po b/help_online/i18n/mk.po new file mode 100644 index 00000000..8abcd87c --- /dev/null +++ b/help_online/i18n/mk.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Креирано од" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Креирано на" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Прикажи име" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "или" diff --git a/help_online/i18n/mn.po b/help_online/i18n/mn.po new file mode 100644 index 00000000..2a9d1c07 --- /dev/null +++ b/help_online/i18n/mn.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Цуцлах" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "эсвэл" diff --git a/help_online/i18n/nb.po b/help_online/i18n/nb.po new file mode 100644 index 00000000..5b21c8ee --- /dev/null +++ b/help_online/i18n/nb.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Opprettet av" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Opprettet den" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Visnings navn" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "eller" diff --git a/help_online/i18n/nb_NO.po b/help_online/i18n/nb_NO.po new file mode 100644 index 00000000..38fedb59 --- /dev/null +++ b/help_online/i18n/nb_NO.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Lukk" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Laget av" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Laget den" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Vis navn" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/nl.po b/help_online/i18n/nl.po new file mode 100644 index 00000000..390dfaec --- /dev/null +++ b/help_online/i18n/nl.po @@ -0,0 +1,237 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +# wilcobergacker , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 08:51+0000\n" +"PO-Revision-Date: 2017-02-01 11:20+0000\n" +"Last-Translator: wilcobergacker \n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "Sluiten" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "Bevestigen" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "of" diff --git a/help_online/i18n/nl_BE.po b/help_online/i18n/nl_BE.po new file mode 100644 index 00000000..1b8655e4 --- /dev/null +++ b/help_online/i18n/nl_BE.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Gemaakt door" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Gemaakt op" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Schermnaam" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "of" diff --git a/help_online/i18n/nl_NL.po b/help_online/i18n/nl_NL.po new file mode 100644 index 00000000..55551462 --- /dev/null +++ b/help_online/i18n/nl_NL.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 11:36+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-web-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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/pl.po b/help_online/i18n/pl.po new file mode 100644 index 00000000..ac07184c --- /dev/null +++ b/help_online/i18n/pl.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Anuluj" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Utworzone przez" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Utworzono" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "lub" diff --git a/help_online/i18n/pt.po b/help_online/i18n/pt.po new file mode 100644 index 00000000..b761f45c --- /dev/null +++ b/help_online/i18n/pt.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nome" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "ou" diff --git a/help_online/i18n/pt_BR.po b/help_online/i18n/pt_BR.po index db36a522..a775e10d 100644 --- a/help_online/i18n/pt_BR.po +++ b/help_online/i18n/pt_BR.po @@ -8,7 +8,9 @@ # Armando Vulcano Junior , 2015 # bossnm11 , 2014 # Carles Antoli , 2015 -# Chanseok , 2014 +# Carles Antoli , 2015 +# Chanseok , 2014 +# Christophe CHAUVET , 2015 # Christophe CHAUVET , 2015 # danimaribeiro , 2015-2016 # danimaribeiro , 2016 @@ -31,9 +33,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-22 15:47+0000\n" -"PO-Revision-Date: 2016-03-05 16:01+0000\n" -"Last-Translator: danimaribeiro \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -43,7 +45,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Cancelar" @@ -56,7 +58,7 @@ msgstr "Fechar" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Confirmar" @@ -79,6 +81,12 @@ msgstr "Criado por" msgid "Created on" msgstr "Criado em " +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nome para Mostrar" + #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view msgid "Export" @@ -155,6 +163,12 @@ msgstr "Importar dados de ajuda" msgid "Import Help Online" msgstr "Importar ajuda online" +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última atualização em" + #. module: help_online #: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 #: field:import.help.wizard,write_uid:0 @@ -181,14 +195,14 @@ msgstr "Nenhum prefixo de página especificado!" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "Ok" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "Página não existe. Você quer criar?" diff --git a/help_online/i18n/pt_PT.po b/help_online/i18n/pt_PT.po new file mode 100644 index 00000000..097ffc2d --- /dev/null +++ b/help_online/i18n/pt_PT.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "ou" diff --git a/help_online/i18n/ro.po b/help_online/i18n/ro.po new file mode 100644 index 00000000..818ef2a0 --- /dev/null +++ b/help_online/i18n/ro.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Anuleaza" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Creat de" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Creat la" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "sau" diff --git a/help_online/i18n/ru.po b/help_online/i18n/ru.po new file mode 100644 index 00000000..30b78c70 --- /dev/null +++ b/help_online/i18n/ru.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-02 01:43+0000\n" +"PO-Revision-Date: 2017-05-11 14:11+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Отменена" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "Изменить" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Создано" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Создан" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "или" diff --git a/help_online/i18n/sk.po b/help_online/i18n/sk.po new file mode 100644 index 00000000..e6103d71 --- /dev/null +++ b/help_online/i18n/sk.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Zrušiť" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Vytvoril" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Vytvorené" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "alebo" diff --git a/help_online/i18n/sl.po b/help_online/i18n/sl.po index 87f2a086..897dc904 100644 --- a/help_online/i18n/sl.po +++ b/help_online/i18n/sl.po @@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:08+0000\n" -"PO-Revision-Date: 2016-04-30 05:23+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-16 21:45+0000\n" "Last-Translator: Matjaž Mozetič \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-8-0/language/sl/)\n" "MIME-Version: 1.0\n" @@ -36,7 +36,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "Preklic" @@ -49,7 +49,7 @@ msgstr "Zaključi" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Potrdi" @@ -186,14 +186,14 @@ msgstr "Predpona strani ni določena!" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "V redu" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "Stran ne obstaja. Jo želite ustvariti?" diff --git a/help_online/i18n/sr.po b/help_online/i18n/sr.po new file mode 100644 index 00000000..ba86710d --- /dev/null +++ b/help_online/i18n/sr.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/sr@latin.po b/help_online/i18n/sr@latin.po new file mode 100644 index 00000000..9323afe2 --- /dev/null +++ b/help_online/i18n/sr@latin.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "ili" diff --git a/help_online/i18n/sv.po b/help_online/i18n/sv.po new file mode 100644 index 00000000..927c64dd --- /dev/null +++ b/help_online/i18n/sv.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Skapad av" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Skapad den" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Visa namn" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "eller" diff --git a/help_online/i18n/th.po b/help_online/i18n/th.po new file mode 100644 index 00000000..0fe028d3 --- /dev/null +++ b/help_online/i18n/th.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "สร้างโดย" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "รหัส" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "หรือ" diff --git a/help_online/i18n/tr.po b/help_online/i18n/tr.po index 56b13bd4..3e71a1b5 100644 --- a/help_online/i18n/tr.po +++ b/help_online/i18n/tr.po @@ -3,8 +3,9 @@ # * help_online # # Translators: -# Ahmet Altınışık , 2015-2016 -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015 +# Ahmet Altinisik , 2015-2016 +# Ahmet Altinisik , 2015 # Armando Vulcano Junior , 2015 # Bruno JOLIVEAU, 2015 # FIRST AUTHOR , 2012-2013 @@ -17,13 +18,15 @@ # SaFi J. , 2015 # Thomas A. Jaeger, 2015 # Yael Terrettaz, 2015 +# yterrettaz, 2015 +# yterrettaz, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-22 15:47+0000\n" -"PO-Revision-Date: 2016-01-31 11:39+0000\n" -"Last-Translator: Ahmet Altınışık \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 21:59+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +36,7 @@ msgstr "" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:83 +#: code:addons/help_online/static/src/js/help_online.js:93 #, python-format msgid "Cancel" msgstr "İptal" @@ -46,7 +49,7 @@ msgstr "Kapat" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:81 +#: code:addons/help_online/static/src/js/help_online.js:91 #, python-format msgid "Confirm" msgstr "Onayla" @@ -69,6 +72,12 @@ msgstr "Oluşturan" msgid "Created on" msgstr "Oluşturuldu" +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Görünen İsim" + #. module: help_online #: view:export.help.wizard:help_online.export_help_wizard_view msgid "Export" @@ -145,6 +154,12 @@ msgstr "Yardım verisini içe aktarma" msgid "Import Help Online" msgstr "Online yardımı İçe aktar" +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Son değişiklik" + #. module: help_online #: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 #: field:import.help.wizard,write_uid:0 @@ -171,14 +186,14 @@ msgstr "Hiç sayfa ön-ek parametresi tanımlanmamış !" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:88 +#: code:addons/help_online/static/src/js/help_online.js:98 #, python-format msgid "Ok" msgstr "Taman" #. module: help_online #. openerp-web -#: code:addons/help_online/static/src/js/help_online.js:107 +#: code:addons/help_online/static/src/js/help_online.js:117 #, python-format msgid "Page does not exist. Do you want to create?" msgstr "Sayfa bulunamadı, baştan oluşturmak ister misin?" diff --git a/help_online/i18n/tr_TR.po b/help_online/i18n/tr_TR.po new file mode 100644 index 00000000..d51e89d2 --- /dev/null +++ b/help_online/i18n/tr_TR.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:10+0000\n" +"PO-Revision-Date: 2017-01-04 14:44+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "İptal et" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "Onayla" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Görünen ad" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "Kimlik" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "ya da " diff --git a/help_online/i18n/uk.po b/help_online/i18n/uk.po new file mode 100644 index 00000000..61728b2c --- /dev/null +++ b/help_online/i18n/uk.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Скасувати" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Створив" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Дата створення" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "або" diff --git a/help_online/i18n/vi.po b/help_online/i18n/vi.po new file mode 100644 index 00000000..f4bc5c2b --- /dev/null +++ b/help_online/i18n/vi.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Hủy bỏ" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Được tạo vào" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "hoặc" diff --git a/help_online/i18n/vi_VN.po b/help_online/i18n/vi_VN.po new file mode 100644 index 00000000..7f74c5de --- /dev/null +++ b/help_online/i18n/vi_VN.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "Hủy" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "Tạo bởi" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "Tạo vào" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "" diff --git a/help_online/i18n/zh_CN.po b/help_online/i18n/zh_CN.po new file mode 100644 index 00000000..7c2f3e69 --- /dev/null +++ b/help_online/i18n/zh_CN.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2017-04-19 01:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "取消" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "关闭" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "创建者" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "创建时间" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "显示名称" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "或" diff --git a/help_online/i18n/zh_TW.po b/help_online/i18n/zh_TW.po new file mode 100644 index 00000000..3c97315a --- /dev/null +++ b/help_online/i18n/zh_TW.po @@ -0,0 +1,236 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * help_online +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/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: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:93 +#, python-format +msgid "Cancel" +msgstr "刪除" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Close" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:91 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:57 +#, python-format +msgid "Create Help page for %s" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,create_uid:0 field:help.online,create_uid:0 +#: field:import.help.wizard,create_uid:0 +msgid "Created by" +msgstr "建立者" + +#. module: help_online +#: field:export.help.wizard,create_date:0 field:help.online,create_date:0 +#: field:import.help.wizard,create_date:0 +msgid "Created on" +msgstr "建立於" + +#. module: help_online +#: field:export.help.wizard,display_name:0 field:help.online,display_name:0 +#: field:import.help.wizard,display_name:0 +msgid "Display Name" +msgstr "顯示名稱" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:267 +#: model:ir.actions.act_window,name:help_online.action_export_help_wizard +#, python-format +msgid "Export Help" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "Export Help Data" +msgstr "" + +#. module: help_online +#: model:ir.model,name:help_online.model_export_help_wizard +#: model:ir.ui.menu,name:help_online.menu_help_export +msgid "Export Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,export_filename:0 +msgid "Export XML Filename" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help +#: model:ir.ui.menu,name:help_online.menu_help_main +msgid "Help Online" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:52 +#, python-format +msgid "Help on %s" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_reader +msgid "Help reader" +msgstr "" + +#. module: help_online +#: model:res.groups,name:help_online.help_online_group_writer +msgid "Help writer" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,id:0 field:help.online,id:0 +#: field:import.help.wizard,id:0 +msgid "ID" +msgstr "編號" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_import_help_wizard +msgid "Import Help" +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "Import Help Data" +msgstr "" + +#. module: help_online +#: model:ir.ui.menu,name:help_online.menu_help_import +msgid "Import Help Online" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,__last_update:0 field:help.online,__last_update:0 +#: field:import.help.wizard,__last_update:0 +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: help_online +#: field:export.help.wizard,write_uid:0 field:help.online,write_uid:0 +#: field:import.help.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: help_online +#: field:export.help.wizard,write_date:0 field:help.online,write_date:0 +#: field:import.help.wizard,write_date:0 +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:260 +#, python-format +msgid "No data to export !" +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/help_online.py:33 +#, python-format +msgid "No page prefix parameter specified !" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:98 +#, python-format +msgid "Ok" +msgstr "" + +#. module: help_online +#. openerp-web +#: code:addons/help_online/static/src/js/help_online.js:117 +#, python-format +msgid "Page does not exist. Do you want to create?" +msgstr "" + +#. module: help_online +#: field:import.help.wizard,source_file:0 +msgid "Source File" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +msgid "" +"This wizard allow you to export all QWeb views\n" +" related to help online. The result will be an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "" +"This wizard allow you to import QWeb views\n" +" related to help online. The required file format is an Odoo\n" +" data xml file." +msgstr "" + +#. module: help_online +#: code:addons/help_online/models/export_help_wizard.py:297 +#, python-format +msgid "Unable to write autobackup file in given directory: %s" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_search +msgid "Website Page" +msgstr "" + +#. module: help_online +#: view:ir.ui.view:help_online.view_view_form +msgid "Website Page?" +msgstr "" + +#. module: help_online +#: model:ir.actions.act_window,name:help_online.action_website_pages +#: model:ir.ui.menu,name:help_online.menu_help_pages +msgid "Website Pages" +msgstr "" + +#. module: help_online +#: field:export.help.wizard,data:0 +msgid "XML" +msgstr "" + +#. module: help_online +#: view:export.help.wizard:help_online.export_help_wizard_view +#: view:import.help.wizard:help_online.import_help_wizard_view +msgid "or" +msgstr "或" diff --git a/help_online/static/src/js/help_online.js b/help_online/static/src/js/help_online.js index c660a110..dca0431b 100644 --- a/help_online/static/src/js/help_online.js +++ b/help_online/static/src/js/help_online.js @@ -41,6 +41,16 @@ openerp.help_online = function (instance) { }, }); + instance.web_kanban.KanbanView.include({ + view_loading: function(r) { + var ret = this._super(r); + if(! _.isUndefined(this.ViewManager.load_help_buttons)){ + this.ViewManager.load_help_buttons(); + } + return ret + }, + }); + openerp.web.FormView.include({ view_loading: function(r) { var ret = this._super(r); diff --git a/help_popup/i18n/es.po b/help_popup/i18n/es.po index 295fa701..20c2242c 100644 --- a/help_popup/i18n/es.po +++ b/help_popup/i18n/es.po @@ -3,15 +3,26 @@ # * help_popup # # Translators: +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2013 # Antonio Trueba, 2016 # Antonio Trueba, 2016 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012-2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2016 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:04+0000\n" -"PO-Revision-Date: 2016-02-23 12:54+0000\n" -"Last-Translator: Antonio Trueba\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:37+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +35,7 @@ msgstr "" #: code:addons/help_popup/static/src/xml/popup_help.xml:5 #, python-format msgid " " -msgstr "" +msgstr " " #. module: help_popup #: field:ir.actions.act_window,advanced_help:0 @@ -56,11 +67,11 @@ msgstr "Ayuda del desarrollador" msgid "" "Use this field to add custom content for documentation purpose\n" "mainly by developers" -msgstr "Use este campo para añadir contenido personalizado como documentación (principalmente para desarrolladores)" +msgstr "Use este campo para añadir contenido personalizado como documentación\n(principalmente para desarrolladores)" #. module: help_popup #: help:ir.actions.act_window,enduser_help:0 msgid "" "Use this field to add custom content for documentation purpose\n" "mainly by power users " -msgstr "Use este campo para añadir contenido personalizado como documentación (principalmente para usuarios avanzados)" +msgstr "Use este campo para añadir contenido personalizado como documentación\n(principalmente para usuarios avanzados)" diff --git a/help_popup/i18n/en.po b/help_popup/i18n/eu.po similarity index 69% rename from help_popup/i18n/en.po rename to help_popup/i18n/eu.po index a47578a3..044790e1 100644 --- a/help_popup/i18n/en.po +++ b/help_popup/i18n/eu.po @@ -3,18 +3,19 @@ # * help_popup # # Translators: +# Esther Martín Menéndez , 2017 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2017-02-18 09:00+0000\n" +"PO-Revision-Date: 2017-02-23 07:59+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: help_popup @@ -27,38 +28,38 @@ msgstr " " #. module: help_popup #: field:ir.actions.act_window,advanced_help:0 msgid "Advanced Help" -msgstr "Advanced Help" +msgstr "" #. module: help_popup #: model:ir.actions.report.xml,name:help_popup.report_help_popup msgid "Contextual Help" -msgstr "Contextual Help" +msgstr "" #. module: help_popup #: field:ir.actions.act_window,enduser_help:0 msgid "End User Help" -msgstr "End User Help" +msgstr "" #. module: help_popup #: view:website:help_popup.tpl_help msgid "Help from Odoo" -msgstr "Help from Odoo" +msgstr "" #. module: help_popup #: view:website:help_popup.tpl_help msgid "Help from developer" -msgstr "Help from developer" +msgstr "" #. module: help_popup #: help:ir.actions.act_window,advanced_help:0 msgid "" "Use this field to add custom content for documentation purpose\n" "mainly by developers" -msgstr "Use this field to add custom content for documentation purpose\nmainly by developers" +msgstr "" #. module: help_popup #: help:ir.actions.act_window,enduser_help:0 msgid "" "Use this field to add custom content for documentation purpose\n" "mainly by power users " -msgstr "Use this field to add custom content for documentation purpose\nmainly by power users " +msgstr "" diff --git a/setup/web_graph_sort/odoo_addons/__init__.py b/setup/web_graph_sort/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_graph_sort/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_graph_sort/odoo_addons/web_graph_sort b/setup/web_graph_sort/odoo_addons/web_graph_sort new file mode 120000 index 00000000..2b813261 --- /dev/null +++ b/setup/web_graph_sort/odoo_addons/web_graph_sort @@ -0,0 +1 @@ +../../../web_graph_sort \ No newline at end of file diff --git a/setup/web_graph_sort/setup.py b/setup/web_graph_sort/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_graph_sort/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_invalid_tab/odoo_addons/__init__.py b/setup/web_invalid_tab/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_invalid_tab/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_invalid_tab/odoo_addons/web_invalid_tab b/setup/web_invalid_tab/odoo_addons/web_invalid_tab new file mode 120000 index 00000000..9aeea98e --- /dev/null +++ b/setup/web_invalid_tab/odoo_addons/web_invalid_tab @@ -0,0 +1 @@ +../../../web_invalid_tab \ No newline at end of file diff --git a/setup/web_invalid_tab/setup.py b/setup/web_invalid_tab/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_invalid_tab/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_ir_actions_act_window_none/odoo_addons/__init__.py b/setup/web_ir_actions_act_window_none/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_ir_actions_act_window_none/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_ir_actions_act_window_none/odoo_addons/web_ir_actions_act_window_none b/setup/web_ir_actions_act_window_none/odoo_addons/web_ir_actions_act_window_none new file mode 120000 index 00000000..862a0674 --- /dev/null +++ b/setup/web_ir_actions_act_window_none/odoo_addons/web_ir_actions_act_window_none @@ -0,0 +1 @@ +../../../web_ir_actions_act_window_none \ No newline at end of file diff --git a/setup/web_ir_actions_act_window_none/setup.py b/setup/web_ir_actions_act_window_none/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_ir_actions_act_window_none/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_menu_collapsible/odoo_addons/__init__.py b/setup/web_menu_collapsible/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_menu_collapsible/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_menu_collapsible/odoo_addons/web_menu_collapsible b/setup/web_menu_collapsible/odoo_addons/web_menu_collapsible new file mode 120000 index 00000000..23b95fe4 --- /dev/null +++ b/setup/web_menu_collapsible/odoo_addons/web_menu_collapsible @@ -0,0 +1 @@ +../../../web_menu_collapsible \ No newline at end of file diff --git a/setup/web_menu_collapsible/setup.py b/setup/web_menu_collapsible/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_menu_collapsible/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_widget_pattern/odoo_addons/__init__.py b/setup/web_widget_pattern/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_widget_pattern/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_widget_pattern/odoo_addons/web_widget_pattern b/setup/web_widget_pattern/odoo_addons/web_widget_pattern new file mode 120000 index 00000000..dbc6a29b --- /dev/null +++ b/setup/web_widget_pattern/odoo_addons/web_widget_pattern @@ -0,0 +1 @@ +../../../web_widget_pattern \ No newline at end of file diff --git a/setup/web_widget_pattern/setup.py b/setup/web_widget_pattern/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_widget_pattern/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_x2m_defaults_from_previous/odoo_addons/__init__.py b/setup/web_x2m_defaults_from_previous/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_x2m_defaults_from_previous/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_x2m_defaults_from_previous/odoo_addons/web_x2m_defaults_from_previous b/setup/web_x2m_defaults_from_previous/odoo_addons/web_x2m_defaults_from_previous new file mode 120000 index 00000000..0da4538c --- /dev/null +++ b/setup/web_x2m_defaults_from_previous/odoo_addons/web_x2m_defaults_from_previous @@ -0,0 +1 @@ +../../../web_x2m_defaults_from_previous \ No newline at end of file diff --git a/setup/web_x2m_defaults_from_previous/setup.py b/setup/web_x2m_defaults_from_previous/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_x2m_defaults_from_previous/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_x2m_filter/odoo_addons/__init__.py b/setup/web_x2m_filter/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_x2m_filter/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_x2m_filter/odoo_addons/web_x2m_filter b/setup/web_x2m_filter/odoo_addons/web_x2m_filter new file mode 120000 index 00000000..7af50cb7 --- /dev/null +++ b/setup/web_x2m_filter/odoo_addons/web_x2m_filter @@ -0,0 +1 @@ +../../../web_x2m_filter \ No newline at end of file diff --git a/setup/web_x2m_filter/setup.py b/setup/web_x2m_filter/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_x2m_filter/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_x2many_add_button_position/odoo_addons/__init__.py b/setup/web_x2many_add_button_position/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_x2many_add_button_position/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_x2many_add_button_position/odoo_addons/web_x2many_add_button_position b/setup/web_x2many_add_button_position/odoo_addons/web_x2many_add_button_position new file mode 120000 index 00000000..c5dc850f --- /dev/null +++ b/setup/web_x2many_add_button_position/odoo_addons/web_x2many_add_button_position @@ -0,0 +1 @@ +../../../web_x2many_add_button_position \ No newline at end of file diff --git a/setup/web_x2many_add_button_position/setup.py b/setup/web_x2many_add_button_position/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_x2many_add_button_position/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/web_x2many_delete_all/odoo_addons/__init__.py b/setup/web_x2many_delete_all/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_x2many_delete_all/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_x2many_delete_all/odoo_addons/web_x2many_delete_all b/setup/web_x2many_delete_all/odoo_addons/web_x2many_delete_all new file mode 120000 index 00000000..d2670f2e --- /dev/null +++ b/setup/web_x2many_delete_all/odoo_addons/web_x2many_delete_all @@ -0,0 +1 @@ +../../../web_x2many_delete_all \ No newline at end of file diff --git a/setup/web_x2many_delete_all/setup.py b/setup/web_x2many_delete_all/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_x2many_delete_all/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/support_branding/i18n/en.po b/support_branding/i18n/en.po deleted file mode 100644 index c732e395..00000000 --- a/support_branding/i18n/en.po +++ /dev/null @@ -1,49 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * support_branding -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: support_branding -#: view:website:web.menu_secondary -msgid ", supported by" -msgstr ", supported by" - -#. module: support_branding -#. openerp-web -#: code:addons/support_branding/static/src/js/support_branding.js:106 -#, python-format -msgid "Email to %s" -msgstr "Email to %s" - -#. module: support_branding -#. openerp-web -#: code:addons/support_branding/static/src/xml/base.xml:12 -#, python-format -msgid "Email to support company" -msgstr "Email to support company" - -#. module: support_branding -#. openerp-web -#: code:addons/support_branding/static/src/xml/base.xml:10 -#, python-format -msgid "Please fill in how you produced this error..." -msgstr "Please fill in how you produced this error..." - -#. module: support_branding -#: view:website:web.menu_secondary -msgid "Version" -msgstr "Version" diff --git a/web_advanced_search_wildcard/i18n/en.po b/web_advanced_search_wildcard/i18n/es.po similarity index 50% rename from web_advanced_search_wildcard/i18n/en.po rename to web_advanced_search_wildcard/i18n/es.po index e85bb958..2f9437ce 100644 --- a/web_advanced_search_wildcard/i18n/en.po +++ b/web_advanced_search_wildcard/i18n/es.po @@ -1,19 +1,21 @@ -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: +# * web_advanced_search_wildcard # # Translators: +# Pedro M. Baeza , 2016 msgid "" msgstr "" -"Project-Id-Version: web (7.0)\n" +"Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-07 17:50+0000\n" -"PO-Revision-Date: 2015-10-07 17:50+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-7-0/language/en/)\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:37+0000\n" +"Last-Translator: Pedro M. Baeza \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_advanced_search_wildcard @@ -21,4 +23,4 @@ msgstr "" #: code:addons/web_advanced_search_wildcard/static/src/js/search.js:4 #, python-format msgid "matches" -msgstr "matches" +msgstr "coincide con" diff --git a/web_advanced_search_wildcard/i18n/tr.po b/web_advanced_search_wildcard/i18n/tr.po new file mode 100644 index 00000000..bb4d2fe5 --- /dev/null +++ b/web_advanced_search_wildcard/i18n/tr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_advanced_search_wildcard +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 20:49+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/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: web_advanced_search_wildcard +#. openerp-web +#: code:addons/web_advanced_search_wildcard/static/src/js/search.js:4 +#, python-format +msgid "matches" +msgstr "Eşleşmeler" diff --git a/web_advanced_search_x2x/i18n/en.po b/web_advanced_search_x2x/i18n/ca.po similarity index 78% rename from web_advanced_search_x2x/i18n/en.po rename to web_advanced_search_x2x/i18n/ca.po index fd5926c6..5fae85d6 100644 --- a/web_advanced_search_x2x/i18n/en.po +++ b/web_advanced_search_x2x/i18n/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-16 07:41+0000\n" +"POT-Creation-Date: 2017-06-08 19:00+0000\n" "PO-Revision-Date: 2015-11-07 11:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_advanced_search_x2x @@ -22,25 +22,25 @@ msgstr "" #: code:addons/web_advanced_search_x2x/static/src/xml/web_advanced_search_x2x.xml:8 #, python-format msgid "Search" -msgstr "Search" +msgstr "Cercar" #. module: web_advanced_search_x2x #. openerp-web #: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:235 #, python-format msgid "Use criteria" -msgstr "Use criteria" +msgstr "" #. module: web_advanced_search_x2x #. openerp-web #: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:172 #, python-format msgid "invalid search domain" -msgstr "invalid search domain" +msgstr "" #. module: web_advanced_search_x2x #. openerp-web #: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:47 #, python-format msgid "is in selection" -msgstr "is in selection" +msgstr "" diff --git a/web_advanced_search_x2x/i18n/da.po b/web_advanced_search_x2x/i18n/da.po new file mode 100644 index 00000000..739977b5 --- /dev/null +++ b/web_advanced_search_x2x/i18n/da.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_advanced_search_x2x +# +# Translators: +# Hans Henrik Gabelgaard , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-13 10:01+0000\n" +"PO-Revision-Date: 2017-05-18 05:30+0000\n" +"Last-Translator: Hans Henrik Gabelgaard \n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/xml/web_advanced_search_x2x.xml:8 +#, python-format +msgid "Search" +msgstr "Søg" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:235 +#, python-format +msgid "Use criteria" +msgstr "Anvend kriterie" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:172 +#, python-format +msgid "invalid search domain" +msgstr "Ugyldigt søgedomæne" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:47 +#, python-format +msgid "is in selection" +msgstr "er i udvælgelse" diff --git a/web_advanced_search_x2x/i18n/eu.po b/web_advanced_search_x2x/i18n/eu.po new file mode 100644 index 00000000..1cd62f64 --- /dev/null +++ b/web_advanced_search_x2x/i18n/eu.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_advanced_search_x2x +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 09:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/xml/web_advanced_search_x2x.xml:8 +#, python-format +msgid "Search" +msgstr "Bilatu" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:235 +#, python-format +msgid "Use criteria" +msgstr "" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:172 +#, python-format +msgid "invalid search domain" +msgstr "" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:47 +#, python-format +msgid "is in selection" +msgstr "" diff --git a/web_advanced_search_x2x/i18n/hr_HR.po b/web_advanced_search_x2x/i18n/hr_HR.po new file mode 100644 index 00000000..7f41e528 --- /dev/null +++ b/web_advanced_search_x2x/i18n/hr_HR.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_advanced_search_x2x +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/xml/web_advanced_search_x2x.xml:8 +#, python-format +msgid "Search" +msgstr "Pretraži" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:235 +#, python-format +msgid "Use criteria" +msgstr "" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:172 +#, python-format +msgid "invalid search domain" +msgstr "" + +#. module: web_advanced_search_x2x +#. openerp-web +#: code:addons/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js:47 +#, python-format +msgid "is in selection" +msgstr "" diff --git a/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js b/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js index 15252fdc..d6a513c0 100644 --- a/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js +++ b/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js @@ -296,6 +296,42 @@ openerp.web_advanced_search_x2x = function(instance) }, }); + normalize_domain = function(domain) + { + // this is the js version of https://github.com/odoo/odoo/blob/8.0/openerp/osv/expression.py#L203 + if(!domain.length) + { + return [(1, '=', 1)] + } + result = [] + expected = 1 + op_arity = {'!': 1, '&': 2, '|': 2}; + _(domain).each(function(token) + { + if(expected == 0) + { + result.unshift('&'); + expected = 1; + } + result.push(token); + if(_.isArray(token)) + { + expected -= 1; + } + else + { + expected += (op_arity[token] || 0) - 1; + } + }) + if(expected) + { + throw _.sprintf( + 'This domain is syntactically not correct: %s', + domain) + } + return result; + }; + instance.web.SearchView.include({ build_search_data: function() { @@ -310,31 +346,20 @@ openerp.web_advanced_search_x2x = function(instance) { return; } - var compound_domains = [], leaves = []; + var combined = []; _.each(domain, function(leaf) { if(leaf instanceof instance.web.CompoundDomain) { - compound_domains.push(leaf); + combined = combined.concat( + normalize_domain(leaf.eval())); } - if(_.isArray(leaf)) + else { - leaves.push(leaf); + combined.push(leaf); } }); - if(compound_domains.length) - { - var combined = new instance.web.CompoundDomain(); - _.each(compound_domains, function(domain) - { - combined.add(domain.eval()); - }) - _.each(leaves, function(leaf) - { - combined.add([leaf]) - }); - result.domains[index] = combined; - } + result.domains[index] = combined; }); return result; }, diff --git a/web_ckeditor4/i18n/am.po b/web_ckeditor4/i18n/am.po new file mode 100644 index 00000000..3757fc0f --- /dev/null +++ b/web_ckeditor4/i18n/am.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/ar.po b/web_ckeditor4/i18n/ar.po index a5e393d6..3a7b7aa4 100644 --- a/web_ckeditor4/i18n/ar.po +++ b/web_ckeditor4/i18n/ar.po @@ -3,14 +3,25 @@ # * web_ckeditor4 # # Translators: +# Ahmet Altinisik , 2016 +# Carles Antoli , 2015-2016 +# Christophe CHAUVET , 2015 +# FIRST AUTHOR , 2012,2014 +# Giacomo , 2015 +# Guewen Baconnier , 2015 +# Matjaž Mozetič , 2015 +# Maxime Chambreuil , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2015-2016 # SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-16 07:41+0000\n" -"PO-Revision-Date: 2015-12-16 17:16+0000\n" -"Last-Translator: SaFi J. \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,11 +29,21 @@ msgstr "" "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" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "اسم العرض" + #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,id:0 msgid "ID" msgstr "المعرف" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "آخر تعديل في" + #. module: web_ckeditor4 #: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch msgid "Monkeypatches for CKEditor" diff --git a/web_ckeditor4/i18n/bg.po b/web_ckeditor4/i18n/bg.po new file mode 100644 index 00000000..59bd047c --- /dev/null +++ b/web_ckeditor4/i18n/bg.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Име за Показване" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/bs.po b/web_ckeditor4/i18n/bs.po new file mode 100644 index 00000000..ab23c5c5 --- /dev/null +++ b/web_ckeditor4/i18n/bs.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/ca.po b/web_ckeditor4/i18n/ca.po new file mode 100644 index 00000000..25ec2c3f --- /dev/null +++ b/web_ckeditor4/i18n/ca.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:32+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Veure el nom" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/cs.po b/web_ckeditor4/i18n/cs.po new file mode 100644 index 00000000..cef28778 --- /dev/null +++ b/web_ckeditor4/i18n/cs.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/da.po b/web_ckeditor4/i18n/da.po new file mode 100644 index 00000000..964f1716 --- /dev/null +++ b/web_ckeditor4/i18n/da.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Vist navn" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "Id" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/de.po b/web_ckeditor4/i18n/de.po index fa0d7bf0..5f2acaf9 100644 --- a/web_ckeditor4/i18n/de.po +++ b/web_ckeditor4/i18n/de.po @@ -3,14 +3,22 @@ # * web_ckeditor4 # # Translators: +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Christophe CHAUVET , 2015 +# FIRST AUTHOR , 2012-2014 +# Kostas Goutoudis , 2015 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 # Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-01-18 20:15+0000\n" -"Last-Translator: Rudolf Schnapka \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-18 08:13+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,11 +26,21 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Anzeigename" + #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,id:0 msgid "ID" msgstr "ID" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + #. module: web_ckeditor4 #: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch msgid "Monkeypatches for CKEditor" diff --git a/web_ckeditor4/i18n/el_GR.po b/web_ckeditor4/i18n/el_GR.po new file mode 100644 index 00000000..3ad9e6c5 --- /dev/null +++ b/web_ckeditor4/i18n/el_GR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "Κωδικός" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/en.po b/web_ckeditor4/i18n/en_GB.po similarity index 73% rename from web_ckeditor4/i18n/en.po rename to web_ckeditor4/i18n/en_GB.po index 24d69da1..347f12cd 100644 --- a/web_ckeditor4/i18n/en.po +++ b/web_ckeditor4/i18n/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" -"PO-Revision-Date: 2016-04-28 07:10+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_ckeditor4 @@ -35,4 +35,4 @@ msgstr "Last Modified on" #. module: web_ckeditor4 #: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch msgid "Monkeypatches for CKEditor" -msgstr "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es.po b/web_ckeditor4/i18n/es.po index 14c470e5..514d39a2 100644 --- a/web_ckeditor4/i18n/es.po +++ b/web_ckeditor4/i18n/es.po @@ -3,25 +3,29 @@ # * web_ckeditor4 # # Translators: -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015 +# Ahmet Altinisik , 2015 # Alexis de Lattre , 2016 # Antonio Trueba, 2016 # Armando Vulcano Junior , 2015 # Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 # danimaribeiro , 2015-2016 # FIRST AUTHOR , 2013-2014 # Hotellook, 2014 # Matjaž Mozetič , 2015 -# Oihane Crucelaegui , 2016 +# oihane , 2016 +# oihane , 2016 +# Pedro M. Baeza , 2016 # Rudolf Schnapka , 2016 # Rudolf Schnapka , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-23 10:58+0000\n" -"Last-Translator: Oihane Crucelaegui \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,7 +36,7 @@ msgstr "" #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Nombre mostrado" #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,id:0 @@ -47,4 +51,4 @@ msgstr "Última actualización en" #. module: web_ckeditor4 #: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch msgid "Monkeypatches for CKEditor" -msgstr "" +msgstr "Parches (Monkeypatches) para CKEditor" diff --git a/web_ckeditor4/i18n/es_AR.po b/web_ckeditor4/i18n/es_AR.po new file mode 100644 index 00000000..80136de9 --- /dev/null +++ b/web_ckeditor4/i18n/es_AR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_CL.po b/web_ckeditor4/i18n/es_CL.po new file mode 100644 index 00000000..2dff396c --- /dev/null +++ b/web_ckeditor4/i18n/es_CL.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_CO.po b/web_ckeditor4/i18n/es_CO.po new file mode 100644 index 00000000..519a9efe --- /dev/null +++ b/web_ckeditor4/i18n/es_CO.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nombre Público" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_CR.po b/web_ckeditor4/i18n/es_CR.po new file mode 100644 index 00000000..6c883dc1 --- /dev/null +++ b/web_ckeditor4/i18n/es_CR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_DO.po b/web_ckeditor4/i18n/es_DO.po new file mode 100644 index 00000000..e67f1c83 --- /dev/null +++ b/web_ckeditor4/i18n/es_DO.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_EC.po b/web_ckeditor4/i18n/es_EC.po new file mode 100644 index 00000000..7393a4dd --- /dev/null +++ b/web_ckeditor4/i18n/es_EC.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_ES.po b/web_ckeditor4/i18n/es_ES.po new file mode 100644 index 00000000..aca00efd --- /dev/null +++ b/web_ckeditor4/i18n/es_ES.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_MX.po b/web_ckeditor4/i18n/es_MX.po new file mode 100644 index 00000000..8fd5fc74 --- /dev/null +++ b/web_ckeditor4/i18n/es_MX.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_PE.po b/web_ckeditor4/i18n/es_PE.po new file mode 100644 index 00000000..4434a506 --- /dev/null +++ b/web_ckeditor4/i18n/es_PE.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_PY.po b/web_ckeditor4/i18n/es_PY.po new file mode 100644 index 00000000..7176fc31 --- /dev/null +++ b/web_ckeditor4/i18n/es_PY.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/es_VE.po b/web_ckeditor4/i18n/es_VE.po new file mode 100644 index 00000000..3abb0b3f --- /dev/null +++ b/web_ckeditor4/i18n/es_VE.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/et.po b/web_ckeditor4/i18n/et.po new file mode 100644 index 00000000..53771731 --- /dev/null +++ b/web_ckeditor4/i18n/et.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/eu.po b/web_ckeditor4/i18n/eu.po new file mode 100644 index 00000000..5668ea45 --- /dev/null +++ b/web_ckeditor4/i18n/eu.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/fa.po b/web_ckeditor4/i18n/fa.po new file mode 100644 index 00000000..bf6e9561 --- /dev/null +++ b/web_ckeditor4/i18n/fa.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "شناسه" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/fr_CA.po b/web_ckeditor4/i18n/fr_CA.po new file mode 100644 index 00000000..48cc8046 --- /dev/null +++ b/web_ckeditor4/i18n/fr_CA.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-11 09:32+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "Identifiant" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/fr_CH.po b/web_ckeditor4/i18n/fr_CH.po new file mode 100644 index 00000000..46f3ce52 --- /dev/null +++ b/web_ckeditor4/i18n/fr_CH.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 19:38+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nom affiché" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/gl.po b/web_ckeditor4/i18n/gl.po new file mode 100644 index 00000000..8ae513a9 --- /dev/null +++ b/web_ckeditor4/i18n/gl.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/gl_ES.po b/web_ckeditor4/i18n/gl_ES.po new file mode 100644 index 00000000..f3df7685 --- /dev/null +++ b/web_ckeditor4/i18n/gl_ES.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/he.po b/web_ckeditor4/i18n/he.po new file mode 100644 index 00000000..ec92475a --- /dev/null +++ b/web_ckeditor4/i18n/he.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "השם המוצג" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "מזהה" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/hr.po b/web_ckeditor4/i18n/hr.po index 909cc988..be18da41 100644 --- a/web_ckeditor4/i18n/hr.po +++ b/web_ckeditor4/i18n/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" "PO-Revision-Date: 2015-11-07 11:19+0000\n" "Last-Translator: <>\n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/language/hr/)\n" @@ -20,7 +20,7 @@ msgstr "" #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Naziv " #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,id:0 @@ -30,7 +30,7 @@ msgstr "ID" #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,__last_update:0 msgid "Last Modified on" -msgstr "" +msgstr "Zadnje modificirano" #. module: web_ckeditor4 #: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch diff --git a/web_ckeditor4/i18n/hr_HR.po b/web_ckeditor4/i18n/hr_HR.po new file mode 100644 index 00000000..84f8f7f3 --- /dev/null +++ b/web_ckeditor4/i18n/hr_HR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Naziv" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/hu.po b/web_ckeditor4/i18n/hu.po new file mode 100644 index 00000000..24f1e0fa --- /dev/null +++ b/web_ckeditor4/i18n/hu.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/id.po b/web_ckeditor4/i18n/id.po new file mode 100644 index 00000000..b883dd06 --- /dev/null +++ b/web_ckeditor4/i18n/id.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/ja.po b/web_ckeditor4/i18n/ja.po new file mode 100644 index 00000000..3e0e84dc --- /dev/null +++ b/web_ckeditor4/i18n/ja.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "表示名" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/ko.po b/web_ckeditor4/i18n/ko.po new file mode 100644 index 00000000..91d6d0bc --- /dev/null +++ b/web_ckeditor4/i18n/ko.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "표시 이름" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/lt.po b/web_ckeditor4/i18n/lt.po new file mode 100644 index 00000000..70129b50 --- /dev/null +++ b/web_ckeditor4/i18n/lt.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/lt_LT.po b/web_ckeditor4/i18n/lt_LT.po new file mode 100644 index 00000000..c9e135d6 --- /dev/null +++ b/web_ckeditor4/i18n/lt_LT.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-11 09:32+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/lv.po b/web_ckeditor4/i18n/lv.po new file mode 100644 index 00000000..f447d0b7 --- /dev/null +++ b/web_ckeditor4/i18n/lv.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/mk.po b/web_ckeditor4/i18n/mk.po new file mode 100644 index 00000000..4aa06909 --- /dev/null +++ b/web_ckeditor4/i18n/mk.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Прикажи име" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/mn.po b/web_ckeditor4/i18n/mn.po new file mode 100644 index 00000000..3727101e --- /dev/null +++ b/web_ckeditor4/i18n/mn.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/nb.po b/web_ckeditor4/i18n/nb.po new file mode 100644 index 00000000..8425b0cd --- /dev/null +++ b/web_ckeditor4/i18n/nb.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Visnings navn" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/nb_NO.po b/web_ckeditor4/i18n/nb_NO.po new file mode 100644 index 00000000..da932a51 --- /dev/null +++ b/web_ckeditor4/i18n/nb_NO.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Vis navn" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/nl.po b/web_ckeditor4/i18n/nl.po new file mode 100644 index 00000000..cb1367d3 --- /dev/null +++ b/web_ckeditor4/i18n/nl.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/nl_BE.po b/web_ckeditor4/i18n/nl_BE.po new file mode 100644 index 00000000..42a3d10b --- /dev/null +++ b/web_ckeditor4/i18n/nl_BE.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Schermnaam" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/nl_NL.po b/web_ckeditor4/i18n/nl_NL.po new file mode 100644 index 00000000..c68417b2 --- /dev/null +++ b/web_ckeditor4/i18n/nl_NL.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 11:37+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-web-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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/pl.po b/web_ckeditor4/i18n/pl.po new file mode 100644 index 00000000..96584ba7 --- /dev/null +++ b/web_ckeditor4/i18n/pl.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/pt.po b/web_ckeditor4/i18n/pt.po new file mode 100644 index 00000000..a0b16ae8 --- /dev/null +++ b/web_ckeditor4/i18n/pt.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nome" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/pt_BR.po b/web_ckeditor4/i18n/pt_BR.po index 92424a47..f3e0cfb9 100644 --- a/web_ckeditor4/i18n/pt_BR.po +++ b/web_ckeditor4/i18n/pt_BR.po @@ -3,14 +3,24 @@ # * web_ckeditor4 # # Translators: +# Antonio Trueba, 2016 # danimaribeiro , 2016 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2014 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Leonardo J. Caballero G. , 2016 +# Matjaž Mozetič , 2015 +# Miku Laitinen , 2015 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-11 02:17+0000\n" -"PO-Revision-Date: 2016-03-05 16:22+0000\n" -"Last-Translator: danimaribeiro \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,11 +28,21 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nome para Mostrar" + #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,id:0 msgid "ID" msgstr "ID" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última atualização em" + #. module: web_ckeditor4 #: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch msgid "Monkeypatches for CKEditor" diff --git a/web_ckeditor4/i18n/pt_PT.po b/web_ckeditor4/i18n/pt_PT.po new file mode 100644 index 00000000..db1072bd --- /dev/null +++ b/web_ckeditor4/i18n/pt_PT.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/ro.po b/web_ckeditor4/i18n/ro.po new file mode 100644 index 00000000..9f9a59a8 --- /dev/null +++ b/web_ckeditor4/i18n/ro.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/ru.po b/web_ckeditor4/i18n/ru.po new file mode 100644 index 00000000..43a625a1 --- /dev/null +++ b/web_ckeditor4/i18n/ru.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/sk.po b/web_ckeditor4/i18n/sk.po new file mode 100644 index 00000000..50a73780 --- /dev/null +++ b/web_ckeditor4/i18n/sk.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/sr.po b/web_ckeditor4/i18n/sr.po new file mode 100644 index 00000000..79fb1915 --- /dev/null +++ b/web_ckeditor4/i18n/sr.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/sr@latin.po b/web_ckeditor4/i18n/sr@latin.po new file mode 100644 index 00000000..e8f649fc --- /dev/null +++ b/web_ckeditor4/i18n/sr@latin.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/sv.po b/web_ckeditor4/i18n/sv.po new file mode 100644 index 00000000..89f68746 --- /dev/null +++ b/web_ckeditor4/i18n/sv.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Visa namn" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/th.po b/web_ckeditor4/i18n/th.po new file mode 100644 index 00000000..d8896350 --- /dev/null +++ b/web_ckeditor4/i18n/th.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "รหัส" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/tr.po b/web_ckeditor4/i18n/tr.po index 906f0796..56d007dc 100644 --- a/web_ckeditor4/i18n/tr.po +++ b/web_ckeditor4/i18n/tr.po @@ -3,14 +3,33 @@ # * web_ckeditor4 # # Translators: -# Ahmet Altınışık , 2015 +# Accounts-Payable - Alkemics, 2015 +# Ahmet Altinisik , 2015 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# Carles Antoli , 2015 +# Chen-Do LU , 2015 +# danimaribeiro , 2016 +# Dimitrios Glentadakis , 2013-2014, 2015-2016 +# Efstathios Iosifidis , 2014 +# FIRST AUTHOR , 2012,2014 +# François Breysse , 2015 +# Giacomo , 2015 +# Guewen Baconnier , 2015 +# Hotellook, 2014 +# Jim Spentzos, 2014 +# Matjaž Mozetič , 2015 +# Maxime Chambreuil , 2015 +# njeudy , 2015 +# Rudolf Schnapka , 2015 +# SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-08 21:34+0000\n" -"PO-Revision-Date: 2015-12-30 22:16+0000\n" -"Last-Translator: Ahmet Altınışık \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 20:45+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,11 +37,21 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Görünen İsim" + #. module: web_ckeditor4 #: field:ckeditor.monkeypatch,id:0 msgid "ID" msgstr "ID" +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Son değişiklik" + #. module: web_ckeditor4 #: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch msgid "Monkeypatches for CKEditor" diff --git a/web_ckeditor4/i18n/tr_TR.po b/web_ckeditor4/i18n/tr_TR.po new file mode 100644 index 00000000..06864909 --- /dev/null +++ b/web_ckeditor4/i18n/tr_TR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:10+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Görünen ad" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "Kimlik" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/uk.po b/web_ckeditor4/i18n/uk.po new file mode 100644 index 00000000..2fbe8224 --- /dev/null +++ b/web_ckeditor4/i18n/uk.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/vi.po b/web_ckeditor4/i18n/vi.po new file mode 100644 index 00000000..a17d1829 --- /dev/null +++ b/web_ckeditor4/i18n/vi.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/vi_VN.po b/web_ckeditor4/i18n/vi_VN.po new file mode 100644 index 00000000..92f0a101 --- /dev/null +++ b/web_ckeditor4/i18n/vi_VN.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:32+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/zh_CN.po b/web_ckeditor4/i18n/zh_CN.po new file mode 100644 index 00000000..b8fb5d03 --- /dev/null +++ b/web_ckeditor4/i18n/zh_CN.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "显示名称" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_ckeditor4/i18n/zh_TW.po b/web_ckeditor4/i18n/zh_TW.po new file mode 100644 index 00000000..716db119 --- /dev/null +++ b/web_ckeditor4/i18n/zh_TW.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ckeditor4 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ckeditor4 +#: field:ckeditor.monkeypatch,display_name:0 +msgid "Display Name" +msgstr "顯示名稱" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,id:0 +msgid "ID" +msgstr "編號" + +#. module: web_ckeditor4 +#: field:ckeditor.monkeypatch,__last_update:0 +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: web_ckeditor4 +#: model:ir.model,name:web_ckeditor4.model_ckeditor_monkeypatch +msgid "Monkeypatches for CKEditor" +msgstr "" diff --git a/web_dashboard_tile/README.rst b/web_dashboard_tile/README.rst index 21d96ab0..daa3a2eb 100644 --- a/web_dashboard_tile/README.rst +++ b/web_dashboard_tile/README.rst @@ -1,38 +1,48 @@ -Add Tiles to Dashboard -====================== +Dashboard Tiles +=============== -module to give you a dashboard where you can configure tile from any view -and add them as short cut. +Adds a dashboard where you can configure tiles from any view and add them as short cut. -* Tile can be: - * displayed only for a user; - * global for all users (In that case, some tiles will be hidden if - the current user doesn't have access to the given model); -* The tile displays items count of a given model restricted to a given domain; -* Optionnaly, the tile can display the result of a function of a field; - * Function is one of sum/avg/min/max/median; - * Field must be integer or float; +By default, the tile displays items count of a given model restricted to a given domain. + +Optionally, the tile can display the result of a function on a field. + +- Function is one of `sum`, `avg`, `min`, `max` or `median`. +- Field must be integer or float. + +Tile can be: + +- Displayed only for a user. +- Global for all users. +- Restricted to some groups. + +*Note: The tile will be hidden if the current user doesn't have access to the given model.* Usage ===== * Dashboad sample, displaying Sale Orders to invoice: + .. image:: ./static/src/img/screenshot_dashboard.png + * Tree view displayed when user click on the tile: + .. image:: ./static/src/img/screenshot_action_click.png -Kown issues/limits -================== -* can not edit tile from dashboard (color, sequence, function, ...); -* context are ignored; -* date filter can not be relative; -* combine domain of menue and filter so can not restore origin filter; +Known issues +============ +* Can not edit tile from dashboard (color, sequence, function, ...). +* Original context is ignored. +* Original domain and filter are not restored. +* To preserve a relative date domain, you have to manually edit the tile's domain from `Configuration > User Interface > Dashboard Tile`. You can use the same variables available in filters (`uid`, `context_today()`, `current_date`, `time`, `datetime`, `relativedelta`). -possible future improvments -=========================== -* support context_today; -* add icons; -* support client side action (like inbox); +Roadmap +======= +* Add icons. +* Support client side action (like inbox). +* Restore original Domain + Filter when an action is set. +* Posibility to hide the tile based on a field expression. +* Posibility to set the background color based on a field expression. Bug Tracker =========== @@ -51,6 +61,7 @@ Contributors * Markus Schneider * Sylvain Le Gal (https://twitter.com/legalsylvain) +* Iván Todorovich Maintainer ---------- diff --git a/web_dashboard_tile/__init__.py b/web_dashboard_tile/__init__.py index 35d8f47b..1d098b58 100644 --- a/web_dashboard_tile/__init__.py +++ b/web_dashboard_tile/__init__.py @@ -1,26 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010-2013 OpenERP s.a. (). -# Copyright (C) 2014 initOS GmbH & Co. KG (). -# Copyright (C) 2015-Today GRAP -# Author Markus Schneider -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# © 2010-2013 OpenERP s.a. (). +# © 2014 initOS GmbH & Co. KG (). +# © 2015-Today GRAP +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import models diff --git a/web_dashboard_tile/__openerp__.py b/web_dashboard_tile/__openerp__.py index c401c30a..a8a9b558 100644 --- a/web_dashboard_tile/__openerp__.py +++ b/web_dashboard_tile/__openerp__.py @@ -1,38 +1,27 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010-2013 OpenERP s.a. (). -# Copyright (C) 2014 initOS GmbH & Co. KG (). -# Author Markus Schneider -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# © 2010-2013 OpenERP s.a. (). +# © 2014 initOS GmbH & Co. KG (). +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { "name": "Dashboard Tile", "summary": "Add Tiles to Dashboard", - "version": "8.0.1.0.0", + "version": "8.0.4.0.0", "depends": [ 'web', 'board', 'mail', 'web_widget_color', ], - 'author': "initOS GmbH & Co. KG,GRAP,Odoo Community Association (OCA)", + 'author': 'initOS GmbH & Co. KG, ' + 'GRAP, ' + 'Odoo Community Association (OCA)', "category": "web", 'license': 'AGPL-3', + 'contributors': [ + 'initOS GmbH & Co. KG', + 'GRAP', + 'Iván Todorovich ' + ], 'data': [ 'views/tile.xml', 'views/templates.xml', diff --git a/web_dashboard_tile/demo/tile_tile.yml b/web_dashboard_tile/demo/tile_tile.yml index 6b23b71b..dd9da016 100644 --- a/web_dashboard_tile/demo/tile_tile.yml +++ b/web_dashboard_tile/demo/tile_tile.yml @@ -36,5 +36,5 @@ name: Currencies (Max Rate) model_id: base.model_res_currency domain: [] - field_function: max - field_id: base.field_res_currency_rate + secondary_function: max + secondary_field_id: base.field_res_currency_rate diff --git a/web_dashboard_tile/i18n/am.po b/web_dashboard_tile/i18n/am.po new file mode 100644 index 00000000..1ccd10fa --- /dev/null +++ b/web_dashboard_tile/i18n/am.po @@ -0,0 +1,241 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,field_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,computed_value:0 +msgid "Computed value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,count:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,field_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_dashboard_tile +#: selection:tile.tile,field_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,field_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,field_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Optional Field Informations" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:150 +#, python-format +msgid "Please set both: 'Field' and 'Function'." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,field_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:123 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" diff --git a/web_dashboard_tile/i18n/ar.po b/web_dashboard_tile/i18n/ar.po index ea8e9396..3f26ca71 100644 --- a/web_dashboard_tile/i18n/ar.po +++ b/web_dashboard_tile/i18n/ar.po @@ -3,14 +3,27 @@ # * web_dashboard_tile # # Translators: +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 +# Antonio Trueba, 2016 +# Carles Antoli , 2015 +# Carles Antoli , 2015 +# FIRST AUTHOR , 2012-2014 +# Giacomo , 2015 +# Hotellook, 2014 +# Matjaž Mozetič , 2015-2016 +# Miku Laitinen , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2015-2016 # SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-16 07:41+0000\n" -"PO-Revision-Date: 2015-12-16 18:04+0000\n" -"Last-Translator: SaFi J. \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,21 +37,27 @@ msgid "Action" msgstr "الإجراء" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 -msgid "Average" -msgstr "المعدل" +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "معدل القيمة الى '%s'" +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "المعدل" #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "لون الخلفية" +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 @@ -64,6 +83,7 @@ msgid "Dashboard" msgstr "لوحة المعلومات" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -79,6 +99,11 @@ msgstr "" msgid "Display" msgstr "العرض" +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "اسم العرض" + #. module: web_dashboard_tile #: field:tile.tile,domain:0 msgid "Domain" @@ -92,17 +117,12 @@ msgid "Error" msgstr "الخطأ" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "خطأ ! الرجاء اختيار حقل من النموذج المختار." - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "خطأ ! الرجاء وضع قيمة لكلا الحقلين: 'الحقل' و 'الوظيفة'." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "الحقل" @@ -119,15 +139,44 @@ msgid "Font color" msgstr "لون الخط" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "الوظيفة" +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,id:0 msgid "ID" msgstr "المعرف" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "آخر تعديل في" + #. module: web_dashboard_tile #: field:tile.tile,write_uid:0 msgid "Last Updated by" @@ -139,34 +188,43 @@ msgid "Last Updated on" msgstr "آخر تحديث في" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "الحد الاعلى" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "القيمة العليا الى '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "متوسط" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "القيمة المتوسطة الى '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "الحد الادنى" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "القيمة الادنى الى '%s'" @@ -181,10 +239,50 @@ msgstr "النموذج" msgid "Name" msgstr "الاسم" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "معلومات الحقل الاختياري" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -199,7 +297,8 @@ msgid "Success" msgstr "نجاح" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "المجموع" @@ -223,12 +322,23 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "القيمة الاجمالية الى '%s'" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "المستخدم" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/bg.po b/web_dashboard_tile/i18n/bg.po new file mode 100644 index 00000000..aa8e4bd4 --- /dev/null +++ b/web_dashboard_tile/i18n/bg.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Активен" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "Създай" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Създадено от" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Създадено на" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Име за Показване" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Име" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Последователност" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/bs.po b/web_dashboard_tile/i18n/bs.po new file mode 100644 index 00000000..dd078cfc --- /dev/null +++ b/web_dashboard_tile/i18n/bs.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Ime" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sekvenca" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Korisnik" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/ca.po b/web_dashboard_tile/i18n/ca.po new file mode 100644 index 00000000..a1eb480c --- /dev/null +++ b/web_dashboard_tile/i18n/ca.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2017-03-30 17:07+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "Acció" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Actiu" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creat per" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creat el" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Veure el nom" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "Error" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "Camp" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Format" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Grups" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nom" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Seqüència" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Usuari" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/cs.po b/web_dashboard_tile/i18n/cs.po new file mode 100644 index 00000000..9188d3e5 --- /dev/null +++ b/web_dashboard_tile/i18n/cs.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Vytvořeno" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Název" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Číselná řada" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Uživatel" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/da.po b/web_dashboard_tile/i18n/da.po new file mode 100644 index 00000000..684ae3a9 --- /dev/null +++ b/web_dashboard_tile/i18n/da.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Aktiv" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Oprettet af" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Oprettet den" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Vist navn" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "Id" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Navn" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Rækkefølge" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/de.po b/web_dashboard_tile/i18n/de.po index 0410ea6e..2b01779f 100644 --- a/web_dashboard_tile/i18n/de.po +++ b/web_dashboard_tile/i18n/de.po @@ -3,14 +3,25 @@ # * web_dashboard_tile # # Translators: +# Antonio Trueba, 2016 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2014 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Leonardo J. Caballero G. , 2016 +# Leonardo J. Caballero G. , 2016 +# Matjaž Mozetič , 2015 +# Miku Laitinen , 2015 +# Paolo Valier, 2016 # Rudolf Schnapka , 2016 +# SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-01-18 21:15+0000\n" -"Last-Translator: Rudolf Schnapka \n" +"POT-Creation-Date: 2017-03-04 08:56+0000\n" +"PO-Revision-Date: 2017-03-10 13:16+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,21 +35,27 @@ msgid "Action" msgstr "Aktion" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 -msgid "Average" -msgstr "Durchschnitt" +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Aktiv" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "Mittlerer Wert von '%s'" +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "Durchschnitt" #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Hintergrundfarbe" +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 @@ -64,6 +81,7 @@ msgid "Dashboard" msgstr "Pinwand" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Pinwand-Kachel" @@ -79,6 +97,11 @@ msgstr "Pinwand-Kacheln" msgid "Display" msgstr "Anzeige" +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Anzeigename" + #. module: web_dashboard_tile #: field:tile.tile,domain:0 msgid "Domain" @@ -92,17 +115,12 @@ msgid "Error" msgstr "Fehler" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "Fehler. Wählen Sie bitte ein Feld des ausgewählten Modells." - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "Fehler. Setzen Sie bitte beide Felder, 'Feld' und 'Funktion'." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Feld" @@ -119,15 +137,44 @@ msgid "Font color" msgstr "Schriftfarbe" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Funktion" +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Gruppen" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "Helfer" + #. module: web_dashboard_tile #: field:tile.tile,id:0 msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + #. module: web_dashboard_tile #: field:tile.tile,write_uid:0 msgid "Last Updated by" @@ -139,34 +186,43 @@ msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maximum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "Maximalwert von '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Median" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "Medianwert von '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "Minimalwert von '%s'" @@ -181,10 +237,50 @@ msgstr "Modell" msgid "Name" msgstr "Bezeichnung" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Optionale Feldinformation" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -199,7 +295,8 @@ msgid "Success" msgstr "Erfolg" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Summe" @@ -223,12 +320,23 @@ msgid "Tile:" msgstr "Kachel:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "Gesamtwert von '%s'" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Benutzer" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Wert" diff --git a/web_dashboard_tile/i18n/en.po b/web_dashboard_tile/i18n/el_GR.po similarity index 69% rename from web_dashboard_tile/i18n/en.po rename to web_dashboard_tile/i18n/el_GR.po index 1f2e4c37..e1bc7378 100644 --- a/web_dashboard_tile/i18n/en.po +++ b/web_dashboard_tile/i18n/el_GR.po @@ -7,257 +7,235 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" -"PO-Revision-Date: 2016-04-28 07:10+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/language/el_GR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_dashboard_tile #: field:tile.tile,action_id:0 msgid "Action" -msgstr "Action" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,active:0 msgid "Active" -msgstr "Active" +msgstr "" #. module: web_dashboard_tile #: selection:tile.tile,field_function:0 msgid "Average" -msgstr "Average" - -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "Average value of '%s'" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" -msgstr "Background color" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,computed_value:0 msgid "Computed value" -msgstr "Computed value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,count:0 msgid "Count" -msgstr "Count" +msgstr "" #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 #, python-format msgid "Create" -msgstr "Create" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,create_uid:0 msgid "Created by" -msgstr "Created by" +msgstr "Δημιουργήθηκε από " #. module: web_dashboard_tile #: field:tile.tile,create_date:0 msgid "Created on" -msgstr "Created on" +msgstr "Δημιουργήθηκε στις" #. module: web_dashboard_tile #: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile #: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile #: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard msgid "Dashboard" -msgstr "Dashboard" +msgstr "" #. module: web_dashboard_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" -msgstr "Dashboard Tile" +msgstr "" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view msgid "Dashboard tiles" -msgstr "Dashboard tiles" +msgstr "" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view msgid "Display" -msgstr "Display" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,display_name:0 msgid "Display Name" -msgstr "Display Name" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,domain:0 msgid "Domain" -msgstr "Domain" +msgstr "" #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 #, python-format msgid "Error" -msgstr "Error" - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "Error ! Please select a field of the selected model." - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "Error ! Please set both fields: 'Field' and 'Function'." +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,field_id:0 msgid "Field" -msgstr "Field" +msgstr "" #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 #, python-format msgid "Filter name is required." -msgstr "Filter name is required." +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,font_color:0 msgid "Font color" -msgstr "Font color" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,field_function:0 msgid "Function" -msgstr "Function" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,helper:0 msgid "Helper" -msgstr "Helper" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,id:0 msgid "ID" -msgstr "ID" +msgstr "Κωδικός" #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" -msgstr "Last Modified on" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,write_uid:0 msgid "Last Updated by" -msgstr "Last Updated by" +msgstr "Τελευταία ενημέρωση από" #. module: web_dashboard_tile #: field:tile.tile,write_date:0 msgid "Last Updated on" -msgstr "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" #. module: web_dashboard_tile #: selection:tile.tile,field_function:0 msgid "Maximum" -msgstr "Maximum" - -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 -#, python-format -msgid "Maximum value of '%s'" -msgstr "Maximum value of '%s'" +msgstr "" #. module: web_dashboard_tile #: selection:tile.tile,field_function:0 msgid "Median" -msgstr "Median" - -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 -#, python-format -msgid "Median value of '%s'" -msgstr "Median value of '%s'" +msgstr "" #. module: web_dashboard_tile #: selection:tile.tile,field_function:0 msgid "Minimum" -msgstr "Minimum" - -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 -#, python-format -msgid "Minimum value of '%s'" -msgstr "Minimum value of '%s'" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" -msgstr "Model" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,name:0 msgid "Name" -msgstr "Name" +msgstr "" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view msgid "Optional Field Informations" -msgstr "Optional Field Informations" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:142 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:150 +#, python-format +msgid "Please set both: 'Field' and 'Function'." +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 msgid "Sequence" -msgstr "Sequence" +msgstr "" #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 #, python-format msgid "Success" -msgstr "Success" +msgstr "" #. module: web_dashboard_tile #: selection:tile.tile,field_function:0 msgid "Sum" -msgstr "Sum" +msgstr "" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view msgid "Technical Informations" -msgstr "Technical Informations" +msgstr "" #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 #, python-format msgid "Tile is created" -msgstr "Tile is created" +msgstr "" #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 #, python-format msgid "Tile:" -msgstr "Tile:" +msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:123 #, python-format -msgid "Total value of '%s'" -msgstr "Total value of '%s'" +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" -msgstr "User" +msgstr "" diff --git a/web_dashboard_tile/i18n/en_GB.po b/web_dashboard_tile/i18n/en_GB.po new file mode 100644 index 00000000..cf270613 --- /dev/null +++ b/web_dashboard_tile/i18n/en_GB.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-11 15:38+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Created by" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Created on" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Display Name" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Name" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sequence" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "User" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es.po b/web_dashboard_tile/i18n/es.po index 2184c4e2..2c5b3bd2 100644 --- a/web_dashboard_tile/i18n/es.po +++ b/web_dashboard_tile/i18n/es.po @@ -3,10 +3,12 @@ # * web_dashboard_tile # # Translators: -# Ahmet Altınışık , 2016 +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 # Antonio Trueba, 2016 # Antonio Trueba, 2016 # Carles Antoli , 2015 +# Carles Antoli , 2015 # FIRST AUTHOR , 2012-2014 # Giacomo , 2015 # Hotellook, 2014 @@ -14,7 +16,7 @@ # Matjaž Mozetič , 2015-2016 # Miku Laitinen , 2015 # Paolo Valier, 2016 -# Pedro M. Baeza , 2015 +# Pedro M. Baeza , 2015-2016 # Rudolf Schnapka , 2015-2016 # SaFi J. , 2015 # Thomas A. Jaeger, 2015 @@ -22,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-23 10:58+0000\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-16 00:24+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -40,33 +42,24 @@ msgstr "Acción" #. module: web_dashboard_tile #: field:tile.tile,active:0 msgid "Active" -msgstr "" +msgstr "Activo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Promedio" -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "Valor promedio de \"%s\"" - #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Color de fondo" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" -msgstr "" +msgstr "Cuenta" #. module: web_dashboard_tile #. openerp-web @@ -93,15 +86,16 @@ msgid "Dashboard" msgstr "Tablero" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" -msgstr "" +msgstr "Pieza del tablero" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view msgid "Dashboard tiles" -msgstr "" +msgstr "Piezas del tablero" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view @@ -111,7 +105,7 @@ msgstr "Mostrar" #. module: web_dashboard_tile #: field:tile.tile,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Nombre mostrado" #. module: web_dashboard_tile #: field:tile.tile,domain:0 @@ -126,17 +120,12 @@ msgid "Error" msgstr "Error" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "¡Error! Seleccione un campo del modelo seleccionado." - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "¡Error! Cubra los dos campos: \"Campo\" y \"Función\"." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Campo" @@ -153,20 +142,39 @@ msgid "Font color" msgstr "Color de texto" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Formato" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Función" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Grupos" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" -msgstr "" +msgstr "Ayudante" #. module: web_dashboard_tile #: field:tile.tile,id:0 msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -183,34 +191,43 @@ msgid "Last Updated on" msgstr "Última actualización en" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Máximo" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "Valor máximo de \"%s\"" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Mediana" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "Valor mediano de \"%s\"" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Mínimo" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "Valor mínimo de \"%s\"" @@ -225,10 +242,50 @@ msgstr "Modelo" msgid "Name" msgstr "Nombre" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "Seleccione por favor un campo del modelo seleccionado." + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Información opcional" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -243,7 +300,8 @@ msgid "Success" msgstr "Éxito" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Suma" @@ -257,22 +315,33 @@ msgstr "Información técnica" #: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 #, python-format msgid "Tile is created" -msgstr "" +msgstr "Se creó la pieza" #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 #, python-format msgid "Tile:" -msgstr "" +msgstr "Pieza:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "Valor total de \"%s\"" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "Características no implementada: búsqueda en el campo activo deshabilitada." + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Usuario" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valor" diff --git a/web_dashboard_tile/i18n/es_AR.po b/web_dashboard_tile/i18n/es_AR.po new file mode 100644 index 00000000..40d12c6a --- /dev/null +++ b/web_dashboard_tile/i18n/es_AR.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_CL.po b/web_dashboard_tile/i18n/es_CL.po new file mode 100644 index 00000000..02eed5a5 --- /dev/null +++ b/web_dashboard_tile/i18n/es_CL.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_CO.po b/web_dashboard_tile/i18n/es_CO.po new file mode 100644 index 00000000..f09777a1 --- /dev/null +++ b/web_dashboard_tile/i18n/es_CO.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nombre Público" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_CR.po b/web_dashboard_tile/i18n/es_CR.po new file mode 100644 index 00000000..e13d5e9d --- /dev/null +++ b/web_dashboard_tile/i18n/es_CR.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Usuario" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_DO.po b/web_dashboard_tile/i18n/es_DO.po new file mode 100644 index 00000000..a3230713 --- /dev/null +++ b/web_dashboard_tile/i18n/es_DO.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_EC.po b/web_dashboard_tile/i18n/es_EC.po new file mode 100644 index 00000000..2be0c2bc --- /dev/null +++ b/web_dashboard_tile/i18n/es_EC.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:29+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Usuario" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_ES.po b/web_dashboard_tile/i18n/es_ES.po new file mode 100644 index 00000000..84ff9d55 --- /dev/null +++ b/web_dashboard_tile/i18n/es_ES.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-16 15:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_MX.po b/web_dashboard_tile/i18n/es_MX.po new file mode 100644 index 00000000..ea7d01b2 --- /dev/null +++ b/web_dashboard_tile/i18n/es_MX.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:29+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Usuario" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_PE.po b/web_dashboard_tile/i18n/es_PE.po new file mode 100644 index 00000000..0c7ef132 --- /dev/null +++ b/web_dashboard_tile/i18n/es_PE.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_PY.po b/web_dashboard_tile/i18n/es_PY.po new file mode 100644 index 00000000..2fde36b8 --- /dev/null +++ b/web_dashboard_tile/i18n/es_PY.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/es_VE.po b/web_dashboard_tile/i18n/es_VE.po new file mode 100644 index 00000000..49262228 --- /dev/null +++ b/web_dashboard_tile/i18n/es_VE.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:30+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nombre" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Usuario" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/et.po b/web_dashboard_tile/i18n/et.po new file mode 100644 index 00000000..65e62dc8 --- /dev/null +++ b/web_dashboard_tile/i18n/et.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Loonud" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Loodud" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nimi" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Jada" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Kasutaja" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/eu.po b/web_dashboard_tile/i18n/eu.po new file mode 100644 index 00000000..fded9a18 --- /dev/null +++ b/web_dashboard_tile/i18n/eu.po @@ -0,0 +1,331 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 09:00+0000\n" +"PO-Revision-Date: 2017-02-23 15:58+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Nork sortua" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Created on" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "Errorea" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "Model" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Izena" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sekuentzia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "Sum" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Balioa" diff --git a/web_dashboard_tile/i18n/fa.po b/web_dashboard_tile/i18n/fa.po new file mode 100644 index 00000000..51d0b660 --- /dev/null +++ b/web_dashboard_tile/i18n/fa.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "شناسه" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "نام" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "دنباله" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/fi.po b/web_dashboard_tile/i18n/fi.po index cac65576..ec57d971 100644 --- a/web_dashboard_tile/i18n/fi.po +++ b/web_dashboard_tile/i18n/fi.po @@ -3,8 +3,10 @@ # * web_dashboard_tile # # Translators: -# Ahmet Altınışık , 2015-2016 +# Ahmet Altinisik , 2015-2016 # Carles Antoli , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 # Christophe CHAUVET , 2015 # FIRST AUTHOR , 2011-2014 # Florian Hatat, 2015 @@ -17,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-08 16:35+0000\n" -"PO-Revision-Date: 2016-07-08 10:49+0000\n" -"Last-Translator: Jarmo Kortetjärvi \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Finnish (http://www.transifex.com/oca/OCA-web-8-0/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,28 +40,19 @@ msgid "Active" msgstr "Aktiivinen" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Keskiarvo" -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "Keskiarvo kentälle '%s'" - #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Taustaväri" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "Laskettu arvo" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "Määrä" @@ -88,6 +81,7 @@ msgid "Dashboard" msgstr "Työpöytä" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Työpöydän pala" @@ -121,17 +115,12 @@ msgid "Error" msgstr "Virhe" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "Virhe! Ole hyvä ja valitse valitun mallin kenttä." - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "Virhe! Ole hyvä ja valitse molemmat kentät: 'Kenttä' ja 'Toiminto'." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Kenttä" @@ -148,12 +137,23 @@ msgid "Font color" msgstr "Fontin väri" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Toiminto" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "Avustin" @@ -162,6 +162,14 @@ msgstr "Avustin" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -178,34 +186,43 @@ msgid "Last Updated on" msgstr "Viimeksi päivitetty" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maksimi" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "'%s':n maksimiarvo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Mediaani" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "'%s':n mediaaniarvo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimi" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "'%s':n minimiarvo" @@ -220,10 +237,50 @@ msgstr "Malli" msgid "Name" msgstr "Nimi" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Valinnaiset kentän tiedot" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -238,7 +295,8 @@ msgid "Success" msgstr "Onnistui" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Summa" @@ -262,12 +320,23 @@ msgid "Tile:" msgstr "Pala:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "'%s':n kokonaisarvo" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Käyttäjä" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/fr.po b/web_dashboard_tile/i18n/fr.po index f7e12766..49af59e2 100644 --- a/web_dashboard_tile/i18n/fr.po +++ b/web_dashboard_tile/i18n/fr.po @@ -4,13 +4,15 @@ # # Translators: # Carles Antoli , 2015 -# Christophe CHAUVET , 2016 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015-2016 # Christophe CHAUVET , 2015 # danimaribeiro , 2016 # FIRST AUTHOR , 2011-2013 # Hotellook, 2014 # Jarmo Kortetjärvi , 2016 # Leonardo J. Caballero G. , 2016 +# Leonardo J. Caballero G. , 2016 # Matjaž Mozetič , 2015-2016 # Paolo Valier, 2016 # Pedro M. Baeza , 2015 @@ -20,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-06 15:50+0000\n" -"PO-Revision-Date: 2016-05-06 08:19+0000\n" -"Last-Translator: Christophe CHAUVET \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-16 16:11+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: French (http://www.transifex.com/oca/OCA-web-8-0/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,28 +43,19 @@ msgid "Active" msgstr "Actif" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Moyenne" -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "Valeur moyenne du champ '%s'" - #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Couleur de fond" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "Valeur calculée" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "Compter" @@ -91,6 +84,7 @@ msgid "Dashboard" msgstr "Tableau de bord" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Indicateur de tableau de bord" @@ -124,17 +118,12 @@ msgid "Error" msgstr "Erreur" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "Erreur ! Veuillez sélectioner un champ qui correspond au modèle." - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "Erreur ! Veuillez renseigner les deux champs : 'Champ' et 'Fonction'." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Champ" @@ -151,12 +140,23 @@ msgid "Font color" msgstr "Couleur de la police" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Format" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Fonction" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Groupes" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "Assistant" @@ -165,6 +165,14 @@ msgstr "Assistant" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -181,34 +189,43 @@ msgid "Last Updated on" msgstr "Mis à jour le" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maximum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "Valeur maximale du champ '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Médiane" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "Valeur médian du champ '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "Valeur minimale du champ '%s'" @@ -223,10 +240,50 @@ msgstr "Modèle" msgid "Name" msgstr "Nom" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Information du champ optionnel" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -241,7 +298,8 @@ msgid "Success" msgstr "Succès" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Somme" @@ -265,12 +323,23 @@ msgid "Tile:" msgstr "Indicateur :" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "Somme du champ '%s'" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Utilisateur" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valeur" diff --git a/web_dashboard_tile/i18n/fr_CA.po b/web_dashboard_tile/i18n/fr_CA.po new file mode 100644 index 00000000..ab2173fa --- /dev/null +++ b/web_dashboard_tile/i18n/fr_CA.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "Identifiant" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "Modèle" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nom" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/fr_CH.po b/web_dashboard_tile/i18n/fr_CH.po new file mode 100644 index 00000000..ba5114be --- /dev/null +++ b/web_dashboard_tile/i18n/fr_CH.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 19:38+0000\n" +"PO-Revision-Date: 2016-12-01 10:40+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Actif" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "Créer" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nom affiché" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/gl.po b/web_dashboard_tile/i18n/gl.po new file mode 100644 index 00000000..ca6f680e --- /dev/null +++ b/web_dashboard_tile/i18n/gl.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:28+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Usuario" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valor" diff --git a/web_dashboard_tile/i18n/gl_ES.po b/web_dashboard_tile/i18n/gl_ES.po new file mode 100644 index 00000000..83eef363 --- /dev/null +++ b/web_dashboard_tile/i18n/gl_ES.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/he.po b/web_dashboard_tile/i18n/he.po new file mode 100644 index 00000000..19a0944d --- /dev/null +++ b/web_dashboard_tile/i18n/he.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "נוצר ב-" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "השם המוצג" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "מזהה" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "שם" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "רצף" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/hr.po b/web_dashboard_tile/i18n/hr.po index cb758f95..f8bbc32d 100644 --- a/web_dashboard_tile/i18n/hr.po +++ b/web_dashboard_tile/i18n/hr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:19+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-11 15:38+0000\n" +"Last-Translator: Bole \n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,31 +25,22 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,active:0 msgid "Active" -msgstr "" +msgstr "Aktivno" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "" -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "" - #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -63,12 +54,12 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Kreirao" #. module: web_dashboard_tile #: field:tile.tile,create_date:0 msgid "Created on" -msgstr "" +msgstr "Kreirano" #. module: web_dashboard_tile #: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile @@ -78,6 +69,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -96,7 +88,7 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Naziv " #. module: web_dashboard_tile #: field:tile.tile,domain:0 @@ -111,17 +103,12 @@ msgid "Error" msgstr "" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "" - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." +#: field:tile.tile,error:0 +msgid "Error Details" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "" @@ -138,12 +125,23 @@ msgid "Font color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Grupe" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -152,50 +150,67 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" -msgstr "" +msgstr "Zadnje modificirano" #. module: web_dashboard_tile #: field:tile.tile,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Zadnji ažurirao" #. module: web_dashboard_tile #: field:tile.tile,write_date:0 msgid "Last Updated on" +msgstr "Zadnje ažuriranje" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "" @@ -203,22 +218,62 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,model_id:0 msgid "Model" -msgstr "" +msgstr "Model" #. module: web_dashboard_tile #: field:tile.tile,name:0 msgid "Name" +msgstr "Naziv" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" msgstr "" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Sekvenca" #. module: web_dashboard_tile #. openerp-web @@ -228,7 +283,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "" @@ -252,12 +308,23 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" -msgstr "" +msgstr "Korisnik" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Vrijednost" diff --git a/web_dashboard_tile/i18n/hr_HR.po b/web_dashboard_tile/i18n/hr_HR.po new file mode 100644 index 00000000..73326eff --- /dev/null +++ b/web_dashboard_tile/i18n/hr_HR.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Aktivan" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Naziv" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/hu.po b/web_dashboard_tile/i18n/hu.po new file mode 100644 index 00000000..d47ce1a0 --- /dev/null +++ b/web_dashboard_tile/i18n/hu.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:32+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Készítette" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Név" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sorszám" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Felhasználó" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/id.po b/web_dashboard_tile/i18n/id.po new file mode 100644 index 00000000..14efd399 --- /dev/null +++ b/web_dashboard_tile/i18n/id.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Dibuat pada" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nama" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Berurutan" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/it.po b/web_dashboard_tile/i18n/it.po index 07f206fc..2b04eb9c 100644 --- a/web_dashboard_tile/i18n/it.po +++ b/web_dashboard_tile/i18n/it.po @@ -3,7 +3,7 @@ # * web_dashboard_tile # # Translators: -# Ahmet Altınışık , 2015-2016 +# Ahmet Altinisik , 2015-2016 # danimaribeiro , 2016 # FIRST AUTHOR , 2012,2014 # Gustavo Lepri , 2015 @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" -"PO-Revision-Date: 2016-04-30 19:57+0000\n" -"Last-Translator: Paolo Valier\n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-23 08:32+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-web-8-0/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,28 +38,19 @@ msgid "Active" msgstr "Attivo" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Media" -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "" - #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Colore di sfondo" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "" @@ -88,6 +79,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -121,17 +113,12 @@ msgid "Error" msgstr "Errore" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." +#: field:tile.tile,error:0 +msgid "Error Details" msgstr "" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "" - -#. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Campo" @@ -148,12 +135,23 @@ msgid "Font color" msgstr "Colore del Font" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Formato" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Funzione" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Gruppi" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "" @@ -162,6 +160,14 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -178,34 +184,43 @@ msgid "Last Updated on" msgstr "Ultimo aggiornamento il" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Massimo" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "Valore massimo di '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "Valore mediano di '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimo" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "Valore minimo di '%s'" @@ -220,10 +235,50 @@ msgstr "Modello" msgid "Name" msgstr "Nome" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Informazioni Opzionali Campo" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -235,10 +290,11 @@ msgstr "Sequenza" #: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 #, python-format msgid "Success" -msgstr "" +msgstr "Riuscito" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Somma" @@ -262,12 +318,23 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "Valore totale di '%s'" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Utente" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valore" diff --git a/web_dashboard_tile/i18n/ja.po b/web_dashboard_tile/i18n/ja.po new file mode 100644 index 00000000..1e203c52 --- /dev/null +++ b/web_dashboard_tile/i18n/ja.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:32+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "作成者" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "作成日" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "表示名" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "名称" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "付番" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "ユーザ" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/ko.po b/web_dashboard_tile/i18n/ko.po new file mode 100644 index 00000000..00dddd00 --- /dev/null +++ b/web_dashboard_tile/i18n/ko.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "작성자" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "작성일" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "표시 이름" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "이름" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "순서" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/lt.po b/web_dashboard_tile/i18n/lt.po new file mode 100644 index 00000000..a445bca9 --- /dev/null +++ b/web_dashboard_tile/i18n/lt.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Sukūrė" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Sukurta" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Pavadinimas" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Seka" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Naudotojas" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/lt_LT.po b/web_dashboard_tile/i18n/lt_LT.po new file mode 100644 index 00000000..276a9136 --- /dev/null +++ b/web_dashboard_tile/i18n/lt_LT.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Sukūrė" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Sukurta" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/lv.po b/web_dashboard_tile/i18n/lv.po new file mode 100644 index 00000000..6f67bd3d --- /dev/null +++ b/web_dashboard_tile/i18n/lv.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-11 15:37+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Izveidoja" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Izveidots" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nosaukums" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sērija" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Lietotājs" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/mk.po b/web_dashboard_tile/i18n/mk.po new file mode 100644 index 00000000..fac68276 --- /dev/null +++ b/web_dashboard_tile/i18n/mk.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:32+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Креирано од" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Креирано на" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Прикажи име" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Име" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Секвенца" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Корисник" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/mn.po b/web_dashboard_tile/i18n/mn.po new file mode 100644 index 00000000..9584383f --- /dev/null +++ b/web_dashboard_tile/i18n/mn.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:32+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Нэр" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Дараалал" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Хэрэглэгч" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/nb.po b/web_dashboard_tile/i18n/nb.po new file mode 100644 index 00000000..5aac39ac --- /dev/null +++ b/web_dashboard_tile/i18n/nb.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:28+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Aktiv" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Opprettet av" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Opprettet den" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Visnings navn" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "Maksimum" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "Minimum" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Navn" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sekvens" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Bruker" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Verdi" diff --git a/web_dashboard_tile/i18n/nb_NO.po b/web_dashboard_tile/i18n/nb_NO.po new file mode 100644 index 00000000..b17bdbaa --- /dev/null +++ b/web_dashboard_tile/i18n/nb_NO.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Laget av" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Laget den" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Vis navn" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/nl.po b/web_dashboard_tile/i18n/nl.po index 7d5a018e..9489e7b4 100644 --- a/web_dashboard_tile/i18n/nl.po +++ b/web_dashboard_tile/i18n/nl.po @@ -3,13 +3,36 @@ # * web_dashboard_tile # # Translators: +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Bruno JOLIVEAU, 2015 +# Chanseok , 2014 +# FIRST AUTHOR , 2012,2014 +# Guewen Baconnier , 2015 +# Jarmo Kortetjärvi , 2016 +# jeon , 2014 +# Jong-Dae Park , 2013,2015 +# Kevin Min , 2015 +# Kunwoo Kim , 2015 +# LEE SI HYEONG , 2014 +# Matjaž Mozetič , 2015-2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Sam Ryoo , 2014 +# Seo. Junmin , 2015 +# seungil , 2014 +# SEUNGWON , 2014 +# yterrettaz, 2015 +# yterrettaz, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:19+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:28+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,14 +46,14 @@ msgid "Action" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 -msgid "Average" -msgstr "" +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Actief" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" msgstr "" #. module: web_dashboard_tile @@ -38,6 +61,12 @@ msgstr "" msgid "Background color" msgstr "" +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 @@ -48,12 +77,12 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Aangemaakt door" #. module: web_dashboard_tile #: field:tile.tile,create_date:0 msgid "Created on" -msgstr "" +msgstr "Aangemaakt op" #. module: web_dashboard_tile #: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile @@ -63,6 +92,7 @@ msgid "Dashboard" msgstr "" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "" @@ -78,6 +108,11 @@ msgstr "" msgid "Display" msgstr "" +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Te tonen naam" + #. module: web_dashboard_tile #: field:tile.tile,domain:0 msgid "Domain" @@ -91,17 +126,12 @@ msgid "Error" msgstr "" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "" - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." +#: field:tile.tile,error:0 +msgid "Error Details" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Veld" @@ -118,54 +148,92 @@ msgid "Font color" msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Formaat" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "" +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Groepen" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,id:0 msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" msgstr "" +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + #. module: web_dashboard_tile #: field:tile.tile,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Laatst bijgewerkt door" #. module: web_dashboard_tile #: field:tile.tile,write_date:0 msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "" @@ -178,17 +246,57 @@ msgstr "" #. module: web_dashboard_tile #: field:tile.tile,name:0 msgid "Name" +msgstr "Naam" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" msgstr "" #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Reeks" #. module: web_dashboard_tile #. openerp-web @@ -198,7 +306,8 @@ msgid "Success" msgstr "" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "" @@ -222,12 +331,23 @@ msgid "Tile:" msgstr "" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" +msgstr "Gebruiker" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" msgstr "" diff --git a/web_dashboard_tile/i18n/nl_BE.po b/web_dashboard_tile/i18n/nl_BE.po new file mode 100644 index 00000000..c7c3804e --- /dev/null +++ b/web_dashboard_tile/i18n/nl_BE.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Gemaakt door" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Gemaakt op" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Schermnaam" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Naam:" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Volgorde" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Gebruiker" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/nl_NL.po b/web_dashboard_tile/i18n/nl_NL.po new file mode 100644 index 00000000..02b7ac06 --- /dev/null +++ b/web_dashboard_tile/i18n/nl_NL.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 11:37+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-web-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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/pl.po b/web_dashboard_tile/i18n/pl.po new file mode 100644 index 00000000..cfcd7198 --- /dev/null +++ b/web_dashboard_tile/i18n/pl.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:33+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Utworzone przez" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Utworzono" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nazwa" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Numeracja" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Użytkownik" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/pt.po b/web_dashboard_tile/i18n/pt.po new file mode 100644 index 00000000..89e6070a --- /dev/null +++ b/web_dashboard_tile/i18n/pt.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Ativo" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nome" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "Modelo" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nome" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sequência" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Utilizador" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/pt_BR.po b/web_dashboard_tile/i18n/pt_BR.po index 6cf2531b..b6411bfe 100644 --- a/web_dashboard_tile/i18n/pt_BR.po +++ b/web_dashboard_tile/i18n/pt_BR.po @@ -3,14 +3,31 @@ # * web_dashboard_tile # # Translators: +# Ahmet Altinisik , 2015-2016 +# Alejandro Santana , 2015 +# Alexsandro Haag , 2015 +# Antonio Trueba, 2016 # danimaribeiro , 2016 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012,2014 +# Jarmo Kortetjärvi , 2016 +# Jesús Alan Ramos Rodríguez , 2015 +# Jesús Alan Ramos Rodríguez , 2015 +# llum.birque@gmail.com , 2015 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2015-2016 +# Stéphane Bidoul , 2015 +# yterrettaz, 2015 +# yterrettaz, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-11 02:17+0000\n" -"PO-Revision-Date: 2016-03-05 16:21+0000\n" -"Last-Translator: danimaribeiro \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-10 07:09+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,21 +41,27 @@ msgid "Action" msgstr "Ação" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 -msgid "Average" -msgstr "Média" +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Ativo" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "Valor médio de '%s'" +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "Média" #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Cor de fundo" +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 @@ -64,6 +87,7 @@ msgid "Dashboard" msgstr "Dashboard" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Dashboard Tile" @@ -79,6 +103,11 @@ msgstr "Dashboard tiles" msgid "Display" msgstr "Mostrar" +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nome para Mostrar" + #. module: web_dashboard_tile #: field:tile.tile,domain:0 msgid "Domain" @@ -92,17 +121,12 @@ msgid "Error" msgstr "Erro" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "Erro ! Por favor selecione um campo para o modelo selecionado" - -#. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "Erro ! Por favor sete ambos os campos: 'Campo' e 'Função'." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" #. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Campo" @@ -119,15 +143,44 @@ msgid "Font color" msgstr "Cor da fonte" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Função" +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,id:0 msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última atualização em" + #. module: web_dashboard_tile #: field:tile.tile,write_uid:0 msgid "Last Updated by" @@ -139,34 +192,43 @@ msgid "Last Updated on" msgstr "Última atualização em" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Máximo" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "Valor máximo de '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Mediana" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "Valor mediano de '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minímo" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "Valor mínimo de '%s'" @@ -181,10 +243,50 @@ msgstr "Modelo" msgid "Name" msgstr "Nome" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Informação de campos opcionais" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -199,7 +301,8 @@ msgid "Success" msgstr "Sucesso" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Soma" @@ -223,12 +326,23 @@ msgid "Tile:" msgstr "Tile:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "Valor total de '%s'" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Usuário" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valor" diff --git a/web_dashboard_tile/i18n/pt_PT.po b/web_dashboard_tile/i18n/pt_PT.po new file mode 100644 index 00000000..811ced61 --- /dev/null +++ b/web_dashboard_tile/i18n/pt_PT.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-27 03:47+0000\n" +"PO-Revision-Date: 2017-03-02 09:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Ativo" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "Erro" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "Modelo" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Nome" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "Sucesso" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Utilizador" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/ro.po b/web_dashboard_tile/i18n/ro.po new file mode 100644 index 00000000..97bb4d56 --- /dev/null +++ b/web_dashboard_tile/i18n/ro.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-11 15:37+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Creat de" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Creat la" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Secventa" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Utilizator" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Valoare" diff --git a/web_dashboard_tile/i18n/ru.po b/web_dashboard_tile/i18n/ru.po new file mode 100644 index 00000000..24a2b033 --- /dev/null +++ b/web_dashboard_tile/i18n/ru.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Создано" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Создан" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "Поле" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "Модель" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Название" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Последовательность" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Пользователь" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/sk.po b/web_dashboard_tile/i18n/sk.po new file mode 100644 index 00000000..88ebafb5 --- /dev/null +++ b/web_dashboard_tile/i18n/sk.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-22 20:40+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Aktívne" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Vytvoril" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Vytvorené" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Meno" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Postupnosť" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/sl.po b/web_dashboard_tile/i18n/sl.po index 0db03a29..94ecac75 100644 --- a/web_dashboard_tile/i18n/sl.po +++ b/web_dashboard_tile/i18n/sl.po @@ -3,9 +3,11 @@ # * web_dashboard_tile # # Translators: -# Ahmet Altınışık , 2016 +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 # Carles Antoli , 2015-2016 # Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 # FIRST AUTHOR , 2012,2014 # Giacomo , 2015 # Guewen Baconnier , 2015 @@ -19,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" -"PO-Revision-Date: 2016-04-30 05:24+0000\n" -"Last-Translator: Matjaž Mozetič \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2016-12-16 00:24+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-8-0/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,28 +42,19 @@ msgid "Active" msgstr "Aktivno" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Average" msgstr "Povprečje" -#. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "Povprečna vrednost '%s'" - #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Barva ozadja" #. module: web_dashboard_tile -#: field:tile.tile,computed_value:0 -msgid "Computed value" -msgstr "Obračunana vrednost" - -#. module: web_dashboard_tile -#: field:tile.tile,count:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Count" msgstr "Števec" @@ -90,6 +83,7 @@ msgid "Dashboard" msgstr "Nadzorna plošča" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Okvir nadzorne plošče" @@ -123,17 +117,12 @@ msgid "Error" msgstr "Napaka" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "Napaka! Izberite polje izbranega modela." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "Podrobnosti o napaki" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "Napaka! Določite obe polji: 'Polje' in 'Funkcija'." - -#. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Polje" @@ -150,12 +139,23 @@ msgid "Font color" msgstr "Barva pisave" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Format" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Funkcija" #. module: web_dashboard_tile -#: field:tile.tile,helper:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Skupine" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 msgid "Helper" msgstr "Pomočnik" @@ -164,6 +164,14 @@ msgstr "Pomočnik" msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "Če je to polje nastavljeno, lahko ta okvir vidijo le uporabniki te skupine. Upoštevajte, da bo delovalo le za globalne okvirje (torej s poljem 'uporabnik' puščenim praznim)" + #. module: web_dashboard_tile #: field:tile.tile,__last_update:0 msgid "Last Modified on" @@ -180,34 +188,43 @@ msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "Glavna vrednost" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maksimum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "Maksimalna vrednost '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "Sredina" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "Srednja vrednost '%s'" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "Minimalna vrednost '%s'" @@ -222,10 +239,50 @@ msgstr "Model" msgid "Name" msgstr "Naziv" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "Število zapisov" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "Izberite polje iz izbranega modela." + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "Niz v Python formatu veljaven s str.format()\nnpr: '{:,} kg' da rezultat '1,000 kg' pri vrednosti 1000." + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "Sekundarno polje" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "Sekundarni format" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "Sekundarna funkcija" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "Sekundarni pomočnik" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Opcijske informacije o polju" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "Sekundarna vrednost" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -240,7 +297,8 @@ msgid "Success" msgstr "Uspeh" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Vsota" @@ -264,12 +322,23 @@ msgid "Tile:" msgstr "Okvir:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "Skupna vrednost '%s'" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "Nevgrajena možnost. Iskanje po aktivnih poljih je onemogočeno." + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Uporabnik" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Vrednost" diff --git a/web_dashboard_tile/i18n/sr.po b/web_dashboard_tile/i18n/sr.po new file mode 100644 index 00000000..395a0d97 --- /dev/null +++ b/web_dashboard_tile/i18n/sr.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Ime" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Niz" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/sr@latin.po b/web_dashboard_tile/i18n/sr@latin.po new file mode 100644 index 00000000..efa6f2ef --- /dev/null +++ b/web_dashboard_tile/i18n/sr@latin.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:29+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Ime:" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sekvenca" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Korisnik" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/sv.po b/web_dashboard_tile/i18n/sv.po new file mode 100644 index 00000000..9bc595f5 --- /dev/null +++ b/web_dashboard_tile/i18n/sv.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:30+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Skapad av" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Skapad den" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Visa namn" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Namn" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Nummerserie" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Användare" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/th.po b/web_dashboard_tile/i18n/th.po new file mode 100644 index 00000000..d3ebf2f6 --- /dev/null +++ b/web_dashboard_tile/i18n/th.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-11 15:37+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "สร้างโดย" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "รหัส" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "ชื่อ" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "กำหนดเลขที่เอกสาร" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "ผู้ใช้" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/tr.po b/web_dashboard_tile/i18n/tr.po index 1f64c603..af43e0af 100644 --- a/web_dashboard_tile/i18n/tr.po +++ b/web_dashboard_tile/i18n/tr.po @@ -3,15 +3,22 @@ # * web_dashboard_tile # # Translators: -# Ahmet Altınışık , 2015-2016 -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015-2016 +# Ahmet Altinisik , 2015-2016 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# FIRST AUTHOR , 2013 +# Matjaž Mozetič , 2015-2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2015-2016 +# SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-01-31 11:34+0000\n" -"Last-Translator: Ahmet Altınışık \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 21:18+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,21 +32,27 @@ msgid "Action" msgstr "Eylem" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 -msgid "Average" -msgstr "Ortalama" +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Aktif" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:74 -#, python-format -msgid "Average value of '%s'" -msgstr "'%s' nin ortalama değeri" +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "Ortalama" #. module: web_dashboard_tile #: field:tile.tile,background_color:0 msgid "Background color" msgstr "Arkaplan rengi" +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "Say" + #. module: web_dashboard_tile #. openerp-web #: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 @@ -65,6 +78,7 @@ msgid "Dashboard" msgstr "Gösterge panosu" #. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile #: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile msgid "Dashboard Tile" msgstr "Gösterge parçası" @@ -80,6 +94,11 @@ msgstr "Gösterge parçası" msgid "Display" msgstr "Görünüm" +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Görünen İsim" + #. module: web_dashboard_tile #: field:tile.tile,domain:0 msgid "Domain" @@ -93,17 +112,12 @@ msgid "Error" msgstr "Hata" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please select a field of the selected model." -msgstr "Hata ! Lütfen seçili modele ait bir alan seçin." +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "Hata Detayları" #. module: web_dashboard_tile -#: constraint:tile.tile:0 -msgid "Error ! Please set both fields: 'Field' and 'Function'." -msgstr "Hata ! Lütfen iki alanı da doldurun: 'Alan' ve 'Fonksiyon'." - -#. module: web_dashboard_tile -#: field:tile.tile,field_id:0 +#: field:tile.tile,primary_field_id:0 msgid "Field" msgstr "Alan" @@ -120,15 +134,44 @@ msgid "Font color" msgstr "Font rengi" #. module: web_dashboard_tile -#: field:tile.tile,field_function:0 +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "Biçim" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 msgid "Function" msgstr "Fonksiyon" +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "Gruplar" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "Yardımcı" + #. module: web_dashboard_tile #: field:tile.tile,id:0 msgid "ID" msgstr "ID" +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "Eğer bu alan işaretlenirse, sadece bu grubun kullanıcıları bu paneli görür. Sadece global panellerde çalışır. (yani kullanıcı alanı boş olan paneller)" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Son değişiklik" + #. module: web_dashboard_tile #: field:tile.tile,write_uid:0 msgid "Last Updated by" @@ -140,34 +183,43 @@ msgid "Last Updated on" msgstr "Son güncellendi" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "Ana Değer" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Maximum" msgstr "Maksimum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:68 +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 #, python-format msgid "Maximum value of '%s'" msgstr "'%s' nin en fazla değeri" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Median" msgstr "orta değer" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:77 +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 #, python-format msgid "Median value of '%s'" msgstr "'%s' nin orta değeri" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Minimum" msgstr "Minimum" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:65 +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 #, python-format msgid "Minimum value of '%s'" msgstr "'%s' nin en düşük değeri" @@ -182,10 +234,50 @@ msgstr "Model" msgid "Name" msgstr "Adı" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "Kayıtların Adedi" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "Seçilmiş modelden bir alan seçin." + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "Python biçim stringi str.format() fonsiyonu ile\nör:eğer değer 1000 ise. '{:,} Kg' çıktı olarak '1,000 Kg' verir" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "İkincil Alan" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "Akincil Biçim" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "İkincil Fonksiyon" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "İkincil Yardımcı" + #. module: web_dashboard_tile #: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view -msgid "Optional Field Informations" -msgstr "Opsiyonel Alan Bilgileri" +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "İkincil Değer" #. module: web_dashboard_tile #: field:tile.tile,sequence:0 @@ -200,7 +292,8 @@ msgid "Success" msgstr "Başarılı" #. module: web_dashboard_tile -#: selection:tile.tile,field_function:0 +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 msgid "Sum" msgstr "Toplam" @@ -224,12 +317,23 @@ msgid "Tile:" msgstr "Parça:" #. module: web_dashboard_tile -#: code:addons/web_dashboard_tile/models/tile_tile.py:71 +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 #, python-format msgid "Total value of '%s'" msgstr "'%s' nin toplam değeri" +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "Uygulanmamış Özellik. Etkin alanı kapalı iken arayın." + #. module: web_dashboard_tile #: field:tile.tile,user_id:0 msgid "User" msgstr "Kullanıcı" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "Değer" diff --git a/web_dashboard_tile/i18n/tr_TR.po b/web_dashboard_tile/i18n/tr_TR.po new file mode 100644 index 00000000..8760f088 --- /dev/null +++ b/web_dashboard_tile/i18n/tr_TR.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:10+0000\n" +"PO-Revision-Date: 2017-01-04 14:44+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "Eylem" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "Etkin" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Görünen ad" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "Alan" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "Hata" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "Kimlik" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "Tip" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Ad" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Sıra" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Kullanıcı" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/uk.po b/web_dashboard_tile/i18n/uk.po new file mode 100644 index 00000000..cd736327 --- /dev/null +++ b/web_dashboard_tile/i18n/uk.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-19 17:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Створив" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Дата створення" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Name" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Послідовність" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/vi.po b/web_dashboard_tile/i18n/vi.po new file mode 100644 index 00000000..a2810f9c --- /dev/null +++ b/web_dashboard_tile/i18n/vi.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Được tạo vào" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "Tên" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "Trình tự" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "Người sử dụng" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/vi_VN.po b/web_dashboard_tile/i18n/vi_VN.po new file mode 100644 index 00000000..eeea301b --- /dev/null +++ b/web_dashboard_tile/i18n/vi_VN.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "Tạo bởi" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "Tạo vào" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/zh_CN.po b/web_dashboard_tile/i18n/zh_CN.po new file mode 100644 index 00000000..d0cfc4ce --- /dev/null +++ b/web_dashboard_tile/i18n/zh_CN.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-27 03:47+0000\n" +"PO-Revision-Date: 2017-03-03 07:08+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "有效" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "创建者" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "创建时间" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "显示名称" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "名称" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "序号" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "用户" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/i18n/zh_TW.po b/web_dashboard_tile/i18n/zh_TW.po new file mode 100644 index 00000000..19fb043d --- /dev/null +++ b/web_dashboard_tile/i18n/zh_TW.po @@ -0,0 +1,330 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_dashboard_tile +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-13 09:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/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: web_dashboard_tile +#: field:tile.tile,action_id:0 +msgid "Action" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,active:0 +msgid "Active" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Average" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,background_color:0 +msgid "Background color" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Count" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,create_uid:0 +msgid "Created by" +msgstr "建立者" + +#. module: web_dashboard_tile +#: field:tile.tile,create_date:0 +msgid "Created on" +msgstr "建立於" + +#. module: web_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile +#: model:ir.actions.act_window,name:web_dashboard_tile.action_tree_dashboard_tile +#: model:ir.ui.menu,name:web_dashboard_tile.mail_dashboard +msgid "Dashboard" +msgstr "" + +#. module: web_dashboard_tile +#: model:ir.model,name:web_dashboard_tile.model_tile_tile +#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile +msgid "Dashboard Tile" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_tree_view +msgid "Dashboard tiles" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Display" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,display_name:0 +msgid "Display Name" +msgstr "顯示名稱" + +#. module: web_dashboard_tile +#: field:tile.tile,domain:0 +msgid "Domain" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Error" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,error:0 +msgid "Error Details" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_field_id:0 +msgid "Field" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:56 +#, python-format +msgid "Filter name is required." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,font_color:0 +msgid "Font color" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_format:0 +msgid "Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_function:0 +msgid "Function" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,group_ids:0 +msgid "Groups" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_helper:0 +msgid "Helper" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,id:0 +msgid "ID" +msgstr "編號" + +#. module: web_dashboard_tile +#: help:tile.tile,group_ids:0 +msgid "" +"If this field is set, only users of this group can view this tile. Please " +"note that it will only work for global tiles (that is, when User field is " +"left empty)" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,__last_update:0 +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: web_dashboard_tile +#: field:tile.tile,write_uid:0 +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: web_dashboard_tile +#: field:tile.tile,write_date:0 +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Main Value" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Maximum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:39 +#, python-format +msgid "Maximum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Median" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:51 +#, python-format +msgid "Median value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Minimum" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:35 +#: code:addons/web_dashboard_tile/models/tile_tile.py:47 +#, python-format +msgid "Minimum value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,model_id:0 +msgid "Model" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,name:0 +msgid "Name" +msgstr "名稱" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:31 +#, python-format +msgid "Number of records" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:239 +#, python-format +msgid "Please select a field from the selected model." +msgstr "" + +#. module: web_dashboard_tile +#: help:tile.tile,primary_format:0 help:tile.tile,secondary_format:0 +msgid "" +"Python Format String valid with str.format()\n" +"ie: '{:,} Kgs' will output '1,000 Kgs' if value is 1000." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_field_id:0 +msgid "Secondary Field" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_format:0 +msgid "Secondary Format" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_function:0 +msgid "Secondary Function" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,secondary_helper:0 +msgid "Secondary Helper" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +#: field:tile.tile,secondary_value:0 +msgid "Secondary Value" +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,sequence:0 +msgid "Sequence" +msgstr "序列" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: web_dashboard_tile +#: selection:tile.tile,primary_function:0 +#: selection:tile.tile,secondary_function:0 +msgid "Sum" +msgstr "" + +#. module: web_dashboard_tile +#: view:tile.tile:web_dashboard_tile.dashboard_tile_tile_form_view +msgid "Technical Informations" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:95 +#, python-format +msgid "Tile is created" +msgstr "" + +#. module: web_dashboard_tile +#. openerp-web +#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:6 +#, python-format +msgid "Tile:" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:43 +#, python-format +msgid "Total value of '%s'" +msgstr "" + +#. module: web_dashboard_tile +#: code:addons/web_dashboard_tile/models/tile_tile.py:215 +#, python-format +msgid "Unimplemented Feature. Search on Active field disabled." +msgstr "" + +#. module: web_dashboard_tile +#: field:tile.tile,user_id:0 +msgid "User" +msgstr "使用者" + +#. module: web_dashboard_tile +#: field:tile.tile,primary_value:0 +msgid "Value" +msgstr "" diff --git a/web_dashboard_tile/migrations/8.0.3.0/post-migration.py b/web_dashboard_tile/migrations/8.0.3.0/post-migration.py new file mode 100644 index 00000000..7cfcc1c0 --- /dev/null +++ b/web_dashboard_tile/migrations/8.0.3.0/post-migration.py @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- +# © 2016 Iván Todorovich +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html + + +def migrate(cr, version): + if version is None: + return + + # Rename old fields + cr.execute("""UPDATE tile_tile SET primary_function = 'count'""") + cr.execute("""UPDATE tile_tile SET secondary_function = field_function""") + cr.execute("""UPDATE tile_tile SET secondary_field_id = field_id""") diff --git a/web_dashboard_tile/migrations/8.0.4.0/post-migration.py b/web_dashboard_tile/migrations/8.0.4.0/post-migration.py new file mode 100644 index 00000000..570f814e --- /dev/null +++ b/web_dashboard_tile/migrations/8.0.4.0/post-migration.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# © 2016 Iván Todorovich +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html + + +def migrate(cr, version): + if version is None: + return + + # Update ir.rule + cr.execute(""" + SELECT res_id FROM ir_model_data + WHERE name = 'model_tile_rule' + AND module = 'web_dashboard_tile'""") + rule_id = cr.fetchone()[0] + new_domain = """[ + "|", + ("user_id","=",user.id), + ("user_id","=",False), + "|", + ("group_ids","=",False), + ("group_ids","in",[g.id for g in user.groups_id]), + ]""" + cr.execute(""" + UPDATE ir_rule SET domain_force = '%(domain)s' + WHERE id = '%(id)s' """ % {'domain': new_domain, 'id': rule_id}) diff --git a/web_dashboard_tile/models/__init__.py b/web_dashboard_tile/models/__init__.py index fc23e732..97fec216 100644 --- a/web_dashboard_tile/models/__init__.py +++ b/web_dashboard_tile/models/__init__.py @@ -1,23 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2015-Today GRAP -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# © 2010-2013 OpenERP s.a. (). +# © 2014 initOS GmbH & Co. KG (). +# © 2015-Today GRAP +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import tile_tile diff --git a/web_dashboard_tile/models/tile_tile.py b/web_dashboard_tile/models/tile_tile.py index 4743afcb..fcaad591 100644 --- a/web_dashboard_tile/models/tile_tile.py +++ b/web_dashboard_tile/models/tile_tile.py @@ -1,89 +1,219 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010-2013 OpenERP s.a. (). -# Copyright (C) 2014 initOS GmbH & Co. KG (). -# Copyright (C) 2015-Today GRAP -# Author Markus Schneider -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp import api, fields -from openerp.models import Model -from openerp.exceptions import except_orm +# © 2010-2013 OpenERP s.a. (). +# © 2014 initOS GmbH & Co. KG (). +# © 2015-Today GRAP +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html + +import datetime +import time +from dateutil.relativedelta import relativedelta +from collections import OrderedDict + +from openerp import api, fields, models +from openerp.tools.safe_eval import safe_eval as eval from openerp.tools.translate import _ +from openerp.exceptions import ValidationError, except_orm + + +def median(vals): + # https://docs.python.org/3/library/statistics.html#statistics.median + # TODO : refactor, using statistics.median when Odoo will be available + # in Python 3.4 + even = (0 if len(vals) % 2 else 1) + 1 + half = (len(vals) - 1) / 2 + return sum(sorted(vals)[half:half + even]) / float(even) + +FIELD_FUNCTIONS = OrderedDict([ + ('count', { + 'name': 'Count', + 'func': False, # its hardcoded in _compute_data + 'help': _('Number of records')}), + ('min', { + 'name': 'Minimum', + 'func': min, + 'help': _("Minimum value of '%s'")}), + ('max', { + 'name': 'Maximum', + 'func': max, + 'help': _("Maximum value of '%s'")}), + ('sum', { + 'name': 'Sum', + 'func': sum, + 'help': _("Total value of '%s'")}), + ('avg', { + 'name': 'Average', + 'func': lambda vals: sum(vals)/len(vals), + 'help': _("Minimum value of '%s'")}), + ('median', { + 'name': 'Median', + 'func': median, + 'help': _("Median value of '%s'")}), +]) -class TileTile(Model): + +FIELD_FUNCTION_SELECTION = [ + (k, FIELD_FUNCTIONS[k].get('name')) for k in FIELD_FUNCTIONS] + + +class TileTile(models.Model): _name = 'tile.tile' + _description = 'Dashboard Tile' _order = 'sequence, name' - def median(self, aList): - # https://docs.python.org/3/library/statistics.html#statistics.median - # TODO : refactor, using statistics.median when Odoo will be available - # in Python 3.4 - even = (0 if len(aList) % 2 else 1) + 1 - half = (len(aList) - 1) / 2 - return sum(sorted(aList)[half:half + even]) / float(even) - - def _get_tile_info(self): - ima_obj = self.env['ir.model.access'] - res = {} - for r in self: - r.active = False - r.count = 0 - r.computed_value = 0 - r.helper = '' - if ima_obj.check(r.model_id.model, 'read', False): - # Compute count item - model = self.env[r.model_id.model] - r.count = model.search_count(eval(r.domain)) - r.active = True - - # Compute datas for field_id depending of field_function - if r.field_function and r.field_id and r.count != 0: - records = model.search(eval(r.domain)) - vals = [x[r.field_id.name] for x in records] - desc = r.field_id.field_description - if r.field_function == 'min': - r.computed_value = min(vals) - r.helper = _("Minimum value of '%s'") % desc - elif r.field_function == 'max': - r.computed_value = max(vals) - r.helper = _("Maximum value of '%s'") % desc - elif r.field_function == 'sum': - r.computed_value = sum(vals) - r.helper = _("Total value of '%s'") % desc - elif r.field_function == 'avg': - r.computed_value = sum(vals) / len(vals) - r.helper = _("Average value of '%s'") % desc - elif r.field_function == 'median': - r.computed_value = self.median(vals) - r.helper = _("Median value of '%s'") % desc - return res + def _get_eval_context(self): + def _context_today(): + return fields.Date.from_string(fields.Date.context_today(self)) + context = self.env.context.copy() + context.update({ + 'time': time, + 'datetime': datetime, + 'relativedelta': relativedelta, + 'context_today': _context_today, + 'current_date': fields.Date.today(), + }) + return context + + # Column Section + name = fields.Char(required=True) + sequence = fields.Integer(default=0, required=True) + user_id = fields.Many2one('res.users', 'User') + background_color = fields.Char(default='#0E6C7E', oldname='color') + font_color = fields.Char(default='#FFFFFF') + + group_ids = fields.Many2many( + 'res.groups', + string='Groups', + help='If this field is set, only users of this group can view this ' + 'tile. Please note that it will only work for global tiles ' + '(that is, when User field is left empty)') + + model_id = fields.Many2one('ir.model', 'Model', required=True) + domain = fields.Text(default='[]') + action_id = fields.Many2one('ir.actions.act_window', 'Action') + + active = fields.Boolean( + compute='_compute_active', + search='_search_active', + readonly=True) + + # Primary Value + primary_function = fields.Selection( + FIELD_FUNCTION_SELECTION, + string='Function', + default='count') + primary_field_id = fields.Many2one( + 'ir.model.fields', + string='Field', + domain="[('model_id', '=', model_id)," + " ('ttype', 'in', ['float', 'integer'])]") + primary_format = fields.Char( + string='Format', + help='Python Format String valid with str.format()\n' + 'ie: \'{:,} Kgs\' will output \'1,000 Kgs\' if value is 1000.') + primary_value = fields.Char( + string='Value', + compute='_compute_data') + primary_helper = fields.Char( + string='Helper', + compute='_compute_helper') + + # Secondary Value + secondary_function = fields.Selection( + FIELD_FUNCTION_SELECTION, + string='Secondary Function') + secondary_field_id = fields.Many2one( + 'ir.model.fields', + string='Secondary Field', + domain="[('model_id', '=', model_id)," + " ('ttype', 'in', ['float', 'integer'])]") + secondary_format = fields.Char( + string='Secondary Format', + help='Python Format String valid with str.format()\n' + 'ie: \'{:,} Kgs\' will output \'1,000 Kgs\' if value is 1000.') + secondary_value = fields.Char( + string='Secondary Value', + compute='_compute_data') + secondary_helper = fields.Char( + string='Secondary Helper', + compute='_compute_helper') + + error = fields.Char( + string='Error Details', + compute='_compute_data') + + @api.one + def _compute_data(self): + if not self.active: + return + model = self.env[self.model_id.model] + eval_context = self._get_eval_context() + domain = self.domain or '[]' + try: + count = model.search_count(eval(domain, eval_context)) + except Exception as e: + self.primary_value = self.secondary_value = 'ERR!' + self.error = str(e) + return + if any([ + self.primary_function and + self.primary_function != 'count', + self.secondary_function and + self.secondary_function != 'count' + ]): + records = model.search(eval(domain, eval_context)) + for f in ['primary_', 'secondary_']: + f_function = f+'function' + f_field_id = f+'field_id' + f_format = f+'format' + f_value = f+'value' + value = 0 + if self[f_function] == 'count': + value = count + elif self[f_function]: + func = FIELD_FUNCTIONS[self[f_function]]['func'] + if func and self[f_field_id] and count: + vals = [x[self[f_field_id].name] for x in records] + value = func(vals) + if self[f_function]: + try: + self[f_value] = (self[f_format] or '{:,}').format(value) + except ValueError as e: + self[f_value] = 'F_ERR!' + self.error = str(e) + return + else: + self[f_value] = False + + @api.one + @api.onchange('primary_function', 'primary_field_id', + 'secondary_function', 'secondary_field_id') + def _compute_helper(self): + for f in ['primary_', 'secondary_']: + f_function = f+'function' + f_field_id = f+'field_id' + f_helper = f+'helper' + self[f_helper] = '' + field_func = FIELD_FUNCTIONS.get(self[f_function], {}) + help = field_func.get('help', False) + if help: + if self[f_function] != 'count' and self[f_field_id]: + desc = self[f_field_id].field_description + self[f_helper] = help % desc + else: + self[f_helper] = help + + @api.one + def _compute_active(self): + ima = self.env['ir.model.access'] + self.active = ima.check(self.model_id.model, 'read', False) def _search_active(self, operator, value): cr = self.env.cr if operator != '=': raise except_orm( - 'Unimplemented Feature', - 'Search on Active field disabled.') - ima_obj = self.env['ir.model.access'] + _('Unimplemented Feature. Search on Active field disabled.')) + ima = self.env['ir.model.access'] ids = [] cr.execute(""" SELECT tt.id, im.model @@ -91,65 +221,36 @@ class TileTile(Model): INNER JOIN ir_model im ON tt.model_id = im.id""") for result in cr.fetchall(): - if (ima_obj.check(result[1], 'read', False) == value): + if (ima.check(result[1], 'read', False) == value): ids.append(result[0]) return [('id', 'in', ids)] - # Column Section - name = fields.Char(required=True) - model_id = fields.Many2one( - comodel_name='ir.model', string='Model', required=True) - user_id = fields.Many2one( - comodel_name='res.users', string='User') - domain = fields.Text(default='[]') - action_id = fields.Many2one( - comodel_name='ir.actions.act_window', string='Action') - count = fields.Integer(compute='_get_tile_info') - computed_value = fields.Float(compute='_get_tile_info') - helper = fields.Char(compute='_get_tile_info') - field_function = fields.Selection(selection=[ - ('min', 'Minimum'), - ('max', 'Maximum'), - ('sum', 'Sum'), - ('avg', 'Average'), - ('median', 'Median'), - ], string='Function') - field_id = fields.Many2one( - comodel_name='ir.model.fields', string='Field', - domain="[('model_id', '=', model_id)," - " ('ttype', 'in', ['float', 'int'])]") - active = fields.Boolean( - compute='_get_tile_info', readonly=True, search='_search_active') - background_color = fields.Char(default='#0E6C7E', oldname='color') - font_color = fields.Char(default='#FFFFFF') - sequence = fields.Integer(default=0, required=True) + # Constraints and onchanges + @api.one + @api.constrains('model_id', 'primary_field_id', 'secondary_field_id') + def _check_model_id_field_id(self): + if any([ + self.primary_field_id and + self.primary_field_id.model_id.id != self.model_id.id, + self.secondary_field_id and + self.secondary_field_id.model_id.id != self.model_id.id + ]): + raise ValidationError( + _("Please select a field from the selected model.")) + + @api.onchange('model_id') + def _onchange_model_id(self): + self.primary_field_id = False + self.secondary_field_id = False + + @api.onchange('primary_function', 'secondary_function') + def _onchange_function(self): + if self.primary_function in [False, 'count']: + self.primary_field_id = False + if self.secondary_function in [False, 'count']: + self.secondary_field_id = False - # Constraint Section - def _check_model_id_field_id(self, cr, uid, ids, context=None): - for t in self.browse(cr, uid, ids, context=context): - if t.field_id and t.field_id.model_id.id != t.model_id.id: - return False - return True - - def _check_field_id_field_function(self, cr, uid, ids, context=None): - for t in self.browse(cr, uid, ids, context=context): - if t.field_id and not t.field_function or\ - t.field_function and not t.field_id: - return False - return True - - _constraints = [ - ( - _check_model_id_field_id, - "Error ! Please select a field of the selected model.", - ['model_id', 'field_id']), - ( - _check_field_id_field_function, - "Error ! Please set both fields: 'Field' and 'Function'.", - ['field_id', 'field_function']), - ] - - # View / action Section + # Action methods @api.multi def open_link(self): res = { @@ -166,8 +267,7 @@ class TileTile(Model): } if self.action_id: res.update(self.action_id.read( - ['view_type', 'view_mode', 'view_id', 'type'])[0]) - # FIXME: restore original Domain + Filter would be better + ['view_type', 'view_mode', 'type'])[0]) return res @api.model diff --git a/web_dashboard_tile/security/rules.xml b/web_dashboard_tile/security/rules.xml index 8d653b70..05637bfd 100644 --- a/web_dashboard_tile/security/rules.xml +++ b/web_dashboard_tile/security/rules.xml @@ -6,7 +6,16 @@ tile.owner - [('user_id','in',[False,user.id])] + + [ + '|', + ('user_id','=',user.id), + ('user_id','=',False), + '|', + ('group_ids','=',False), + ('group_ids','in',[g.id for g in user.groups_id]), + ] + diff --git a/web_dashboard_tile/static/src/css/tile.css b/web_dashboard_tile/static/src/css/tile.css index 1d057cee..0620a9c6 100644 --- a/web_dashboard_tile/static/src/css/tile.css +++ b/web_dashboard_tile/static/src/css/tile.css @@ -1,44 +1,59 @@ -.openerp .oe_kanban_view .oe_dashbaord_tile{ +.openerp .oe_kanban_view .oe_dashboard_tile { width: 150px; height: 150px; border: 0; border-radius: 0; } -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_label, -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_count_without_computed_value, -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_count_with_computed_value, -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_computed_value { - width: 140px; +/* Disable default kanban style */ +.openerp .oe_kanban_view .oe_dashboard_tile .oe_kanban_content div:first-child { + margin-right: inherit!important; +} + +.openerp .oe_kanban_view .oe_dashboard_tile .tile_label, +.openerp .oe_kanban_view .oe_dashboard_tile .tile_primary_value, +.openerp .oe_kanban_view .oe_dashboard_tile .tile_secondary_value { text-align: center; + font-weight: bold; } -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_label{ +.openerp .oe_kanban_view .oe_dashboard_tile .tile_label { padding: 5px; font-size: 15px; } -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_count_without_computed_value{ - font-size: 52px; - font-weight: bold; +.openerp .oe_kanban_view .oe_dashboard_tile .tile_primary_value{ + font-size: 54px; position: absolute; left: 5px; + right: 5px; bottom: 5px; } -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_count_with_computed_value{ - font-size: 38px; - font-weight: bold; +.openerp .oe_kanban_view .oe_dashboard_tile .tile_secondary_value{ + display: none; + font-size: 18px; + font-style: italic; position: absolute; left: 5px; + right: 5px; + bottom: 5px; +} + +.openerp .oe_kanban_view .oe_dashboard_tile .with_secondary .tile_primary_value{ + font-size: 38px; bottom: 30px; } -.openerp .oe_kanban_view .oe_dashbaord_tile .tile_computed_value{ - font-size: 18px; - font-weight: bold; - position: absolute; - right: 10px; - bottom: 5px; - font-style: italic; +.openerp .oe_kanban_view .oe_dashboard_tile .with_secondary .tile_secondary_value{ + display: block; +} + +/* SearchView Drawer */ +.openerp .oe_searchview_drawer .oe_searchview_dashboard .oe_dashboard_tile_form { + display: none; +} + +.openerp .oe_searchview_drawer .oe_opened .oe_dashboard_tile_form { + display: block; } diff --git a/web_dashboard_tile/static/src/img/screenshot_dashboard.png b/web_dashboard_tile/static/src/img/screenshot_dashboard.png index 9cbdeecd..65cfc127 100644 Binary files a/web_dashboard_tile/static/src/img/screenshot_dashboard.png and b/web_dashboard_tile/static/src/img/screenshot_dashboard.png differ diff --git a/web_dashboard_tile/static/src/js/custom_js.js b/web_dashboard_tile/static/src/js/custom_js.js index c192ef29..df16cee7 100644 --- a/web_dashboard_tile/static/src/js/custom_js.js +++ b/web_dashboard_tile/static/src/js/custom_js.js @@ -35,13 +35,13 @@ _.mixin({ var self = this; this.$('#add_dashboard_tile').on('click', this, function (){ self.save_tile(); - }) + }); }, render_data: function(dashboard_choices){ var selection = instance.web.qweb.render( "SearchView.addtodashboard.selection", { selections: dashboard_choices}); - this.$("form input").before(selection) + this.$("form input").before(selection); }, save_tile: function () { var self = this; @@ -97,4 +97,4 @@ _.mixin({ } }); -} +}; diff --git a/web_dashboard_tile/static/src/xml/custom_xml.xml b/web_dashboard_tile/static/src/xml/custom_xml.xml index 3e0c2316..38a0e3e9 100644 --- a/web_dashboard_tile/static/src/xml/custom_xml.xml +++ b/web_dashboard_tile/static/src/xml/custom_xml.xml @@ -2,7 +2,7 @@ -
+
diff --git a/web_dashboard_tile/tests/__init__.py b/web_dashboard_tile/tests/__init__.py new file mode 100644 index 00000000..4f8c7e8b --- /dev/null +++ b/web_dashboard_tile/tests/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# © 2016 Antonio Espinosa - +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# flake8: noqa + +from . import test_tile diff --git a/web_dashboard_tile/tests/test_tile.py b/web_dashboard_tile/tests/test_tile.py new file mode 100644 index 00000000..90604ab9 --- /dev/null +++ b/web_dashboard_tile/tests/test_tile.py @@ -0,0 +1,52 @@ +# -*- coding: utf-8 -*- +# © 2016 Antonio Espinosa - +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from openerp.tests.common import TransactionCase + + +class TestTile(TransactionCase): + def test_tile(self): + tile_obj = self.env['tile.tile'] + model_id = self.env['ir.model'].search([ + ('model', '=', 'tile.tile')]) + field_id = self.env['ir.model.fields'].search([ + ('model_id', '=', model_id.id), + ('name', '=', 'sequence')]) + self.tile1 = tile_obj.create({ + 'name': 'Count / Sum', + 'sequence': 1, + 'model_id': model_id.id, + 'domain': "[('model_id', '=', %d)]" % model_id.id, + 'secondary_function': 'sum', + 'secondary_field_id': field_id.id}) + self.tile2 = tile_obj.create({ + 'name': 'Min / Max', + 'sequence': 2, + 'model_id': model_id.id, + 'domain': "[('model_id', '=', %d)]" % model_id.id, + 'primary_function': 'min', + 'primary_field_id': field_id.id, + 'secondary_function': 'max', + 'secondary_field_id': field_id.id}) + self.tile3 = tile_obj.create({ + 'name': 'Avg / Median', + 'sequence': 3, + 'model_id': model_id.id, + 'domain': "[('model_id', '=', %d)]" % model_id.id, + 'primary_function': 'avg', + 'primary_field_id': field_id.id, + 'secondary_function': 'median', + 'secondary_field_id': field_id.id}) + # count + self.assertEqual(self.tile1.primary_value, '3') + # sum + self.assertEqual(self.tile1.secondary_value, '6') + # min + self.assertEqual(self.tile2.primary_value, '1') + # max + self.assertEqual(self.tile2.secondary_value, '3') + # average + self.assertEqual(self.tile3.primary_value, '2') + # median + self.assertEqual(self.tile3.secondary_value, '2.0') diff --git a/web_dashboard_tile/views/tile.xml b/web_dashboard_tile/views/tile.xml index 36411ad8..6f994a17 100644 --- a/web_dashboard_tile/views/tile.xml +++ b/web_dashboard_tile/views/tile.xml @@ -9,8 +9,10 @@ - - + + + + @@ -34,11 +36,50 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -53,37 +94,31 @@ - - - - + + + + + -
+
-
- -
-
- -
- -
- +
+
+
-
diff --git a/web_easy_switch_company/i18n/am.po b/web_easy_switch_company/i18n/am.po new file mode 100644 index 00000000..4048aa81 --- /dev/null +++ b/web_easy_switch_company/i18n/am.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "ኩባንያዎች" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/en.po b/web_easy_switch_company/i18n/ca.po similarity index 72% rename from web_easy_switch_company/i18n/en.po rename to web_easy_switch_company/i18n/ca.po index 1b34b32a..2e6cc7f0 100644 --- a/web_easy_switch_company/i18n/en.po +++ b/web_easy_switch_company/i18n/ca.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" "PO-Revision-Date: 2015-11-07 11:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_easy_switch_company #: model:ir.model,name:web_easy_switch_company.model_res_company msgid "Companies" -msgstr "Companies" +msgstr "Empreses" #. module: web_easy_switch_company #: field:res.company,logo_topbar:0 msgid "Logo displayed in the switch company menu" -msgstr "Logo displayed in the switch company menu" +msgstr "" #. module: web_easy_switch_company #: model:ir.model,name:web_easy_switch_company.model_res_users msgid "Users" -msgstr "Users" +msgstr "Usuaris" diff --git a/web_easy_switch_company/i18n/da.po b/web_easy_switch_company/i18n/da.po new file mode 100644 index 00000000..d4ee576f --- /dev/null +++ b/web_easy_switch_company/i18n/da.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-11 09:32+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Virksomheder" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Brugere" diff --git a/web_easy_switch_company/i18n/el_GR.po b/web_easy_switch_company/i18n/el_GR.po new file mode 100644 index 00000000..9e7efee7 --- /dev/null +++ b/web_easy_switch_company/i18n/el_GR.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Εταιρίες" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Χρήστες" diff --git a/web_easy_switch_company/i18n/es_ES.po b/web_easy_switch_company/i18n/es_ES.po new file mode 100644 index 00000000..af46cf10 --- /dev/null +++ b/web_easy_switch_company/i18n/es_ES.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Usuarios" diff --git a/web_easy_switch_company/i18n/es_MX.po b/web_easy_switch_company/i18n/es_MX.po new file mode 100644 index 00000000..61a52ce0 --- /dev/null +++ b/web_easy_switch_company/i18n/es_MX.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:57+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/eu.po b/web_easy_switch_company/i18n/eu.po new file mode 100644 index 00000000..815f514d --- /dev/null +++ b/web_easy_switch_company/i18n/eu.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 09:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Enpresak" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/fr_CH.po b/web_easy_switch_company/i18n/fr_CH.po new file mode 100644 index 00000000..fda7f372 --- /dev/null +++ b/web_easy_switch_company/i18n/fr_CH.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 19:38+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Utilisateurs" diff --git a/web_easy_switch_company/i18n/fr_FR.po b/web_easy_switch_company/i18n/fr_FR.po new file mode 100644 index 00000000..39b5ee46 --- /dev/null +++ b/web_easy_switch_company/i18n/fr_FR.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-web-8-0/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Sociétés" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/hr.po b/web_easy_switch_company/i18n/hr.po new file mode 100644 index 00000000..d7190227 --- /dev/null +++ b/web_easy_switch_company/i18n/hr.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/web_easy_switch_company/i18n/hr_HR.po b/web_easy_switch_company/i18n/hr_HR.po new file mode 100644 index 00000000..ae59fa8e --- /dev/null +++ b/web_easy_switch_company/i18n/hr_HR.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/web_easy_switch_company/i18n/nb.po b/web_easy_switch_company/i18n/nb.po new file mode 100644 index 00000000..05864a36 --- /dev/null +++ b/web_easy_switch_company/i18n/nb.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/nb_NO.po b/web_easy_switch_company/i18n/nb_NO.po new file mode 100644 index 00000000..20b725b9 --- /dev/null +++ b/web_easy_switch_company/i18n/nb_NO.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/nl.po b/web_easy_switch_company/i18n/nl.po new file mode 100644 index 00000000..4d76ecd0 --- /dev/null +++ b/web_easy_switch_company/i18n/nl.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Gebruikers" diff --git a/web_easy_switch_company/i18n/nl_BE.po b/web_easy_switch_company/i18n/nl_BE.po new file mode 100644 index 00000000..3b9b74c3 --- /dev/null +++ b/web_easy_switch_company/i18n/nl_BE.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/ro.po b/web_easy_switch_company/i18n/ro.po new file mode 100644 index 00000000..d0065ea7 --- /dev/null +++ b/web_easy_switch_company/i18n/ro.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Companii" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/sk.po b/web_easy_switch_company/i18n/sk.po new file mode 100644 index 00000000..2f0c68f0 --- /dev/null +++ b/web_easy_switch_company/i18n/sk.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "Spoločnosti" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "" diff --git a/web_easy_switch_company/i18n/tr_TR.po b/web_easy_switch_company/i18n/tr_TR.po new file mode 100644 index 00000000..98568d49 --- /dev/null +++ b/web_easy_switch_company/i18n/tr_TR.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:10+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "Kullanıcılar" diff --git a/web_easy_switch_company/i18n/zh_CN.po b/web_easy_switch_company/i18n/zh_CN.po new file mode 100644 index 00000000..001e668d --- /dev/null +++ b/web_easy_switch_company/i18n/zh_CN.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_easy_switch_company +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2015-11-07 11:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_company +msgid "Companies" +msgstr "公司" + +#. module: web_easy_switch_company +#: field:res.company,logo_topbar:0 +msgid "Logo displayed in the switch company menu" +msgstr "" + +#. module: web_easy_switch_company +#: model:ir.model,name:web_easy_switch_company.model_res_users +msgid "Users" +msgstr "用户" diff --git a/web_export_view/i18n/en.po b/web_export_view/i18n/eu.po similarity index 74% rename from web_export_view/i18n/en.po rename to web_export_view/i18n/eu.po index cc2b538d..ca37a719 100644 --- a/web_export_view/i18n/en.po +++ b/web_export_view/i18n/eu.po @@ -3,18 +3,19 @@ # * web_export_view # # Translators: +# Esther Martín Menéndez , 2017 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:20+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2017-02-18 09:00+0000\n" +"PO-Revision-Date: 2017-02-23 07:59+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_export_view @@ -29,7 +30,7 @@ msgstr "Excel" #: code:addons/web_export_view/static/src/xml/web_export_view_template.xml:6 #, python-format msgid "Export Current View" -msgstr "Export Current View" +msgstr "" #. module: web_export_view #. openerp-web diff --git a/web_export_view/i18n/nl.po b/web_export_view/i18n/nl.po index 6945f589..72cdb0f6 100644 --- a/web_export_view/i18n/nl.po +++ b/web_export_view/i18n/nl.po @@ -3,12 +3,22 @@ # * web_export_view # # Translators: +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012,2014 +# Jarmo Kortetjärvi , 2016 +# Jesús Alan Ramos Rodríguez , 2015 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2017-04-18 11:02+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/language/nl/)\n" "MIME-Version: 1.0\n" @@ -43,4 +53,4 @@ msgstr "" #: code:addons/web_export_view/static/src/js/web_export_view.js:81 #, python-format msgid "True" -msgstr "" +msgstr "Waar" diff --git a/web_export_view/i18n/tr_TR.po b/web_export_view/i18n/tr_TR.po new file mode 100644 index 00000000..7ea38015 --- /dev/null +++ b/web_export_view/i18n/tr_TR.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_export_view +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:10+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_export_view +#. openerp-web +#: code:addons/web_export_view/static/src/xml/web_export_view_template.xml:8 +#, python-format +msgid "Excel" +msgstr "" + +#. module: web_export_view +#. openerp-web +#: code:addons/web_export_view/static/src/xml/web_export_view_template.xml:6 +#, python-format +msgid "Export Current View" +msgstr "" + +#. module: web_export_view +#. openerp-web +#: code:addons/web_export_view/static/src/js/web_export_view.js:84 +#, python-format +msgid "False" +msgstr "" + +#. module: web_export_view +#. openerp-web +#: code:addons/web_export_view/static/src/js/web_export_view.js:81 +#, python-format +msgid "True" +msgstr "Doğru" diff --git a/web_favicon/i18n/am.po b/web_favicon/i18n/am.po new file mode 100644 index 00000000..e9117c9b --- /dev/null +++ b/web_favicon/i18n/am.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "ኩባንያዎች" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/ca.po b/web_favicon/i18n/ca.po new file mode 100644 index 00000000..d5e27180 --- /dev/null +++ b/web_favicon/i18n/ca.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Empreses" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/de.po b/web_favicon/i18n/de.po index fdd4c8ae..fca6ee73 100644 --- a/web_favicon/i18n/de.po +++ b/web_favicon/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-14 08:27+0000\n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" "PO-Revision-Date: 2016-04-07 13:51+0000\n" "Last-Translator: <>\n" "Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/de/)\n" @@ -25,7 +25,7 @@ msgstr "Unternehmen" #. module: web_favicon #: view:res.company:web_favicon.view_company_form msgid "Configuration" -msgstr "" +msgstr "Konfiguration" #. module: web_favicon #: view:res.company:web_favicon.view_company_form diff --git a/web_favicon/i18n/el_GR.po b/web_favicon/i18n/el_GR.po new file mode 100644 index 00000000..0cbbf23a --- /dev/null +++ b/web_favicon/i18n/el_GR.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Εταιρίες" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/es.po b/web_favicon/i18n/es.po index cf49ab54..ba76c5ba 100644 --- a/web_favicon/i18n/es.po +++ b/web_favicon/i18n/es.po @@ -3,13 +3,14 @@ # * web_favicon # # Translators: +# Pedro M. Baeza , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-14 08:27+0000\n" -"PO-Revision-Date: 2016-04-07 13:51+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-11 13:00+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,39 +26,39 @@ msgstr "Compañías" #. module: web_favicon #: view:res.company:web_favicon.view_company_form msgid "Configuration" -msgstr "" +msgstr "Configuración" #. module: web_favicon #: view:res.company:web_favicon.view_company_form msgid "Favicon" -msgstr "" +msgstr "Favicon" #. module: web_favicon #: field:res.company,favicon_backend:0 msgid "Favicon backend" -msgstr "" +msgstr "Favicon para el backend" #. module: web_favicon #: field:res.company,favicon_backend_mimetype:0 msgid "Favicon backend mimetype" -msgstr "" +msgstr "Tipo MIME del favicon para el backend" #. module: web_favicon #: help:res.company,favicon_backend_mimetype:0 msgid "Set the mimetype of your file." -msgstr "" +msgstr "Establezca el tipo MIME de su archivo." #. module: web_favicon #: selection:res.company,favicon_backend_mimetype:0 msgid "image/gif" -msgstr "" +msgstr "image/gif" #. module: web_favicon #: selection:res.company,favicon_backend_mimetype:0 msgid "image/png" -msgstr "" +msgstr "image/png" #. module: web_favicon #: selection:res.company,favicon_backend_mimetype:0 msgid "image/x-icon" -msgstr "" +msgstr "image/x-icon" diff --git a/web_favicon/i18n/es_ES.po b/web_favicon/i18n/es_ES.po new file mode 100644 index 00000000..41ef6b2c --- /dev/null +++ b/web_favicon/i18n/es_ES.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/es_MX.po b/web_favicon/i18n/es_MX.po new file mode 100644 index 00000000..0323b306 --- /dev/null +++ b/web_favicon/i18n/es_MX.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:57+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/eu.po b/web_favicon/i18n/eu.po new file mode 100644 index 00000000..d1e765af --- /dev/null +++ b/web_favicon/i18n/eu.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 09:00+0000\n" +"PO-Revision-Date: 2017-02-23 07:56+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Enpresak" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "Konfigurazioa" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "Favicon" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "image/gif" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "image/png" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "image/x-icon" diff --git a/web_favicon/i18n/fr_FR.po b/web_favicon/i18n/fr_FR.po new file mode 100644 index 00000000..e0f30207 --- /dev/null +++ b/web_favicon/i18n/fr_FR.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-web-8-0/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Sociétés" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/hr.po b/web_favicon/i18n/hr.po new file mode 100644 index 00000000..9ab299e7 --- /dev/null +++ b/web_favicon/i18n/hr.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/hr_HR.po b/web_favicon/i18n/hr_HR.po new file mode 100644 index 00000000..4cf0ec21 --- /dev/null +++ b/web_favicon/i18n/hr_HR.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/nb.po b/web_favicon/i18n/nb.po new file mode 100644 index 00000000..2b4b3076 --- /dev/null +++ b/web_favicon/i18n/nb.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/nb_NO.po b/web_favicon/i18n/nb_NO.po new file mode 100644 index 00000000..b4475bfa --- /dev/null +++ b/web_favicon/i18n/nb_NO.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/nl.po b/web_favicon/i18n/nl.po new file mode 100644 index 00000000..0d47dcdb --- /dev/null +++ b/web_favicon/i18n/nl.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/nl_BE.po b/web_favicon/i18n/nl_BE.po new file mode 100644 index 00000000..825ea774 --- /dev/null +++ b/web_favicon/i18n/nl_BE.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/pt_BR.po b/web_favicon/i18n/pt_BR.po index e49309ea..e48ceaa8 100644 --- a/web_favicon/i18n/pt_BR.po +++ b/web_favicon/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-14 08:27+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" "PO-Revision-Date: 2016-04-07 13:51+0000\n" "Last-Translator: <>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n" @@ -25,7 +25,7 @@ msgstr "Empresas" #. module: web_favicon #: view:res.company:web_favicon.view_company_form msgid "Configuration" -msgstr "" +msgstr "Configuração" #. module: web_favicon #: view:res.company:web_favicon.view_company_form diff --git a/web_favicon/i18n/ro.po b/web_favicon/i18n/ro.po new file mode 100644 index 00000000..265c6a30 --- /dev/null +++ b/web_favicon/i18n/ro.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Companii" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/sk.po b/web_favicon/i18n/sk.po new file mode 100644 index 00000000..88341741 --- /dev/null +++ b/web_favicon/i18n/sk.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "Spoločnosti" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_favicon/i18n/tr.po b/web_favicon/i18n/tr.po index 0f8cf023..be9bc308 100644 --- a/web_favicon/i18n/tr.po +++ b/web_favicon/i18n/tr.po @@ -3,13 +3,14 @@ # * web_favicon # # Translators: +# Ahmet Altinisik , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-14 08:27+0000\n" -"PO-Revision-Date: 2016-04-07 13:51+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 20:57+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,39 +26,39 @@ msgstr "Şirketler" #. module: web_favicon #: view:res.company:web_favicon.view_company_form msgid "Configuration" -msgstr "" +msgstr "Yapılandırma" #. module: web_favicon #: view:res.company:web_favicon.view_company_form msgid "Favicon" -msgstr "" +msgstr "Favicon" #. module: web_favicon #: field:res.company,favicon_backend:0 msgid "Favicon backend" -msgstr "" +msgstr "Arka taraf Favicon'u" #. module: web_favicon #: field:res.company,favicon_backend_mimetype:0 msgid "Favicon backend mimetype" -msgstr "" +msgstr "Arka taraf Favicon mimetype'ı" #. module: web_favicon #: help:res.company,favicon_backend_mimetype:0 msgid "Set the mimetype of your file." -msgstr "" +msgstr "Dosyanızın tipini ayarlayın" #. module: web_favicon #: selection:res.company,favicon_backend_mimetype:0 msgid "image/gif" -msgstr "" +msgstr "image/gif" #. module: web_favicon #: selection:res.company,favicon_backend_mimetype:0 msgid "image/png" -msgstr "" +msgstr "image/png" #. module: web_favicon #: selection:res.company,favicon_backend_mimetype:0 msgid "image/x-icon" -msgstr "" +msgstr "image/x-icon" diff --git a/web_favicon/i18n/zh_CN.po b/web_favicon/i18n/zh_CN.po new file mode 100644 index 00000000..56113a38 --- /dev/null +++ b/web_favicon/i18n/zh_CN.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_favicon +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-04-07 13:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_favicon +#: model:ir.model,name:web_favicon.model_res_company +msgid "Companies" +msgstr "公司" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Configuration" +msgstr "" + +#. module: web_favicon +#: view:res.company:web_favicon.view_company_form +msgid "Favicon" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend:0 +msgid "Favicon backend" +msgstr "" + +#. module: web_favicon +#: field:res.company,favicon_backend_mimetype:0 +msgid "Favicon backend mimetype" +msgstr "" + +#. module: web_favicon +#: help:res.company,favicon_backend_mimetype:0 +msgid "Set the mimetype of your file." +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/gif" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/png" +msgstr "" + +#. module: web_favicon +#: selection:res.company,favicon_backend_mimetype:0 +msgid "image/x-icon" +msgstr "" diff --git a/web_graph_improved/i18n/bg.po b/web_graph_improved/i18n/bg.po new file mode 100644 index 00000000..c7011d35 --- /dev/null +++ b/web_graph_improved/i18n/bg.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Общо" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/bs.po b/web_graph_improved/i18n/bs.po new file mode 100644 index 00000000..5ce86faa --- /dev/null +++ b/web_graph_improved/i18n/bs.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Ukupno" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/en.po b/web_graph_improved/i18n/ca.po similarity index 83% rename from web_graph_improved/i18n/en.po rename to web_graph_improved/i18n/ca.po index 65f7297e..23238a63 100644 --- a/web_graph_improved/i18n/en.po +++ b/web_graph_improved/i18n/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" "PO-Revision-Date: 2015-11-07 11:20+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_graph_improved @@ -35,4 +35,4 @@ msgstr "Total" #: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 #, python-format msgid "Undefined" -msgstr "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/cs.po b/web_graph_improved/i18n/cs.po new file mode 100644 index 00000000..18f8e598 --- /dev/null +++ b/web_graph_improved/i18n/cs.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Celkem" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/da.po b/web_graph_improved/i18n/da.po new file mode 100644 index 00000000..6551c62d --- /dev/null +++ b/web_graph_improved/i18n/da.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/el_GR.po b/web_graph_improved/i18n/el_GR.po new file mode 100644 index 00000000..40cf3b41 --- /dev/null +++ b/web_graph_improved/i18n/el_GR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Σύνολο" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/en_GB.po b/web_graph_improved/i18n/en_GB.po new file mode 100644 index 00000000..a60a530d --- /dev/null +++ b/web_graph_improved/i18n/en_GB.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_AR.po b/web_graph_improved/i18n/es_AR.po new file mode 100644 index 00000000..c5201aa4 --- /dev/null +++ b/web_graph_improved/i18n/es_AR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_BO.po b/web_graph_improved/i18n/es_BO.po new file mode 100644 index 00000000..80406f90 --- /dev/null +++ b/web_graph_improved/i18n/es_BO.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Bolivia) (http://www.transifex.com/oca/OCA-web-8-0/language/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_CL.po b/web_graph_improved/i18n/es_CL.po new file mode 100644 index 00000000..06f665a5 --- /dev/null +++ b/web_graph_improved/i18n/es_CL.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_CO.po b/web_graph_improved/i18n/es_CO.po new file mode 100644 index 00000000..a41383f2 --- /dev/null +++ b/web_graph_improved/i18n/es_CO.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_CR.po b/web_graph_improved/i18n/es_CR.po new file mode 100644 index 00000000..facf96bb --- /dev/null +++ b/web_graph_improved/i18n/es_CR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_DO.po b/web_graph_improved/i18n/es_DO.po new file mode 100644 index 00000000..f5d6f3de --- /dev/null +++ b/web_graph_improved/i18n/es_DO.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_EC.po b/web_graph_improved/i18n/es_EC.po new file mode 100644 index 00000000..2a18f0fe --- /dev/null +++ b/web_graph_improved/i18n/es_EC.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_MX.po b/web_graph_improved/i18n/es_MX.po new file mode 100644 index 00000000..ab874ada --- /dev/null +++ b/web_graph_improved/i18n/es_MX.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_PE.po b/web_graph_improved/i18n/es_PE.po new file mode 100644 index 00000000..7490e4d7 --- /dev/null +++ b/web_graph_improved/i18n/es_PE.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_PY.po b/web_graph_improved/i18n/es_PY.po new file mode 100644 index 00000000..c8e94801 --- /dev/null +++ b/web_graph_improved/i18n/es_PY.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/es_VE.po b/web_graph_improved/i18n/es_VE.po new file mode 100644 index 00000000..86840c78 --- /dev/null +++ b/web_graph_improved/i18n/es_VE.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/et.po b/web_graph_improved/i18n/et.po new file mode 100644 index 00000000..b327a692 --- /dev/null +++ b/web_graph_improved/i18n/et.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Kokku" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/eu.po b/web_graph_improved/i18n/eu.po new file mode 100644 index 00000000..7e11a0cb --- /dev/null +++ b/web_graph_improved/i18n/eu.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/fa.po b/web_graph_improved/i18n/fa.po new file mode 100644 index 00000000..f15a8358 --- /dev/null +++ b/web_graph_improved/i18n/fa.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "جمع کل" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/gl.po b/web_graph_improved/i18n/gl.po new file mode 100644 index 00000000..097e4fa1 --- /dev/null +++ b/web_graph_improved/i18n/gl.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/he.po b/web_graph_improved/i18n/he.po new file mode 100644 index 00000000..f0a038c2 --- /dev/null +++ b/web_graph_improved/i18n/he.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "סה\"כ" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/hr.po b/web_graph_improved/i18n/hr.po new file mode 100644 index 00000000..b8a25c82 --- /dev/null +++ b/web_graph_improved/i18n/hr.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Ukupno" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/hu.po b/web_graph_improved/i18n/hu.po new file mode 100644 index 00000000..bd940f5f --- /dev/null +++ b/web_graph_improved/i18n/hu.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Összesen" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/id.po b/web_graph_improved/i18n/id.po new file mode 100644 index 00000000..5e1bc865 --- /dev/null +++ b/web_graph_improved/i18n/id.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/ja.po b/web_graph_improved/i18n/ja.po new file mode 100644 index 00000000..322d5d50 --- /dev/null +++ b/web_graph_improved/i18n/ja.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "合計" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/ko.po b/web_graph_improved/i18n/ko.po new file mode 100644 index 00000000..1bbc0087 --- /dev/null +++ b/web_graph_improved/i18n/ko.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "총계" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/lt.po b/web_graph_improved/i18n/lt.po new file mode 100644 index 00000000..94bbb476 --- /dev/null +++ b/web_graph_improved/i18n/lt.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Viso" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/lv.po b/web_graph_improved/i18n/lv.po new file mode 100644 index 00000000..80db08db --- /dev/null +++ b/web_graph_improved/i18n/lv.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Summa" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/mk.po b/web_graph_improved/i18n/mk.po new file mode 100644 index 00000000..f5b76ba3 --- /dev/null +++ b/web_graph_improved/i18n/mk.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Вкупно" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/mn.po b/web_graph_improved/i18n/mn.po new file mode 100644 index 00000000..7c253334 --- /dev/null +++ b/web_graph_improved/i18n/mn.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Дүн" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/nb.po b/web_graph_improved/i18n/nb.po new file mode 100644 index 00000000..6e034ced --- /dev/null +++ b/web_graph_improved/i18n/nb.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/nl.po b/web_graph_improved/i18n/nl.po new file mode 100644 index 00000000..c9d448ca --- /dev/null +++ b/web_graph_improved/i18n/nl.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Totaal" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/nl_BE.po b/web_graph_improved/i18n/nl_BE.po new file mode 100644 index 00000000..1cb4e54e --- /dev/null +++ b/web_graph_improved/i18n/nl_BE.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Totaal" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/nl_NL.po b/web_graph_improved/i18n/nl_NL.po new file mode 100644 index 00000000..f097008a --- /dev/null +++ b/web_graph_improved/i18n/nl_NL.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-web-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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Totaal" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/pl.po b/web_graph_improved/i18n/pl.po new file mode 100644 index 00000000..dbed116a --- /dev/null +++ b/web_graph_improved/i18n/pl.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Suma" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/pt.po b/web_graph_improved/i18n/pt.po new file mode 100644 index 00000000..76505ecf --- /dev/null +++ b/web_graph_improved/i18n/pt.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/pt_PT.po b/web_graph_improved/i18n/pt_PT.po new file mode 100644 index 00000000..cedb3e81 --- /dev/null +++ b/web_graph_improved/i18n/pt_PT.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-10 07:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/ro.po b/web_graph_improved/i18n/ro.po new file mode 100644 index 00000000..ef3af9e9 --- /dev/null +++ b/web_graph_improved/i18n/ro.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Total" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/ru.po b/web_graph_improved/i18n/ru.po new file mode 100644 index 00000000..69e74493 --- /dev/null +++ b/web_graph_improved/i18n/ru.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Всего" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/sk.po b/web_graph_improved/i18n/sk.po new file mode 100644 index 00000000..7bfd7875 --- /dev/null +++ b/web_graph_improved/i18n/sk.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Celkom" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/sr.po b/web_graph_improved/i18n/sr.po new file mode 100644 index 00000000..61f7e865 --- /dev/null +++ b/web_graph_improved/i18n/sr.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:21+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Ukupno" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/sr@latin.po b/web_graph_improved/i18n/sr@latin.po new file mode 100644 index 00000000..97913d07 --- /dev/null +++ b/web_graph_improved/i18n/sr@latin.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Ukupno" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/sv.po b/web_graph_improved/i18n/sv.po new file mode 100644 index 00000000..1e92e4e5 --- /dev/null +++ b/web_graph_improved/i18n/sv.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Totalt" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/th.po b/web_graph_improved/i18n/th.po new file mode 100644 index 00000000..a23dec8f --- /dev/null +++ b/web_graph_improved/i18n/th.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "รวม" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/uk.po b/web_graph_improved/i18n/uk.po new file mode 100644 index 00000000..5d69eae4 --- /dev/null +++ b/web_graph_improved/i18n/uk.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Всього" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/vi.po b/web_graph_improved/i18n/vi.po new file mode 100644 index 00000000..1503172b --- /dev/null +++ b/web_graph_improved/i18n/vi.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "Tổng" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/zh_CN.po b/web_graph_improved/i18n/zh_CN.po new file mode 100644 index 00000000..764962a2 --- /dev/null +++ b/web_graph_improved/i18n/zh_CN.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "总计" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_improved/i18n/zh_TW.po b/web_graph_improved/i18n/zh_TW.po new file mode 100644 index 00000000..c34acbbc --- /dev/null +++ b/web_graph_improved/i18n/zh_TW.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_improved +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/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: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:13 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:14 +#, python-format +msgid "Total" +msgstr "總計" + +#. module: web_graph_improved +#. openerp-web +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:30 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:40 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:44 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:49 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:54 +#: code:addons/web_graph_improved/static/src/js/web_graph_improved.js:57 +#, python-format +msgid "Undefined" +msgstr "" diff --git a/web_graph_sort/README.rst b/web_graph_sort/README.rst new file mode 100644 index 00000000..4c7bcf5b --- /dev/null +++ b/web_graph_sort/README.rst @@ -0,0 +1,68 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +============== +Web Graph Sort +============== + +This module allows to sort pivot tables. + +Usage +===== + +To use this module, you need to: + +#. Go to any pivot table. + + For example, if you have the invoicing module installed, go to Reporting -> Accounting -> Invoice Analysis + +#. Click on a column header. The table will be sorted by that column. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + +Known issues / Roadmap +====================== + +* The columns are sorted according to the sum over the row. If you have multiple + accounting periods for example, if you click on the column header of the first semester, + the rows will still be sorted by the total for the year. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* NDP Systèmes +* David Dufresne + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_graph_sort/__init__.py b/web_graph_sort/__init__.py new file mode 100644 index 00000000..e855da69 --- /dev/null +++ b/web_graph_sort/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2015 NDP Systèmes (). +# © 2016 Savoir-faire Linux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/web_graph_sort/__openerp__.py b/web_graph_sort/__openerp__.py new file mode 100644 index 00000000..5ef679f7 --- /dev/null +++ b/web_graph_sort/__openerp__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# © 2015 NDP Systèmes (). +# © 2016 Savoir-faire Linux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': "Web Graph Sort", + 'version': '8.0.1.0.0', + 'author': ( + "NDP Systèmes, " + "Savoir-faire Linux, " + "Odoo Community Association (OCA)" + ), + 'license': 'AGPL-3', + 'category': 'Web', + 'depends': ['web_graph'], + 'data': [ + 'views/web_graph_sort.xml', + ], + 'installable': True, + 'auto_install': False, +} diff --git a/web_graph_sort/i18n/ar.po b/web_graph_sort/i18n/ar.po new file mode 100644 index 00000000..acbd4c57 --- /dev/null +++ b/web_graph_sort/i18n/ar.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# SaFi J. , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: SaFi J. , 2016\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "غير معرف" diff --git a/web_graph_sort/i18n/de.po b/web_graph_sort/i18n/de.po new file mode 100644 index 00000000..a41ddff8 --- /dev/null +++ b/web_graph_sort/i18n/de.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# Rudolf Schnapka , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Rudolf Schnapka , 2016\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/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: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Undefiniert" diff --git a/web_graph_sort/i18n/es.po b/web_graph_sort/i18n/es.po new file mode 100644 index 00000000..1a0fc474 --- /dev/null +++ b/web_graph_sort/i18n/es.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# Pedro M. Baeza , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Pedro M. Baeza , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Sin definir" diff --git a/web_graph_sort/i18n/fi.po b/web_graph_sort/i18n/fi.po new file mode 100644 index 00000000..e309a143 --- /dev/null +++ b/web_graph_sort/i18n/fi.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# Jarmo Kortetjärvi , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Jarmo Kortetjärvi , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Ei määritelty" diff --git a/web_graph_sort/i18n/fr.po b/web_graph_sort/i18n/fr.po new file mode 100644 index 00000000..b4b82743 --- /dev/null +++ b/web_graph_sort/i18n/fr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# Christophe CHAUVET , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Christophe CHAUVET , 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/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: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Non défini" diff --git a/web_graph_sort/i18n/it.po b/web_graph_sort/i18n/it.po new file mode 100644 index 00000000..176cc07e --- /dev/null +++ b/web_graph_sort/i18n/it.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# Paolo Valier , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Paolo Valier , 2016\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/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: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Non definito" diff --git a/web_graph_sort/i18n/pt_BR.po b/web_graph_sort/i18n/pt_BR.po new file mode 100644 index 00000000..53c77e6c --- /dev/null +++ b/web_graph_sort/i18n/pt_BR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# danimaribeiro , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: danimaribeiro , 2016\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Não definido" diff --git a/web_graph_sort/i18n/sl.po b/web_graph_sort/i18n/sl.po new file mode 100644 index 00000000..32909e3d --- /dev/null +++ b/web_graph_sort/i18n/sl.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Nedoločeno" diff --git a/web_graph_sort/i18n/tr.po b/web_graph_sort/i18n/tr.po new file mode 100644 index 00000000..fed30424 --- /dev/null +++ b/web_graph_sort/i18n/tr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_graph_sort +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_graph_sort +#. openerp-web +#: code:addons/web_graph_sort/static/src/js/web_graph_sort.js:108 +#, python-format +msgid "Undefined" +msgstr "Tanımsız" diff --git a/web_graph_sort/static/description/icon.png b/web_graph_sort/static/description/icon.png new file mode 100644 index 00000000..243a194d Binary files /dev/null and b/web_graph_sort/static/description/icon.png differ diff --git a/web_graph_sort/static/src/css/web_graph_sort.css b/web_graph_sort/static/src/css/web_graph_sort.css new file mode 100644 index 00000000..50d04f93 --- /dev/null +++ b/web_graph_sort/static/src/css/web_graph_sort.css @@ -0,0 +1,29 @@ +.openerp .graph_main_content th.oe_sortable { + cursor: pointer; +} + +.openerp .graph_main_content th.oe_sortable div::after { + border-color: #000 transparent; + border-style: solid; + border-width: 0 4px 4px; + content: ""; + margin-right: 6px; + margin-top: 7px; + visibility: hidden; +} + +.openerp .graph_main_content th.sortup div::after { + float: right; + opacity: 0.6; + visibility: visible; +} + +.openerp .graph_main_content th.sortdown div::after { + border-color: #000 transparent; + border-style: solid solid none; + border-width: 4px 4px medium; + box-shadow: none; + float: right; + opacity: 0.6; + visibility: visible; +} diff --git a/web_graph_sort/static/src/js/web_graph_sort.js b/web_graph_sort/static/src/js/web_graph_sort.js new file mode 100644 index 00000000..d5769780 --- /dev/null +++ b/web_graph_sort/static/src/js/web_graph_sort.js @@ -0,0 +1,124 @@ +/* + © 2015 NDP Systèmes (). + © 2016 Savoir-faire Linux + License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +*/ + +openerp.web_graph_sort = function(instance) { + var _lt = openerp.web._lt; + var _t = openerp.web._t; + + var graph_events = instance.web_graph.Graph.events; + + instance.web_graph.Graph.include({ + + init: function(){ + this.events['click thead th.oe_sortable[data-id]'] = 'sort_by_column'; + this._super.apply(this, arguments); + }, + + draw_measure_row: function (measure_row) { + var $row = $('').append(''); + var self = this; + + var measures = _.unique(_.map(measure_row, function(cell){return cell.text;})); + var measure_index = _.indexBy(self.measure_list, 'string'); + + var first_total_index = measure_row.length - measures.length; + var column_index = 0; + + _.each(measure_row, function (cell) { + var item = measure_index[cell.text]; + if(item){ + var data_id; + if ( + self.pivot.sort !== null && + self.pivot.sort[0].indexOf(item.field) >= 0 && + self.pivot.sort[0].indexOf('-') === -1 + ){ + data_id = "-" + item.field; + } + else { + data_id = item.field; + } + + var $cell = $('') + .addClass('measure_row') + .addClass('oe_sortable') + .attr('data-id', data_id) + .append("
" + cell.text + "
"); + + if (cell.is_bold) { + $cell.css('font-weight', 'bold'); + } + + if ( + column_index >= first_total_index && + self.pivot.sort !== null && + self.pivot.sort[0].indexOf(item.field) >= 0 + ) { + $cell.addClass((self.pivot.sort[0].indexOf('-') === -1) ? "sortdown": "sortup"); + } + column_index += 1; + } + $row.append($cell); + }); + this.$thead.append($row); + }, + + sort_by_column: function (e) { + e.stopPropagation(); + var $column = $(e.currentTarget); + var col_name = $column.data('id'); + this.pivot.sort = [col_name]; + this.pivot.update_data().then(this.proxy('display_data')); + } + }); + + instance.web_graph.PivotTable.include({ + sort : null, + get_groups: function (groupbys, fields, domain) { + var self = this; + var result = this.model.query(_.without(fields, '__count')); + if(this.sort !== null) { + result = result.order_by(this.sort); + } + return result.filter(domain) + .context(this.context) + .lazy(false) + .group_by(groupbys) + .then(function (groups) { + return groups.filter(function (group) { + return group.attributes.length > 0; + }).map(function (group) { + var attrs = group.attributes, + grouped_on = attrs.grouped_on instanceof Array ? attrs.grouped_on : [attrs.grouped_on], + raw_grouped_on = grouped_on.map(function (f) { + return self.raw_field(f); + }); + if (grouped_on.length === 1) { + attrs.value = [attrs.value]; + } + attrs.value = _.range(grouped_on.length).map(function (i) { + var grp = grouped_on[i], + field = self.fields[grp]; + + // This part was modified from original function in the web_graph module. + if (attrs.value[i] === false) { + return _t('Undefined'); + } else if (attrs.value[i] instanceof Array) { + return attrs.value[i][1]; + } else if (field && field.type === 'selection') { + var selected = _.where(field.selection, {0: attrs.value[i]})[0]; + return selected ? selected[1] : attrs.value[i]; + } + return attrs.value[i]; + }); + attrs.aggregates.__count = group.attributes.length; + attrs.grouped_on = raw_grouped_on; + return group; + }); + }); + } + }); +}; diff --git a/web_graph_sort/views/web_graph_sort.xml b/web_graph_sort/views/web_graph_sort.xml new file mode 100644 index 00000000..431624dd --- /dev/null +++ b/web_graph_sort/views/web_graph_sort.xml @@ -0,0 +1,10 @@ + + + + + diff --git a/web_group_expand/static/src/js/web_group_expand.js b/web_group_expand/static/src/js/web_group_expand.js index 37bee516..c724abc5 100644 --- a/web_group_expand/static/src/js/web_group_expand.js +++ b/web_group_expand/static/src/js/web_group_expand.js @@ -31,6 +31,7 @@ openerp.web_group_expand = function(openerp) { }, load_expand_buttons:function() { var self = this; + this.$el.find("ul#oe_group_by").remove(); this.$ExpandButtons = $(QWeb.render("GroupExpand.Buttons", {'widget':self})); this.$el.find("ul.oe_view_manager_switch.oe_button_group.oe_right").before(this.$ExpandButtons); }, @@ -41,4 +42,4 @@ openerp.web_group_expand = function(openerp) { return res }, }) -} \ No newline at end of file +} diff --git a/web_hideleftmenu/i18n/en.po b/web_hideleftmenu/i18n/es.po similarity index 60% rename from web_hideleftmenu/i18n/en.po rename to web_hideleftmenu/i18n/es.po index 68697edd..df8b3db0 100644 --- a/web_hideleftmenu/i18n/en.po +++ b/web_hideleftmenu/i18n/es.po @@ -3,18 +3,19 @@ # * web_hideleftmenu # # Translators: +# Pedro M. Baeza , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:11+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:42+0000\n" +"Last-Translator: Pedro M. Baeza \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_hideleftmenu @@ -22,4 +23,4 @@ msgstr "" #: code:addons/web_hideleftmenu/static/src/xml/lib.xml:7 #, python-format msgid "Hide/Show Menu" -msgstr "Hide/Show Menu" +msgstr "Ocultar/Mostrar menú" diff --git a/web_hideleftmenu/i18n/tr.po b/web_hideleftmenu/i18n/tr.po new file mode 100644 index 00000000..7f560f80 --- /dev/null +++ b/web_hideleftmenu/i18n/tr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_hideleftmenu +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 20:58+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/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: web_hideleftmenu +#. openerp-web +#: code:addons/web_hideleftmenu/static/src/xml/lib.xml:7 +#, python-format +msgid "Hide/Show Menu" +msgstr "Menüyü Gizle/Göster" diff --git a/web_invalid_tab/README.rst b/web_invalid_tab/README.rst new file mode 100644 index 00000000..a62ff311 --- /dev/null +++ b/web_invalid_tab/README.rst @@ -0,0 +1,45 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=============== +Web invalid tab +=============== + +This module highlights a tab when fields inside are invalid. It's useful when you have a form with many tabs. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed `feedback +`_. + +Credits +======= + +Contributors +------------ + +* Cesar Lage +* Robert Rübner + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_invalid_tab/__init__.py b/web_invalid_tab/__init__.py new file mode 100644 index 00000000..de1a96ac --- /dev/null +++ b/web_invalid_tab/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2016 Cesar Lage (bloopark systems GmbH) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/web_invalid_tab/__openerp__.py b/web_invalid_tab/__openerp__.py new file mode 100644 index 00000000..ea60ab8d --- /dev/null +++ b/web_invalid_tab/__openerp__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# © 2016 Cesar Lage (bloopark systems GmbH) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + 'name': "Web Invalid Tab", + 'summary': "Highlight tab when fields inside are invalid.", + 'author': "bloopark systems GmbH & Co. KG, " + "Odoo Community Association (OCA)", + 'website': "http://www.bloopark.de", + 'category': 'web', + 'version': '8.0.1.0.0', + "license": "AGPL-3", + 'depends': [ + 'web', + ], + 'data': [ + 'views/assets.xml', + ] +} diff --git a/web_invalid_tab/static/src/css/view_form.css b/web_invalid_tab/static/src/css/view_form.css new file mode 100644 index 00000000..e6ba0023 --- /dev/null +++ b/web_invalid_tab/static/src/css/view_form.css @@ -0,0 +1,3 @@ +li > a.oe_form_tab_invalid { + border: 1px solid #D00 !important; +} diff --git a/web_invalid_tab/static/src/js/view_form.js b/web_invalid_tab/static/src/js/view_form.js new file mode 100644 index 00000000..41d9f322 --- /dev/null +++ b/web_invalid_tab/static/src/js/view_form.js @@ -0,0 +1,62 @@ +openerp.web_invalid_tab = function(instance) { + + var tab_selector = 'div[role="tabpanel"]'; + + function tab_link(tab) { + return $("a[href='#" + tab.attr('id') + "']"); + } + + function is_visible(tab, element) { + if ($(element).hasClass('oe_form_invisible') || element.style.display == 'none') { + return false; + } + else if (element.parentNode && element.parentNode != tab) { + return is_visible(tab, element.parentNode); + } + else { + return true; + } + } + + instance.web.form.AbstractField.include({ + _check_css_flags: function() { + if (this.field.translate) { + this.$el.find('.oe_field_translate').toggle(this.field_manager.get('actual_mode') !== "create"); + } + if (!this.disable_utility_classes) { + if (this.field_manager.get('display_invalid_fields')) { + this.$el.toggleClass('oe_form_invalid', !this.is_valid()); + this._update_tab_invalid_class(); + } + } + }, + _update_tab_invalid_class: function() { + var tab = this.$el.closest(tab_selector); + if (tab.attr('id')) { + if (this.is_valid()) { + if (tab.find('.oe_form_invalid').length == 0) { + tab_link(tab).removeClass('oe_form_tab_invalid'); + } + } + else if (is_visible(tab.get(0), this.$el.get(0)) === true) { + tab_link(tab).addClass('oe_form_tab_invalid'); + } + } + } + }); + + instance.web.FormView.include({ + on_form_changed: function() { + this._super(); + $(tab_selector).each(function(i, tab) { + var invalid = _.detect($(tab).find('.oe_form_invalid'), function(x) { + return is_visible(tab, x); + }); + if (!invalid) { + tab_link($(tab)).removeClass('oe_form_tab_invalid'); + } + }); + }, + }); + +}; diff --git a/web_invalid_tab/views/assets.xml b/web_invalid_tab/views/assets.xml new file mode 100644 index 00000000..3a2b0bdb --- /dev/null +++ b/web_invalid_tab/views/assets.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/web_ir_actions_act_window_message/i18n/eu.po b/web_ir_actions_act_window_message/i18n/eu.po new file mode 100644 index 00000000..5ff5a28f --- /dev/null +++ b/web_ir_actions_act_window_message/i18n/eu.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ir_actions_act_window_message +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 09:01+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_ir_actions_act_window_message +#. openerp-web +#: code:addons/web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.js:34 +#, python-format +msgid "Close" +msgstr "Itxi" diff --git a/web_ir_actions_act_window_message/i18n/fr_CH.po b/web_ir_actions_act_window_message/i18n/fr_CH.po new file mode 100644 index 00000000..85f0e40c --- /dev/null +++ b/web_ir_actions_act_window_message/i18n/fr_CH.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ir_actions_act_window_message +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-02 01:44+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ir_actions_act_window_message +#. openerp-web +#: code:addons/web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.js:34 +#, python-format +msgid "Close" +msgstr "Fermer" diff --git a/web_ir_actions_act_window_message/i18n/nl.po b/web_ir_actions_act_window_message/i18n/nl.po new file mode 100644 index 00000000..67049ccf --- /dev/null +++ b/web_ir_actions_act_window_message/i18n/nl.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ir_actions_act_window_message +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 08:52+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_ir_actions_act_window_message +#. openerp-web +#: code:addons/web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.js:34 +#, python-format +msgid "Close" +msgstr "Sluiten" diff --git a/web_ir_actions_act_window_message/i18n/zh_CN.po b/web_ir_actions_act_window_message/i18n/zh_CN.po new file mode 100644 index 00000000..f566add4 --- /dev/null +++ b/web_ir_actions_act_window_message/i18n/zh_CN.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_ir_actions_act_window_message +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_ir_actions_act_window_message +#. openerp-web +#: code:addons/web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.js:34 +#, python-format +msgid "Close" +msgstr "关闭" diff --git a/web_ir_actions_act_window_none/README.rst b/web_ir_actions_act_window_none/README.rst new file mode 100644 index 00000000..8a6869af --- /dev/null +++ b/web_ir_actions_act_window_none/README.rst @@ -0,0 +1,61 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 + +=========== +Noop action +=========== + +This module was written to have an action that does nothing. A notorious case +where this is useful is buttons on popup windows, because they need to return +an action. Given the default here is `ir.actions.act_window_close`, you'll +have to jump through some hoops if you have a button that is not supposed to +close the popup window. + +Usage +===== + +To use this module, depend on it in your module and return:: + + {'type': 'ir.actions.act_window.none'} + +The button will trigger a reload of the popup's form, in case you want to +suppress this, set key ``reload`` to ``False`` in the action you return. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + +Credits +======= + +Contributors +------------ + +* Holger Brunn + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_ir_actions_act_window_none/__init__.py b/web_ir_actions_act_window_none/__init__.py new file mode 100644 index 00000000..fa85807b --- /dev/null +++ b/web_ir_actions_act_window_none/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/web_ir_actions_act_window_none/__openerp__.py b/web_ir_actions_act_window_none/__openerp__.py new file mode 100644 index 00000000..809f006a --- /dev/null +++ b/web_ir_actions_act_window_none/__openerp__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Noop action", + "version": "8.0.1.0.0", + "author": "Therp BV,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Hidden/Dependency", + "summary": "Execute nothing", + "depends": [ + 'web', + ], + "data": [ + 'views/templates.xml', + ], +} diff --git a/web_ir_actions_act_window_none/static/description/icon.png b/web_ir_actions_act_window_none/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/web_ir_actions_act_window_none/static/description/icon.png differ diff --git a/web_ir_actions_act_window_none/static/src/js/web_ir_actions_act_window_none.js b/web_ir_actions_act_window_none/static/src/js/web_ir_actions_act_window_none.js new file mode 100644 index 00000000..e933b2ee --- /dev/null +++ b/web_ir_actions_act_window_none/static/src/js/web_ir_actions_act_window_none.js @@ -0,0 +1,19 @@ +//-*- coding: utf-8 -*- +//© 2016 Therp BV +//License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +openerp.web_ir_actions_act_window_none = function(instance) +{ + instance.web.ActionManager.include({ + ir_actions_act_window_none: function(action) + { + if(action.reload === undefined || action.reload) + { + if(this.dialog_widget && this.dialog_widget.views.form) + { + return this.dialog_widget.views.form.controller.reload(); + } + } + }, + }); +} diff --git a/web_ir_actions_act_window_none/views/templates.xml b/web_ir_actions_act_window_none/views/templates.xml new file mode 100644 index 00000000..adceecec --- /dev/null +++ b/web_ir_actions_act_window_none/views/templates.xml @@ -0,0 +1,10 @@ + + + + + + diff --git a/web_ir_actions_act_window_page/static/src/js/web_ir_actions_act_window_page.js b/web_ir_actions_act_window_page/static/src/js/web_ir_actions_act_window_page.js index d8c03179..1624fbff 100644 --- a/web_ir_actions_act_window_page/static/src/js/web_ir_actions_act_window_page.js +++ b/web_ir_actions_act_window_page/static/src/js/web_ir_actions_act_window_page.js @@ -30,6 +30,10 @@ openerp.web_ir_actions_act_window_page = function(instance) this.inner_widget.views[this.inner_widget.active_view] .controller.execute_pager_action('previous'); } + if(options && options.on_close) + { + options.on_close(); + } }, ir_actions_act_window_page_next: function(action, options) { @@ -39,6 +43,10 @@ openerp.web_ir_actions_act_window_page = function(instance) this.inner_widget.views[this.inner_widget.active_view] .controller.execute_pager_action('next'); } + if(options && options.on_close) + { + options.on_close(); + } }, }); } diff --git a/web_listview_custom_element_number/i18n/en.po b/web_listview_custom_element_number/i18n/en.po deleted file mode 100644 index b72e3244..00000000 --- a/web_listview_custom_element_number/i18n/en.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_listview_custom_element_number -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:20+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_listview_custom_element_number -#. openerp-web -#: code:addons/web_listview_custom_element_number/static/src/js/web_listview_custom_element_number.js:54 -#, python-format -msgid "0 (Unlimited)" -msgstr "0 (Unlimited)" diff --git a/web_listview_show_advanced_search/__openerp__.py b/web_listview_show_advanced_search/__openerp__.py index 3080f59d..73b95fc9 100644 --- a/web_listview_show_advanced_search/__openerp__.py +++ b/web_listview_show_advanced_search/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Web Show Advanced Search by default on list view', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "BCIM,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'category': 'Web', diff --git a/web_m2x_options/README.rst b/web_m2x_options/README.rst index de0adaac..dfd73566 100644 --- a/web_m2x_options/README.rst +++ b/web_m2x_options/README.rst @@ -103,6 +103,14 @@ To add these parameters go to Configuration -> Technical -> Parameters -> System - web_m2x_options.limit: 10 - web_m2x_options.search_more: True +ir.model options +---------------- + +Now you can disable quick create globally on model base of the target model. + +``disable_quick_create`` *boolean* (Default: ``False``) + + Whether to disable quick create for this model globally. This has the same effect as if you would add ``no_create`` to all m2x fields in all fields with that target model in their relation. Example ------- @@ -125,6 +133,7 @@ Roadmap - Instead of making the tags rectangle clickable, I think it's better to put the text as a clickable link, so we will get a consistent behaviour/aspect with other clickable elements (many2one...). - In edit mode, it would be great to add an icon like the one on many2one fields to allow to open the many2many in a popup window. - Include this feature as a configurable option via parameter to have this behaviour by default in all many2many tags. +- Client side caching of 'disable_quick_create' flag query on model. Bug Tracker =========== diff --git a/web_m2x_options/__init__.py b/web_m2x_options/__init__.py index 57d631c3..042e239e 100644 --- a/web_m2x_options/__init__.py +++ b/web_m2x_options/__init__.py @@ -1 +1,2 @@ # coding: utf-8 +from . import models diff --git a/web_m2x_options/__openerp__.py b/web_m2x_options/__openerp__.py index bc1e59d0..f09a32e4 100644 --- a/web_m2x_options/__openerp__.py +++ b/web_m2x_options/__openerp__.py @@ -11,7 +11,10 @@ 'static/src/xml/base.xml', ], 'license': 'AGPL-3', - 'data': ['views/view.xml'], + 'data': [ + 'views/view.xml', + 'views/model_view.xml', + ], "author": "0k.io,Odoo Community Association (OCA)", "installable": True, } diff --git a/web_m2x_options/i18n/ar.po b/web_m2x_options/i18n/ar.po index 1011622c..3a1c2743 100644 --- a/web_m2x_options/i18n/ar.po +++ b/web_m2x_options/i18n/ar.po @@ -3,14 +3,26 @@ # * web_m2x_options # # Translators: +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 +# Alejandro Santana , 2015 +# Antonio Trueba, 2016 +# Carles Antoli , 2015 +# Carles Antoli , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2010,2012 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 # SaFi J. , 2015 +# Thomas A. Jaeger, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2015-12-16 17:30+0000\n" -"Last-Translator: SaFi J. \n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2016-09-15 23:07+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,24 +32,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "إنشاء \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "إنشاء وتحرير ..." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "البحث عن المزيد ..." diff --git a/web_m2x_options/i18n/ca.po b/web_m2x_options/i18n/ca.po new file mode 100644 index 00000000..ca3f0143 --- /dev/null +++ b/web_m2x_options/i18n/ca.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2017-03-21 09:43+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:206 +#: code:addons/web_m2x_options/static/src/js/form.js:354 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:232 +#: code:addons/web_m2x_options/static/src/js/form.js:380 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Models " + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:167 +#: code:addons/web_m2x_options/static/src/js/form.js:324 +#, python-format +msgid "Search More..." +msgstr "" diff --git a/web_m2x_options/i18n/de.po b/web_m2x_options/i18n/de.po index 112e2b91..0a5fe395 100644 --- a/web_m2x_options/i18n/de.po +++ b/web_m2x_options/i18n/de.po @@ -3,13 +3,28 @@ # * web_m2x_options # # Translators: +# Ahmet Altinisik , 2015 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2015-2016 +# FIRST AUTHOR , 2012,2014 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 # Rudolf Schnapka , 2016 +# Rudolf Schnapka , 2015 +# SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-01-18 20:15+0000\n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:52+0000\n" "Last-Translator: Rudolf Schnapka \n" "Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/de/)\n" "MIME-Version: 1.0\n" @@ -20,24 +35,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Anlegen \"%s" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Anlegen und Bearbeiten" +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Datenmodelle" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Suche weitere..." diff --git a/web_m2x_options/i18n/en.po b/web_m2x_options/i18n/en.po deleted file mode 100644 index de2d12db..00000000 --- a/web_m2x_options/i18n/en.po +++ /dev/null @@ -1,42 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_m2x_options -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2015-11-07 11:20+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_m2x_options -#. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 -#, python-format -msgid "Create \"%s\"" -msgstr "Create \"%s\"" - -#. module: web_m2x_options -#. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 -#, python-format -msgid "Create and Edit..." -msgstr "Create and Edit..." - -#. module: web_m2x_options -#. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 -#, python-format -msgid "Search More..." -msgstr "Search More..." diff --git a/web_m2x_options/i18n/es.po b/web_m2x_options/i18n/es.po index 7a4764ba..26416a00 100644 --- a/web_m2x_options/i18n/es.po +++ b/web_m2x_options/i18n/es.po @@ -3,13 +3,33 @@ # * web_m2x_options # # Translators: -# Pedro M. Baeza , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Chanseok , 2014 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2010,2012,2014 +# Jarmo Kortetjärvi , 2016 +# jeon , 2014 +# Jong-Dae Park , 2013,2015 +# Gu Hong Min , 2015 +# Kunwoo Kim , 2015 +# LEE SI HYEONG , 2014 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015-2016 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Sam Ryoo , 2014 +# Seo. Junmin , 2015 +# seungil , 2014 +# SEUNGWON , 2014 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2015-11-07 11:28+0000\n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:49+0000\n" "Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -20,24 +40,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Crear \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Crear y editar..." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "Deshabilitar creado rápido" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modelos" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Buscar más..." diff --git a/web_m2x_options/i18n/es_ES.po b/web_m2x_options/i18n/es_ES.po new file mode 100644 index 00000000..42356158 --- /dev/null +++ b/web_m2x_options/i18n/es_ES.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-16 15:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:206 +#: code:addons/web_m2x_options/static/src/js/form.js:354 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:232 +#: code:addons/web_m2x_options/static/src/js/form.js:380 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modelos" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:167 +#: code:addons/web_m2x_options/static/src/js/form.js:324 +#, python-format +msgid "Search More..." +msgstr "" diff --git a/web_m2x_options/i18n/eu.po b/web_m2x_options/i18n/eu.po new file mode 100644 index 00000000..b0418346 --- /dev/null +++ b/web_m2x_options/i18n/eu.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:51+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Models" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 +#, python-format +msgid "Search More..." +msgstr "Bilatu Gehiago..." diff --git a/web_m2x_options/i18n/fi.po b/web_m2x_options/i18n/fi.po index 9dab4ae4..8b95c063 100644 --- a/web_m2x_options/i18n/fi.po +++ b/web_m2x_options/i18n/fi.po @@ -3,13 +3,28 @@ # * web_m2x_options # # Translators: +# Ahmet Altinisik , 2015 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# Bole , 2015 +# danimaribeiro , 2016 +# Bole , 2015 +# FIRST AUTHOR , 2011-2012,2014 +# Giacomo , 2015 +# Hotellook, 2014 # Jarmo Kortetjärvi , 2016 +# Leonardo J. Caballero G. , 2016 +# Leonardo J. Caballero G. , 2016 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-01 09:52+0000\n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:52+0000\n" "Last-Translator: Jarmo Kortetjärvi \n" "Language-Team: Finnish (http://www.transifex.com/oca/OCA-web-8-0/language/fi/)\n" "MIME-Version: 1.0\n" @@ -20,24 +35,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Luo \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Luo ja muokkaa..." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "Poista pikaluonti käytöstä" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Mallit" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Hae lisää..." diff --git a/web_m2x_options/i18n/fr.po b/web_m2x_options/i18n/fr.po index 448e0f46..ef771471 100644 --- a/web_m2x_options/i18n/fr.po +++ b/web_m2x_options/i18n/fr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-06 15:50+0000\n" -"PO-Revision-Date: 2016-05-06 08:27+0000\n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:51+0000\n" "Last-Translator: Christophe CHAUVET \n" "Language-Team: French (http://www.transifex.com/oca/OCA-web-8-0/language/fr/)\n" "MIME-Version: 1.0\n" @@ -20,24 +20,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Creer \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Créer et modifier..." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modèles" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Rechercher plus..." diff --git a/web_m2x_options/i18n/hr.po b/web_m2x_options/i18n/hr.po new file mode 100644 index 00000000..448796a8 --- /dev/null +++ b/web_m2x_options/i18n/hr.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-09-30 08:48+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:206 +#: code:addons/web_m2x_options/static/src/js/form.js:354 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:232 +#: code:addons/web_m2x_options/static/src/js/form.js:380 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modeli" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:167 +#: code:addons/web_m2x_options/static/src/js/form.js:324 +#, python-format +msgid "Search More..." +msgstr "" diff --git a/web_m2x_options/i18n/hr_HR.po b/web_m2x_options/i18n/hr_HR.po new file mode 100644 index 00000000..bffa62ab --- /dev/null +++ b/web_m2x_options/i18n/hr_HR.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-09-30 09:38+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:206 +#: code:addons/web_m2x_options/static/src/js/form.js:354 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:232 +#: code:addons/web_m2x_options/static/src/js/form.js:380 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modeli" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:167 +#: code:addons/web_m2x_options/static/src/js/form.js:324 +#, python-format +msgid "Search More..." +msgstr "" diff --git a/web_m2x_options/i18n/it.po b/web_m2x_options/i18n/it.po index ce21776c..81de8275 100644 --- a/web_m2x_options/i18n/it.po +++ b/web_m2x_options/i18n/it.po @@ -3,9 +3,12 @@ # * web_m2x_options # # Translators: -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015 +# Ahmet Altinisik , 2015 # Antonio Trueba, 2016 # Armando Vulcano Junior , 2015 +# Bole , 2015 +# Carles Antoli , 2015 # Carles Antoli , 2015 # Bole , 2015 # FIRST AUTHOR , 2012,2014 @@ -20,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" -"PO-Revision-Date: 2016-04-28 06:46+0000\n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:49+0000\n" "Last-Translator: Paolo Valier\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-web-8-0/language/it/)\n" "MIME-Version: 1.0\n" @@ -32,24 +35,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Crea \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Crea e Modifica..." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modelli" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Cerca altro..." diff --git a/web_m2x_options/i18n/nb_NO.po b/web_m2x_options/i18n/nb_NO.po new file mode 100644 index 00000000..2e2ad4d7 --- /dev/null +++ b/web_m2x_options/i18n/nb_NO.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:202 +#: code:addons/web_m2x_options/static/src/js/form.js:341 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:224 +#: code:addons/web_m2x_options/static/src/js/form.js:362 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modeller" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:167 +#: code:addons/web_m2x_options/static/src/js/form.js:316 +#, python-format +msgid "Search More..." +msgstr "" diff --git a/web_m2x_options/i18n/nl.po b/web_m2x_options/i18n/nl.po new file mode 100644 index 00000000..2f29d697 --- /dev/null +++ b/web_m2x_options/i18n/nl.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +# lfreeke , 2017 +# lfreeke , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-04-18 10:43+0000\n" +"Last-Translator: lfreeke \n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 +#, python-format +msgid "Create \"%s\"" +msgstr "Aanmaken \" %s\"" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 +#, python-format +msgid "Create and Edit..." +msgstr "Aanmaken en Bewerken..." + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "Schakel snel aanmaken uit" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modellen" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 +#, python-format +msgid "Search More..." +msgstr "Zoek meer..." diff --git a/web_m2x_options/i18n/pt_BR.po b/web_m2x_options/i18n/pt_BR.po index 8074af4c..2b22f29c 100644 --- a/web_m2x_options/i18n/pt_BR.po +++ b/web_m2x_options/i18n/pt_BR.po @@ -3,13 +3,26 @@ # * web_m2x_options # # Translators: +# Artūras Griškonis , 2012,2015-2016 +# Artūras Griškonis , 2012 +# Carles Antoli , 2015 +# Carles Antoli , 2015 # danimaribeiro , 2016 +# danimaribeiro , 2016 +# Dorin Hongu , 2015 +# FIRST AUTHOR , 2012 +# Guewen Baconnier , 2015 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015-2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2016 +# Zapata11 , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-11 02:17+0000\n" -"PO-Revision-Date: 2016-03-05 16:20+0000\n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:50+0000\n" "Last-Translator: danimaribeiro \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -20,24 +33,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Criar \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Criar e editar.." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modelos" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Buscar mais..." diff --git a/web_m2x_options/i18n/sl.po b/web_m2x_options/i18n/sl.po index c63f36ed..508e3f33 100644 --- a/web_m2x_options/i18n/sl.po +++ b/web_m2x_options/i18n/sl.po @@ -3,13 +3,29 @@ # * web_m2x_options # # Translators: -# Matjaž Mozetič , 2015 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012,2014 +# Hotellook, 2014 +# Isabelle RICHARD , 2015 +# Jarmo Kortetjärvi , 2016 +# Jesús Alan Ramos Rodríguez , 2015 +# Jesús Alan Ramos Rodríguez , 2015 +# Lixon Jean-Yves , 2016 +# Lixon Jean-Yves , 2016 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2015-11-08 05:46+0000\n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:52+0000\n" "Last-Translator: Matjaž Mozetič \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-8-0/language/sl/)\n" "MIME-Version: 1.0\n" @@ -20,24 +36,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Ustvari \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Ustvari in urejaj..." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "Onemogoči hitro ustvarjanje" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modeli" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Poišči več..." diff --git a/web_m2x_options/i18n/tr.po b/web_m2x_options/i18n/tr.po index c9418f2d..3a1e455a 100644 --- a/web_m2x_options/i18n/tr.po +++ b/web_m2x_options/i18n/tr.po @@ -3,15 +3,50 @@ # * web_m2x_options # # Translators: -# Ahmet Altınışık , 2015 -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015-2016 +# Ahmet Altinisik , 2015-2016 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# bossnm11 , 2014 +# Carles Antoli , 2015 +# Carles Antoli , 2015 +# Chanseok , 2014 +# Chul Park , 2015 +# danimaribeiro , 2016 +# David10000 , 2014 +# FIRST AUTHOR , 2012-2013 +# Gil , 2014 +# kmooc , 2015 +# Hongseob Lee , 2015 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013 +# Gu Hong Min , 2015 +# KimKyudong , 2014 +# kmooc , 2015 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015-2016 +# Nicole , 2014 +# Paolo Valier, 2016 +# Pope, 2014 +# Rudolf Schnapka , 2016 +# Sarina Canelake , 2014 +# Seok Jun Yoon , 2015 +# shin2012 , 2014 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# Thomas A. Jaeger, 2015 +# Young C. Kim, 2015 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2015-12-30 21:53+0000\n" -"Last-Translator: Ahmet Altınışık \n" +"POT-Creation-Date: 2017-05-30 18:00+0000\n" +"PO-Revision-Date: 2017-03-13 12:48+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,24 +56,34 @@ msgstr "" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:191 -#: code:addons/web_m2x_options/static/src/js/form.js:330 +#: code:addons/web_m2x_options/static/src/js/form.js:207 +#: code:addons/web_m2x_options/static/src/js/form.js:355 #, python-format msgid "Create \"%s\"" msgstr "Oluştur \"%s\"" #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:213 -#: code:addons/web_m2x_options/static/src/js/form.js:351 +#: code:addons/web_m2x_options/static/src/js/form.js:233 +#: code:addons/web_m2x_options/static/src/js/form.js:381 #, python-format msgid "Create and Edit..." msgstr "Oluştur ve düzenle..." +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "Hızlı oluşturmayı kapat" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Modeller" + #. module: web_m2x_options #. openerp-web -#: code:addons/web_m2x_options/static/src/js/form.js:156 -#: code:addons/web_m2x_options/static/src/js/form.js:305 +#: code:addons/web_m2x_options/static/src/js/form.js:168 +#: code:addons/web_m2x_options/static/src/js/form.js:325 #, python-format msgid "Search More..." msgstr "Daha Fazla..." diff --git a/web_m2x_options/i18n/tr_TR.po b/web_m2x_options/i18n/tr_TR.po new file mode 100644 index 00000000..8097b558 --- /dev/null +++ b/web_m2x_options/i18n/tr_TR.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:11+0000\n" +"PO-Revision-Date: 2017-01-03 06:23+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:206 +#: code:addons/web_m2x_options/static/src/js/form.js:354 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:232 +#: code:addons/web_m2x_options/static/src/js/form.js:380 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "Tipler" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:167 +#: code:addons/web_m2x_options/static/src/js/form.js:324 +#, python-format +msgid "Search More..." +msgstr "" diff --git a/web_m2x_options/i18n/zh_CN.po b/web_m2x_options/i18n/zh_CN.po new file mode 100644 index 00000000..d872c06a --- /dev/null +++ b/web_m2x_options/i18n/zh_CN.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_m2x_options +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:202 +#: code:addons/web_m2x_options/static/src/js/form.js:341 +#, python-format +msgid "Create \"%s\"" +msgstr "" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:224 +#: code:addons/web_m2x_options/static/src/js/form.js:362 +#, python-format +msgid "Create and Edit..." +msgstr "" + +#. module: web_m2x_options +#: field:ir.model,disable_quick_create:0 +msgid "Disable quick create" +msgstr "" + +#. module: web_m2x_options +#: model:ir.model,name:web_m2x_options.model_ir_model +msgid "Models" +msgstr "模型" + +#. module: web_m2x_options +#. openerp-web +#: code:addons/web_m2x_options/static/src/js/form.js:167 +#: code:addons/web_m2x_options/static/src/js/form.js:316 +#, python-format +msgid "Search More..." +msgstr "" diff --git a/web_m2x_options/models/__init__.py b/web_m2x_options/models/__init__.py new file mode 100644 index 00000000..4550b3d0 --- /dev/null +++ b/web_m2x_options/models/__init__.py @@ -0,0 +1,2 @@ +# coding: utf-8 +from . import model diff --git a/web_m2x_options/models/model.py b/web_m2x_options/models/model.py new file mode 100644 index 00000000..475800f2 --- /dev/null +++ b/web_m2x_options/models/model.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +from openerp import models, fields + + +class IrModel(models.Model): + _inherit = 'ir.model' + + disable_quick_create = fields.Boolean('Disable quick create') diff --git a/web_m2x_options/static/src/js/form.js b/web_m2x_options/static/src/js/form.js index 9fe51d23..ad49ce92 100644 --- a/web_m2x_options/static/src/js/form.js +++ b/web_m2x_options/static/src/js/form.js @@ -70,7 +70,7 @@ openerp.web_m2x_options = function (instance) { if (_.isUndefined(this.view)) return this._super.apply(this, arguments); if (!_.isUndefined(this.view.ir_options['web_m2x_options.limit'])) { - this.limit = parseInt(this.view.ir_options['web_m2x_options.limit']); + this.limit = parseInt(this.view.ir_options['web_m2x_options.limit'],10); } if (typeof this.options.limit === 'number') { @@ -98,13 +98,25 @@ openerp.web_m2x_options = function (instance) { 'ilike', this.limit + 1, self.build_context())); - var create_rights; - if (!(self.options && (self.options.no_create || self.options.no_create_edit))) { - create_rights = new instance.web.Model(this.field.relation).call( - "check_access_rights", ["create", false]); - } + this.create_rights = this.create_rights || (function () { + //call check_access_rights once + var target_model = self.field.relation + if (self.options.no_create || self.options.no_create_edit) + return $.when(false); + + return new instance.web.Model('ir.model'). + query(['disable_quick_create']). + filter([['model', '=', target_model]]). + first(). + then(function(result){ + if(result.disable_quick_create) + return $.when(false); + return new instance.web.Model(target_model).call( + "check_access_rights", ["create", false]); + }); + })(); - $.when(search_result, create_rights).then(function (data, can_create) { + $.when(search_result, this.create_rights).then(function (data, can_create) { self.can_create = can_create; // for ``.show_error_displayer()`` self.last_search = data; @@ -173,15 +185,19 @@ openerp.web_m2x_options = function (instance) { var raw_result = _(data.result).map(function (x) { return x[1]; }); - var no_quick_create = ( - self.options && (self.options.no_create || - self.options.no_quick_create) - ) - var m2x_create_undef = _.isUndefined(self.view.ir_options['web_m2x_options.create']) - var m2x_create = self.view.ir_options['web_m2x_options.create'] == "True" + var can_quick_create = _.isUndefined(self.view.ir_options['web_m2x_options.create']) || + (self.view.ir_options['web_m2x_options.create'].toLowerCase() == "true"); + if (self.options) { + if (typeof self.options.create === 'boolean') { + // field value is stronger than global settings + can_quick_create = self.options.create; + } else if (self.options.no_create || self.options.no_quick_create) { + // undocumented features, try to keep compatibility + can_quick_create = false; + } + } - if (!no_quick_create && ((m2x_create_undef && can_create) || - m2x_create)) { + if (can_create && can_quick_create) { if (search_val.length > 0 && !_.include(raw_result, search_val)) { @@ -199,15 +215,19 @@ openerp.web_m2x_options = function (instance) { } // create... - var no_create_edit = ( - self.options && (self.options.no_create || - self.options.no_create_edit) - ) - var m2x_create_edit_undef = _.isUndefined(self.view.ir_options['web_m2x_options.create_edit']) - var m2x_create_edit = self.view.ir_options['web_m2x_options.create_edit'] == "True" + var can_create_edit = _.isUndefined(self.view.ir_options['web_m2x_options.create_edit']) || + ( self.view.ir_options['web_m2x_options.create_edit'].toLowerCase() == "true"); + if (self.options) { + if (typeof self.options.create_edit === 'boolean') { + // field value is stronger than global settings + can_create_edit = self.options.create_edit; + } else if (self.options.no_create || self.options.no_create_edit) { + // undocumented features, try to keep compatibility + can_create_edit = false; + } + } - if (!no_create_edit && ((m2x_create_edit_undef && can_create) || - m2x_create_edit)) { + if (can_create && can_create_edit) { values.push({ label: _t("Create and Edit..."), @@ -272,7 +292,7 @@ openerp.web_m2x_options = function (instance) { // returned. if (!_.isUndefined(this.view.ir_options['web_m2x_options.limit'])) { - this.limit = parseInt(this.view.ir_options['web_m2x_options.limit']); + this.limit = parseInt(this.view.ir_options['web_m2x_options.limit'], 10); } if (typeof this.options.limit === 'number') { @@ -315,14 +335,19 @@ openerp.web_m2x_options = function (instance) { }); } // quick create - var no_quick_create = ( - self.options && (self.options.no_create || - self.options.no_quick_create) - ) - var m2x_create_undef = _.isUndefined(self.view.ir_options['web_m2x_options.create']) - var m2x_create = self.view.ir_options['web_m2x_options.create'] == "True" + var can_quick_create = _.isUndefined(self.view.ir_options['web_m2x_options.create']) || + (self.view.ir_options['web_m2x_options.create'].toLowerCase() == "true"); + if (self.options) { + if (typeof self.options.create === 'boolean') { + // field value is stronger than global settings + can_quick_create = self.options.create; + } else if (self.options.no_create || self.options.no_quick_create) { + // undocumented features, try to keep compatibility + can_quick_create = false; + } + } - if (!no_quick_create && (m2x_create_undef || m2x_create)) { + if (can_quick_create) { var raw_result = _(data.result).map(function(x) {return x[1];}); if (search_val.length > 0 && !_.include(raw_result, search_val)) { @@ -338,14 +363,19 @@ openerp.web_m2x_options = function (instance) { } // create... - var no_create_edit = ( - self.options && (self.options.no_create || - self.options.no_create_edit) - ) - var m2x_create_edit_undef = _.isUndefined(self.view.ir_options['web_m2x_options.create_edit']) - var m2x_create_edit = self.view.ir_options['web_m2x_options.create_edit'] == "True" + var can_create_edit = _.isUndefined(self.view.ir_options['web_m2x_options.create_edit']) || + ( self.view.ir_options['web_m2x_options.create_edit'].toLowerCase() == "true"); + if (self.options) { + if (typeof self.options.create_edit === 'boolean') { + // field value is stronger than global settings + can_create_edit = self.options.create_edit; + } else if (self.options.no_create || self.options.no_create_edit) { + // undocumented features, try to keep compatibility + can_create_edit = false; + } + } - if (!no_create_edit && (m2x_create_edit_undef || m2x_create_edit)) { + if (can_create_edit) { values.push({ label: _t("Create and Edit..."), @@ -372,7 +402,7 @@ openerp.web_m2x_options = function (instance) { .css('cursor', 'pointer') .click(function(e) { - var id = parseInt(jQuery(this).attr('data-id')); + var id = parseInt(jQuery(this).attr('data-id'), 10); self.do_action({ type: 'ir.actions.act_window', res_model: self.field.relation, diff --git a/web_m2x_options/views/model_view.xml b/web_m2x_options/views/model_view.xml new file mode 100644 index 00000000..2378c5d5 --- /dev/null +++ b/web_m2x_options/views/model_view.xml @@ -0,0 +1,14 @@ + + + + + ir.model + + + + + + + + + diff --git a/web_menu_collapsible/README.rst b/web_menu_collapsible/README.rst new file mode 100644 index 00000000..9074b9cf --- /dev/null +++ b/web_menu_collapsible/README.rst @@ -0,0 +1,74 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +================ +Collapsible menu +================ + +This module makes all menus collapsible for all users. + +Second level menus are collapsed by default. + +.. image:: /web_menu_collapsible/static/description/menu_collapsible_1.png + :alt: In case first level menu is collapsed, click it to expand. + +.. image:: /web_menu_collapsible/static/description/menu_collapsible_2.png + :alt: In case first level menu is expanded, click it to collapse. + + +Configuration +============= + +No configuration is needed. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + + +Known issues / Roadmap +====================== + +* The visual hint is initially in state 'collapsed' when is actually 'expanded' (this is Odoo's menu standard mechanism). + + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed `feedback +`_. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Dennis Sluijk + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_menu_collapsible/__init__.py b/web_menu_collapsible/__init__.py new file mode 100644 index 00000000..57d85f8f --- /dev/null +++ b/web_menu_collapsible/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2015 ONESTEiN BV () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/web_menu_collapsible/__openerp__.py b/web_menu_collapsible/__openerp__.py new file mode 100644 index 00000000..5a073434 --- /dev/null +++ b/web_menu_collapsible/__openerp__.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +# © 2015 ONESTEiN BV () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'Collapsible menu', + 'license': 'AGPL-3', + 'images': [], + 'summary': 'Foldable second level Odoo menu', + 'author': 'ONESTEiN BV,Odoo Community Association (OCA)', + 'website': 'http://www.onestein.eu', + 'category': 'Web', + 'version': '8.0.1.0.0', + 'depends': ['web'], + 'data': [ + 'templates/menu_collapsible.xml', + ], +} diff --git a/web_menu_collapsible/static/description/icon.png b/web_menu_collapsible/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/web_menu_collapsible/static/description/icon.png differ diff --git a/web_menu_collapsible/static/description/menu_collapsible_1.png b/web_menu_collapsible/static/description/menu_collapsible_1.png new file mode 100644 index 00000000..341e31b9 Binary files /dev/null and b/web_menu_collapsible/static/description/menu_collapsible_1.png differ diff --git a/web_menu_collapsible/static/description/menu_collapsible_2.png b/web_menu_collapsible/static/description/menu_collapsible_2.png new file mode 100644 index 00000000..104e6996 Binary files /dev/null and b/web_menu_collapsible/static/description/menu_collapsible_2.png differ diff --git a/web_menu_collapsible/static/src/css/menu_collapsible.css b/web_menu_collapsible/static/src/css/menu_collapsible.css new file mode 100644 index 00000000..e378660b --- /dev/null +++ b/web_menu_collapsible/static/src/css/menu_collapsible.css @@ -0,0 +1,42 @@ +.oe_secondary_menu_section { + height: 26px; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.oe_secondary_menu_section.oe_menu_toggler { + margin-left: 18px; +} + +.openerp .nav-pills li > a { + padding-left: 27px; +} + +.oe_secondary_menu_section.oe_menu_toggler::before { + width: 0; + height: 0; + display: inline-block; + content: "&darr"; + text-indent: -99999px; + vertical-align: top; + margin-left: -12px; + margin-top: 4px; + margin-right: 4px; + border-top: 4px solid transparent; + border-bottom: 4px solid transparent; + border-left: 4px solid #4c4c4c; + filter: alpha(opacity=50); + opacity: 0.5; +} + +.oe_secondary_menu_section.oe_menu_toggler.oe_menu_opened::before { + margin-top: 6px; + margin-left: -16px; + margin-right: 4px; + border-left: 4px solid transparent; + border-right: 4px solid transparent; + border-top: 4px solid #4c4c4c; +} diff --git a/web_menu_collapsible/static/src/js/menu_collapsible.js b/web_menu_collapsible/static/src/js/menu_collapsible.js new file mode 100644 index 00000000..53777b9b --- /dev/null +++ b/web_menu_collapsible/static/src/js/menu_collapsible.js @@ -0,0 +1,19 @@ +openerp.web_menu_collapsible = function(instance) { + instance.web.Menu.include({ + self: this, + start: function() { + $(".oe_secondary_submenu").hide(); + $(".oe_secondary_menu_section").unbind("click"); + $(".oe_secondary_menu_section").click(this.section_clicked); + $(".oe_secondary_menu_section").each(function() { + if($(this).next().hasClass('oe_secondary_submenu')) { + $(this).addClass('oe_menu_toggler'); + } + }); + return this._super.apply(this, arguments); + }, + section_clicked: function() { + $(this).toggleClass('oe_menu_opened').next().toggle(); + } + }); +}; diff --git a/web_menu_collapsible/templates/menu_collapsible.xml b/web_menu_collapsible/templates/menu_collapsible.xml new file mode 100644 index 00000000..046bf77b --- /dev/null +++ b/web_menu_collapsible/templates/menu_collapsible.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/web_menu_navbar_needaction/README.rst b/web_menu_navbar_needaction/README.rst index 81d54813..9e663d1a 100644 --- a/web_menu_navbar_needaction/README.rst +++ b/web_menu_navbar_needaction/README.rst @@ -1,5 +1,6 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License: AGPL-3 + ================================ Needaction counters in main menu ================================ @@ -15,6 +16,8 @@ To configure the update frequency, set the configuration parameter `web_menu_nav To disable updates, set the parameter to 0. +For more fine-grained control over the menus, you can turn off needaction for a menu by setting its field `needaction` to `False`, or in case you need a different needaction domain, set `needaction_domain` on the menuitem to the domain you need. A side effect of this is that you can use this addon to add needaction capabilities to any model, independent of it implementing the respective mixin by simply filling in your domain there. + Usage ===== diff --git a/web_menu_navbar_needaction/__openerp__.py b/web_menu_navbar_needaction/__openerp__.py index 4f54faf9..d631363c 100644 --- a/web_menu_navbar_needaction/__openerp__.py +++ b/web_menu_navbar_needaction/__openerp__.py @@ -29,6 +29,7 @@ 'mail', ], "data": [ + "views/ir_ui_menu.xml", "data/ir_config_parameter.xml", 'views/templates.xml', ], diff --git a/web_menu_navbar_needaction/i18n/es.po b/web_menu_navbar_needaction/i18n/es.po new file mode 100644 index 00000000..b9f231ea --- /dev/null +++ b/web_menu_navbar_needaction/i18n/es.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_menu_navbar_needaction +# +# Translators: +# Pedro M. Baeza , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-26 01:59+0000\n" +"Last-Translator: Pedro M. Baeza , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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: web_menu_navbar_needaction +#: code:addons/web_menu_navbar_needaction/models/ir_ui_menu.py:138 +#, python-format +msgid "" +"Cannot evaluate %s to a search domain:\n" +"%s" +msgstr "" +"No se puede evaluar %s como un dominio de búsqueda:\n" +"%s" + +#. module: web_menu_navbar_needaction +#: view:ir.ui.menu:web_menu_navbar_needaction.edit_menu_access +msgid "Fill in a domain for a custom needaction" +msgstr "Rellene un dominio para el filtro de \"acción requerida\" personalizado" + +#. module: web_menu_navbar_needaction +#: help:ir.ui.menu,needaction_domain:0 +msgid "" +"If your menu item needs a different domain, set it here. It will override " +"the model's needaction domain completely." +msgstr "" +"Si su elemento de menú necesita un dominio diferente, establézcalo aquí. " +"Sobreescribirá completamente el dominio del filtro \"acción requerida\" de " +"su modelo." + +#. module: web_menu_navbar_needaction +#: field:ir.ui.menu,needaction:0 +msgid "Needaction" +msgstr "Filtro de \"acción requerida\"" + +#. module: web_menu_navbar_needaction +#: field:ir.ui.menu,needaction_domain:0 +msgid "Needaction domain" +msgstr "Dominio del filtro de \"acción requerida\"" + +#. module: web_menu_navbar_needaction +#: help:ir.ui.menu,needaction:0 +msgid "Set to False to disable needaction for specific menu items" +msgstr "" +"Establézcalo a Falso para deshabilitar el filtro de \"acción requerida\" " +"para elementos de menú específicos" diff --git a/web_menu_navbar_needaction/i18n/fi.po b/web_menu_navbar_needaction/i18n/fi.po new file mode 100644 index 00000000..058c32f1 --- /dev/null +++ b/web_menu_navbar_needaction/i18n/fi.po @@ -0,0 +1,56 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_menu_navbar_needaction +# +# Translators: +# Jarmo Kortetjärvi , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-26 01:59+0000\n" +"Last-Translator: Jarmo Kortetjärvi , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: web_menu_navbar_needaction +#: code:addons/web_menu_navbar_needaction/models/ir_ui_menu.py:138 +#, python-format +msgid "" +"Cannot evaluate %s to a search domain:\n" +"%s" +msgstr "" +"Ei voida käyttää %s hakuehdoissa:\n" +"%s" + +#. module: web_menu_navbar_needaction +#: view:ir.ui.menu:web_menu_navbar_needaction.edit_menu_access +msgid "Fill in a domain for a custom needaction" +msgstr "Täytä rajaus räätälöidylle needaction-toiminnolle " + +#. module: web_menu_navbar_needaction +#: help:ir.ui.menu,needaction_domain:0 +msgid "" +"If your menu item needs a different domain, set it here. It will override " +"the model's needaction domain completely." +msgstr "" + +#. module: web_menu_navbar_needaction +#: field:ir.ui.menu,needaction:0 +msgid "Needaction" +msgstr "Needaction" + +#. module: web_menu_navbar_needaction +#: field:ir.ui.menu,needaction_domain:0 +msgid "Needaction domain" +msgstr "Needaction rajaus" + +#. module: web_menu_navbar_needaction +#: help:ir.ui.menu,needaction:0 +msgid "Set to False to disable needaction for specific menu items" +msgstr "" diff --git a/web_menu_navbar_needaction/i18n/sl.po b/web_menu_navbar_needaction/i18n/sl.po new file mode 100644 index 00000000..01240318 --- /dev/null +++ b/web_menu_navbar_needaction/i18n/sl.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_menu_navbar_needaction +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-26 01:59+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_menu_navbar_needaction +#: code:addons/web_menu_navbar_needaction/models/ir_ui_menu.py:138 +#, python-format +msgid "" +"Cannot evaluate %s to a search domain:\n" +"%s" +msgstr "" +"Ni mogoče ovrednotiti %s za iskanje domene:\n" +"%s" + +#. module: web_menu_navbar_needaction +#: view:ir.ui.menu:web_menu_navbar_needaction.edit_menu_access +msgid "Fill in a domain for a custom needaction" +msgstr "Izpolnite domeno za prilagojeno potrebo po ukrepanju" + +#. module: web_menu_navbar_needaction +#: help:ir.ui.menu,needaction_domain:0 +msgid "" +"If your menu item needs a different domain, set it here. It will override " +"the model's needaction domain completely." +msgstr "" +"Če postavka menija potrebuje drugačno domeno, jo nastavite tukaj. Domena " +"potrebe po ukrepanju modela bo tako v celoti vsiljena." + +#. module: web_menu_navbar_needaction +#: field:ir.ui.menu,needaction:0 +msgid "Needaction" +msgstr "Potreba po ukrepanju" + +#. module: web_menu_navbar_needaction +#: field:ir.ui.menu,needaction_domain:0 +msgid "Needaction domain" +msgstr "Domena potrebe po ukrepanju" + +#. module: web_menu_navbar_needaction +#: help:ir.ui.menu,needaction:0 +msgid "Set to False to disable needaction for specific menu items" +msgstr "" +"Nastavite na False za onemogočenje potrebe po ukrepanju za specifične " +"postavke menija." diff --git a/web_menu_navbar_needaction/models/ir_ui_menu.py b/web_menu_navbar_needaction/models/ir_ui_menu.py index 8cc1b553..c5ab8ac6 100644 --- a/web_menu_navbar_needaction/models/ir_ui_menu.py +++ b/web_menu_navbar_needaction/models/ir_ui_menu.py @@ -17,25 +17,123 @@ # along with this program. If not, see . # ############################################################################## -from openerp import models, api +import operator +from openerp import _, models, api, fields +from openerp.tools.safe_eval import safe_eval +from openerp.exceptions import Warning as UserError +from openerp.osv import expression class IrUiMenu(models.Model): _inherit = 'ir.ui.menu' + needaction = fields.Boolean( + help='Set to False to disable needaction for specific menu items', + default=True) + needaction_domain = fields.Text( + help='If your menu item needs a different domain, set it here. It ' + 'will override the model\'s needaction domain completely.') + @api.multi def get_navbar_needaction_data(self): result = {} for this in self: count_per_model = {} + action_menu = self.env['ir.ui.menu'].browse([]) + if not this.needaction: + continue for menu_id, needaction in self.search( [('id', 'child_of', this.ids)])._filter_visible_menus()\ .get_needaction_data().iteritems(): if needaction['needaction_enabled']: - model = self.env['ir.ui.menu'].browse(menu_id).action\ - .res_model + menu = self.env['ir.ui.menu'].browse(menu_id) + model = menu._get_needaction_model() count_per_model[model] = max( count_per_model.get(model), - needaction['needaction_counter']) - result[this.id] = sum(count_per_model.itervalues()) + needaction['needaction_counter'] + ) + if needaction['needaction_counter'] and not action_menu: + action_menu = menu + result[this.id] = { + 'count': sum(count_per_model.itervalues()), + } + if action_menu: + result[this.id].update({ + 'action_id': action_menu.action and + action_menu.action.id or None, + 'action_domain': action_menu._eval_needaction_domain(), + }) + return result + + @api.multi + def get_needaction_data(self): + result = super(IrUiMenu, self).get_needaction_data() + for this in self.sorted(operator.itemgetter('parent_left'), True): + data = result[this.id] + if data['needaction_enabled'] or this.needaction and\ + this.needaction_domain: + if not this.needaction: + data['needaction_enabled'] = False + data['needaction_counter'] = 0 + continue + if this.needaction_domain and\ + this._get_needaction_model() is not None: + data['needaction_enabled'] = True + data['needaction_counter'] = this._get_needaction_model()\ + .search_count(this._eval_needaction_domain()) + if not data['needaction_enabled'] and this.needaction and\ + this.child_id and this.parent_id and this.parent_id.parent_id: + # if the user didn't turn it off, show counters for submenus + # but only from the 3rd level (the first that is closed by + # default) + for child in this.child_id: + data['needaction_counter'] += result.get(child.id, {}).get( + 'needaction_counter', 0) + data['needaction_enabled'] = bool(data['needaction_counter']) return result + + @api.multi + def _eval_needaction_domain(self): + self.ensure_one() + eval_context = { + 'uid': self.env.user.id, + 'user': self.env.user, + } + if self.needaction_domain: + return safe_eval(self.needaction_domain, locals_dict=eval_context) + model = self._get_needaction_model() + if model is None or not hasattr(model, '_needaction_domain_get'): + return [] + return expression.AND([ + safe_eval( + 'domain' in self.action._fields and self.action.domain or '[]', + locals_dict=eval_context), + model._needaction_domain_get(), + ]) + + @api.multi + def _get_needaction_model(self): + if not self.action: + return None + model = None + if 'res_model' in self.action._fields: + model = self.action.res_model + elif 'model_id' in self.action._fields: + model = self.action.model_id.model + if model in self.env.registry: + return self.env[model] + return None + + @api.constrains('needaction_domain') + @api.multi + def _check_needaction_domain(self): + for this in self: + try: + expression.AND([ + this._eval_needaction_domain(), + expression.TRUE_DOMAIN, + ]) + except Exception as ex: + raise UserError( + _('Cannot evaluate %s to a search domain:\n%s') % + (self.needaction_domain, ex)) diff --git a/web_menu_navbar_needaction/static/src/css/web_menu_navbar_needaction.css b/web_menu_navbar_needaction/static/src/css/web_menu_navbar_needaction.css index 259502de..fc858479 100644 --- a/web_menu_navbar_needaction/static/src/css/web_menu_navbar_needaction.css +++ b/web_menu_navbar_needaction/static/src/css/web_menu_navbar_needaction.css @@ -2,3 +2,7 @@ { margin-left: .3em; } +#oe_main_menu_navbar .badge:hover +{ + transform: scale(1.1); +} diff --git a/web_menu_navbar_needaction/static/src/js/web_menu_navbar_needaction.js b/web_menu_navbar_needaction/static/src/js/web_menu_navbar_needaction.js index 799b6120..0db8a2c8 100644 --- a/web_menu_navbar_needaction/static/src/js/web_menu_navbar_needaction.js +++ b/web_menu_navbar_needaction/static/src/js/web_menu_navbar_needaction.js @@ -36,7 +36,7 @@ openerp.web_menu_navbar_needaction = function(instance) }, refresh_navbar_needaction: function(timeout) { - if(timeout) + if(parseInt(timeout, 10)) { setTimeout(this.proxy(this.refresh_navbar_needaction), timeout, timeout); } @@ -50,29 +50,72 @@ openerp.web_menu_navbar_needaction = function(instance) .map(function() { return parseInt(jQuery(this).attr('data-menu')); }) .get(); return new instance.web.Model('ir.ui.menu') - .call('get_navbar_needaction_data', [this.navbar_menu_ids]) + .call('get_navbar_needaction_data', [this.navbar_menu_ids], + {}, {shadow: true}) .then(this.proxy(this.process_navbar_needaction)); }, process_navbar_needaction: function(data) { var self = this; - _.each(data, function (needaction_count, menu_id) + _.each(data, function (needaction_data, menu_id) { var $item = self.$el.parents('body').find( _.str.sprintf('#oe_main_menu_navbar a[data-menu="%s"]', menu_id)); - if(!$item.length) + if(!$item.length || _.isEmpty(needaction_data)) { return; } $item.find('.badge').remove(); - if(needaction_count) + if(needaction_data.count) { - $item.append( - instance.web.qweb.render("Menu.needaction_counter", - {widget : {needaction_counter: needaction_count}})); + var $counter = jQuery( + instance.web.qweb.render("Menu.needaction_counter", + { + widget: { + needaction_counter: needaction_data.count, + } + })) + .appendTo($item); + if(needaction_data.action_id) + { + $counter.click(function(ev) + { + var parent = self.getParent(); + ev.stopPropagation(); + ev.preventDefault(); + return parent.menu_dm.add( + self.rpc('/web/action/load', { + action_id: needaction_data.action_id, + })) + .then(function(action) + { + return parent.action_mutex.exec(function() + { + action.domain = needaction_data.action_domain; + action.context = new instance.web.CompoundContext( + action.context || {} + ); + action.context = instance.web.pyeval.eval( + 'context', action.context + ); + _.each(_.keys(action.context), function(key) + { + if(key.startsWith('search_default')) + { + delete action.context[key]; + } + }); + return parent.action_manager.do_action( + action, {disable_custom_filters: true} + ); + }); + }); + }); + } } }); + instance.web.bus.trigger('resize'); }, }) diff --git a/web_menu_navbar_needaction/views/ir_ui_menu.xml b/web_menu_navbar_needaction/views/ir_ui_menu.xml new file mode 100644 index 00000000..22b82faa --- /dev/null +++ b/web_menu_navbar_needaction/views/ir_ui_menu.xml @@ -0,0 +1,16 @@ + + + + + ir.ui.menu + + + + + + + + + + + diff --git a/web_offline_warning/i18n/es.po b/web_offline_warning/i18n/es.po index d5e9e7f2..7a0efda0 100644 --- a/web_offline_warning/i18n/es.po +++ b/web_offline_warning/i18n/es.po @@ -3,14 +3,15 @@ # * web_offline_warning # # Translators: -# Oihane Crucelaegui , 2016 +# oihane , 2016 +# Pedro M. Baeza , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-23 10:59+0000\n" -"Last-Translator: Oihane Crucelaegui \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:45+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,18 +24,18 @@ msgstr "" #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:20 #, python-format msgid "Ok" -msgstr "Ok" +msgstr "Aceptar" #. module: web_offline_warning #. openerp-web #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:23 #, python-format msgid "The server cannot be reached. You are probably offline." -msgstr "" +msgstr "No se puede contactar con el servidor. Seguramente esté sin conexión." #. module: web_offline_warning #. openerp-web #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:18 #, python-format msgid "Warning" -msgstr "" +msgstr "Aviso" diff --git a/web_offline_warning/i18n/en.po b/web_offline_warning/i18n/eu.po similarity index 76% rename from web_offline_warning/i18n/en.po rename to web_offline_warning/i18n/eu.po index 41e629fa..9dcd2f67 100644 --- a/web_offline_warning/i18n/en.po +++ b/web_offline_warning/i18n/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" +"POT-Creation-Date: 2017-02-18 09:01+0000\n" "PO-Revision-Date: 2016-06-12 22:45+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_offline_warning @@ -29,11 +29,11 @@ msgstr "Ok" #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:23 #, python-format msgid "The server cannot be reached. You are probably offline." -msgstr "The server cannot be reached. You are probably offline." +msgstr "" #. module: web_offline_warning #. openerp-web #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:18 #, python-format msgid "Warning" -msgstr "Warning" +msgstr "Kontuz" diff --git a/web_offline_warning/i18n/fr.po b/web_offline_warning/i18n/fr.po index 886e370a..33cb8bda 100644 --- a/web_offline_warning/i18n/fr.po +++ b/web_offline_warning/i18n/fr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-12 22:45+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-12 09:07+0000\n" +"Last-Translator: dglucose \n" "Language-Team: French (http://www.transifex.com/oca/OCA-web-8-0/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,11 +29,11 @@ msgstr "Ok" #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:23 #, python-format msgid "The server cannot be reached. You are probably offline." -msgstr "" +msgstr "Le serveur ne peut être joins. Vous êtes probablement hors ligne." #. module: web_offline_warning #. openerp-web #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:18 #, python-format msgid "Warning" -msgstr "" +msgstr "Avertissement" diff --git a/web_offline_warning/i18n/it.po b/web_offline_warning/i18n/it.po index a9d53023..c303027d 100644 --- a/web_offline_warning/i18n/it.po +++ b/web_offline_warning/i18n/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" "PO-Revision-Date: 2016-06-12 22:45+0000\n" "Last-Translator: <>\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-web-8-0/language/it/)\n" @@ -36,4 +36,4 @@ msgstr "" #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:18 #, python-format msgid "Warning" -msgstr "" +msgstr "Warning" diff --git a/web_offline_warning/i18n/tr.po b/web_offline_warning/i18n/tr.po index e3aa3217..b196981e 100644 --- a/web_offline_warning/i18n/tr.po +++ b/web_offline_warning/i18n/tr.po @@ -3,13 +3,14 @@ # * web_offline_warning # # Translators: +# Ahmet Altinisik , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-12 22:45+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 20:48+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,11 +30,11 @@ msgstr "Taman" #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:23 #, python-format msgid "The server cannot be reached. You are probably offline." -msgstr "" +msgstr "Sunucuya ulaşılamıyor. Muhtemelen bağlantı koptu." #. module: web_offline_warning #. openerp-web #: code:addons/web_offline_warning/static/src/js/web_offline_warning.js:18 #, python-format msgid "Warning" -msgstr "" +msgstr "Uyarı" diff --git a/web_option_auto_color/i18n/en.po b/web_option_auto_color/i18n/es.po similarity index 70% rename from web_option_auto_color/i18n/en.po rename to web_option_auto_color/i18n/es.po index 41bd3217..9e05bb6b 100644 --- a/web_option_auto_color/i18n/en.po +++ b/web_option_auto_color/i18n/es.po @@ -3,18 +3,19 @@ # * web_option_auto_color # # Translators: +# Pedro M. Baeza , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" -"PO-Revision-Date: 2016-04-28 07:11+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:46+0000\n" +"Last-Translator: Pedro M. Baeza \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_option_auto_color diff --git a/web_option_auto_color/i18n/tr.po b/web_option_auto_color/i18n/tr.po new file mode 100644 index 00000000..7b8e2b47 --- /dev/null +++ b/web_option_auto_color/i18n/tr.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_option_auto_color +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 21:01+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/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: web_option_auto_color +#. openerp-web +#: code:addons/web_option_auto_color/static/src/xml/templates.xml:5 +#, python-format +msgid "" +"column.autocolor == '1' and view.auto_color_cell_style(render_cell(record, " +"column), column)" +msgstr "column.autocolor == '1' and view.auto_color_cell_style(render_cell(record, column), column)" diff --git a/web_search_autocomplete_prefetch/README.rst b/web_search_autocomplete_prefetch/README.rst index e8f8af57..88b25800 100644 --- a/web_search_autocomplete_prefetch/README.rst +++ b/web_search_autocomplete_prefetch/README.rst @@ -12,7 +12,6 @@ term in the background and only offers an option if this search has a result. Usage ===== -* go to ... .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/162/8.0 @@ -26,11 +25,17 @@ Known issues / Roadmap * some searches (especially via function fields) can be very heavy on the server. - To disable prefetching on a per field basis, set the option `web_search_autocomplete_prefetch.disable`:: + options="{'web_search_autocomplete_prefetch.disable': true}" + on your field in the search view. +* by default, the addon triggers a search 350 milliseconds after the last key + pess. If you want a different timeout, set the parameter + ``web_search_autocomplete_prefetch.keypress_timeout`` to the amount of + milliseconds you need as timeout. + Bug Tracker =========== diff --git a/web_search_autocomplete_prefetch/__openerp__.py b/web_search_autocomplete_prefetch/__openerp__.py index e12afde7..03db260a 100644 --- a/web_search_autocomplete_prefetch/__openerp__.py +++ b/web_search_autocomplete_prefetch/__openerp__.py @@ -16,6 +16,7 @@ ], "data": [ 'views/templates.xml', + 'views/base_view.xml', ], "installable": True, } diff --git a/web_search_autocomplete_prefetch/i18n/es.po b/web_search_autocomplete_prefetch/i18n/es.po new file mode 100644 index 00000000..6f9bc8f9 --- /dev/null +++ b/web_search_autocomplete_prefetch/i18n/es.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_search_autocomplete_prefetch +# +# Translators: +# Pedro M. Baeza , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-26 01:59+0000\n" +"Last-Translator: Pedro M. Baeza , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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: web_search_autocomplete_prefetch +#: view:ir.ui.view:web_search_autocomplete_prefetch.view_view_search_autocomplete +msgid "{'web_search_autocomplete_prefetch.disable': true}" +msgstr "{'web_search_autocomplete_prefetch.disable': true}" diff --git a/web_search_autocomplete_prefetch/i18n/fi.po b/web_search_autocomplete_prefetch/i18n/fi.po new file mode 100644 index 00000000..c13a0377 --- /dev/null +++ b/web_search_autocomplete_prefetch/i18n/fi.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_search_autocomplete_prefetch +# +# Translators: +# Jarmo Kortetjärvi , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-26 01:59+0000\n" +"Last-Translator: Jarmo Kortetjärvi , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: web_search_autocomplete_prefetch +#: view:ir.ui.view:web_search_autocomplete_prefetch.view_view_search_autocomplete +msgid "{'web_search_autocomplete_prefetch.disable': true}" +msgstr "{'web_search_autocomplete_prefetch.disable': true}" diff --git a/web_search_autocomplete_prefetch/i18n/sl.po b/web_search_autocomplete_prefetch/i18n/sl.po new file mode 100644 index 00000000..681665ca --- /dev/null +++ b/web_search_autocomplete_prefetch/i18n/sl.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_search_autocomplete_prefetch +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:50+0000\n" +"PO-Revision-Date: 2016-08-25 00:50+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_search_autocomplete_prefetch +#: view:ir.ui.view:web_search_autocomplete_prefetch.view_view_search_autocomplete +msgid "{'web_search_autocomplete_prefetch.disable': true}" +msgstr "{'web_search_autocomplete_prefetch.disable': true}" diff --git a/web_search_autocomplete_prefetch/i18n/tr.po b/web_search_autocomplete_prefetch/i18n/tr.po new file mode 100644 index 00000000..70d4615a --- /dev/null +++ b/web_search_autocomplete_prefetch/i18n/tr.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_search_autocomplete_prefetch +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-29 03:45+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_search_autocomplete_prefetch +#: view:ir.ui.view:web_search_autocomplete_prefetch.view_view_search_autocomplete +msgid "{'web_search_autocomplete_prefetch.disable': true}" +msgstr "{'web_search_autocomplete_prefetch.disable': true}" diff --git a/web_search_autocomplete_prefetch/static/src/js/web_search_autocomplete_prefetch.js b/web_search_autocomplete_prefetch/static/src/js/web_search_autocomplete_prefetch.js index 1ff401ef..1d34dde5 100644 --- a/web_search_autocomplete_prefetch/static/src/js/web_search_autocomplete_prefetch.js +++ b/web_search_autocomplete_prefetch/static/src/js/web_search_autocomplete_prefetch.js @@ -84,6 +84,24 @@ openerp.web_search_autocomplete_prefetch = function(instance) }); instance.web.search.AutoComplete.include({ + keypress_timeout: 350, + start: function() + { + var self = this; + return jQuery.when( + this._super.apply(this, arguments), + new instance.web.Model('ir.config_parameter').call( + 'get_param', + [ + 'web_search_autocomplete_prefetch.keypress_timeout', + this.keypress_timeout + ] + ).then(function(keypress_timeout) + { + self.keypress_timeout = parseInt(keypress_timeout); + }) + ); + }, select_item: function() { if(!this.current_result) @@ -92,5 +110,18 @@ openerp.web_search_autocomplete_prefetch = function(instance) } return this._super.apply(this, arguments); }, + initiate_search: function(query) + { + var self = this, + _super = this._super, + last_timeout = null; + this.last_timeout = last_timeout = window.setTimeout(function() + { + if(self.last_timeout == last_timeout) + { + _super.apply(self, [query]); + } + }, this.keypress_timeout) + }, }); } diff --git a/web_search_autocomplete_prefetch/views/base_view.xml b/web_search_autocomplete_prefetch/views/base_view.xml new file mode 100644 index 00000000..2c6a9723 --- /dev/null +++ b/web_search_autocomplete_prefetch/views/base_view.xml @@ -0,0 +1,16 @@ + + + + + ir.ui.view + + + + + {'web_search_autocomplete_prefetch.disable': true} + + + + + + diff --git a/web_search_datetime_completion/i18n/en.po b/web_search_datetime_completion/i18n/es.po similarity index 63% rename from web_search_datetime_completion/i18n/en.po rename to web_search_datetime_completion/i18n/es.po index 923fae7d..4b325153 100644 --- a/web_search_datetime_completion/i18n/en.po +++ b/web_search_datetime_completion/i18n/es.po @@ -3,18 +3,19 @@ # * web_search_datetime_completion # # Translators: +# Pedro M. Baeza , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:12+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:46+0000\n" +"Last-Translator: Pedro M. Baeza \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_search_datetime_completion @@ -22,4 +23,4 @@ msgstr "" #: code:addons/web_search_datetime_completion/static/src/js/web_search_datetime_completion.js:60 #, python-format msgid "Search %(field)s at: %(value)s" -msgstr "Search %(field)s at: %(value)s" +msgstr "Buscar %(field)s en: %(value)s" diff --git a/web_search_datetime_completion/i18n/tr.po b/web_search_datetime_completion/i18n/tr.po new file mode 100644 index 00000000..d5ac52a5 --- /dev/null +++ b/web_search_datetime_completion/i18n/tr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_search_datetime_completion +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 21:00+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/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: web_search_datetime_completion +#. openerp-web +#: code:addons/web_search_datetime_completion/static/src/js/web_search_datetime_completion.js:60 +#, python-format +msgid "Search %(field)s at: %(value)s" +msgstr "%(value)s değerini %(field)s: alanında ara" diff --git a/web_shortcuts/i18n/am.po b/web_shortcuts/i18n/am.po new file mode 100644 index 00000000..8c371317 --- /dev/null +++ b/web_shortcuts/i18n/am.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/ar.po b/web_shortcuts/i18n/ar.po index 7889a368..c9c65357 100644 --- a/web_shortcuts/i18n/ar.po +++ b/web_shortcuts/i18n/ar.po @@ -3,15 +3,28 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015 +# Artūras Griškonis , 2012,2015-2016 +# Artūras Griškonis , 2012 +# danimaribeiro , 2016 +# Dorin Hongu , 2015 +# FIRST AUTHOR , 2012-2013 +# Gustavo Lepri , 2015 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2015-2016 # SaFi J. , 2015 +# Zapata11 , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-16 07:41+0000\n" -"PO-Revision-Date: 2015-12-16 17:22+0000\n" -"Last-Translator: SaFi J. \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,11 +49,21 @@ msgstr "تم الإنشاء بواسطة" msgid "Created on" msgstr "تم الإنشاء في" +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "اسم العرض" + #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" msgstr "المعرف" +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "آخر تعديل في" + #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" diff --git a/web_shortcuts/i18n/bg.po b/web_shortcuts/i18n/bg.po new file mode 100644 index 00000000..09dd1f93 --- /dev/null +++ b/web_shortcuts/i18n/bg.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Създадено от" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Създадено на" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Име за Показване" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/bs.po b/web_shortcuts/i18n/bs.po index 5b16da95..20a6709a 100644 --- a/web_shortcuts/i18n/bs.po +++ b/web_shortcuts/i18n/bs.po @@ -3,13 +3,23 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2011-2014 +# Florian Hatat, 2015 +# Jarmo Kortetjärvi , 2016 +# Jesús Alan Ramos Rodríguez , 2015 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2015-2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/language/bs/)\n" "MIME-Version: 1.0\n" @@ -28,27 +38,37 @@ msgstr "Dodaj / Ukloni pračicu..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Kreirao" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Kreirano" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Prikaži naziv" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje mijenjano" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Zadnji ažurirao" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Zadnje ažurirano" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/ca.po b/web_shortcuts/i18n/ca.po new file mode 100644 index 00000000..60c2f1ad --- /dev/null +++ b/web_shortcuts/i18n/ca.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creat per" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creat el" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Veure el nom" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/cs.po b/web_shortcuts/i18n/cs.po index 70ab2ab9..a759b515 100644 --- a/web_shortcuts/i18n/cs.po +++ b/web_shortcuts/i18n/cs.po @@ -3,13 +3,24 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015 +# Alexis de Lattre , 2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2015-2016 +# FIRST AUTHOR , 2013-2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 +# Rudolf Schnapka , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/language/cs/)\n" "MIME-Version: 1.0\n" @@ -28,27 +39,37 @@ msgstr "Přidat / Odebrat zkratku..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Vytvořil(a)" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Vytvořeno" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Zobrazovaný název" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Naposled upraveno" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Naposled upraveno" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Naposled upraveno" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/da.po b/web_shortcuts/i18n/da.po index d401460e..b9f7858e 100644 --- a/web_shortcuts/i18n/da.po +++ b/web_shortcuts/i18n/da.po @@ -3,13 +3,21 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2013 +# Antonio Trueba, 2016 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012-2013 +# Matjaž Mozetič , 2015-2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2015-2016 +# SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:50+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/language/da/)\n" "MIME-Version: 1.0\n" @@ -28,27 +36,37 @@ msgstr "Tilføj/fjern genvej ..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Oprettet af" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oprettet den" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Vist navn" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "Id" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Sidst ændret den" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Sidst opdateret af" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Sidst opdateret den" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/de.po b/web_shortcuts/i18n/de.po index 976acdf9..e3aaa0b7 100644 --- a/web_shortcuts/i18n/de.po +++ b/web_shortcuts/i18n/de.po @@ -3,15 +3,40 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2012 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Bruno JOLIVEAU, 2015 +# Chanseok , 2014 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012,2014 +# Guewen Baconnier , 2015 +# Jarmo Kortetjärvi , 2016 +# jeon , 2014 +# Jong-Dae Park , 2013,2015 +# Kevin Min , 2015 +# Kunwoo Kim , 2015 +# LEE SI HYEONG , 2014 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Pedro M. Baeza , 2015 # Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Sam Ryoo , 2014 +# Seo. Junmin , 2015 +# seungil , 2014 +# SEUNGWON , 2014 +# yterrettaz, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-01-18 21:04+0000\n" -"Last-Translator: Rudolf Schnapka \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-18 08:13+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,11 +61,21 @@ msgstr "Angelegt durch" msgid "Created on" msgstr "Angelegt am" +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Anzeigename" + #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" msgstr "ID" +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" diff --git a/web_shortcuts/i18n/el_GR.po b/web_shortcuts/i18n/el_GR.po new file mode 100644 index 00000000..68a1fd0a --- /dev/null +++ b/web_shortcuts/i18n/el_GR.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "Κωδικός" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/en_GB.po b/web_shortcuts/i18n/en_GB.po index 16ffa85c..7b4f546f 100644 --- a/web_shortcuts/i18n/en_GB.po +++ b/web_shortcuts/i18n/en_GB.po @@ -3,13 +3,23 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Carles Antoli , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012-2014 +# Giacomo , 2015 +# Guewen Baconnier , 2015 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015-2016 +# Miku Laitinen , 2015 +# Rudolf Schnapka , 2015-2016 +# Sofce Dimitrijeva , 2013 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -28,27 +38,37 @@ msgstr "Add / Remove Shortcut..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Created by" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Created on" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Display Name" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Last Modified on" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Last Updated by" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Last Updated on" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/es.po b/web_shortcuts/i18n/es.po index 08dd4179..4f847b95 100644 --- a/web_shortcuts/i18n/es.po +++ b/web_shortcuts/i18n/es.po @@ -3,7 +3,7 @@ # * web_shortcuts # # Translators: -# Ahmet Altınışık , 2016 +# Ahmet Altinisik , 2016 # Antonio Trueba, 2016 # Armando Vulcano Junior , 2015 # bossnm11 , 2014 @@ -14,7 +14,7 @@ # Eduardo Rodríguez Crespo , 2016 # FIRST AUTHOR , 2012-2013 # Gil , 2014 -# Hongseob Lee , 2015 +# kmooc , 2015 # Hongseob Lee , 2015 # jeon , 2014 # JiyeonLee , 2014 @@ -35,12 +35,13 @@ # Sujin Lee , 2014 # Sunah Lim , 2013 # Young C. Kim, 2015 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-23 10:58+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-16 21:45+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -69,7 +70,7 @@ msgstr "Creado en" #. module: web_shortcuts #: field:web.shortcut,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Nombre mostrado" #. module: web_shortcuts #: field:web.shortcut,id:0 diff --git a/web_shortcuts/i18n/es_AR.po b/web_shortcuts/i18n/es_AR.po new file mode 100644 index 00000000..b16428f6 --- /dev/null +++ b/web_shortcuts/i18n/es_AR.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_CL.po b/web_shortcuts/i18n/es_CL.po new file mode 100644 index 00000000..671421c8 --- /dev/null +++ b/web_shortcuts/i18n/es_CL.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_CO.po b/web_shortcuts/i18n/es_CO.po new file mode 100644 index 00000000..f244ffbc --- /dev/null +++ b/web_shortcuts/i18n/es_CO.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nombre Público" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_CR.po b/web_shortcuts/i18n/es_CR.po new file mode 100644 index 00000000..bfd03804 --- /dev/null +++ b/web_shortcuts/i18n/es_CR.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_DO.po b/web_shortcuts/i18n/es_DO.po new file mode 100644 index 00000000..d917383e --- /dev/null +++ b/web_shortcuts/i18n/es_DO.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_EC.po b/web_shortcuts/i18n/es_EC.po new file mode 100644 index 00000000..b6bee864 --- /dev/null +++ b/web_shortcuts/i18n/es_EC.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_ES.po b/web_shortcuts/i18n/es_ES.po new file mode 100644 index 00000000..bb537ff0 --- /dev/null +++ b/web_shortcuts/i18n/es_ES.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_MX.po b/web_shortcuts/i18n/es_MX.po new file mode 100644 index 00000000..6ae12eef --- /dev/null +++ b/web_shortcuts/i18n/es_MX.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_PE.po b/web_shortcuts/i18n/es_PE.po new file mode 100644 index 00000000..af475703 --- /dev/null +++ b/web_shortcuts/i18n/es_PE.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_PY.po b/web_shortcuts/i18n/es_PY.po new file mode 100644 index 00000000..0a5ce9c1 --- /dev/null +++ b/web_shortcuts/i18n/es_PY.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/es_VE.po b/web_shortcuts/i18n/es_VE.po new file mode 100644 index 00000000..83380044 --- /dev/null +++ b/web_shortcuts/i18n/es_VE.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/et.po b/web_shortcuts/i18n/et.po new file mode 100644 index 00000000..1c915bdd --- /dev/null +++ b/web_shortcuts/i18n/et.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Loonud" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Loodud" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/en.po b/web_shortcuts/i18n/eu.po similarity index 76% rename from web_shortcuts/i18n/en.po rename to web_shortcuts/i18n/eu.po index 8cd5118b..c7d95849 100644 --- a/web_shortcuts/i18n/en.po +++ b/web_shortcuts/i18n/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" -"PO-Revision-Date: 2016-04-28 07:12+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_shortcuts @@ -22,12 +22,12 @@ msgstr "" #: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 #, python-format msgid "Add / Remove Shortcut..." -msgstr "Add / Remove Shortcut..." +msgstr "" #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "Created by" +msgstr "Nork sortua" #. module: web_shortcuts #: field:web.shortcut,create_date:0 @@ -37,7 +37,7 @@ msgstr "Created on" #. module: web_shortcuts #: field:web.shortcut,display_name:0 msgid "Display Name" -msgstr "Display Name" +msgstr "Izena erakutsi" #. module: web_shortcuts #: field:web.shortcut,id:0 @@ -47,7 +47,7 @@ msgstr "ID" #. module: web_shortcuts #: field:web.shortcut,__last_update:0 msgid "Last Modified on" -msgstr "Last Modified on" +msgstr "" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 @@ -62,19 +62,19 @@ msgstr "Last Updated on" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 msgid "Menu id" -msgstr "Menu id" +msgstr "" #. module: web_shortcuts #: field:web.shortcut,name:0 msgid "Shortcut Name" -msgstr "Shortcut Name" +msgstr "" #. module: web_shortcuts #: sql_constraint:web.shortcut:0 msgid "Shortcut for this menu already exists!" -msgstr "Shortcut for this menu already exists!" +msgstr "" #. module: web_shortcuts #: field:web.shortcut,user_id:0 msgid "User Ref." -msgstr "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/fa.po b/web_shortcuts/i18n/fa.po new file mode 100644 index 00000000..3572cdcb --- /dev/null +++ b/web_shortcuts/i18n/fa.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "شناسه" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/fr_CA.po b/web_shortcuts/i18n/fr_CA.po new file mode 100644 index 00000000..67a1c37c --- /dev/null +++ b/web_shortcuts/i18n/fr_CA.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "Identifiant" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/fr_CH.po b/web_shortcuts/i18n/fr_CH.po new file mode 100644 index 00000000..5806ecb9 --- /dev/null +++ b/web_shortcuts/i18n/fr_CH.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 19:39+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nom affiché" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/gl.po b/web_shortcuts/i18n/gl.po index 5c4f6db9..3c2e2c2b 100644 --- a/web_shortcuts/i18n/gl.po +++ b/web_shortcuts/i18n/gl.po @@ -3,13 +3,30 @@ # * web_shortcuts # # Translators: +# Ahmet Altinisik , 2015 +# Ahmet Altinisik , 2015 +# Alejandro Santana , 2015 +# Alexsandro Haag , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Carles Antoli , 2015 +# danimaribeiro , 2016 # FIRST AUTHOR , 2014 +# Hans Henrik Gabelgaard , 2015 +# llum.birque@gmail.com , 2015 +# Matjaž Mozetič , 2015 +# Rudolf Schnapka , 2015-2016 +# Stéphane Bidoul , 2015 +# Wagner Pereira , 2015 +# yterrettaz, 2015 +# yterrettaz, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/language/gl/)\n" "MIME-Version: 1.0\n" @@ -28,27 +45,37 @@ msgstr "Engadir / Eliminar atallo..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creado por" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" +msgstr "Creado en" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" msgstr "" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "ültima actualización por" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Última actualización en" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/gl_ES.po b/web_shortcuts/i18n/gl_ES.po new file mode 100644 index 00000000..3d9791e6 --- /dev/null +++ b/web_shortcuts/i18n/gl_ES.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/he.po b/web_shortcuts/i18n/he.po new file mode 100644 index 00000000..73e290e7 --- /dev/null +++ b/web_shortcuts/i18n/he.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "נוצר ב-" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "השם המוצג" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "מזהה" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/hr.po b/web_shortcuts/i18n/hr.po index bfcbca7b..fe1c7928 100644 --- a/web_shortcuts/i18n/hr.po +++ b/web_shortcuts/i18n/hr.po @@ -3,9 +3,9 @@ # * web_shortcuts # # Translators: -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015 # bossnm11 , 2014 -# Chanseok , 2014 +# Chanseok , 2014 # danimaribeiro , 2016 # FIRST AUTHOR , 2012,2014 # Hotellook, 2014 @@ -28,8 +28,8 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-14 11:34+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/language/hr/)\n" "MIME-Version: 1.0\n" @@ -48,17 +48,17 @@ msgstr "Dodaj / ukloni prečac..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Kreirao" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Kreirano" #. module: web_shortcuts #: field:web.shortcut,display_name:0 msgid "Display Name" -msgstr "" +msgstr "Naziv " #. module: web_shortcuts #: field:web.shortcut,id:0 @@ -68,17 +68,17 @@ msgstr "ID" #. module: web_shortcuts #: field:web.shortcut,__last_update:0 msgid "Last Modified on" -msgstr "" +msgstr "Zadnje modificirano" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Zadnji ažurirao" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Zadnje ažuriranje" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/hr_HR.po b/web_shortcuts/i18n/hr_HR.po new file mode 100644 index 00000000..8ab63785 --- /dev/null +++ b/web_shortcuts/i18n/hr_HR.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Naziv" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/hu.po b/web_shortcuts/i18n/hu.po index 3c8e4a85..4bc6ddcb 100644 --- a/web_shortcuts/i18n/hu.po +++ b/web_shortcuts/i18n/hu.po @@ -3,13 +3,24 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# danimaribeiro , 2016 +# Eduardo Rodríguez Crespo , 2016 +# FIRST AUTHOR , 2012-2013 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2016 +# UAB "Draugiški sprendimai" , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-04-28 07:12+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Hungarian (http://www.transifex.com/oca/OCA-web-8-0/language/hu/)\n" "MIME-Version: 1.0\n" @@ -28,27 +39,37 @@ msgstr "Billentyűkombináció hozzáadása/eltávolítása" #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Név megjelenítése" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve " #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/id.po b/web_shortcuts/i18n/id.po new file mode 100644 index 00000000..2f4606c6 --- /dev/null +++ b/web_shortcuts/i18n/id.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Dibuat pada" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/ja.po b/web_shortcuts/i18n/ja.po new file mode 100644 index 00000000..e6803736 --- /dev/null +++ b/web_shortcuts/i18n/ja.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "作成者" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "作成日" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "表示名" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/ko.po b/web_shortcuts/i18n/ko.po new file mode 100644 index 00000000..d5997d2c --- /dev/null +++ b/web_shortcuts/i18n/ko.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "작성자" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "작성일" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "표시 이름" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/lt.po b/web_shortcuts/i18n/lt.po index 897a16e7..50a28dd5 100644 --- a/web_shortcuts/i18n/lt.po +++ b/web_shortcuts/i18n/lt.po @@ -3,13 +3,43 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Chanseok , 2014 +# Christophe CHAUVET , 2015 +# Chul Park , 2015 +# David10000 , 2014 +# FIRST AUTHOR , 2012-2014 +# Gil , 2014 +# kmooc , 2015 +# Hongseob Lee , 2015 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013 +# Kevin Min , 2015 +# KimKyudong , 2014 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015 +# Nicole , 2014 +# Pedro M. Baeza , 2015 +# Pope, 2014 +# Rudolf Schnapka , 2015 +# SaFi J. , 2015 +# Sarina Canelake , 2014 +# Seok Jun Yoon , 2015 +# shin2012 , 2014 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# Wagner Pereira , 2015 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/language/lt/)\n" "MIME-Version: 1.0\n" @@ -28,27 +58,37 @@ msgstr "Pridėti / pašalinti trumpinį..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Sukūrė" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Sukurta" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Paskutinį kartą atnaujino" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Paskutinį kartą atnaujinta" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/lt_LT.po b/web_shortcuts/i18n/lt_LT.po new file mode 100644 index 00000000..efced44d --- /dev/null +++ b/web_shortcuts/i18n/lt_LT.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Sukūrė" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Sukurta" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/lv.po b/web_shortcuts/i18n/lv.po new file mode 100644 index 00000000..dd5dae13 --- /dev/null +++ b/web_shortcuts/i18n/lv.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Izveidoja" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Izveidots" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/mk.po b/web_shortcuts/i18n/mk.po index 062da44d..e6881069 100644 --- a/web_shortcuts/i18n/mk.po +++ b/web_shortcuts/i18n/mk.po @@ -3,13 +3,29 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2015 +# FIRST AUTHOR , 2012-2014 +# Giacomo , 2015 +# Hotellook, 2014 +# Matjaž Mozetič , 2015 +# Mohamed HABOU , 2016 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Thomas A. Jaeger, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:50+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/language/mk/)\n" "MIME-Version: 1.0\n" @@ -28,27 +44,37 @@ msgstr "Додади / Отстрани кратенка" #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Креирано од" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Креирано на" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Прикажи име" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Последна промена на" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Последно ажурирање од" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Последно ажурирање на" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/mn.po b/web_shortcuts/i18n/mn.po index fa2da74d..4cc630e8 100644 --- a/web_shortcuts/i18n/mn.po +++ b/web_shortcuts/i18n/mn.po @@ -3,13 +3,46 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Carles Antoli , 2015 +# Chanseok , 2014 +# Christophe CHAUVET , 2015 +# Chul Park , 2015 +# David10000 , 2014 +# FIRST AUTHOR , 2012-2014 +# Giacomo , 2015 +# Gil , 2014 +# kmooc , 2015 +# Hongseob Lee , 2015 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013 +# Kevin Min , 2015 +# KimKyudong , 2014 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015-2016 +# Mohamed HABOU , 2016 +# Nicole , 2014 +# Paolo Valier, 2016 +# Pope, 2014 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Sarina Canelake , 2014 +# Seok Jun Yoon , 2015 +# shin2012 , 2014 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# Thomas A. Jaeger, 2015 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:52+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/language/mn/)\n" "MIME-Version: 1.0\n" @@ -28,27 +61,37 @@ msgstr "Шуут холбоосыг Нэмэх / Устгах ..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Үүсгэгч" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Үүсгэсэн" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Сүүлийн засвар хийсэн" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Сүүлийн засвар хийсэн огноо" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/nb.po b/web_shortcuts/i18n/nb.po new file mode 100644 index 00000000..e55f22d4 --- /dev/null +++ b/web_shortcuts/i18n/nb.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Opprettet av" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Opprettet den" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Visnings navn" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/nb_NO.po b/web_shortcuts/i18n/nb_NO.po new file mode 100644 index 00000000..ff65987a --- /dev/null +++ b/web_shortcuts/i18n/nb_NO.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Laget av" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Laget den" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Vis navn" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/nl.po b/web_shortcuts/i18n/nl.po index 5fac09b1..8ba288b5 100644 --- a/web_shortcuts/i18n/nl.po +++ b/web_shortcuts/i18n/nl.po @@ -3,13 +3,29 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2012 +# Ahmet Altinisik , 2015-2016 +# Alejandro Santana , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2015 +# FIRST AUTHOR , 2012,2014 +# Giacomo , 2015 +# Matjaž Mozetič , 2015 +# Mohamed HABOU , 2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2015-2016 +# SaFi J. , 2015 +# Thomas A. Jaeger, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-22 12:24+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/language/nl/)\n" "MIME-Version: 1.0\n" @@ -28,27 +44,37 @@ msgstr "Toevoegen/verwijderen snelkoppeling" #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Aangemaakt door" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Aangemaakt op" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Te tonen naam" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Laatst bijgewerkt door" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Laatst bijgewerkt op" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/nl_BE.po b/web_shortcuts/i18n/nl_BE.po new file mode 100644 index 00000000..5eeb13e1 --- /dev/null +++ b/web_shortcuts/i18n/nl_BE.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Gemaakt door" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Gemaakt op" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Schermnaam" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/nl_NL.po b/web_shortcuts/i18n/nl_NL.po new file mode 100644 index 00000000..775dd44e --- /dev/null +++ b/web_shortcuts/i18n/nl_NL.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 11:38+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-web-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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/pl.po b/web_shortcuts/i18n/pl.po index b32ed24f..d865ed28 100644 --- a/web_shortcuts/i18n/pl.po +++ b/web_shortcuts/i18n/pl.po @@ -3,13 +3,27 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2012 +# Ahmet Altinisik , 2015 +# Alexis de Lattre , 2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2015-2016 +# FIRST AUTHOR , 2010,2012-2014 +# Giacomo , 2015 +# Giedrius Slavinskas , 2012 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Rudolf Schnapka , 2016 +# Rudolf Schnapka , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/language/pl/)\n" "MIME-Version: 1.0\n" @@ -28,27 +42,37 @@ msgstr "Dodaj / Usuń skrót" #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Utworzone przez" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Utworzono" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Wyświetlana nazwa " #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ostatnio modyfikowane przez" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ostatnia zmiana" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/pt.po b/web_shortcuts/i18n/pt.po index 0587dd78..4ebe4cc8 100644 --- a/web_shortcuts/i18n/pt.po +++ b/web_shortcuts/i18n/pt.po @@ -3,13 +3,47 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2012 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# bossnm11 , 2014 +# Carles Antoli , 2015 +# Carles Antoli , 2015 +# Chanseok , 2014 +# Chul Park , 2015 +# danimaribeiro , 2016 +# David10000 , 2014 +# FIRST AUTHOR , 2010,2012-2014 +# Giacomo , 2015 +# Giedrius Slavinskas , 2012 +# Gil , 2014 +# kmooc , 2015 +# Hongseob Lee , 2015 +# Hotellook, 2014 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013 +# Kevin Min , 2015 +# KimKyudong , 2014 +# kmooc , 2015 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015-2016 +# Nicole , 2014 +# Paolo Valier, 2016 +# Pope, 2014 +# Rudolf Schnapka , 2016 +# Sarina Canelake , 2014 +# Seok Jun Yoon , 2015 +# shin2012 , 2014 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# Young C. Kim, 2015 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/language/pt/)\n" "MIME-Version: 1.0\n" @@ -28,27 +62,37 @@ msgstr "Adicionar / Remover atalho..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Criado por" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Criado em" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nome" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Modificado a última vez por" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Atualizado pela última vez por" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Atualizado pela última vez em" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/pt_BR.po b/web_shortcuts/i18n/pt_BR.po index b3ba3e53..fac42847 100644 --- a/web_shortcuts/i18n/pt_BR.po +++ b/web_shortcuts/i18n/pt_BR.po @@ -3,15 +3,25 @@ # * web_shortcuts # # Translators: +# Ahmet Altinisik , 2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 # danimaribeiro , 2016 +# danimaribeiro , 2016 +# Eduardo Rodríguez Crespo , 2016 # FIRST AUTHOR , 2012 +# Kostas Goutoudis , 2015 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-11 02:17+0000\n" -"PO-Revision-Date: 2016-03-05 16:21+0000\n" -"Last-Translator: danimaribeiro \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,11 +46,21 @@ msgstr "Criado por" msgid "Created on" msgstr "Criado em " +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nome para Mostrar" + #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" msgstr "ID" +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última atualização em" + #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" diff --git a/web_shortcuts/i18n/pt_PT.po b/web_shortcuts/i18n/pt_PT.po new file mode 100644 index 00000000..f3337375 --- /dev/null +++ b/web_shortcuts/i18n/pt_PT.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/ro.po b/web_shortcuts/i18n/ro.po index bc06532a..66f4e144 100644 --- a/web_shortcuts/i18n/ro.po +++ b/web_shortcuts/i18n/ro.po @@ -3,13 +3,17 @@ # * web_shortcuts # # Translators: +# Carles Antoli , 2015 +# danimaribeiro , 2016 # FIRST AUTHOR , 2012 +# Guewen Baconnier , 2015 +# Matjaž Mozetič , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/language/ro/)\n" "MIME-Version: 1.0\n" @@ -28,27 +32,37 @@ msgstr "Adauga / Sterge Shortcut..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creat de" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creat la" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Nume Afişat" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima actualizare în" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima actualizare făcută de" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima actualizare la" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/ru.po b/web_shortcuts/i18n/ru.po index 2bb7800a..3cd07013 100644 --- a/web_shortcuts/i18n/ru.po +++ b/web_shortcuts/i18n/ru.po @@ -3,13 +3,29 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2012 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# FIRST AUTHOR , 2012,2014 +# Giacomo , 2015 +# Hotellook, 2014 +# Isabelle RICHARD , 2015 +# Jarmo Kortetjärvi , 2016 +# Lixon Jean-Yves , 2016 +# Matjaž Mozetič , 2015 +# Mohamed HABOU , 2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Thomas A. Jaeger, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/language/ru/)\n" "MIME-Version: 1.0\n" @@ -28,27 +44,37 @@ msgstr "Добавить / Удалить ярлык..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Создано" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" +msgstr "Создан" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" msgstr "" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" msgstr "" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Последний раз обновлено" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Последний раз обновлено" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/sk.po b/web_shortcuts/i18n/sk.po new file mode 100644 index 00000000..017e90e7 --- /dev/null +++ b/web_shortcuts/i18n/sk.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Vytvoril" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Vytvorené" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/sr.po b/web_shortcuts/i18n/sr.po new file mode 100644 index 00000000..18a4edfd --- /dev/null +++ b/web_shortcuts/i18n/sr.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/sr@latin.po b/web_shortcuts/i18n/sr@latin.po new file mode 100644 index 00000000..f063b752 --- /dev/null +++ b/web_shortcuts/i18n/sr@latin.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/sv.po b/web_shortcuts/i18n/sv.po index b75e68df..b01b9871 100644 --- a/web_shortcuts/i18n/sv.po +++ b/web_shortcuts/i18n/sv.po @@ -3,13 +3,24 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015-2016 +# Alejandro Santana , 2015 +# Antonio Trueba, 2016 +# FIRST AUTHOR , 2010,2012-2013 +# Giedrius Slavinskas , 2012 +# Guewen Baconnier , 2015 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2015 +# Sofce Dimitrijeva , 2013 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:53+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/language/sv/)\n" "MIME-Version: 1.0\n" @@ -28,27 +39,37 @@ msgstr "Lägg till/ta bort genväg..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Skapad av" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Skapad den" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Visa namn" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Senast redigerad" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Senast uppdaterad av" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Senast uppdaterad" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/th.po b/web_shortcuts/i18n/th.po index 88f3b67e..bd0dacf8 100644 --- a/web_shortcuts/i18n/th.po +++ b/web_shortcuts/i18n/th.po @@ -3,13 +3,51 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Bruno JOLIVEAU, 2015 +# Carles Antoli , 2015 +# Chanseok , 2014 +# Chul Park , 2015 +# David10000 , 2014 +# FIRST AUTHOR , 2012-2014 +# Gil , 2014 +# Guewen Baconnier , 2015 +# kmooc , 2015 +# Hongseob Lee , 2015 +# Jarmo Kortetjärvi , 2016 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013,2015 +# Kevin Min , 2015 +# KimKyudong , 2014 +# Kunwoo Kim , 2015 +# LEE SI HYEONG , 2014 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015-2016 +# Nicole , 2014 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Pope, 2014 +# Rudolf Schnapka , 2016 +# Sam Ryoo , 2014 +# Sarina Canelake , 2014 +# Seo. Junmin , 2015 +# Seok Jun Yoon , 2015 +# seungil , 2014 +# SEUNGWON , 2014 +# shin2012 , 2014 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# yterrettaz, 2015 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:49+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/language/th/)\n" "MIME-Version: 1.0\n" @@ -28,27 +66,37 @@ msgstr "เพิ่ม / ลบ ทางลัด ..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "สร้างโดย" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "สร้างเมื่อ" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "รหัส" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "อัพเดทครั้งสุดท้ายโดย" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/tr.po b/web_shortcuts/i18n/tr.po index 33a97b02..ef40980e 100644 --- a/web_shortcuts/i18n/tr.po +++ b/web_shortcuts/i18n/tr.po @@ -3,16 +3,28 @@ # * web_shortcuts # # Translators: -# Ahmet Altınışık , 2015-2016 -# Ahmet Altınışık , 2015 -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015-2016 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# FIRST AUTHOR , 2011-2014 +# Florian Hatat, 2015 +# Giacomo , 2015 +# Matjaž Mozetič , 2015 +# Mohamed HABOU , 2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2015-2016 +# SaFi J. , 2015 +# Thomas A. Jaeger, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-01-31 11:39+0000\n" -"Last-Translator: Ahmet Altınışık \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 20:46+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,11 +49,21 @@ msgstr "Oluşturan" msgid "Created on" msgstr "Oluşturuldu" +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Görünen İsim" + #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" msgstr "ID" +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Son değişiklik" + #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" diff --git a/web_shortcuts/i18n/tr_TR.po b/web_shortcuts/i18n/tr_TR.po new file mode 100644 index 00000000..487a1097 --- /dev/null +++ b/web_shortcuts/i18n/tr_TR.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:11+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Görünen ad" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "Kimlik" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/uk.po b/web_shortcuts/i18n/uk.po new file mode 100644 index 00000000..e63b756a --- /dev/null +++ b/web_shortcuts/i18n/uk.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Створив" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Дата створення" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/vi.po b/web_shortcuts/i18n/vi.po index acc4c667..fafd63fc 100644 --- a/web_shortcuts/i18n/vi.po +++ b/web_shortcuts/i18n/vi.po @@ -3,13 +3,23 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# danimaribeiro , 2015 +# FIRST AUTHOR , 2012-2013 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015-2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2015-2016 +# Rudolf Schnapka , 2015 +# SaFi J. , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:47+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-8-0/language/vi/)\n" "MIME-Version: 1.0\n" @@ -28,27 +38,37 @@ msgstr "Thêm / Xóa đường dẫn ...." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Được tạo bởi" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "Được tạo vào" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "Tên hiển thị" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Last Updated by" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Cập nhật lần cuối vào" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/vi_VN.po b/web_shortcuts/i18n/vi_VN.po new file mode 100644 index 00000000..c566687b --- /dev/null +++ b/web_shortcuts/i18n/vi_VN.po @@ -0,0 +1,80 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_shortcuts +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-web-8-0/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: web_shortcuts +#. openerp-web +#: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24 +#, python-format +msgid "Add / Remove Shortcut..." +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,create_uid:0 +msgid "Created by" +msgstr "Tạo bởi" + +#. module: web_shortcuts +#: field:web.shortcut,create_date:0 +msgid "Created on" +msgstr "Tạo vào" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,write_uid:0 +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: web_shortcuts +#: field:web.shortcut,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: web_shortcuts +#: field:web.shortcut,menu_id:0 +msgid "Menu id" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: web_shortcuts +#: sql_constraint:web.shortcut:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: web_shortcuts +#: field:web.shortcut,user_id:0 +msgid "User Ref." +msgstr "" diff --git a/web_shortcuts/i18n/zh_CN.po b/web_shortcuts/i18n/zh_CN.po index 963a0b1c..30d677fe 100644 --- a/web_shortcuts/i18n/zh_CN.po +++ b/web_shortcuts/i18n/zh_CN.po @@ -3,13 +3,51 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2012 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Bruno JOLIVEAU, 2015 +# Carles Antoli , 2015 +# Chanseok , 2014 +# Chul Park , 2015 +# David10000 , 2014 +# FIRST AUTHOR , 2012,2014 +# Gil , 2014 +# Guewen Baconnier , 2015 +# kmooc , 2015 +# Hongseob Lee , 2015 +# Jarmo Kortetjärvi , 2016 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013,2015 +# Kevin Min , 2015 +# KimKyudong , 2014 +# Kunwoo Kim , 2015 +# LEE SI HYEONG , 2014 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015-2016 +# Nicole , 2014 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Pope, 2014 +# Rudolf Schnapka , 2016 +# Sam Ryoo , 2014 +# Sarina Canelake , 2014 +# Seo. Junmin , 2015 +# Seok Jun Yoon , 2015 +# seungil , 2014 +# SEUNGWON , 2014 +# shin2012 , 2014 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# yterrettaz, 2015 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -28,27 +66,37 @@ msgstr "添加/删除快捷方式..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "创建者" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "创建时间" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "显示名称" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "ID" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "最后修改时间" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "最后更新者" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "上次更新日期" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_shortcuts/i18n/zh_TW.po b/web_shortcuts/i18n/zh_TW.po index f5925e3f..9dd7df84 100644 --- a/web_shortcuts/i18n/zh_TW.po +++ b/web_shortcuts/i18n/zh_TW.po @@ -3,13 +3,25 @@ # * web_shortcuts # # Translators: -# FIRST AUTHOR , 2013 +# Ahmet Altinisik , 2016 +# Alexis de Lattre , 2016 +# Antonio Trueba, 2016 +# Christophe CHAUVET , 2015 +# danimaribeiro , 2015-2016 +# FIRST AUTHOR , 2010,2012-2013 +# Giedrius Slavinskas , 2012 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Pedro Castro Silva , 2015 +# Rudolf Schnapka , 2015-2016 +# Sofce Dimitrijeva , 2013 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-11 09:52+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -28,27 +40,37 @@ msgstr "新增/移除捷徑..." #. module: web_shortcuts #: field:web.shortcut,create_uid:0 msgid "Created by" -msgstr "" +msgstr "建立者" #. module: web_shortcuts #: field:web.shortcut,create_date:0 msgid "Created on" -msgstr "" +msgstr "建立於" + +#. module: web_shortcuts +#: field:web.shortcut,display_name:0 +msgid "Display Name" +msgstr "顯示名稱" #. module: web_shortcuts #: field:web.shortcut,id:0 msgid "ID" -msgstr "" +msgstr "編號" + +#. module: web_shortcuts +#: field:web.shortcut,__last_update:0 +msgid "Last Modified on" +msgstr "最後修改:" #. module: web_shortcuts #: field:web.shortcut,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "最後更新:" #. module: web_shortcuts #: field:web.shortcut,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "最後更新於" #. module: web_shortcuts #: field:web.shortcut,menu_id:0 diff --git a/web_switch_company_warning/__openerp__.py b/web_switch_company_warning/__openerp__.py index 03f76374..21e893b7 100644 --- a/web_switch_company_warning/__openerp__.py +++ b/web_switch_company_warning/__openerp__.py @@ -9,7 +9,7 @@ "category": "web", "website": "http://akretion.com", "license": "AGPL-3", - "author": "Akretion / Odoo Community Association (OCA)", + "author": "Akretion, Odoo Community Association (OCA)", "depends": [ 'web', ], diff --git a/web_switch_company_warning/i18n/en.po b/web_switch_company_warning/i18n/en.po deleted file mode 100644 index 8f1a0c34..00000000 --- a/web_switch_company_warning/i18n/en.po +++ /dev/null @@ -1,39 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_switch_company_warning -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:12+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_switch_company_warning -#. openerp-web -#: code:addons/web_switch_company_warning/static/src/xml/switch_company_warning.xml:6 -#, python-format -msgid "Reload" -msgstr "Reload" - -#. module: web_switch_company_warning -#. openerp-web -#: code:addons/web_switch_company_warning/static/src/xml/switch_company_warning.xml:5 -#, python-format -msgid "You switched to a different company or user with another tab or window" -msgstr "You switched to a different company or user with another tab or window" - -#. module: web_switch_company_warning -#. openerp-web -#: code:addons/web_switch_company_warning/static/src/xml/switch_company_warning.xml:6 -#, python-format -msgid "to refresh your session" -msgstr "to refresh your session" diff --git a/web_switch_company_warning/i18n/es.po b/web_switch_company_warning/i18n/es.po index c6249db4..60a866b0 100644 --- a/web_switch_company_warning/i18n/es.po +++ b/web_switch_company_warning/i18n/es.po @@ -3,14 +3,27 @@ # * web_switch_company_warning # # Translators: -# Pedro M. Baeza , 2015 +# Artūras Griškonis , 2012,2015-2016 +# Artūras Griškonis , 2012 +# danimaribeiro , 2016 +# Dorin Hongu , 2015 +# FIRST AUTHOR , 2012-2014 +# Giacomo , 2015 +# Hotellook, 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015-2016 +# Miku Laitinen , 2015 +# Pedro M. Baeza , 2015-2016 +# Rudolf Schnapka , 2015-2016 +# SaFi J. , 2015 +# Zapata11 , 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:12+0000\n" -"Last-Translator: OCA Transbot \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:47+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,7 +43,7 @@ msgstr "Recargar" #: code:addons/web_switch_company_warning/static/src/xml/switch_company_warning.xml:5 #, python-format msgid "You switched to a different company or user with another tab or window" -msgstr "" +msgstr "Ha cambiado a una compañía diferente o usuario en otra pestaña o ventana" #. module: web_switch_company_warning #. openerp-web diff --git a/web_switch_company_warning/i18n/tr.po b/web_switch_company_warning/i18n/tr.po index af4f0241..06fe9adb 100644 --- a/web_switch_company_warning/i18n/tr.po +++ b/web_switch_company_warning/i18n/tr.po @@ -3,15 +3,31 @@ # * web_switch_company_warning # # Translators: -# Ahmet Altınışık , 2015 -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2015-2016 +# Alejandro Santana , 2015 +# Ahmet Altinisik , 2015 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# danimaribeiro , 2016 +# Bole , 2015 +# FIRST AUTHOR , 2010,2012-2013 +# Gustavo Lepri , 2015 +# Jarmo Kortetjärvi , 2016 +# John Toro , 2015 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Thomas A. Jaeger, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:12+0000\n" -"Last-Translator: OCA Transbot \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2016-12-30 21:15+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,7 +47,7 @@ msgstr "Yenile" #: code:addons/web_switch_company_warning/static/src/xml/switch_company_warning.xml:5 #, python-format msgid "You switched to a different company or user with another tab or window" -msgstr "" +msgstr "Başka bir pencerede ya da sekmede farklı bir şirkete geçiş yaptınız." #. module: web_switch_company_warning #. openerp-web diff --git a/web_timeline/i18n/ar.po b/web_timeline/i18n/ar.po new file mode 100644 index 00000000..6a259a2b --- /dev/null +++ b/web_timeline/i18n/ar.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# SaFi J. , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: SaFi J. , 2016\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "إنشاء" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "الرسائل" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "حفظ" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "اليوم" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "سنة" diff --git a/web_timeline/i18n/bg.po b/web_timeline/i18n/bg.po new file mode 100644 index 00000000..ba1009a1 --- /dev/null +++ b/web_timeline/i18n/bg.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Създай" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Съобщения" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/bs.po b/web_timeline/i18n/bs.po new file mode 100644 index 00000000..a2f6153d --- /dev/null +++ b/web_timeline/i18n/bs.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Poruke" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Godina" diff --git a/web_timeline/i18n/ca.po b/web_timeline/i18n/ca.po new file mode 100644 index 00000000..ee0350e3 --- /dev/null +++ b/web_timeline/i18n/ca.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Marc Tormo i Bochaca , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Marc Tormo i Bochaca , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Missatges" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Desar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Avui" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Any" diff --git a/web_timeline/i18n/cs.po b/web_timeline/i18n/cs.po new file mode 100644 index 00000000..93b1581c --- /dev/null +++ b/web_timeline/i18n/cs.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Zprávy" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Rok" diff --git a/web_timeline/i18n/da.po b/web_timeline/i18n/da.po new file mode 100644 index 00000000..f104ad70 --- /dev/null +++ b/web_timeline/i18n/da.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Beskeder" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/de.po b/web_timeline/i18n/de.po new file mode 100644 index 00000000..4fe90b01 --- /dev/null +++ b/web_timeline/i18n/de.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Rudolf Schnapka , 2016 +# OCA Transbot , 2016 +# Thomas A. Jaeger , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Thomas A. Jaeger , 2016\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Erstellen" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Tag" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Meldungen" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Monat" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Speichern" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Heute" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Woche" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Jahr" diff --git a/web_timeline/i18n/el_GR.po b/web_timeline/i18n/el_GR.po new file mode 100644 index 00000000..6da902af --- /dev/null +++ b/web_timeline/i18n/el_GR.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Kostas Goutoudis , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Kostas Goutoudis , 2016\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Μηνύματα" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/en_GB.po b/web_timeline/i18n/en_GB.po new file mode 100644 index 00000000..77ff2a4a --- /dev/null +++ b/web_timeline/i18n/en_GB.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Messages" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Year" diff --git a/web_timeline/i18n/es.po b/web_timeline/i18n/es.po new file mode 100644 index 00000000..1a83fd4c --- /dev/null +++ b/web_timeline/i18n/es.po @@ -0,0 +1,106 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Pedro M. Baeza , 2016 +# Iván Todorovich , 2016 +# Carles Antoli , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Carles Antoli , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Día" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Guardar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hoy" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Semana" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Año" diff --git a/web_timeline/i18n/es_AR.po b/web_timeline/i18n/es_AR.po new file mode 100644 index 00000000..520cc986 --- /dev/null +++ b/web_timeline/i18n/es_AR.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/es_CL.po b/web_timeline/i18n/es_CL.po new file mode 100644 index 00000000..e6091ec3 --- /dev/null +++ b/web_timeline/i18n/es_CL.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/es_CO.po b/web_timeline/i18n/es_CO.po new file mode 100644 index 00000000..7375a272 --- /dev/null +++ b/web_timeline/i18n/es_CO.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/es_CR.po b/web_timeline/i18n/es_CR.po new file mode 100644 index 00000000..23726092 --- /dev/null +++ b/web_timeline/i18n/es_CR.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hoy" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Año" diff --git a/web_timeline/i18n/es_DO.po b/web_timeline/i18n/es_DO.po new file mode 100644 index 00000000..671e4d14 --- /dev/null +++ b/web_timeline/i18n/es_DO.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/es_EC.po b/web_timeline/i18n/es_EC.po new file mode 100644 index 00000000..e55ea037 --- /dev/null +++ b/web_timeline/i18n/es_EC.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Año" diff --git a/web_timeline/i18n/es_MX.po b/web_timeline/i18n/es_MX.po new file mode 100644 index 00000000..e60ac8a5 --- /dev/null +++ b/web_timeline/i18n/es_MX.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hoy" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Año" diff --git a/web_timeline/i18n/es_PE.po b/web_timeline/i18n/es_PE.po new file mode 100644 index 00000000..023d694f --- /dev/null +++ b/web_timeline/i18n/es_PE.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/es_PY.po b/web_timeline/i18n/es_PY.po new file mode 100644 index 00000000..77992249 --- /dev/null +++ b/web_timeline/i18n/es_PY.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/es_VE.po b/web_timeline/i18n/es_VE.po new file mode 100644 index 00000000..d36e9911 --- /dev/null +++ b/web_timeline/i18n/es_VE.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensajes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hoy" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/et.po b/web_timeline/i18n/et.po new file mode 100644 index 00000000..f0ad3a6b --- /dev/null +++ b/web_timeline/i18n/et.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Sõnumid" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Aasta" diff --git a/web_timeline/i18n/eu.po b/web_timeline/i18n/eu.po new file mode 100644 index 00000000..88c6657d --- /dev/null +++ b/web_timeline/i18n/eu.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Esther Martín Menéndez , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Eguna" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "Editatu" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mezuak" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Hilabete" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Gorde" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Gaur" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Astea" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Urtea" diff --git a/web_timeline/i18n/fa.po b/web_timeline/i18n/fa.po new file mode 100644 index 00000000..ae08cf86 --- /dev/null +++ b/web_timeline/i18n/fa.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "پیام‌ها" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/fi.po b/web_timeline/i18n/fi.po new file mode 100644 index 00000000..88eb9a8c --- /dev/null +++ b/web_timeline/i18n/fi.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Jarmo Kortetjärvi , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Jarmo Kortetjärvi , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Luo" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Viestejä" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Kuukausi" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Tallenna" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Tänään" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Vuosi" diff --git a/web_timeline/i18n/fr.po b/web_timeline/i18n/fr.po new file mode 100644 index 00000000..90851544 --- /dev/null +++ b/web_timeline/i18n/fr.po @@ -0,0 +1,106 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# David BEAL , 2016 +# Christophe CHAUVET , 2016 +# dglucose , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: dglucose , 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Créer" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Jour" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Messages" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mois" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Sauvegarder" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Aujourd'hui" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Semaine" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Année" diff --git a/web_timeline/i18n/fr_CA.po b/web_timeline/i18n/fr_CA.po new file mode 100644 index 00000000..9765e73c --- /dev/null +++ b/web_timeline/i18n/fr_CA.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Adriana Ierfino , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Adriana Ierfino , 2016\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Année" diff --git a/web_timeline/i18n/fr_CH.po b/web_timeline/i18n/fr_CH.po new file mode 100644 index 00000000..5d03a061 --- /dev/null +++ b/web_timeline/i18n/fr_CH.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Créer" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/gl.po b/web_timeline/i18n/gl.po new file mode 100644 index 00000000..0d128e3a --- /dev/null +++ b/web_timeline/i18n/gl.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# César Castro Cruz , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: César Castro Cruz , 2016\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Crear" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hoxe" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Ano" diff --git a/web_timeline/i18n/he.po b/web_timeline/i18n/he.po new file mode 100644 index 00000000..6768c34d --- /dev/null +++ b/web_timeline/i18n/he.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "הודעות" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/hr.po b/web_timeline/i18n/hr.po new file mode 100644 index 00000000..8e54414e --- /dev/null +++ b/web_timeline/i18n/hr.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Ana-Maria Olujić , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Ana-Maria Olujić , 2016\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Kreiraj" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Poruke" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Danas" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Tjedan" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Godina" diff --git a/web_timeline/i18n/hr_HR.po b/web_timeline/i18n/hr_HR.po new file mode 100644 index 00000000..d702f9ab --- /dev/null +++ b/web_timeline/i18n/hr_HR.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Bole , 2016\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Poruke" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Danas" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/hu.po b/web_timeline/i18n/hu.po new file mode 100644 index 00000000..a0205434 --- /dev/null +++ b/web_timeline/i18n/hu.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Üzenetek" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Ma" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Év" diff --git a/web_timeline/i18n/id.po b/web_timeline/i18n/id.po new file mode 100644 index 00000000..c29ab425 --- /dev/null +++ b/web_timeline/i18n/id.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Pesan" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/it.po b/web_timeline/i18n/it.po new file mode 100644 index 00000000..85717005 --- /dev/null +++ b/web_timeline/i18n/it.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Paolo Valier , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Crea" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Giorno" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "Modifica" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Messaggi" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mese" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Salva" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Oggi" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Settimana" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Anno" diff --git a/web_timeline/i18n/ja.po b/web_timeline/i18n/ja.po new file mode 100644 index 00000000..d8d77af1 --- /dev/null +++ b/web_timeline/i18n/ja.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "メッセージ" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "本日" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "年" diff --git a/web_timeline/i18n/ko.po b/web_timeline/i18n/ko.po new file mode 100644 index 00000000..30a102a8 --- /dev/null +++ b/web_timeline/i18n/ko.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "메시지" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/lt.po b/web_timeline/i18n/lt.po new file mode 100644 index 00000000..3aba9282 --- /dev/null +++ b/web_timeline/i18n/lt.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Pranešimai" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Dabar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Metai" diff --git a/web_timeline/i18n/lv.po b/web_timeline/i18n/lv.po new file mode 100644 index 00000000..2d5c9b3b --- /dev/null +++ b/web_timeline/i18n/lv.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Ziņojumi" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Šodien" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/mk.po b/web_timeline/i18n/mk.po new file mode 100644 index 00000000..c8ec1f0d --- /dev/null +++ b/web_timeline/i18n/mk.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Пораки" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Денес" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Година" diff --git a/web_timeline/i18n/mn.po b/web_timeline/i18n/mn.po new file mode 100644 index 00000000..954f30b7 --- /dev/null +++ b/web_timeline/i18n/mn.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Зурвасууд" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Өнөөдөр" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Жил" diff --git a/web_timeline/i18n/nb.po b/web_timeline/i18n/nb.po new file mode 100644 index 00000000..64aa47e0 --- /dev/null +++ b/web_timeline/i18n/nb.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Dag" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Meldinger." + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Måned" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Uke" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "År" diff --git a/web_timeline/i18n/nb_NO.po b/web_timeline/i18n/nb_NO.po new file mode 100644 index 00000000..f32a3f54 --- /dev/null +++ b/web_timeline/i18n/nb_NO.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Imre Kristoffer Eilertsen , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Imre Kristoffer Eilertsen , 2016\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Lag" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Meldinger" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/nl.po b/web_timeline/i18n/nl.po new file mode 100644 index 00000000..4484b4bc --- /dev/null +++ b/web_timeline/i18n/nl.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Erwin van der Ploeg , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Erwin van der Ploeg , 2016\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Aanmaken" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Dag" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Berichten" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Maand" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Opslaan" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Vandaag" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Week" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Jaar" diff --git a/web_timeline/i18n/nl_BE.po b/web_timeline/i18n/nl_BE.po new file mode 100644 index 00000000..3097cf4a --- /dev/null +++ b/web_timeline/i18n/nl_BE.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Berichten" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Jaar" diff --git a/web_timeline/i18n/pl.po b/web_timeline/i18n/pl.po new file mode 100644 index 00000000..60574be3 --- /dev/null +++ b/web_timeline/i18n/pl.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Wiadomosći" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Dzisiaj" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Rok" diff --git a/web_timeline/i18n/pt.po b/web_timeline/i18n/pt.po new file mode 100644 index 00000000..7e1c5634 --- /dev/null +++ b/web_timeline/i18n/pt.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Daniel Reis , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Daniel Reis , 2016\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensagens" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mês" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hoje" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Semana" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Ano" diff --git a/web_timeline/i18n/pt_BR.po b/web_timeline/i18n/pt_BR.po new file mode 100644 index 00000000..9cbcc7c4 --- /dev/null +++ b/web_timeline/i18n/pt_BR.po @@ -0,0 +1,107 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# danimaribeiro , 2016 +# Felipe Lopes , 2016 +# OCA Transbot , 2016 +# Claudio Araujo Santos , 2016 +# Alessandro Martini , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Alessandro Martini , 2016\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Criar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Dia" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "Editar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensagens" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mês" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Salvar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hoje" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Semana" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Ano" diff --git a/web_timeline/i18n/pt_PT.po b/web_timeline/i18n/pt_PT.po new file mode 100644 index 00000000..3088b94b --- /dev/null +++ b/web_timeline/i18n/pt_PT.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Pedro Castro Silva , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Pedro Castro Silva , 2016\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mensagens" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mês" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Ano" diff --git a/web_timeline/i18n/ro.po b/web_timeline/i18n/ro.po new file mode 100644 index 00000000..87355462 --- /dev/null +++ b/web_timeline/i18n/ro.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Astazi" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "An" diff --git a/web_timeline/i18n/ru.po b/web_timeline/i18n/ru.po new file mode 100644 index 00000000..9dde9d2d --- /dev/null +++ b/web_timeline/i18n/ru.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Год" diff --git a/web_timeline/i18n/sk.po b/web_timeline/i18n/sk.po new file mode 100644 index 00000000..c08edff9 --- /dev/null +++ b/web_timeline/i18n/sk.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Správy" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/sl.po b/web_timeline/i18n/sl.po new file mode 100644 index 00000000..bfd6a15d --- /dev/null +++ b/web_timeline/i18n/sl.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# Matjaž Mozetič , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "Ste prepričani, da želite izbrisati ta zapis?" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Ustvari" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Dan" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "Urejanje" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Sporočila" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Mesec" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Shrani" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "Časovnica" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "Prikaz časovnice nima določenega atributa 'date_start'." + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Danes" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Teden" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Leto" diff --git a/web_timeline/i18n/sr.po b/web_timeline/i18n/sr.po new file mode 100644 index 00000000..4139f007 --- /dev/null +++ b/web_timeline/i18n/sr.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Poruke" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/sr@latin.po b/web_timeline/i18n/sr@latin.po new file mode 100644 index 00000000..aaf301b1 --- /dev/null +++ b/web_timeline/i18n/sr@latin.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Poruke" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/sv.po b/web_timeline/i18n/sv.po new file mode 100644 index 00000000..4d5ec8d3 --- /dev/null +++ b/web_timeline/i18n/sv.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Meddelanden" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Idag" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "År" diff --git a/web_timeline/i18n/th.po b/web_timeline/i18n/th.po new file mode 100644 index 00000000..63d76bb8 --- /dev/null +++ b/web_timeline/i18n/th.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "ข้อความ" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "ปี" diff --git a/web_timeline/i18n/tr.po b/web_timeline/i18n/tr.po new file mode 100644 index 00000000..1fd0aaee --- /dev/null +++ b/web_timeline/i18n/tr.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "Bu kaydı silmek istediğinizden emin misiniz ?" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "Oluştur" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "Gün" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "Düzenle" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Mesajlar" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "Ay" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "Kaydet" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "Zaman çizelgesi" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "Zaman çizelgesi görünümünün 'date_start' özelliği tanımlamamış." + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Bugün" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "Hafta" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "Yıl" diff --git a/web_timeline/i18n/uk.po b/web_timeline/i18n/uk.po new file mode 100644 index 00000000..3cc573a5 --- /dev/null +++ b/web_timeline/i18n/uk.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Повідомлення" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/vi.po b/web_timeline/i18n/vi.po new file mode 100644 index 00000000..679d2db9 --- /dev/null +++ b/web_timeline/i18n/vi.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "Thông điệp" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "Hôm nay" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "" diff --git a/web_timeline/i18n/zh_CN.po b/web_timeline/i18n/zh_CN.po new file mode 100644 index 00000000..cff96056 --- /dev/null +++ b/web_timeline/i18n/zh_CN.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +# Alan Luo , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: Alan Luo , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "消息" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "今日" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "本周" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "年" diff --git a/web_timeline/i18n/zh_TW.po b/web_timeline/i18n/zh_TW.po new file mode 100644 index 00000000..8e00a8b5 --- /dev/null +++ b/web_timeline/i18n/zh_TW.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_timeline +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-06 08:58+0000\n" +"PO-Revision-Date: 2016-12-06 08:58+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/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: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:484 +#, python-format +msgid "Are you sure you want to delete this record ?" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:377 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:8 +#, python-format +msgid "Day" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:426 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:441 +#, python-format +msgid "Messages" +msgstr "訊息" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:10 +#, python-format +msgid "Month" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:427 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:27 +#, python-format +msgid "Timeline" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/js/web_timeline.js:99 +#, python-format +msgid "Timeline view has not defined 'date_start' attribute." +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:5 +#, python-format +msgid "Today" +msgstr "今天" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:9 +#, python-format +msgid "Week" +msgstr "" + +#. module: web_timeline +#. openerp-web +#: code:addons/web_timeline/static/src/xml/web_timeline.xml:11 +#, python-format +msgid "Year" +msgstr "年度" diff --git a/web_translate_dialog/i18n/am.po b/web_translate_dialog/i18n/am.po new file mode 100644 index 00000000..00eca7ff --- /dev/null +++ b/web_translate_dialog/i18n/am.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/bg.po b/web_translate_dialog/i18n/bg.po new file mode 100644 index 00000000..b2d6ebec --- /dev/null +++ b/web_translate_dialog/i18n/bg.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/bs.po b/web_translate_dialog/i18n/bs.po new file mode 100644 index 00000000..d4657a00 --- /dev/null +++ b/web_translate_dialog/i18n/bs.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/ca.po b/web_translate_dialog/i18n/ca.po new file mode 100644 index 00000000..d6f696e0 --- /dev/null +++ b/web_translate_dialog/i18n/ca.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-08 19:01+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancel·la" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "Camp" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "Desar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/ca_ES.po b/web_translate_dialog/i18n/ca_ES.po new file mode 100644 index 00000000..f6d97e86 --- /dev/null +++ b/web_translate_dialog/i18n/ca_ES.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancel·la" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/cs.po b/web_translate_dialog/i18n/cs.po new file mode 100644 index 00000000..56aea411 --- /dev/null +++ b/web_translate_dialog/i18n/cs.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Zrušit" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/el_GR.po b/web_translate_dialog/i18n/el_GR.po new file mode 100644 index 00000000..70625496 --- /dev/null +++ b/web_translate_dialog/i18n/el_GR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Άκυρο" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/en_AU.po b/web_translate_dialog/i18n/en_AU.po new file mode 100644 index 00000000..0bcb7978 --- /dev/null +++ b/web_translate_dialog/i18n/en_AU.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (Australia) (http://www.transifex.com/oca/OCA-web-8-0/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/en_GB.po b/web_translate_dialog/i18n/en_GB.po new file mode 100644 index 00000000..8f855e2d --- /dev/null +++ b/web_translate_dialog/i18n/en_GB.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_AR.po b/web_translate_dialog/i18n/es_AR.po new file mode 100644 index 00000000..d47cc9b7 --- /dev/null +++ b/web_translate_dialog/i18n/es_AR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_CL.po b/web_translate_dialog/i18n/es_CL.po new file mode 100644 index 00000000..8faf1c6e --- /dev/null +++ b/web_translate_dialog/i18n/es_CL.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_CO.po b/web_translate_dialog/i18n/es_CO.po new file mode 100644 index 00000000..37758127 --- /dev/null +++ b/web_translate_dialog/i18n/es_CO.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_CR.po b/web_translate_dialog/i18n/es_CR.po new file mode 100644 index 00000000..9ec05820 --- /dev/null +++ b/web_translate_dialog/i18n/es_CR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_DO.po b/web_translate_dialog/i18n/es_DO.po new file mode 100644 index 00000000..bdcd2ba6 --- /dev/null +++ b/web_translate_dialog/i18n/es_DO.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_EC.po b/web_translate_dialog/i18n/es_EC.po new file mode 100644 index 00000000..9f103073 --- /dev/null +++ b/web_translate_dialog/i18n/es_EC.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_MX.po b/web_translate_dialog/i18n/es_MX.po new file mode 100644 index 00000000..41b37c7d --- /dev/null +++ b/web_translate_dialog/i18n/es_MX.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/es_VE.po b/web_translate_dialog/i18n/es_VE.po new file mode 100644 index 00000000..4d07c274 --- /dev/null +++ b/web_translate_dialog/i18n/es_VE.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/et.po b/web_translate_dialog/i18n/et.po new file mode 100644 index 00000000..f76ad77f --- /dev/null +++ b/web_translate_dialog/i18n/et.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Loobu" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/eu.po b/web_translate_dialog/i18n/eu.po new file mode 100644 index 00000000..498bb94e --- /dev/null +++ b/web_translate_dialog/i18n/eu.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-23 07:59+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "Gorde" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/fa.po b/web_translate_dialog/i18n/fa.po new file mode 100644 index 00000000..f64fc234 --- /dev/null +++ b/web_translate_dialog/i18n/fa.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "لغو" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/fr_CH.po b/web_translate_dialog/i18n/fr_CH.po new file mode 100644 index 00000000..39ad9cf6 --- /dev/null +++ b/web_translate_dialog/i18n/fr_CH.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/fr_FR.po b/web_translate_dialog/i18n/fr_FR.po new file mode 100644 index 00000000..a24f5716 --- /dev/null +++ b/web_translate_dialog/i18n/fr_FR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-web-8-0/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/gl.po b/web_translate_dialog/i18n/gl.po new file mode 100644 index 00000000..b5531a0e --- /dev/null +++ b/web_translate_dialog/i18n/gl.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/he.po b/web_translate_dialog/i18n/he.po new file mode 100644 index 00000000..2c3011c3 --- /dev/null +++ b/web_translate_dialog/i18n/he.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "בטל" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/hi.po b/web_translate_dialog/i18n/hi.po new file mode 100644 index 00000000..52bc8b51 --- /dev/null +++ b/web_translate_dialog/i18n/hi.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hindi (http://www.transifex.com/oca/OCA-web-8-0/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "रद्द" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/hr_HR.po b/web_translate_dialog/i18n/hr_HR.po new file mode 100644 index 00000000..70256346 --- /dev/null +++ b/web_translate_dialog/i18n/hr_HR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/hu.po b/web_translate_dialog/i18n/hu.po new file mode 100644 index 00000000..33626ba3 --- /dev/null +++ b/web_translate_dialog/i18n/hu.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Mégsem" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/id.po b/web_translate_dialog/i18n/id.po new file mode 100644 index 00000000..c911b4ba --- /dev/null +++ b/web_translate_dialog/i18n/id.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Batalkan" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/ja.po b/web_translate_dialog/i18n/ja.po new file mode 100644 index 00000000..8ed51871 --- /dev/null +++ b/web_translate_dialog/i18n/ja.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "キャンセル" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/ko.po b/web_translate_dialog/i18n/ko.po new file mode 100644 index 00000000..7c09cd20 --- /dev/null +++ b/web_translate_dialog/i18n/ko.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "취소" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/lo.po b/web_translate_dialog/i18n/lo.po new file mode 100644 index 00000000..ea30e2cd --- /dev/null +++ b/web_translate_dialog/i18n/lo.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lao (http://www.transifex.com/oca/OCA-web-8-0/language/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/lt.po b/web_translate_dialog/i18n/lt.po new file mode 100644 index 00000000..6e3a2a31 --- /dev/null +++ b/web_translate_dialog/i18n/lt.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Atšaukti" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/lv.po b/web_translate_dialog/i18n/lv.po new file mode 100644 index 00000000..34f4eea4 --- /dev/null +++ b/web_translate_dialog/i18n/lv.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Atcelt" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/mk.po b/web_translate_dialog/i18n/mk.po new file mode 100644 index 00000000..886422b6 --- /dev/null +++ b/web_translate_dialog/i18n/mk.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/mn.po b/web_translate_dialog/i18n/mn.po new file mode 100644 index 00000000..c14e99ed --- /dev/null +++ b/web_translate_dialog/i18n/mn.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Цуцлах" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/nb.po b/web_translate_dialog/i18n/nb.po new file mode 100644 index 00000000..fe219332 --- /dev/null +++ b/web_translate_dialog/i18n/nb.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/nb_NO.po b/web_translate_dialog/i18n/nb_NO.po new file mode 100644 index 00000000..9b3e0f3e --- /dev/null +++ b/web_translate_dialog/i18n/nb_NO.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Lukk" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/nl.po b/web_translate_dialog/i18n/nl.po index 90749f99..a9a01ef7 100644 --- a/web_translate_dialog/i18n/nl.po +++ b/web_translate_dialog/i18n/nl.po @@ -1,21 +1,66 @@ -# Dutch translation for web-addons -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the web-addons package. -# FIRST AUTHOR , 2014. -# +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +# Accounts-Payable - Alkemics, 2015 +# Ahmet Altinisik , 2015 +# Alejandro Santana , 2015 +# Antonio Trueba, 2016 +# Carles Antoli , 2015 +# Chen-Do LU , 2015 +# Christophe CHAUVET , 2015 +# Bole , 2015 +# Dimitrios Glentadakis , 2013-2014, 2015-2016 +# Efstathios Iosifidis , 2014 +# FIRST AUTHOR , 2012,2014 +# François Breysse , 2015 +# Giacomo , 2015 +# Guewen Baconnier , 2015 +# Hotellook, 2014 +# Jim Spentzos, 2014 +# Matjaž Mozetič , 2015 +# Mohamed HABOU , 2016 +# njeudy , 2015 +# Pedro M. Baeza , 2015 +# Pierre Verkest , 2015 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Thomas A. Jaeger, 2015 msgid "" msgstr "" -"Project-Id-Version: web-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2013-12-09 07:15+0000\n" -"PO-Revision-Date: 2014-03-10 10:09+0000\n" -"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" -"Language-Team: Dutch \n" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:02+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "Veld" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" #. module: web_translate_dialog #. openerp-web @@ -30,10 +75,3 @@ msgstr "Vertalen" #, python-format msgid "Translations" msgstr "Vertalingen" - -#. module: web_translate_dialog -#. openerp-web -#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 -#, python-format -msgid "Field" -msgstr "Veld" diff --git a/web_translate_dialog/i18n/nl_BE.po b/web_translate_dialog/i18n/nl_BE.po new file mode 100644 index 00000000..0fe3a4ee --- /dev/null +++ b/web_translate_dialog/i18n/nl_BE.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/pl.po b/web_translate_dialog/i18n/pl.po new file mode 100644 index 00000000..801bc7ab --- /dev/null +++ b/web_translate_dialog/i18n/pl.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Anuluj" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/pt.po b/web_translate_dialog/i18n/pt.po new file mode 100644 index 00000000..79467fbb --- /dev/null +++ b/web_translate_dialog/i18n/pt.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/ro.po b/web_translate_dialog/i18n/ro.po new file mode 100644 index 00000000..c2e60e14 --- /dev/null +++ b/web_translate_dialog/i18n/ro.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Anuleaza" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/ru.po b/web_translate_dialog/i18n/ru.po new file mode 100644 index 00000000..dd86349e --- /dev/null +++ b/web_translate_dialog/i18n/ru.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Отменена" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "Поле" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/sk.po b/web_translate_dialog/i18n/sk.po new file mode 100644 index 00000000..bc3a0b6a --- /dev/null +++ b/web_translate_dialog/i18n/sk.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Zrušiť" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/sr.po b/web_translate_dialog/i18n/sr.po new file mode 100644 index 00000000..e59b05ca --- /dev/null +++ b/web_translate_dialog/i18n/sr.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/sr@latin.po b/web_translate_dialog/i18n/sr@latin.po new file mode 100644 index 00000000..c859023b --- /dev/null +++ b/web_translate_dialog/i18n/sr@latin.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/sv.po b/web_translate_dialog/i18n/sv.po new file mode 100644 index 00000000..e0e20127 --- /dev/null +++ b/web_translate_dialog/i18n/sv.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/th.po b/web_translate_dialog/i18n/th.po new file mode 100644 index 00000000..52c7fb1c --- /dev/null +++ b/web_translate_dialog/i18n/th.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/tr_TR.po b/web_translate_dialog/i18n/tr_TR.po new file mode 100644 index 00000000..9cb3fe94 --- /dev/null +++ b/web_translate_dialog/i18n/tr_TR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:11+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "İptal et" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/uk.po b/web_translate_dialog/i18n/uk.po new file mode 100644 index 00000000..435c1938 --- /dev/null +++ b/web_translate_dialog/i18n/uk.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:45+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "Скасувати" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_translate_dialog/i18n/zh_TW.po b/web_translate_dialog/i18n/zh_TW.po new file mode 100644 index 00000000..8f1c7e26 --- /dev/null +++ b/web_translate_dialog/i18n/zh_TW.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_translate_dialog +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2015-11-07 11:21+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/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: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:30 +#, python-format +msgid "Cancel" +msgstr "刪除" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:7 +#, python-format +msgid "Field" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/xml/base.xml:29 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:15 +#, python-format +msgid "Translate" +msgstr "" + +#. module: web_translate_dialog +#. openerp-web +#: code:addons/web_translate_dialog/static/src/js/web_translate_dialog.js:37 +#, python-format +msgid "Translations" +msgstr "" diff --git a/web_tree_dynamic_colored_field/i18n/en.po b/web_tree_dynamic_colored_field/i18n/es.po similarity index 61% rename from web_tree_dynamic_colored_field/i18n/en.po rename to web_tree_dynamic_colored_field/i18n/es.po index 8cac9b7d..e38b7c61 100644 --- a/web_tree_dynamic_colored_field/i18n/en.po +++ b/web_tree_dynamic_colored_field/i18n/es.po @@ -2,18 +2,21 @@ # This file contains the translation of the following modules: # * web_tree_dynamic_colored_field # +# Translators: +# Pedro M. Baeza , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-24 00:46+0000\n" -"PO-Revision-Date: 2016-06-24 00:46+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-11-26 01:59+0000\n" +"Last-Translator: Pedro M. Baeza , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_tree_dynamic_colored_field #. openerp-web diff --git a/web_tree_dynamic_colored_field/i18n/tr.po b/web_tree_dynamic_colored_field/i18n/tr.po new file mode 100644 index 00000000..5885fbfb --- /dev/null +++ b/web_tree_dynamic_colored_field/i18n/tr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_tree_dynamic_colored_field +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-29 03:46+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_tree_dynamic_colored_field +#. openerp-web +#: code:addons/web_tree_dynamic_colored_field/static/src/xml/web_tree_dynamic_colored_field.xml:7 +#, python-format +msgid "columns.fct_colorize(record, column)" +msgstr "columns.fct_colorize(record, column)" diff --git a/web_tree_image/i18n/en.po b/web_tree_image/i18n/en.po deleted file mode 100644 index 5456c2f1..00000000 --- a/web_tree_image/i18n/en.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_tree_image -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-18 15:48+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_tree_image -#. openerp-web -#: code:addons/web_tree_image/static/src/xml/widget.xml:31 -#, python-format -msgid "Image preview" -msgstr "Image preview" diff --git a/web_tree_image/i18n/hr.po b/web_tree_image/i18n/hr.po new file mode 100644 index 00000000..76a7d7cb --- /dev/null +++ b/web_tree_image/i18n/hr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_tree_image +# +# Translators: +# Ana-Maria Olujić , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:51+0000\n" +"PO-Revision-Date: 2016-08-19 11:48+0000\n" +"Last-Translator: Ana-Maria Olujić \n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_tree_image +#. openerp-web +#: code:addons/web_tree_image/static/src/xml/widget.xml:31 +#, python-format +msgid "Image preview" +msgstr "Pregled slike" diff --git a/web_tree_many2one_clickable/README.rst b/web_tree_many2one_clickable/README.rst index 4ce9c82a..daafb2c2 100644 --- a/web_tree_many2one_clickable/README.rst +++ b/web_tree_many2one_clickable/README.rst @@ -1,8 +1,8 @@ Clickable many2one fields for tree views ======================================== -This addon provides a separate widget to allow many2one fields in a tree view -open the linked resource when clicking on their name. +This addon provides a separate widget to allow many2one or reference fields in +a tree view open the linked resource when clicking on their name. You can also define a system parameter to have this behaviour for all the existing many2one fields in tree views. @@ -15,9 +15,9 @@ Install it the regular way. Configuration ============= -If you want to have all many2one fields clickable by default, you have to -define in *Configuration > Technical > Parameters > System parameters*, a new -parameter with name `web_tree_many2one_clickable.default` and with value +If you want to have all many2one and reference fields clickable by default, you +have to define in *Configuration > Technical > Parameters > System parameters*, +a new parameter with name `web_tree_many2one_clickable.default` and with value `true`. Usage diff --git a/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js b/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js index 6c8e365e..810d4de0 100644 --- a/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js +++ b/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js @@ -59,11 +59,22 @@ openerp.web_tree_many2one_clickable = function(instance, local) _format: function (row_data, options) { - if (this.use_many2one_clickable) { - return _.str.sprintf('%s', - this.relation, - row_data[this.id].value[0], - _.escape(row_data[this.id].value[1] || options.value_if_empty)); + if (this.use_many2one_clickable && !!row_data[this.id]) { + var values = { + model: this.relation, + id: row_data[this.id].value[0], + name: _.escape(row_data[this.id].value[1] || options.value_if_empty), + } + if(this.type == 'reference' && !!row_data[this.id + '__display']) + { + values.model = row_data[this.id].value.split(',', 1)[0]; + values.id = row_data[this.id].value.split(',', 2)[1]; + values.name = _.escape(row_data[this.id + '__display'].value || options.value_if_empty); + } + return _.str.sprintf( + '%(name)s', + values + ); } else { return this._super(row_data, options); diff --git a/web_widget_digitized_signature/i18n/ar.po b/web_widget_digitized_signature/i18n/ar.po new file mode 100644 index 00000000..b92c6f42 --- /dev/null +++ b/web_widget_digitized_signature/i18n/ar.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "الصورة" diff --git a/web_widget_digitized_signature/i18n/bg.po b/web_widget_digitized_signature/i18n/bg.po new file mode 100644 index 00000000..31094e92 --- /dev/null +++ b/web_widget_digitized_signature/i18n/bg.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Изображение" diff --git a/web_widget_digitized_signature/i18n/bs.po b/web_widget_digitized_signature/i18n/bs.po new file mode 100644 index 00000000..a03333ff --- /dev/null +++ b/web_widget_digitized_signature/i18n/bs.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Slika" diff --git a/web_widget_digitized_signature/i18n/cs.po b/web_widget_digitized_signature/i18n/cs.po new file mode 100644 index 00000000..cd75eafa --- /dev/null +++ b/web_widget_digitized_signature/i18n/cs.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Obrázek" diff --git a/web_widget_digitized_signature/i18n/da.po b/web_widget_digitized_signature/i18n/da.po new file mode 100644 index 00000000..53d7716b --- /dev/null +++ b/web_widget_digitized_signature/i18n/da.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Billede" diff --git a/web_widget_digitized_signature/i18n/de.po b/web_widget_digitized_signature/i18n/de.po new file mode 100644 index 00000000..0d00fb82 --- /dev/null +++ b/web_widget_digitized_signature/i18n/de.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-27 03:47+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Bild" diff --git a/web_widget_digitized_signature/i18n/en.po b/web_widget_digitized_signature/i18n/en_GB.po similarity index 78% rename from web_widget_digitized_signature/i18n/en.po rename to web_widget_digitized_signature/i18n/en_GB.po index f9534445..326af1dc 100644 --- a/web_widget_digitized_signature/i18n/en.po +++ b/web_widget_digitized_signature/i18n/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" "PO-Revision-Date: 2016-02-25 15:13+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_widget_digitized_signature @@ -22,14 +22,14 @@ msgstr "" #: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 #, python-format msgid "Clear" -msgstr "Clear" +msgstr "" #. module: web_widget_digitized_signature #. openerp-web #: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 #, python-format msgid "Could not display the selected image." -msgstr "Could not display the selected image." +msgstr "" #. module: web_widget_digitized_signature #. openerp-web diff --git a/web_widget_digitized_signature/i18n/es.po b/web_widget_digitized_signature/i18n/es.po new file mode 100644 index 00000000..f2e634a5 --- /dev/null +++ b/web_widget_digitized_signature/i18n/es.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +# Pedro M. Baeza , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-13 18:47+0000\n" +"Last-Translator: Pedro M. Baeza \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "Borrar" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "No se puede mostrar la imagen seleccionada." + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imagen" diff --git a/web_widget_digitized_signature/i18n/es_AR.po b/web_widget_digitized_signature/i18n/es_AR.po new file mode 100644 index 00000000..eaebff53 --- /dev/null +++ b/web_widget_digitized_signature/i18n/es_AR.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imagen" diff --git a/web_widget_digitized_signature/i18n/es_CO.po b/web_widget_digitized_signature/i18n/es_CO.po new file mode 100644 index 00000000..656e073a --- /dev/null +++ b/web_widget_digitized_signature/i18n/es_CO.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imagen" diff --git a/web_widget_digitized_signature/i18n/es_CR.po b/web_widget_digitized_signature/i18n/es_CR.po new file mode 100644 index 00000000..cc9c9b21 --- /dev/null +++ b/web_widget_digitized_signature/i18n/es_CR.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imagen" diff --git a/web_widget_digitized_signature/i18n/es_EC.po b/web_widget_digitized_signature/i18n/es_EC.po new file mode 100644 index 00000000..17802e9b --- /dev/null +++ b/web_widget_digitized_signature/i18n/es_EC.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imagen" diff --git a/web_widget_digitized_signature/i18n/es_MX.po b/web_widget_digitized_signature/i18n/es_MX.po new file mode 100644 index 00000000..e8d3800f --- /dev/null +++ b/web_widget_digitized_signature/i18n/es_MX.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imágen" diff --git a/web_widget_digitized_signature/i18n/es_PE.po b/web_widget_digitized_signature/i18n/es_PE.po new file mode 100644 index 00000000..b3ef1505 --- /dev/null +++ b/web_widget_digitized_signature/i18n/es_PE.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imagen" diff --git a/web_widget_digitized_signature/i18n/es_VE.po b/web_widget_digitized_signature/i18n/es_VE.po new file mode 100644 index 00000000..3e9e771e --- /dev/null +++ b/web_widget_digitized_signature/i18n/es_VE.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Imagen" diff --git a/web_widget_digitized_signature/i18n/eu.po b/web_widget_digitized_signature/i18n/eu.po new file mode 100644 index 00000000..529ac38d --- /dev/null +++ b/web_widget_digitized_signature/i18n/eu.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Irudia" diff --git a/web_widget_digitized_signature/i18n/fa.po b/web_widget_digitized_signature/i18n/fa.po new file mode 100644 index 00000000..bc7c1fff --- /dev/null +++ b/web_widget_digitized_signature/i18n/fa.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "تصویر" diff --git a/web_widget_digitized_signature/i18n/he.po b/web_widget_digitized_signature/i18n/he.po new file mode 100644 index 00000000..388222e6 --- /dev/null +++ b/web_widget_digitized_signature/i18n/he.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "תמונה" diff --git a/web_widget_digitized_signature/i18n/hr.po b/web_widget_digitized_signature/i18n/hr.po new file mode 100644 index 00000000..5d47dd74 --- /dev/null +++ b/web_widget_digitized_signature/i18n/hr.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Slika" diff --git a/web_widget_digitized_signature/i18n/ja.po b/web_widget_digitized_signature/i18n/ja.po new file mode 100644 index 00000000..cd50b6ce --- /dev/null +++ b/web_widget_digitized_signature/i18n/ja.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "イメージ" diff --git a/web_widget_digitized_signature/i18n/lt.po b/web_widget_digitized_signature/i18n/lt.po new file mode 100644 index 00000000..4bcf4d4a --- /dev/null +++ b/web_widget_digitized_signature/i18n/lt.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Paveikslėlis" diff --git a/web_widget_digitized_signature/i18n/lv.po b/web_widget_digitized_signature/i18n/lv.po new file mode 100644 index 00000000..2e4a4cd4 --- /dev/null +++ b/web_widget_digitized_signature/i18n/lv.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Attēls" diff --git a/web_widget_digitized_signature/i18n/mk.po b/web_widget_digitized_signature/i18n/mk.po new file mode 100644 index 00000000..392002d7 --- /dev/null +++ b/web_widget_digitized_signature/i18n/mk.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Слика" diff --git a/web_widget_digitized_signature/i18n/mn.po b/web_widget_digitized_signature/i18n/mn.po new file mode 100644 index 00000000..0890f661 --- /dev/null +++ b/web_widget_digitized_signature/i18n/mn.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Зураг" diff --git a/web_widget_digitized_signature/i18n/nb.po b/web_widget_digitized_signature/i18n/nb.po new file mode 100644 index 00000000..d2402fbc --- /dev/null +++ b/web_widget_digitized_signature/i18n/nb.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Bilde" diff --git a/web_widget_digitized_signature/i18n/nl_BE.po b/web_widget_digitized_signature/i18n/nl_BE.po new file mode 100644 index 00000000..50818c61 --- /dev/null +++ b/web_widget_digitized_signature/i18n/nl_BE.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Afbeelding" diff --git a/web_widget_digitized_signature/i18n/pl.po b/web_widget_digitized_signature/i18n/pl.po new file mode 100644 index 00000000..45e3eeeb --- /dev/null +++ b/web_widget_digitized_signature/i18n/pl.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Obraz" diff --git a/web_widget_digitized_signature/i18n/sk.po b/web_widget_digitized_signature/i18n/sk.po new file mode 100644 index 00000000..0f8ea73c --- /dev/null +++ b/web_widget_digitized_signature/i18n/sk.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Obrázok" diff --git a/web_widget_digitized_signature/i18n/sr@latin.po b/web_widget_digitized_signature/i18n/sr@latin.po new file mode 100644 index 00000000..30d37ed8 --- /dev/null +++ b/web_widget_digitized_signature/i18n/sr@latin.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Slika" diff --git a/web_widget_digitized_signature/i18n/sv.po b/web_widget_digitized_signature/i18n/sv.po new file mode 100644 index 00000000..688db164 --- /dev/null +++ b/web_widget_digitized_signature/i18n/sv.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Bild" diff --git a/web_widget_digitized_signature/i18n/th.po b/web_widget_digitized_signature/i18n/th.po new file mode 100644 index 00000000..dcb900c7 --- /dev/null +++ b/web_widget_digitized_signature/i18n/th.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "รูปภาพ" diff --git a/web_widget_digitized_signature/i18n/tr.po b/web_widget_digitized_signature/i18n/tr.po new file mode 100644 index 00000000..e19bf35f --- /dev/null +++ b/web_widget_digitized_signature/i18n/tr.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-30 21:12+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "Temizle" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "Seçili resmi gösteremiyor." + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Resim" diff --git a/web_widget_digitized_signature/i18n/uk.po b/web_widget_digitized_signature/i18n/uk.po new file mode 100644 index 00000000..d01ab028 --- /dev/null +++ b/web_widget_digitized_signature/i18n/uk.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Зображення" diff --git a/web_widget_digitized_signature/i18n/vi.po b/web_widget_digitized_signature/i18n/vi.po new file mode 100644 index 00000000..c0800a3c --- /dev/null +++ b/web_widget_digitized_signature/i18n/vi.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "Hình ảnh" diff --git a/web_widget_digitized_signature/i18n/zh_CN.po b/web_widget_digitized_signature/i18n/zh_CN.po new file mode 100644 index 00000000..bceb4632 --- /dev/null +++ b/web_widget_digitized_signature/i18n/zh_CN.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "图像" diff --git a/web_widget_digitized_signature/i18n/zh_TW.po b/web_widget_digitized_signature/i18n/zh_TW.po new file mode 100644 index 00000000..1b438436 --- /dev/null +++ b/web_widget_digitized_signature/i18n/zh_TW.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/xml/digital_sign.xml:6 +#, python-format +msgid "Clear" +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Could not display the selected image." +msgstr "" + +#. module: web_widget_digitized_signature +#. openerp-web +#: code:addons/web_widget_digitized_signature/static/src/js/digital_sign.js:115 +#, python-format +msgid "Image" +msgstr "圖片" diff --git a/web_widget_digitized_signature_user/i18n/ca.po b/web_widget_digitized_signature_user/i18n/ca.po new file mode 100644 index 00000000..a8355541 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/ca.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 09:36+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Usuaris" diff --git a/web_widget_digitized_signature_user/i18n/el_GR.po b/web_widget_digitized_signature_user/i18n/el_GR.po new file mode 100644 index 00000000..ab419a93 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/el_GR.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Χρήστες" diff --git a/web_widget_digitized_signature_user/i18n/es.po b/web_widget_digitized_signature_user/i18n/es.po index 70c6bf97..85c12a2e 100644 --- a/web_widget_digitized_signature_user/i18n/es.po +++ b/web_widget_digitized_signature_user/i18n/es.po @@ -3,13 +3,50 @@ # * web_widget_digitized_signature_user # # Translators: +# Accounts-Payable - Alkemics, 2015 +# Ahmet Altinisik , 2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# bossnm11 , 2014 +# Chanseok , 2014 +# Chen-Do LU , 2015 +# Christophe CHAUVET , 2015 +# Chul Park , 2015 +# danimaribeiro , 2016 +# David10000 , 2014 +# FIRST AUTHOR , 2012-2013 +# François Breysse , 2015 +# Gil , 2014 +# kmooc , 2015 +# Hongseob Lee , 2015 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013 +# Kevin Min , 2015 +# KimKyudong , 2014 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015 +# Nicole , 2014 +# njeudy , 2015 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015-2016 +# Pope, 2014 +# Rudolf Schnapka , 2015-2016 +# SaFi J. , 2015 +# Sarina Canelake , 2014 +# Seok Jun Yoon , 2015 +# shin2012 , 2014 +# Sofce Dimitrijeva , 2013 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:13+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-11-26 01:59+0000\n" +"PO-Revision-Date: 2016-10-24 09:24+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +57,7 @@ msgstr "" #. module: web_widget_digitized_signature_user #: field:res.users,signature_image:0 msgid "Signature" -msgstr "" +msgstr "Firma" #. module: web_widget_digitized_signature_user #: model:ir.model,name:web_widget_digitized_signature_user.model_res_users diff --git a/web_widget_digitized_signature_user/i18n/es_ES.po b/web_widget_digitized_signature_user/i18n/es_ES.po new file mode 100644 index 00000000..0c4b3b37 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/es_ES.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Usuarios" diff --git a/web_widget_digitized_signature_user/i18n/eu.po b/web_widget_digitized_signature_user/i18n/eu.po new file mode 100644 index 00000000..c583116d --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/eu.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-23 07:59+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "Sinadura" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "" diff --git a/web_widget_digitized_signature_user/i18n/fr_CH.po b/web_widget_digitized_signature_user/i18n/fr_CH.po new file mode 100644 index 00000000..4b7ccd87 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/fr_CH.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 19:39+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Utilisateurs" diff --git a/web_widget_digitized_signature_user/i18n/hr.po b/web_widget_digitized_signature_user/i18n/hr.po new file mode 100644 index 00000000..b46a4664 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/hr.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/web_widget_digitized_signature_user/i18n/hr_HR.po b/web_widget_digitized_signature_user/i18n/hr_HR.po new file mode 100644 index 00000000..0016c8f3 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/hr_HR.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/web_widget_digitized_signature_user/i18n/nl.po b/web_widget_digitized_signature_user/i18n/nl.po new file mode 100644 index 00000000..d14b3aa1 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/nl.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Gebruikers" diff --git a/web_widget_digitized_signature_user/i18n/tr.po b/web_widget_digitized_signature_user/i18n/tr.po index 93fdadb2..f55fa117 100644 --- a/web_widget_digitized_signature_user/i18n/tr.po +++ b/web_widget_digitized_signature_user/i18n/tr.po @@ -3,13 +3,46 @@ # * web_widget_digitized_signature_user # # Translators: +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# bossnm11 , 2014 +# Carles Antoli , 2015 +# Chanseok , 2014 +# Chul Park , 2015 +# danimaribeiro , 2016 +# David10000 , 2014 +# FIRST AUTHOR , 2010,2012-2014 +# Giacomo , 2015 +# Giedrius Slavinskas , 2012 +# Gil , 2014 +# kmooc , 2015 +# Hongseob Lee , 2015 +# Hotellook, 2014 +# jeon , 2014 +# JiyeonLee , 2014 +# Jong-Dae Park , 2013 +# Kevin Min , 2015 +# KimKyudong , 2014 +# mariana1201 , 2014 +# Matjaž Mozetič , 2015-2016 +# Nicole , 2014 +# Paolo Valier, 2016 +# Pope, 2014 +# Rudolf Schnapka , 2016 +# Sarina Canelake , 2014 +# Seok Jun Yoon , 2015 +# shin2012 , 2014 +# Sujin Lee , 2014 +# Sunah Lim , 2013 +# Young C. Kim, 2015 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:13+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-30 21:09+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +53,7 @@ msgstr "" #. module: web_widget_digitized_signature_user #: field:res.users,signature_image:0 msgid "Signature" -msgstr "" +msgstr "İmza" #. module: web_widget_digitized_signature_user #: model:ir.model,name:web_widget_digitized_signature_user.model_res_users diff --git a/web_widget_digitized_signature_user/i18n/tr_TR.po b/web_widget_digitized_signature_user/i18n/tr_TR.po new file mode 100644 index 00000000..93679eb2 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/tr_TR.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 10:11+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "Kullanıcılar" diff --git a/web_widget_digitized_signature_user/i18n/zh_CN.po b/web_widget_digitized_signature_user/i18n/zh_CN.po new file mode 100644 index 00000000..20409f63 --- /dev/null +++ b/web_widget_digitized_signature_user/i18n/zh_CN.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_digitized_signature_user +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2016-02-25 15:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_digitized_signature_user +#: field:res.users,signature_image:0 +msgid "Signature" +msgstr "" + +#. module: web_widget_digitized_signature_user +#: model:ir.model,name:web_widget_digitized_signature_user.model_res_users +msgid "Users" +msgstr "用户" diff --git a/web_widget_image_download/README.rst b/web_widget_image_download/README.rst index cc5f3782..675e61b0 100644 --- a/web_widget_image_download/README.rst +++ b/web_widget_image_download/README.rst @@ -26,7 +26,6 @@ Known Issues / Roadmap ====================== * In order to work correctly, this widget has to detect image type, the server should include this information in the `Content-Type` header. Right now, odoo is not doing so, but a fix has been `proposed `_. -* For some unknown reason, the widget does not work in the `Preferences` view, because odoo is not rendering the **QWeb** template. Bug Tracker =========== @@ -43,6 +42,7 @@ Contributors ------------ * Flavio Corpa +* Jairo Llopis Maintainer ---------- diff --git a/web_widget_image_download/__openerp__.py b/web_widget_image_download/__openerp__.py index ed01155b..de546b6e 100644 --- a/web_widget_image_download/__openerp__.py +++ b/web_widget_image_download/__openerp__.py @@ -4,7 +4,7 @@ { "name": "Web Widget - Image Download", "summary": "Allows to download any image from its widget", - "version": "8.0.1.0.0", + "version": "8.0.1.0.1", "category": "web", "website": "https://www.tecnativa.com", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/web_widget_image_download/i18n/ar.po b/web_widget_image_download/i18n/ar.po new file mode 100644 index 00000000..94687e73 --- /dev/null +++ b/web_widget_image_download/i18n/ar.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "تحميل" diff --git a/web_widget_image_download/i18n/bg.po b/web_widget_image_download/i18n/bg.po new file mode 100644 index 00000000..28380e85 --- /dev/null +++ b/web_widget_image_download/i18n/bg.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Изтегляне" diff --git a/web_widget_image_download/i18n/bs.po b/web_widget_image_download/i18n/bs.po new file mode 100644 index 00000000..9d3f1895 --- /dev/null +++ b/web_widget_image_download/i18n/bs.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Preuzimanje" diff --git a/web_widget_image_download/i18n/cs.po b/web_widget_image_download/i18n/cs.po new file mode 100644 index 00000000..8e5e6cc0 --- /dev/null +++ b/web_widget_image_download/i18n/cs.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Stáhnout" diff --git a/web_widget_image_download/i18n/en.po b/web_widget_image_download/i18n/da.po similarity index 58% rename from web_widget_image_download/i18n/en.po rename to web_widget_image_download/i18n/da.po index 59eab4d8..9f5624ed 100644 --- a/web_widget_image_download/i18n/en.po +++ b/web_widget_image_download/i18n/da.po @@ -2,18 +2,21 @@ # This file contains the translation of the following modules: # * web_widget_image_download # +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-30 01:06+0000\n" -"PO-Revision-Date: 2016-07-30 01:06+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_widget_image_download #. openerp-web diff --git a/web_widget_image_download/i18n/en_GB.po b/web_widget_image_download/i18n/en_GB.po new file mode 100644 index 00000000..4453bfad --- /dev/null +++ b/web_widget_image_download/i18n/en_GB.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Download" diff --git a/web_widget_image_download/i18n/es.po b/web_widget_image_download/i18n/es.po new file mode 100644 index 00000000..1971216b --- /dev/null +++ b/web_widget_image_download/i18n/es.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# Pedro M. Baeza , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: Pedro M. Baeza , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_AR.po b/web_widget_image_download/i18n/es_AR.po new file mode 100644 index 00000000..d74a2368 --- /dev/null +++ b/web_widget_image_download/i18n/es_AR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_CL.po b/web_widget_image_download/i18n/es_CL.po new file mode 100644 index 00000000..1a0f6d2e --- /dev/null +++ b/web_widget_image_download/i18n/es_CL.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_CO.po b/web_widget_image_download/i18n/es_CO.po new file mode 100644 index 00000000..711e7beb --- /dev/null +++ b/web_widget_image_download/i18n/es_CO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_CR.po b/web_widget_image_download/i18n/es_CR.po new file mode 100644 index 00000000..cdd2ebbe --- /dev/null +++ b/web_widget_image_download/i18n/es_CR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_DO.po b/web_widget_image_download/i18n/es_DO.po new file mode 100644 index 00000000..730f53ef --- /dev/null +++ b/web_widget_image_download/i18n/es_DO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_EC.po b/web_widget_image_download/i18n/es_EC.po new file mode 100644 index 00000000..8dba4eeb --- /dev/null +++ b/web_widget_image_download/i18n/es_EC.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_MX.po b/web_widget_image_download/i18n/es_MX.po new file mode 100644 index 00000000..c1812774 --- /dev/null +++ b/web_widget_image_download/i18n/es_MX.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/es_PE.po b/web_widget_image_download/i18n/es_PE.po new file mode 100644 index 00000000..4f7c254e --- /dev/null +++ b/web_widget_image_download/i18n/es_PE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Descargar" diff --git a/web_widget_image_download/i18n/et.po b/web_widget_image_download/i18n/et.po new file mode 100644 index 00000000..b3342cba --- /dev/null +++ b/web_widget_image_download/i18n/et.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Lae alla" diff --git a/web_widget_image_download/i18n/fa.po b/web_widget_image_download/i18n/fa.po new file mode 100644 index 00000000..fdbba3d0 --- /dev/null +++ b/web_widget_image_download/i18n/fa.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "دانلود" diff --git a/web_widget_image_download/i18n/fi.po b/web_widget_image_download/i18n/fi.po new file mode 100644 index 00000000..7115565e --- /dev/null +++ b/web_widget_image_download/i18n/fi.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# Jarmo Kortetjärvi , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: Jarmo Kortetjärvi , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Lataa" diff --git a/web_widget_image_download/i18n/he.po b/web_widget_image_download/i18n/he.po new file mode 100644 index 00000000..0ff744c6 --- /dev/null +++ b/web_widget_image_download/i18n/he.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "הורדה" diff --git a/web_widget_image_download/i18n/hr.po b/web_widget_image_download/i18n/hr.po new file mode 100644 index 00000000..63087b67 --- /dev/null +++ b/web_widget_image_download/i18n/hr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Preuzimanje" diff --git a/web_widget_image_download/i18n/hu.po b/web_widget_image_download/i18n/hu.po new file mode 100644 index 00000000..52604162 --- /dev/null +++ b/web_widget_image_download/i18n/hu.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Letöltés" diff --git a/web_widget_image_download/i18n/id.po b/web_widget_image_download/i18n/id.po new file mode 100644 index 00000000..8b5b470e --- /dev/null +++ b/web_widget_image_download/i18n/id.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Unduh" diff --git a/web_widget_image_download/i18n/ja.po b/web_widget_image_download/i18n/ja.po new file mode 100644 index 00000000..6e1cff72 --- /dev/null +++ b/web_widget_image_download/i18n/ja.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "ダウンロード" diff --git a/web_widget_image_download/i18n/ko.po b/web_widget_image_download/i18n/ko.po new file mode 100644 index 00000000..a03b458a --- /dev/null +++ b/web_widget_image_download/i18n/ko.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "다운로드" diff --git a/web_widget_image_download/i18n/lt.po b/web_widget_image_download/i18n/lt.po new file mode 100644 index 00000000..e9affd6e --- /dev/null +++ b/web_widget_image_download/i18n/lt.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Atsisiųsti" diff --git a/web_widget_image_download/i18n/lv.po b/web_widget_image_download/i18n/lv.po new file mode 100644 index 00000000..93ce99e3 --- /dev/null +++ b/web_widget_image_download/i18n/lv.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Lejupielādēt" diff --git a/web_widget_image_download/i18n/mk.po b/web_widget_image_download/i18n/mk.po new file mode 100644 index 00000000..2488d2ca --- /dev/null +++ b/web_widget_image_download/i18n/mk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Преземи" diff --git a/web_widget_image_download/i18n/mn.po b/web_widget_image_download/i18n/mn.po new file mode 100644 index 00000000..45a6420f --- /dev/null +++ b/web_widget_image_download/i18n/mn.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Татах" diff --git a/web_widget_image_download/i18n/nb.po b/web_widget_image_download/i18n/nb.po new file mode 100644 index 00000000..0646e22e --- /dev/null +++ b/web_widget_image_download/i18n/nb.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Last ned" diff --git a/web_widget_image_download/i18n/nl_BE.po b/web_widget_image_download/i18n/nl_BE.po new file mode 100644 index 00000000..275f6e3a --- /dev/null +++ b/web_widget_image_download/i18n/nl_BE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Downloaden" diff --git a/web_widget_image_download/i18n/pl.po b/web_widget_image_download/i18n/pl.po new file mode 100644 index 00000000..a868a924 --- /dev/null +++ b/web_widget_image_download/i18n/pl.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Pobierz" diff --git a/web_widget_image_download/i18n/sk.po b/web_widget_image_download/i18n/sk.po new file mode 100644 index 00000000..ef35cd16 --- /dev/null +++ b/web_widget_image_download/i18n/sk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Stiahnuť" diff --git a/web_widget_image_download/i18n/sr@latin.po b/web_widget_image_download/i18n/sr@latin.po new file mode 100644 index 00000000..a7718631 --- /dev/null +++ b/web_widget_image_download/i18n/sr@latin.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Preuzmi" diff --git a/web_widget_image_download/i18n/sv.po b/web_widget_image_download/i18n/sv.po new file mode 100644 index 00000000..067b66ef --- /dev/null +++ b/web_widget_image_download/i18n/sv.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Hämta" diff --git a/web_widget_image_download/i18n/th.po b/web_widget_image_download/i18n/th.po new file mode 100644 index 00000000..2cbd46a1 --- /dev/null +++ b/web_widget_image_download/i18n/th.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "ดาวน์โหลด" diff --git a/web_widget_image_download/i18n/tr.po b/web_widget_image_download/i18n/tr.po new file mode 100644 index 00000000..028a7251 --- /dev/null +++ b/web_widget_image_download/i18n/tr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-29 03:46+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "İndir" diff --git a/web_widget_image_download/i18n/uk.po b/web_widget_image_download/i18n/uk.po new file mode 100644 index 00000000..cdc97c8b --- /dev/null +++ b/web_widget_image_download/i18n/uk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Download" diff --git a/web_widget_image_download/i18n/vi.po b/web_widget_image_download/i18n/vi.po new file mode 100644 index 00000000..b403074e --- /dev/null +++ b/web_widget_image_download/i18n/vi.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "Tải xuống" diff --git a/web_widget_image_download/i18n/zh_CN.po b/web_widget_image_download/i18n/zh_CN.po new file mode 100644 index 00000000..ccae0947 --- /dev/null +++ b/web_widget_image_download/i18n/zh_CN.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "下载" diff --git a/web_widget_image_download/i18n/zh_TW.po b/web_widget_image_download/i18n/zh_TW.po new file mode 100644 index 00000000..0e2728d3 --- /dev/null +++ b/web_widget_image_download/i18n/zh_TW.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_image_download +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/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: web_widget_image_download +#. openerp-web +#: code:addons/web_widget_image_download/static/src/xml/web_widget_image_download.xml:9 +#, python-format +msgid "Download" +msgstr "下載" diff --git a/web_widget_image_download/static/src/css/web_widget_image_download.css b/web_widget_image_download/static/src/css/web_widget_image_download.css index 7b1a6a98..a436cd42 100644 --- a/web_widget_image_download/static/src/css/web_widget_image_download.css +++ b/web_widget_image_download/static/src/css/web_widget_image_download.css @@ -1,6 +1,8 @@ /* Copyright 2016 Flavio Corpa + * Copyright 2016 Jairo Llopis * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */ -.openerp .oe_application a.oe_form_binary_file_download { - color: #eee; +.openerp .oe_form .oe_form_field_image .oe_form_field_image_controls +.oe_form_binary_file_download { + color: inherit; } diff --git a/web_widget_image_download/static/src/js/web_widget_image_download.js b/web_widget_image_download/static/src/js/web_widget_image_download.js index bf2754bd..b89afa16 100644 --- a/web_widget_image_download/static/src/js/web_widget_image_download.js +++ b/web_widget_image_download/static/src/js/web_widget_image_download.js @@ -1,37 +1,39 @@ -/* - * Copyright 2016 Flavio Corpa - * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). - */ +/* Copyright 2016 Flavio Corpa + * Copyright 2016 Jairo Llopis + * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */ openerp.web_widget_image_download = function (instance) { 'use strict'; instance.web.form.web_widget_image_download = instance.web.form.FieldBinaryImage.include({ render_value: function () { this._super(); - var $widget = this.$el.find('.oe_form_binary_file_download'); - - this.imgSrc = this.$el.find('img[name="image"]').attr('src'); + this.imgSrc = this.$el.find('img[name="' + this.name + '"]') + .attr('src'); $.ajax({ - type: 'HEAD', + type: 'HEAD', // Avoid downloading full image, just headers url: this.imgSrc, complete: function (xhr) { - // retrieve image type from server ("Content-Type" header) - $widget.attr('download', xhr.getResponseHeader("Content-Type").replace('/', '.')); + $widget.attr( + 'download', + xhr.getResponseHeader("Content-Type") + .replace('/', '.') + ); } }); - // use jquery instead of `replace` with qweb (to avoid breaking inheritance) + // Replace with jQuery to keep inheritance intact if (this.has_custom_image()) { - this.$el.find('.oe_form_binary_file_clear').removeClass('col-md-offset-5'); + this.$el.find('.oe_form_binary_file_clear') + .removeClass('col-md-offset-5'); } $widget.attr('href', this.imgSrc); }, + has_custom_image: function () { - // check if the image of the widget is different from the default placeholder - return this.imgSrc && !this.imgSrc.includes('/placeholder.png'); - } + return this.imgSrc != this.placeholder; + }, }); -} +}; diff --git a/web_widget_mail_send_odoo/i18n/ca.po b/web_widget_mail_send_odoo/i18n/ca.po new file mode 100644 index 00000000..81924d01 --- /dev/null +++ b/web_widget_mail_send_odoo/i18n/ca.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_mail_send_odoo +# +# Translators: +# Carles Antoli , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-10-28 19:58+0000\n" +"Last-Translator: Carles Antoli \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_mail_send_odoo +#. openerp-web +#: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:50 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "No es pot enviar correu electrònic a una adreça de correu electrònic que no és vàlida" + +#. module: web_widget_mail_send_odoo +#. openerp-web +#: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:50 +#, python-format +msgid "E-mail Error" +msgstr "Error de correu electrònic" + +#. module: web_widget_mail_send_odoo +#. openerp-web +#: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:93 +#, python-format +msgid "Please complete partner's information." +msgstr "Si us plau completeu la informació de la empresa." diff --git a/web_widget_mail_send_odoo/i18n/en.po b/web_widget_mail_send_odoo/i18n/es.po similarity index 66% rename from web_widget_mail_send_odoo/i18n/en.po rename to web_widget_mail_send_odoo/i18n/es.po index e54770cd..3b124465 100644 --- a/web_widget_mail_send_odoo/i18n/en.po +++ b/web_widget_mail_send_odoo/i18n/es.po @@ -3,18 +3,19 @@ # * web_widget_mail_send_odoo # # Translators: +# Pedro M. Baeza , 2016 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 02:05+0000\n" -"PO-Revision-Date: 2016-02-25 15:13+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-10-13 18:48+0000\n" +"Last-Translator: Pedro M. Baeza \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_widget_mail_send_odoo @@ -22,18 +23,18 @@ msgstr "" #: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:50 #, python-format msgid "Can't send email to invalid e-mail address" -msgstr "Can't send email to invalid e-mail address" +msgstr "No se puede enviar un correo electrónico a una dirección no válida" #. module: web_widget_mail_send_odoo #. openerp-web #: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:50 #, python-format msgid "E-mail Error" -msgstr "E-mail Error" +msgstr "Error de correo electrónico" #. module: web_widget_mail_send_odoo #. openerp-web #: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:93 #, python-format msgid "Please complete partner's information." -msgstr "Please complete partner's information." +msgstr "Complete por favor la información de la empresa." diff --git a/web_widget_mail_send_odoo/i18n/tr.po b/web_widget_mail_send_odoo/i18n/tr.po new file mode 100644 index 00000000..82d0dc14 --- /dev/null +++ b/web_widget_mail_send_odoo/i18n/tr.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_mail_send_odoo +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-30 21:09+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_mail_send_odoo +#. openerp-web +#: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:50 +#, python-format +msgid "Can't send email to invalid e-mail address" +msgstr "Geçersiz eposta adresine e-posta gönderilemez" + +#. module: web_widget_mail_send_odoo +#. openerp-web +#: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:50 +#, python-format +msgid "E-mail Error" +msgstr "E-posta Hatası" + +#. module: web_widget_mail_send_odoo +#. openerp-web +#: code:addons/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js:93 +#, python-format +msgid "Please complete partner's information." +msgstr "Lütfen iş ortağının bilgilerini tamamlayın." diff --git a/web_widget_many2many_tags_multi_selection/i18n/en.po b/web_widget_many2many_tags_multi_selection/i18n/eu.po similarity index 68% rename from web_widget_many2many_tags_multi_selection/i18n/en.po rename to web_widget_many2many_tags_multi_selection/i18n/eu.po index 1d6e68d9..25ea70a2 100644 --- a/web_widget_many2many_tags_multi_selection/i18n/en.po +++ b/web_widget_many2many_tags_multi_selection/i18n/eu.po @@ -3,18 +3,19 @@ # * web_widget_many2many_tags_multi_selection # # Translators: +# Esther Martín Menéndez , 2017 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:22+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-23 07:59+0000\n" +"Last-Translator: Esther Martín Menéndez \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_widget_many2many_tags_multi_selection @@ -22,11 +23,11 @@ msgstr "" #: code:addons/web_widget_many2many_tags_multi_selection/static/src/js/view_form.js:20 #, python-format msgid "Create: " -msgstr "Create: " +msgstr "" #. module: web_widget_many2many_tags_multi_selection #. openerp-web #: code:addons/web_widget_many2many_tags_multi_selection/static/src/js/view_form.js:20 #, python-format msgid "Search: " -msgstr "Search: " +msgstr "Bilatu:" diff --git a/web_widget_one2many_tags/README.rst b/web_widget_one2many_tags/README.rst index 44408630..8ce45f41 100644 --- a/web_widget_one2many_tags/README.rst +++ b/web_widget_one2many_tags/README.rst @@ -5,14 +5,13 @@ Tags widget for one2many fields =============================== -This module add a widget ``one2many_tags`` that looks and behaves like ``many2many_tags``, but works for one2many fields. +This module adds a widget ``one2many_tags`` that looks and behaves like ``many2many_tags``, but works for one2many fields. Usage ===== To use this module, use ``widget="one2many_tags"`` on your field element. -* go to ... .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/162/8.0 diff --git a/web_widget_one2many_tags/i18n/es.po b/web_widget_one2many_tags/i18n/es.po new file mode 100644 index 00000000..22e24e5f --- /dev/null +++ b/web_widget_one2many_tags/i18n/es.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_one2many_tags +# +# Translators: +# Pedro M. Baeza , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-10-13 18:49+0000\n" +"Last-Translator: Pedro M. Baeza \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_one2many_tags +#. openerp-web +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:121 +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:202 +#, python-format +msgid "New record" +msgstr "Nuevo registro" diff --git a/web_widget_one2many_tags/i18n/fi.po b/web_widget_one2many_tags/i18n/fi.po index c37e3f47..3b99f699 100644 --- a/web_widget_one2many_tags/i18n/fi.po +++ b/web_widget_one2many_tags/i18n/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-14 08:27+0000\n" +"POT-Creation-Date: 2016-08-25 00:51+0000\n" "PO-Revision-Date: 2016-04-04 11:11+0000\n" "Last-Translator: Jarmo Kortetjärvi \n" "Language-Team: Finnish (http://www.transifex.com/oca/OCA-web-8-0/language/fi/)\n" @@ -21,7 +21,7 @@ msgstr "" #. module: web_widget_one2many_tags #. openerp-web #: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:121 -#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:200 +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:202 #, python-format msgid "New record" msgstr "Uusi tietue" diff --git a/web_widget_one2many_tags/i18n/fr.po b/web_widget_one2many_tags/i18n/fr.po index a94ac8c5..ce4d9624 100644 --- a/web_widget_one2many_tags/i18n/fr.po +++ b/web_widget_one2many_tags/i18n/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-06 15:50+0000\n" +"POT-Creation-Date: 2016-08-25 00:51+0000\n" "PO-Revision-Date: 2016-05-06 08:22+0000\n" "Last-Translator: Christophe CHAUVET \n" "Language-Team: French (http://www.transifex.com/oca/OCA-web-8-0/language/fr/)\n" @@ -21,7 +21,7 @@ msgstr "" #. module: web_widget_one2many_tags #. openerp-web #: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:121 -#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:200 +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:202 #, python-format msgid "New record" msgstr "Nouvel enregistrement" diff --git a/web_widget_one2many_tags/i18n/it.po b/web_widget_one2many_tags/i18n/it.po index d7f601c8..13ab152b 100644 --- a/web_widget_one2many_tags/i18n/it.po +++ b/web_widget_one2many_tags/i18n/it.po @@ -3,8 +3,8 @@ # * web_widget_one2many_tags # # Translators: -# Ahmet Altınışık , 2016 -# Ahmet Altınışık , 2013 +# Ahmet Altinisik , 2013,2016 +# Ahmet Altinisik , 2013 # Antonio Trueba, 2016 # danimaribeiro , 2016 # FIRST AUTHOR , 2012-2013 @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 07:09+0000\n" +"POT-Creation-Date: 2016-08-25 00:51+0000\n" "PO-Revision-Date: 2016-04-28 06:44+0000\n" "Last-Translator: Paolo Valier\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-web-8-0/language/it/)\n" @@ -33,7 +33,7 @@ msgstr "" #. module: web_widget_one2many_tags #. openerp-web #: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:121 -#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:200 +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:202 #, python-format msgid "New record" msgstr "Nuovo record" diff --git a/web_widget_one2many_tags/i18n/en.po b/web_widget_one2many_tags/i18n/nl.po similarity index 65% rename from web_widget_one2many_tags/i18n/en.po rename to web_widget_one2many_tags/i18n/nl.po index 1e103c0a..630b1eda 100644 --- a/web_widget_one2many_tags/i18n/en.po +++ b/web_widget_one2many_tags/i18n/nl.po @@ -3,24 +3,25 @@ # * web_widget_one2many_tags # # Translators: +# lfreeke , 2017 msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-02 16:09+0000\n" -"PO-Revision-Date: 2016-04-02 16:13+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2017-04-18 10:50+0000\n" +"Last-Translator: lfreeke \n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_widget_one2many_tags #. openerp-web #: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:121 -#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:200 +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:202 #, python-format msgid "New record" -msgstr "New record" +msgstr "Nieuw record" diff --git a/web_widget_one2many_tags/i18n/sl.po b/web_widget_one2many_tags/i18n/sl.po index 7d2ca50a..66a035b3 100644 --- a/web_widget_one2many_tags/i18n/sl.po +++ b/web_widget_one2many_tags/i18n/sl.po @@ -3,7 +3,7 @@ # * web_widget_one2many_tags # # Translators: -# Ahmet Altınışık , 2015 +# Ahmet Altinisik , 2015 # FIRST AUTHOR , 2012 # Hotellook, 2014 # Jarmo Kortetjärvi , 2016 @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-02 16:09+0000\n" +"POT-Creation-Date: 2016-08-25 00:51+0000\n" "PO-Revision-Date: 2016-04-03 04:47+0000\n" "Last-Translator: Matjaž Mozetič \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-8-0/language/sl/)\n" @@ -30,7 +30,7 @@ msgstr "" #. module: web_widget_one2many_tags #. openerp-web #: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:121 -#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:200 +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:202 #, python-format msgid "New record" msgstr "Nov zapis" diff --git a/web_widget_one2many_tags/i18n/tr.po b/web_widget_one2many_tags/i18n/tr.po new file mode 100644 index 00000000..bb49a423 --- /dev/null +++ b/web_widget_one2many_tags/i18n/tr.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_one2many_tags +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-30 21:10+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_one2many_tags +#. openerp-web +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:121 +#: code:addons/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js:202 +#, python-format +msgid "New record" +msgstr "Yeni kayıt" diff --git a/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js b/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js index 48bd0f45..f3359c5a 100755 --- a/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js +++ b/web_widget_one2many_tags/static/src/js/web_widget_one2many_tags.js @@ -178,7 +178,9 @@ openerp.web_widget_one2many_tags = function(instance) set: function() {}, build_context: function() { - return column.context; + return new instance.web.CompoundContext( + column.context + ); }, }, value = record.get(column.id); diff --git a/web_widget_pattern/README.rst b/web_widget_pattern/README.rst new file mode 100644 index 00000000..4d9deb35 --- /dev/null +++ b/web_widget_pattern/README.rst @@ -0,0 +1,62 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +============== +Input patterns +============== + +This module was written to allow you to define a `regex `_ on character fields a user's input is tested against. + +Usage +===== + +To use this module, you need to: + +#. depend on this module +#. define a key ``pattern`` in the field's options dictionary:: + + +#. if you need `pattern modifiers `_, use the key ``pattern_modifiers`` + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Holger Brunn + +Do not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_widget_pattern/__init__.py b/web_widget_pattern/__init__.py new file mode 100644 index 00000000..fa85807b --- /dev/null +++ b/web_widget_pattern/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/web_widget_pattern/__openerp__.py b/web_widget_pattern/__openerp__.py new file mode 100644 index 00000000..85bf3a4e --- /dev/null +++ b/web_widget_pattern/__openerp__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Input patterns", + "version": "8.0.1.0.0", + "author": "Therp BV,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Hidden/Dependency", + "summary": "Enforce a pattern on an input field", + "depends": [ + 'web', + ], + "data": [ + 'views/templates.xml', + ], + "demo": [ + "demo/res_partner.xml", + ], +} diff --git a/web_widget_pattern/demo/res_partner.xml b/web_widget_pattern/demo/res_partner.xml new file mode 100644 index 00000000..a3efacfa --- /dev/null +++ b/web_widget_pattern/demo/res_partner.xml @@ -0,0 +1,14 @@ + + + + + res.partner + + + + {'pattern': '[\S]+@[\S]+'} + + + + + diff --git a/web_widget_pattern/i18n/eu.po b/web_widget_pattern/i18n/eu.po new file mode 100644 index 00000000..305a85d6 --- /dev/null +++ b/web_widget_pattern/i18n/eu.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_pattern +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-04 08:29+0000\n" +"Last-Translator: Esther Martín Menéndez , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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: web_widget_pattern +#: view:res.partner:web_widget_pattern.view_partner_form +msgid "{'pattern': '[\\S]+@[\\S]+'}" +msgstr "{'pattern': '[\\S]+@[\\S]+'}" diff --git a/web_widget_pattern/i18n/sl.po b/web_widget_pattern/i18n/sl.po new file mode 100644 index 00000000..af5b58e7 --- /dev/null +++ b/web_widget_pattern/i18n/sl.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_pattern +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_widget_pattern +#: view:res.partner:web_widget_pattern.view_partner_form +msgid "{'pattern': '[\\S]+@[\\S]+'}" +msgstr "{'pattern': '[\\S]+@[\\S]+'}" diff --git a/web_widget_pattern/i18n/tr.po b/web_widget_pattern/i18n/tr.po new file mode 100644 index 00000000..00698feb --- /dev/null +++ b/web_widget_pattern/i18n/tr.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_pattern +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-29 03:46+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_widget_pattern +#: view:res.partner:web_widget_pattern.view_partner_form +msgid "{'pattern': '[\\S]+@[\\S]+'}" +msgstr "{'pattern': '[\\S]+@[\\S]+'}" diff --git a/web_widget_pattern/static/description/icon.png b/web_widget_pattern/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/web_widget_pattern/static/description/icon.png differ diff --git a/web_widget_pattern/static/src/css/web_widget_pattern.css b/web_widget_pattern/static/src/css/web_widget_pattern.css new file mode 100644 index 00000000..e69de29b diff --git a/web_widget_pattern/static/src/js/web_widget_pattern.js b/web_widget_pattern/static/src/js/web_widget_pattern.js new file mode 100644 index 00000000..d9671288 --- /dev/null +++ b/web_widget_pattern/static/src/js/web_widget_pattern.js @@ -0,0 +1,24 @@ +//-*- coding: utf-8 -*- +//© 2016 Therp BV +//License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +openerp.web_widget_pattern = function(instance) +{ + instance.web.form.FieldChar.include({ + is_syntax_valid: function() + { + if(this.options.pattern) + { + var val = this.$('input').val(), + regex = new RegExp( + this.options.pattern, this.options.pattern_modifiers || '' + ); + if(!!val && !regex.test(this.$('input').val())) + { + return false; + } + } + return this._super.apply(this, arguments); + }, + }); +}; diff --git a/web_widget_pattern/views/templates.xml b/web_widget_pattern/views/templates.xml new file mode 100644 index 00000000..bca0dab9 --- /dev/null +++ b/web_widget_pattern/views/templates.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/web_widget_text_markdown/i18n/en.po b/web_widget_text_markdown/i18n/en.po deleted file mode 100644 index 1490673e..00000000 --- a/web_widget_text_markdown/i18n/en.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:22+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: en\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:12 -#, python-format -msgid "MarkDown" -msgstr "MarkDown" diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 7c880b13..377291d9 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -1,5 +1,6 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :alt: License: AGPL-3 + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 =========================== 2D matrix for x2many fields @@ -8,7 +9,8 @@ This module allows to show an x2many field with 3-tuples ($x_value, $y_value, $value) in a table - $x_value1 $x_value2 +========= =========== =========== +\ $x_value1 $x_value2 ========= =========== =========== $y_value1 $value(1/1) $value(2/1) $y_value2 $value(1/2) $value(2/2) @@ -23,7 +25,10 @@ result could look like this: .. image:: /web_widget_x2many_2d_matrix/static/description/screenshot.png :alt: Screenshot -The beauty of this is that you have an arbitrary amount of columns with this widget, trying to get this in standard x2many lists involves some quite agly hacks. +The beauty of this is that you have an arbitrary amount of columns with this +widget, trying to get this in standard x2many lists involves some quite ugly +hacks. +Note: The order of axis values depends on their order in the matrix you provide. Usage ===== @@ -44,6 +49,12 @@ field_x_axis The field that indicates the x value of a point field_y_axis The field that indicates the y value of a point +x_axis_clickable + It indicates if the X axis allows to be clicked for navigating to the field + (if it's a many2one field). True by default +y_axis_clickable + It indicates if the Y axis allows to be clicked for navigating to the field + (if it's a many2one field). True by default field_label_x_axis Use another field to display in the table header field_label_y_axis @@ -54,11 +65,23 @@ show_row_totals If field_value is a numeric field, calculate row totals show_column_totals If field_value is a numeric field, calculate column totals +field_att_ + Declare as many options prefixed with this string as you need for binding + a field value with an HTML node attribute (disabled, class, style...) + called as the `` passed in the option. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 Example ======= -You need a data structure already filled with values. Let's assume we want to use this widget in a wizard that lets the user fill in planned hours for one task per project per user. In this case, we can use ``project.task`` as our data model and point to it from our wizard. The crucial part is that we fill the field in the default function:: +You need a data structure already filled with values. Let's assume we want to +use this widget in a wizard that lets the user fill in planned hours for one +task per project per user. In this case, we can use ``project.task`` as our +data model and point to it from our wizard. The crucial part is that we fill +the field in the default function:: class MyWizard(models.TransientModel): _name = 'my.wizard' @@ -85,6 +108,11 @@ Now in our wizard, we can use:: +Note that all values in the matrix must exist, so you need to create them +previously if not present, but you can control visually the editability of +the fields in the matrix through `field_att_disabled` option with a control +field. + Known issues / Roadmap ====================== @@ -93,10 +121,10 @@ Known issues / Roadmap Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. Credits ======= @@ -105,6 +133,7 @@ Contributors ------------ * Holger Brunn +* Pedro M. Baeza Maintainer ---------- diff --git a/web_widget_x2many_2d_matrix/__openerp__.py b/web_widget_x2many_2d_matrix/__openerp__.py index 0b652e3c..87dc3541 100644 --- a/web_widget_x2many_2d_matrix/__openerp__.py +++ b/web_widget_x2many_2d_matrix/__openerp__.py @@ -1,27 +1,13 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV . -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright 2015 Holger Brunn +# Copyright 2016 Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + { "name": "2D matrix for x2many fields", - "version": "8.0.1.0.0", + "version": "8.0.1.1.0", "author": "Therp BV, " + "Tecnativa," "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Hidden/Dependency", @@ -35,12 +21,5 @@ "qweb": [ 'static/src/xml/web_widget_x2many_2d_matrix.xml', ], - "test": [ - ], - "auto_install": False, "installable": True, - "application": False, - "external_dependencies": { - 'python': [], - }, } diff --git a/web_widget_x2many_2d_matrix/i18n/bg.po b/web_widget_x2many_2d_matrix/i18n/bg.po new file mode 100644 index 00000000..5dfaf644 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/bg.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Общо" diff --git a/web_widget_x2many_2d_matrix/i18n/bs.po b/web_widget_x2many_2d_matrix/i18n/bs.po new file mode 100644 index 00000000..2bc3b468 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/bs.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Ukupno" diff --git a/web_widget_x2many_2d_matrix/i18n/en.po b/web_widget_x2many_2d_matrix/i18n/ca.po similarity index 76% rename from web_widget_x2many_2d_matrix/i18n/en.po rename to web_widget_x2many_2d_matrix/i18n/ca.po index 437769d2..ec226faa 100644 --- a/web_widget_x2many_2d_matrix/i18n/en.po +++ b/web_widget_x2many_2d_matrix/i18n/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" "PO-Revision-Date: 2015-11-07 11:22+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-web-8-0/language/en/)\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-web-8-0/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: web_widget_x2many_2d_matrix diff --git a/web_widget_x2many_2d_matrix/i18n/cs.po b/web_widget_x2many_2d_matrix/i18n/cs.po new file mode 100644 index 00000000..3cd21bda --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/cs.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Celkem" diff --git a/web_widget_x2many_2d_matrix/i18n/da.po b/web_widget_x2many_2d_matrix/i18n/da.po new file mode 100644 index 00000000..083fd9e8 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/da.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/el_GR.po b/web_widget_x2many_2d_matrix/i18n/el_GR.po new file mode 100644 index 00000000..98d00cb2 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/el_GR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Σύνολο" diff --git a/web_widget_x2many_2d_matrix/i18n/en_GB.po b/web_widget_x2many_2d_matrix/i18n/en_GB.po new file mode 100644 index 00000000..ae7c17bb --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/en_GB.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_AR.po b/web_widget_x2many_2d_matrix/i18n/es_AR.po new file mode 100644 index 00000000..f2beba7d --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_AR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_BO.po b/web_widget_x2many_2d_matrix/i18n/es_BO.po new file mode 100644 index 00000000..b2a16de8 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_BO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Bolivia) (http://www.transifex.com/oca/OCA-web-8-0/language/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_CL.po b/web_widget_x2many_2d_matrix/i18n/es_CL.po new file mode 100644 index 00000000..5de6dab9 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_CL.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_CO.po b/web_widget_x2many_2d_matrix/i18n/es_CO.po new file mode 100644 index 00000000..4db0a64a --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_CO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_CR.po b/web_widget_x2many_2d_matrix/i18n/es_CR.po new file mode 100644 index 00000000..2178e65b --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_CR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_DO.po b/web_widget_x2many_2d_matrix/i18n/es_DO.po new file mode 100644 index 00000000..edd5a2ad --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_DO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_EC.po b/web_widget_x2many_2d_matrix/i18n/es_EC.po new file mode 100644 index 00000000..1f77a214 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_EC.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_MX.po b/web_widget_x2many_2d_matrix/i18n/es_MX.po new file mode 100644 index 00000000..a93a8385 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_MX.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_PE.po b/web_widget_x2many_2d_matrix/i18n/es_PE.po new file mode 100644 index 00000000..099d1744 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_PE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_PY.po b/web_widget_x2many_2d_matrix/i18n/es_PY.po new file mode 100644 index 00000000..07359a2c --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_PY.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/es_VE.po b/web_widget_x2many_2d_matrix/i18n/es_VE.po new file mode 100644 index 00000000..71964a63 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/es_VE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/et.po b/web_widget_x2many_2d_matrix/i18n/et.po new file mode 100644 index 00000000..b70ecdc4 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/et.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Kokku" diff --git a/web_widget_x2many_2d_matrix/i18n/eu.po b/web_widget_x2many_2d_matrix/i18n/eu.po new file mode 100644 index 00000000..4fd12127 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/eu.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/fa.po b/web_widget_x2many_2d_matrix/i18n/fa.po new file mode 100644 index 00000000..4671aba8 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/fa.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "جمع کل" diff --git a/web_widget_x2many_2d_matrix/i18n/gl.po b/web_widget_x2many_2d_matrix/i18n/gl.po new file mode 100644 index 00000000..155285bf --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/gl.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/he.po b/web_widget_x2many_2d_matrix/i18n/he.po new file mode 100644 index 00000000..61038f5d --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/he.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "סה\"כ" diff --git a/web_widget_x2many_2d_matrix/i18n/hr.po b/web_widget_x2many_2d_matrix/i18n/hr.po new file mode 100644 index 00000000..f209e294 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/hr.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +# Ana-Maria Olujić , 2016 +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-25 00:51+0000\n" +"PO-Revision-Date: 2016-08-19 11:47+0000\n" +"Last-Translator: Ana-Maria Olujić \n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Ukupno" diff --git a/web_widget_x2many_2d_matrix/i18n/hu.po b/web_widget_x2many_2d_matrix/i18n/hu.po new file mode 100644 index 00000000..c37c6338 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/hu.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Összesen" diff --git a/web_widget_x2many_2d_matrix/i18n/id.po b/web_widget_x2many_2d_matrix/i18n/id.po new file mode 100644 index 00000000..6e0f3fc5 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/id.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/ja.po b/web_widget_x2many_2d_matrix/i18n/ja.po new file mode 100644 index 00000000..17d9cf6c --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/ja.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "合計" diff --git a/web_widget_x2many_2d_matrix/i18n/ko.po b/web_widget_x2many_2d_matrix/i18n/ko.po new file mode 100644 index 00000000..aa7fa3fa --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/ko.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "총계" diff --git a/web_widget_x2many_2d_matrix/i18n/lt.po b/web_widget_x2many_2d_matrix/i18n/lt.po new file mode 100644 index 00000000..da87efe9 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/lt.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Viso" diff --git a/web_widget_x2many_2d_matrix/i18n/lv.po b/web_widget_x2many_2d_matrix/i18n/lv.po new file mode 100644 index 00000000..f43ee830 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/lv.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Summa" diff --git a/web_widget_x2many_2d_matrix/i18n/mk.po b/web_widget_x2many_2d_matrix/i18n/mk.po new file mode 100644 index 00000000..4c547ac9 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/mk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Вкупно" diff --git a/web_widget_x2many_2d_matrix/i18n/mn.po b/web_widget_x2many_2d_matrix/i18n/mn.po new file mode 100644 index 00000000..a4e08bef --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/mn.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Дүн" diff --git a/web_widget_x2many_2d_matrix/i18n/nb.po b/web_widget_x2many_2d_matrix/i18n/nb.po new file mode 100644 index 00000000..ec3cbcb2 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/nb.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/nl.po b/web_widget_x2many_2d_matrix/i18n/nl.po new file mode 100644 index 00000000..01d14e4c --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/nl.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Totaal" diff --git a/web_widget_x2many_2d_matrix/i18n/nl_BE.po b/web_widget_x2many_2d_matrix/i18n/nl_BE.po new file mode 100644 index 00000000..62e4beb9 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/nl_BE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Totaal" diff --git a/web_widget_x2many_2d_matrix/i18n/nl_NL.po b/web_widget_x2many_2d_matrix/i18n/nl_NL.po new file mode 100644 index 00000000..4af22d61 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/nl_NL.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-17 12:06+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-web-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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Totaal" diff --git a/web_widget_x2many_2d_matrix/i18n/pl.po b/web_widget_x2many_2d_matrix/i18n/pl.po new file mode 100644 index 00000000..d5ca030c --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/pl.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-web-8-0/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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Suma" diff --git a/web_widget_x2many_2d_matrix/i18n/pt.po b/web_widget_x2many_2d_matrix/i18n/pt.po new file mode 100644 index 00000000..b97455aa --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/pt.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/pt_PT.po b/web_widget_x2many_2d_matrix/i18n/pt_PT.po new file mode 100644 index 00000000..f06229f9 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/pt_PT.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-10 07:07+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/ro.po b/web_widget_x2many_2d_matrix/i18n/ro.po new file mode 100644 index 00000000..648f7a60 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/ro.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Total" diff --git a/web_widget_x2many_2d_matrix/i18n/ru.po b/web_widget_x2many_2d_matrix/i18n/ru.po new file mode 100644 index 00000000..9fef7b67 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/ru.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Всего" diff --git a/web_widget_x2many_2d_matrix/i18n/sk.po b/web_widget_x2many_2d_matrix/i18n/sk.po new file mode 100644 index 00000000..f992b6c5 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/sk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Celkom" diff --git a/web_widget_x2many_2d_matrix/i18n/sr.po b/web_widget_x2many_2d_matrix/i18n/sr.po new file mode 100644 index 00000000..a5e2f215 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/sr.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 10:22+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Ukupno" diff --git a/web_widget_x2many_2d_matrix/i18n/sr@latin.po b/web_widget_x2many_2d_matrix/i18n/sr@latin.po new file mode 100644 index 00000000..71c8f339 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/sr@latin.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Ukupno" diff --git a/web_widget_x2many_2d_matrix/i18n/sv.po b/web_widget_x2many_2d_matrix/i18n/sv.po new file mode 100644 index 00000000..7426cce5 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/sv.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Totalt" diff --git a/web_widget_x2many_2d_matrix/i18n/th.po b/web_widget_x2many_2d_matrix/i18n/th.po new file mode 100644 index 00000000..81095856 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/th.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "รวม" diff --git a/web_widget_x2many_2d_matrix/i18n/uk.po b/web_widget_x2many_2d_matrix/i18n/uk.po new file mode 100644 index 00000000..a62fa0d5 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/uk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-8-0/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" + +#. module: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Всього" diff --git a/web_widget_x2many_2d_matrix/i18n/vi.po b/web_widget_x2many_2d_matrix/i18n/vi.po new file mode 100644 index 00000000..b59f6fce --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/vi.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "Tổng" diff --git a/web_widget_x2many_2d_matrix/i18n/zh_CN.po b/web_widget_x2many_2d_matrix/i18n/zh_CN.po new file mode 100644 index 00000000..e1b11708 --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/zh_CN.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "总计" diff --git a/web_widget_x2many_2d_matrix/i18n/zh_TW.po b/web_widget_x2many_2d_matrix/i18n/zh_TW.po new file mode 100644 index 00000000..79c2f61a --- /dev/null +++ b/web_widget_x2many_2d_matrix/i18n/zh_TW.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_x2many_2d_matrix +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: web (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2015-11-07 11:22+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-8-0/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: web_widget_x2many_2d_matrix +#. openerp-web +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:11 +#: code:addons/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml:28 +#, python-format +msgid "Total" +msgstr "總計" diff --git a/web_widget_x2many_2d_matrix/static/src/js/web_widget_x2many_2d_matrix.js b/web_widget_x2many_2d_matrix/static/src/js/web_widget_x2many_2d_matrix.js index 4dbcb4cc..e438c47e 100644 --- a/web_widget_x2many_2d_matrix/static/src/js/web_widget_x2many_2d_matrix.js +++ b/web_widget_x2many_2d_matrix/static/src/js/web_widget_x2many_2d_matrix.js @@ -1,23 +1,6 @@ -//-*- coding: utf-8 -*- -//############################################################################ -// -// OpenERP, Open Source Management Solution -// This module copyright (C) 2015 Therp BV . -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . -// -//############################################################################ +/* Copyright 2015 Holger Brunn + * Copyright 2016 Pedro M. Baeza + * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ openerp.web_widget_x2many_2d_matrix = function(instance) { @@ -31,6 +14,8 @@ openerp.web_widget_x2many_2d_matrix = function(instance) // those will be filled with rows from the dataset by_x_axis: {}, by_y_axis: {}, + by_x_axis_sorted: [], + by_y_axis_sorted: [], by_id: {}, // configuration values field_x_axis: 'x', @@ -44,15 +29,27 @@ openerp.web_widget_x2many_2d_matrix = function(instance) show_column_totals: true, // this will be filled with the model's fields_get fields: {}, + // Store fields used to fill HTML attributes + fields_att: {}, + x_axis_clickable: true, + y_axis_clickable: true, // read parameters init: function(field_manager, node) { this.field_x_axis = node.attrs.field_x_axis || this.field_x_axis; this.field_y_axis = node.attrs.field_y_axis || this.field_y_axis; + this.x_axis_clickable = node.attrs.x_axis_clickable || this.x_axis_clickable; + this.y_axis_clickable = node.attrs.y_axis_clickable || this.y_axis_clickable; this.field_label_x_axis = node.attrs.field_label_x_axis || this.field_x_axis; this.field_label_y_axis = node.attrs.field_label_y_axis || this.field_y_axis; this.field_value = node.attrs.field_value || this.field_value; + for (var property in node.attrs) { + if (property.startsWith("field_att_")) { + this.fields_att[property.substring(10)] = node.attrs[property]; + } + } + this.field_editability = node.attrs.field_editability || this.field_editability; this.show_row_totals = node.attrs.show_row_totals || this.show_row_totals; this.show_column_totals = node.attrs.show_column_totals || this.show_column_totals; return this._super.apply(this, arguments); @@ -81,6 +78,8 @@ openerp.web_widget_x2many_2d_matrix = function(instance) var self = this, result = this._super.apply(this, arguments); + self.by_x_axis_sorted = [] + self.by_y_axis_sorted = [] self.by_x_axis = {}; self.by_y_axis = {}; self.by_id = {}; @@ -93,6 +92,8 @@ openerp.web_widget_x2many_2d_matrix = function(instance) self.is_numeric = fields[self.field_value].type == 'float'; self.show_row_totals &= self.is_numeric; self.show_column_totals &= self.is_numeric; + self.x_axis_clickable &= self.is_numeric; + self.y_axis_clickable &= self.is_numeric; }) // if there are cached writes on the parent dataset, read below // only returns the written data, which is not enough to properly @@ -209,6 +210,10 @@ openerp.web_widget_x2many_2d_matrix = function(instance) } return true; }); + if(this.by_x_axis_sorted.indexOf(x) == -1) + this.by_x_axis_sorted.push(x) + if(this.by_y_axis_sorted.indexOf(y) == -1) + this.by_y_axis_sorted.push(y) this.by_x_axis[x] = this.by_x_axis[x] || {}; this.by_y_axis[y] = this.by_y_axis[y] || {}; this.by_x_axis[x][y] = row; @@ -219,13 +224,13 @@ openerp.web_widget_x2many_2d_matrix = function(instance) // get x axis values in the correct order get_x_axis_values: function() { - return _.keys(this.by_x_axis); + return this.by_x_axis_sorted }, // get y axis values in the correct order get_y_axis_values: function() { - return _.keys(this.by_y_axis); + return this.by_y_axis_sorted }, // get the label for a value on the x axis @@ -261,6 +266,20 @@ openerp.web_widget_x2many_2d_matrix = function(instance) return this.by_x_axis[x][y]['id']; }, + get_xy_att: function(x, y) + { + var vals = {}; + for (var att in this.fields_att) { + var val = this.get_field_value( + this.by_x_axis[x][y], this.fields_att[att]); + // Discard empty values + if (val) { + vals[att] = val; + } + } + return vals; + }, + // return the value of a coordinate get_xy_value: function(x, y) { @@ -338,14 +357,14 @@ openerp.web_widget_x2many_2d_matrix = function(instance) setup_many2one_axes: function() { - if(this.fields[this.field_x_axis].type == 'many2one') + if(this.fields[this.field_x_axis].type == 'many2one' && this.x_axis_clickable) { this.$el.find('th[data-x]').addClass('oe_link') .click(_.partial( this.proxy(this.many2one_axis_click), this.field_x_axis, 'x')); } - if(this.fields[this.field_y_axis].type == 'many2one') + if(this.fields[this.field_y_axis].type == 'many2one' && this.y_axis_clickable) { this.$el.find('tr[data-y] th').addClass('oe_link') .click(_.partial( diff --git a/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml b/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml index 35f1669b..ca6b687f 100644 --- a/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml +++ b/web_widget_x2many_2d_matrix/static/src/xml/web_widget_x2many_2d_matrix.xml @@ -16,7 +16,7 @@ - + diff --git a/web_x2m_defaults_from_previous/README.rst b/web_x2m_defaults_from_previous/README.rst new file mode 100644 index 00000000..46cad23e --- /dev/null +++ b/web_x2m_defaults_from_previous/README.rst @@ -0,0 +1,63 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=============== +x2many defaults +=============== + +This module was written to allow you to use the previous line's input as defaults for the next line you add. + +Usage +===== + +#. on a x2many field, say ``options="{'web_x2m_defaults_from_previous': ['field1', 'field2']}"`` +#. after the first line of input, succeeding lines will have the last input's values as default +#. demo data adds this for the ACL list field in the groups form + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + +Known issues / Roadmap +====================== + +* many2many fields are not yet supported + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Holger Brunn + +Do not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_x2m_defaults_from_previous/__init__.py b/web_x2m_defaults_from_previous/__init__.py new file mode 100644 index 00000000..fa85807b --- /dev/null +++ b/web_x2m_defaults_from_previous/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/web_x2m_defaults_from_previous/__openerp__.py b/web_x2m_defaults_from_previous/__openerp__.py new file mode 100644 index 00000000..5d5a6a48 --- /dev/null +++ b/web_x2m_defaults_from_previous/__openerp__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "x2many defaults", + "version": "8.0.1.0.0", + "author": "Therp BV,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Hidden/Dependency", + "summary": "Use previous input as default for next line", + "depends": [ + 'web', + ], + "demo": [ + "demo/ir_ui_view.xml", + ], + "data": [ + 'views/templates.xml', + ], +} diff --git a/web_x2m_defaults_from_previous/demo/ir_ui_view.xml b/web_x2m_defaults_from_previous/demo/ir_ui_view.xml new file mode 100644 index 00000000..f0c49d82 --- /dev/null +++ b/web_x2m_defaults_from_previous/demo/ir_ui_view.xml @@ -0,0 +1,14 @@ + + + + + res.groups + + + + {'web_x2m_defaults_from_previous': ['model_id', 'name']} + + + + + diff --git a/web_x2m_defaults_from_previous/i18n/eu.po b/web_x2m_defaults_from_previous/i18n/eu.po new file mode 100644 index 00000000..820d7345 --- /dev/null +++ b/web_x2m_defaults_from_previous/i18n/eu.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_x2m_defaults_from_previous +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-04 08:29+0000\n" +"Last-Translator: Esther Martín Menéndez , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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: web_x2m_defaults_from_previous +#: view:res.groups:web_x2m_defaults_from_previous.view_groups_form +msgid "{'web_x2m_defaults_from_previous': ['model_id', 'name']}" +msgstr "{'web_x2m_defaults_from_previous': ['model_id', 'name']}" diff --git a/web_x2m_defaults_from_previous/i18n/sl.po b/web_x2m_defaults_from_previous/i18n/sl.po new file mode 100644 index 00000000..5b8478f4 --- /dev/null +++ b/web_x2m_defaults_from_previous/i18n/sl.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_x2m_defaults_from_previous +# +# Translators: +# Matjaž Mozetič , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 08:33+0000\n" +"PO-Revision-Date: 2017-01-07 08:33+0000\n" +"Last-Translator: Matjaž Mozetič , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_x2m_defaults_from_previous +#: view:res.groups:web_x2m_defaults_from_previous.view_groups_form +msgid "{'web_x2m_defaults_from_previous': ['model_id', 'name']}" +msgstr "{'web_x2m_defaults_from_previous': ['model_id', 'name']}" diff --git a/web_x2m_defaults_from_previous/i18n/tr.po b/web_x2m_defaults_from_previous/i18n/tr.po new file mode 100644 index 00000000..eb0eb717 --- /dev/null +++ b/web_x2m_defaults_from_previous/i18n/tr.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_x2m_defaults_from_previous +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-29 03:46+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_x2m_defaults_from_previous +#: view:res.groups:web_x2m_defaults_from_previous.view_groups_form +msgid "{'web_x2m_defaults_from_previous': ['model_id', 'name']}" +msgstr "{'web_x2m_defaults_from_previous': ['model_id', 'name']}" diff --git a/web_x2m_defaults_from_previous/static/description/icon.png b/web_x2m_defaults_from_previous/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/web_x2m_defaults_from_previous/static/description/icon.png differ diff --git a/web_x2m_defaults_from_previous/static/src/js/web_x2m_defaults_from_previous.js b/web_x2m_defaults_from_previous/static/src/js/web_x2m_defaults_from_previous.js new file mode 100644 index 00000000..2924e474 --- /dev/null +++ b/web_x2m_defaults_from_previous/static/src/js/web_x2m_defaults_from_previous.js @@ -0,0 +1,41 @@ +//-*- coding: utf-8 -*- +//© 2016 Therp BV +//License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +openerp.web_x2m_defaults_from_previous = function(instance) +{ + instance.web.form.FieldOne2Many.include({ + build_context: function() + { + var self = this, + default_fields = + this.options.web_x2m_defaults_from_previous || [], + extra_context = {}, + result = this._super.apply(this, arguments); + if(!this.dataset.cache || !this.dataset.cache.length) + { + return result; + } + _.each(default_fields, function(field_name) + { + var value = self.dataset.cache[ + self.views[0].embedded_view.arch.attrs.editable == 'top' ? + 0 : + self.dataset.cache.length - 1 + ].values[field_name]; + if(_.isArray(value)) + { + value = value[0]; + } + extra_context[ + _.str.sprintf('default_%s', field_name) + ] = value; + }); + if(!_.isEmpty(extra_context)) + { + result.add(extra_context); + } + return result; + }, + }); +}; diff --git a/web_x2m_defaults_from_previous/views/templates.xml b/web_x2m_defaults_from_previous/views/templates.xml new file mode 100644 index 00000000..748e3201 --- /dev/null +++ b/web_x2m_defaults_from_previous/views/templates.xml @@ -0,0 +1,10 @@ + + + + + + diff --git a/web_x2m_filter/README.rst b/web_x2m_filter/README.rst new file mode 100644 index 00000000..20b9eaf7 --- /dev/null +++ b/web_x2m_filter/README.rst @@ -0,0 +1,67 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +========================= +Filters for x2many fields +========================= + +This module was written to allow developers to add filter buttons to an x2many field. + +.. image:: /web_x2m_filter/static/description/screenshot.png + :alt: Screenshot + +Usage +===== + +To use this module, you need to: + +#. add a key ``web_x2m_filter`` to the field's ``options`` dictionary +#. this key should contain a list if dictionaries which describe a button by the properties ``name`` and ``domain``:: + + {'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', %(base.group_erp_manager)s)]}]} +#. to have one filter being active on form load, add a key named ``default`` with value ``True`` +#. the string in ``name`` is subject to the standard translation mechanism +#. the domain is evaluated with the user's context and the current form values + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Holger Brunn + +Do not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_x2m_filter/__init__.py b/web_x2m_filter/__init__.py new file mode 100644 index 00000000..fa85807b --- /dev/null +++ b/web_x2m_filter/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/web_x2m_filter/__openerp__.py b/web_x2m_filter/__openerp__.py new file mode 100644 index 00000000..d4d88bcc --- /dev/null +++ b/web_x2m_filter/__openerp__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# © 2016 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Filters for x2many fields", + "version": "8.0.1.0.0", + "author": "Therp BV,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Hidden/Dependency", + "summary": "Allows to define filters in x2many list fields", + "depends": [ + 'web', + ], + "demo": [ + "demo/res_groups.xml", + ], + "data": [ + 'views/templates.xml', + ], + "qweb": [ + 'static/src/xml/web_x2m_filter.xml', + ], +} diff --git a/web_x2m_filter/demo/res_groups.xml b/web_x2m_filter/demo/res_groups.xml new file mode 100644 index 00000000..5cd9a741 --- /dev/null +++ b/web_x2m_filter/demo/res_groups.xml @@ -0,0 +1,14 @@ + + + + + res.groups + + + + {'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', %(base.group_erp_manager)s)], 'default': True}]} + + + + + diff --git a/web_x2m_filter/i18n/eu.po b/web_x2m_filter/i18n/eu.po new file mode 100644 index 00000000..2eb4a808 --- /dev/null +++ b/web_x2m_filter/i18n/eu.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_x2m_filter +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-04 08:29+0000\n" +"PO-Revision-Date: 2017-02-04 08:29+0000\n" +"Last-Translator: Esther Martín Menéndez , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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: web_x2m_filter +#: view:res.groups:web_x2m_filter.view_groups_form +msgid "" +"{'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', " +"3)], 'default': True}]}" +msgstr "" +"{'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', " +"3)], 'default': True}]}" diff --git a/web_x2m_filter/i18n/sl.po b/web_x2m_filter/i18n/sl.po new file mode 100644 index 00000000..426ba0b0 --- /dev/null +++ b/web_x2m_filter/i18n/sl.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_x2m_filter +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 02:00+0000\n" +"PO-Revision-Date: 2016-11-26 02:00+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_x2m_filter +#: view:res.groups:web_x2m_filter.view_groups_form +msgid "" +"{'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', " +"3)], 'default': True}]}" +msgstr "" +"{'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', " +"3)], 'default': True}]}" diff --git a/web_x2m_filter/i18n/tr.po b/web_x2m_filter/i18n/tr.po new file mode 100644 index 00000000..cd46820d --- /dev/null +++ b/web_x2m_filter/i18n/tr.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_x2m_filter +# +# Translators: +# Ahmet Altinisik , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:46+0000\n" +"PO-Revision-Date: 2016-12-29 03:46+0000\n" +"Last-Translator: Ahmet Altinisik , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: web_x2m_filter +#: view:res.groups:web_x2m_filter.view_groups_form +msgid "" +"{'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', " +"3)], 'default': True}]}" +msgstr "" +"{'web_x2m_filter': [{'name': 'Sadece Yöneticiler', 'domain': [('groups_id', " +"'=', 3)], 'default': True}]}" diff --git a/web_x2m_filter/static/description/icon.png b/web_x2m_filter/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/web_x2m_filter/static/description/icon.png differ diff --git a/web_x2m_filter/static/description/screenshot.png b/web_x2m_filter/static/description/screenshot.png new file mode 100644 index 00000000..52c8889f Binary files /dev/null and b/web_x2m_filter/static/description/screenshot.png differ diff --git a/web_x2m_filter/static/src/css/web_x2m_filter.css b/web_x2m_filter/static/src/css/web_x2m_filter.css new file mode 100644 index 00000000..0d5d3f89 --- /dev/null +++ b/web_x2m_filter/static/src/css/web_x2m_filter.css @@ -0,0 +1,5 @@ +tr.web_x2m_filter th +{ + text-align: right; + font-weight: normal; +} diff --git a/web_x2m_filter/static/src/js/web_x2m_filter.js b/web_x2m_filter/static/src/js/web_x2m_filter.js new file mode 100644 index 00000000..dc5efcc6 --- /dev/null +++ b/web_x2m_filter/static/src/js/web_x2m_filter.js @@ -0,0 +1,72 @@ +//-*- coding: utf-8 -*- +//© 2016 Therp BV +//License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +openerp.web_x2m_filter = function(instance) +{ + instance.web.ListView.include({ + init: function() + { + this.events['click button.web_x2m_filter'] = 'web_x2m_filter_click'; + return this._super.apply(this, arguments); + }, + web_x2m_filter_click: function(e) + { + var $button = jQuery(e.currentTarget); + this.$('button.web_x2m_filter:disabled').prop('disabled', false); + $button.prop('disabled', true); + return (this.getParent().o2m || this.getParent()) + .web_x2m_filter_apply_domain($button.attr('data-domain')) + .then(this.proxy('reload_content')); + }, + start: function() + { + var self = this; + return this._super.apply(this, arguments).then(function() + { + self.$('button.web_x2m_filter[data-default]').click(); + }); + }, + }); + var apply_domain = function(o2m, domain) + { + var compound_domain = new instance.web.CompoundDomain( + JSON.parse(domain), + o2m.field.domain, + [ + [ + 'id', 'in', _.filter( + o2m.field_manager.datarecord[o2m.name], + function(x) { return !window.isNaN(x); } + ), + ] + ] + ); + return o2m.dataset._model.query(['id']).filter( + compound_domain + .set_eval_context(o2m.field_manager.build_eval_context()) + .eval() + ).all() + .then(function(records) + { + var original = o2m._inhibit_on_change_flag; + o2m._inhibit_on_change_flag = true; + o2m.dataset.alter_ids(_.map(records, function(x) { + return x.id; + })); + o2m._inhibit_on_change_flag = original; + }); + }; + instance.web.form.FieldOne2Many.include({ + web_x2m_filter_apply_domain: function(domain) + { + return apply_domain(this, domain); + }, + }); + instance.web.form.FieldMany2Many.include({ + web_x2m_filter_apply_domain: function(domain) + { + return apply_domain(this, domain); + }, + }); +}; diff --git a/web_x2m_filter/static/src/xml/web_x2m_filter.xml b/web_x2m_filter/static/src/xml/web_x2m_filter.xml new file mode 100644 index 00000000..15d440ad --- /dev/null +++ b/web_x2m_filter/static/src/xml/web_x2m_filter.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web_x2m_filter/views/templates.xml b/web_x2m_filter/views/templates.xml new file mode 100644 index 00000000..421dd643 --- /dev/null +++ b/web_x2m_filter/views/templates.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/web_x2many_add_button_position/README.rst b/web_x2many_add_button_position/README.rst new file mode 100644 index 00000000..15a3a5e1 --- /dev/null +++ b/web_x2many_add_button_position/README.rst @@ -0,0 +1,59 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +========================== +X2many Add Button Position +========================== + +This module moves the ``Add an item`` button of x2many fields to the top or bottom of the list (depending on the ``editable`` attribute). + +Configuration +============= + +To configure this module, you need to: + +#. Modify or add the ``editable`` attribute of / to the tree element. + +Example:: + + + + + + +Usage +===== + +This module has no new visible aspect. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Dennis Sluijk + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file diff --git a/web_x2many_add_button_position/__init__.py b/web_x2many_add_button_position/__init__.py new file mode 100644 index 00000000..6529c19d --- /dev/null +++ b/web_x2many_add_button_position/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Onestein () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/web_x2many_add_button_position/__openerp__.py b/web_x2many_add_button_position/__openerp__.py new file mode 100644 index 00000000..5621cf11 --- /dev/null +++ b/web_x2many_add_button_position/__openerp__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Onestein () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'X2many Add Button Position', + 'summary': """ + Configurable position for the 'Add an Item' button + """, + 'author': 'Onestein,Odoo Community Association (OCA)', + 'website': 'http://www.onestein.eu', + 'category': 'Web', + 'version': '8.0.1.0.0', + 'depends': [ + 'web' + ], + 'data': [ + 'templates/assets.xml', + ], + 'installable': True, + 'application': False, +} diff --git a/web_x2many_add_button_position/static/src/js/web_x2many_add_button_position.js b/web_x2many_add_button_position/static/src/js/web_x2many_add_button_position.js new file mode 100644 index 00000000..fd266f3b --- /dev/null +++ b/web_x2many_add_button_position/static/src/js/web_x2many_add_button_position.js @@ -0,0 +1,23 @@ +/* Copyright 2017 Onestein + * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ + +openerp.web_x2many_add_button_position = function(instance) { + instance.web.form.AddAnItemList.include({ + pad_table_to: function() { + var self = this; + this._super.apply(this, arguments); + if (this.view.fields_view.arch.attrs.editable && + this.view.fields_view.arch.attrs.editable == 'top') { + this.move_add_item_button(); + this.$current.find('.' + this._add_row_class + ' a').click(function() { + self.move_add_item_button(); + }); + } + }, + move_add_item_button: function() { + $btn_row = this.$current.find('.' + this._add_row_class).parent(); + $btn_row.detach(); + this.$current.find('tr:first').before($btn_row); + } + }); +} diff --git a/web_x2many_add_button_position/templates/assets.xml b/web_x2many_add_button_position/templates/assets.xml new file mode 100644 index 00000000..bc488735 --- /dev/null +++ b/web_x2many_add_button_position/templates/assets.xml @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/web_x2many_delete_all/README.rst b/web_x2many_delete_all/README.rst new file mode 100644 index 00000000..aa9a6c5d --- /dev/null +++ b/web_x2many_delete_all/README.rst @@ -0,0 +1,58 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +======================== +X2many Delete All Button +======================== + +Adds a button to Many2many and One2many fields that removes all linked records. + +Configuration +============= + +No configuration is needed. + +Usage +===== + +To use this module, you need to: + +#. Go to any Many2many or One2many field; +#. click 'Edit'; +#. click the top most trash can button. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Dennis Sluijk + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file diff --git a/web_x2many_delete_all/__init__.py b/web_x2many_delete_all/__init__.py new file mode 100644 index 00000000..3bf7ea73 --- /dev/null +++ b/web_x2many_delete_all/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2016 Onestein () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/web_x2many_delete_all/__openerp__.py b/web_x2many_delete_all/__openerp__.py new file mode 100644 index 00000000..efc2bbe2 --- /dev/null +++ b/web_x2many_delete_all/__openerp__.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# © 2016 Onestein () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'X2many Delete All Button', + 'summary': """ + Adds a button to x2many fields that removes all linked records + """, + 'version': '8.0.1.0.0', + 'category': 'Web', + 'author': 'Onestein,Odoo Community Association (OCA)', + 'website': 'http://www.onestein.eu', + 'license': 'AGPL-3', + 'depends': [ + 'web', + ], + 'data': [ + 'templates/assets.xml' + ], + 'qweb': [ + 'static/src/xml/web_x2many_delete_all.xml' + ], + 'installable': True, + 'application': False, +} diff --git a/web_x2many_delete_all/i18n/sl.po b/web_x2many_delete_all/i18n/sl.po new file mode 100644 index 00000000..aa2f060a --- /dev/null +++ b/web_x2many_delete_all/i18n/sl.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_x2many_delete_all +# +# Translators: +# Matjaž Mozetič , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-27 03:48+0000\n" +"PO-Revision-Date: 2017-02-27 03:48+0000\n" +"Last-Translator: Matjaž Mozetič , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: web_x2many_delete_all +#. openerp-web +#: code:addons/web_x2many_delete_all/static/src/xml/web_x2many_delete_all.xml:8 +#: code:addons/web_x2many_delete_all/static/src/xml/web_x2many_delete_all.xml:13 +#, python-format +msgid "Delete all" +msgstr "Izbriši vse" diff --git a/web_x2many_delete_all/static/src/css/web_x2many_delete_all.css b/web_x2many_delete_all/static/src/css/web_x2many_delete_all.css new file mode 100644 index 00000000..a6e4183d --- /dev/null +++ b/web_x2many_delete_all/static/src/css/web_x2many_delete_all.css @@ -0,0 +1,13 @@ +/* Copyright 2016 Onestein + * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ + +div.oe_list th.oe_list_record_delete, +div.oe_list th.oe_list_record_delete > button { + cursor: pointer; +} + +div.oe_list th.oe_list_record_delete > button { + border: none; + background: transparent; + padding: 0; +} diff --git a/web_x2many_delete_all/static/src/js/web_x2many_delete_all.js b/web_x2many_delete_all/static/src/js/web_x2many_delete_all.js new file mode 100644 index 00000000..6f5e7e4c --- /dev/null +++ b/web_x2many_delete_all/static/src/js/web_x2many_delete_all.js @@ -0,0 +1,62 @@ +/* Copyright 2016 Onestein + * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ + +openerp.web_x2many_delete_all = function(instance) { +"use strict"; + + instance.web.form.FieldMany2Many.include({ + events: { + 'click th.oe_list_record_delete': 'btn_delete_all_clicked' + }, + initialize_content: function() { + var self = this; + var res = this._super.apply(this, arguments); + this.is_loaded.then(function() { + self.toggle_btn_delete_all(); + }); + return res; + }, + toggle_btn_delete_all: function() { + if(this.get('effective_readonly')) { + this.$('th.oe_list_record_delete > button').addClass('hidden'); + } else { + this.$('th.oe_list_record_delete > button').removeClass('hidden'); + } + }, + btn_delete_all_clicked: function() { + if(this.get('effective_readonly')) return; + this.delete_all(); + }, + delete_all: function() { + this.list_view.do_delete(this.dataset.ids); + } + }); + + instance.web.form.FieldOne2Many.include({ + events: { + 'click th.oe_list_record_delete': 'btn_delete_all_clicked' + }, + reload_current_view: function() { + var self = this; + var res = this._super.apply(this, arguments); + res.then(function() { + self.toggle_btn_delete_all(); + }); + return res; + }, + toggle_btn_delete_all: function() { + if(this.get('effective_readonly')) { + this.$('th.oe_list_record_delete > button').addClass('hidden'); + } else { + this.$('th.oe_list_record_delete > button').removeClass('hidden'); + } + }, + btn_delete_all_clicked: function() { + if(this.get('effective_readonly')) return; + this.delete_all(); + }, + delete_all: function() { + this.viewmanager.views.list.controller.do_delete(this.dataset.ids); + } + }); +} diff --git a/web_x2many_delete_all/static/src/xml/web_x2many_delete_all.xml b/web_x2many_delete_all/static/src/xml/web_x2many_delete_all.xml new file mode 100644 index 00000000..28c5a8d5 --- /dev/null +++ b/web_x2many_delete_all/static/src/xml/web_x2many_delete_all.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/web_x2many_delete_all/templates/assets.xml b/web_x2many_delete_all/templates/assets.xml new file mode 100644 index 00000000..69e305f6 --- /dev/null +++ b/web_x2many_delete_all/templates/assets.xml @@ -0,0 +1,16 @@ + + + + + +