mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
OCA Transbot updated translations from Transifex
This commit is contained in:
217
web_dashboard_tile/i18n/ar.po
Normal file
217
web_dashboard_tile/i18n/ar.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-7-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_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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/bg.po
Normal file
217
web_dashboard_tile/i18n/bg.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr "Активен"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/bs.po
Normal file
217
web_dashboard_tile/i18n/bs.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/cs.po
Normal file
217
web_dashboard_tile/i18n/cs.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/da.po
Normal file
217
web_dashboard_tile/i18n/da.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr "Aktiv"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-10-07 17:50+0000\n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-web-7-0/language/de/)\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8
|
||||
#, python-format
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Erstellen"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_id:0
|
||||
@@ -64,7 +64,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
msgstr "Benutzer"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
@@ -155,7 +155,7 @@ msgid "Action"
|
||||
msgstr "Aktion"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:73
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, python-format
|
||||
msgid "Minimum value of '%s'"
|
||||
msgstr ""
|
||||
@@ -188,7 +188,7 @@ msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:79
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
@@ -199,19 +199,19 @@ msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:82
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:85
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:76
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
217
web_dashboard_tile/i18n/en_GB.po
Normal file
217
web_dashboard_tile/i18n/en_GB.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-10-07 17:50+0000\n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-7-0/language/es/)\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8
|
||||
#, python-format
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Crear"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_id:0
|
||||
@@ -34,7 +34,7 @@ msgstr "Campo"
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
msgstr "Se creó la pieza"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
@@ -44,7 +44,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
msgstr "Pieza del tablero"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
@@ -64,12 +64,12 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
@@ -79,7 +79,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,count:0
|
||||
msgid "Count"
|
||||
msgstr ""
|
||||
msgstr "Cuenta"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
@@ -133,7 +133,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
msgstr ""
|
||||
msgstr "Piezas del tablero"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.actions.act_window,name:web_dashboard_tile.action_kanban_dashboard_tile
|
||||
@@ -147,15 +147,15 @@ msgstr ""
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
msgstr "Error"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
msgstr "Acción"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:73
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, python-format
|
||||
msgid "Minimum value of '%s'"
|
||||
msgstr ""
|
||||
@@ -163,7 +163,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,model_id:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
msgstr "Modelo"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,domain:0
|
||||
@@ -185,10 +185,10 @@ msgstr ""
|
||||
#: 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/tile.py:79
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
@@ -199,19 +199,19 @@ msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:82
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:85
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:76
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
217
web_dashboard_tile/i18n/es_AR.po
Normal file
217
web_dashboard_tile/i18n/es_AR.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/es_CO.po
Normal file
217
web_dashboard_tile/i18n/es_CO.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/es_CR.po
Normal file
217
web_dashboard_tile/i18n/es_CR.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/es_EC.po
Normal file
217
web_dashboard_tile/i18n/es_EC.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/es_MX.po
Normal file
217
web_dashboard_tile/i18n/es_MX.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/es_PE.po
Normal file
217
web_dashboard_tile/i18n/es_PE.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/es_VE.po
Normal file
217
web_dashboard_tile/i18n/es_VE.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/eu.po
Normal file
217
web_dashboard_tile/i18n/eu.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/fa.po
Normal file
217
web_dashboard_tile/i18n/fa.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/fi.po
Normal file
217
web_dashboard_tile/i18n/fi.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-web-7-0/language/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Käyttäjä"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr "Toiminto"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, python-format
|
||||
msgid "Minimum value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,model_id:0
|
||||
msgid "Model"
|
||||
msgstr "Mall"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/fr_CA.po
Normal file
217
web_dashboard_tile/i18n/fr_CA.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/fr_CH.po
Normal file
217
web_dashboard_tile/i18n/fr_CH.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/he.po
Normal file
217
web_dashboard_tile/i18n/he.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/hr.po
Normal file
217
web_dashboard_tile/i18n/hr.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-web-7-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_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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr "Aktivno"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/hr_HR.po
Normal file
217
web_dashboard_tile/i18n/hr_HR.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr "Aktivan"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/it.po
Normal file
217
web_dashboard_tile/i18n/it.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/oca/OCA-web-7-0/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8
|
||||
#, python-format
|
||||
msgid "Create"
|
||||
msgstr "Crea"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_id:0
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Utente"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr "Attivo"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr "Azione"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, python-format
|
||||
msgid "Minimum value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,model_id:0
|
||||
msgid "Model"
|
||||
msgstr "Modello"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/ja.po
Normal file
217
web_dashboard_tile/i18n/ja.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/lt.po
Normal file
217
web_dashboard_tile/i18n/lt.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/lv.po
Normal file
217
web_dashboard_tile/i18n/lv.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/mk.po
Normal file
217
web_dashboard_tile/i18n/mk.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/mn.po
Normal file
217
web_dashboard_tile/i18n/mn.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/nb.po
Normal file
217
web_dashboard_tile/i18n/nb.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/nl_BE.po
Normal file
217
web_dashboard_tile/i18n/nl_BE.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/pt_BR.po
Normal file
217
web_dashboard_tile/i18n/pt_BR.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-7-0/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8
|
||||
#, python-format
|
||||
msgid "Create"
|
||||
msgstr "Criar"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_id:0
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Usuário"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr "Ativo"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr "Ação"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/pt_PT.po
Normal file
217
web_dashboard_tile/i18n/pt_PT.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/ru.po
Normal file
217
web_dashboard_tile/i18n/ru.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr "Поле"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr "Пользователь"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/sk.po
Normal file
217
web_dashboard_tile/i18n/sk.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Slovak (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-15 23:37+0000\n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-7-0/language/sl/)\n"
|
||||
@@ -22,12 +22,12 @@ msgstr ""
|
||||
#: code:addons/web_dashboard_tile/static/src/xml/custom_xml.xml:8
|
||||
#, python-format
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Ustvari"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
msgstr "Polje"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
@@ -64,12 +64,12 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
msgstr "Uporabnik"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
msgstr "Aktivno"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
@@ -152,7 +152,7 @@ msgstr "Napaka"
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
msgstr "Ukrep"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
@@ -163,7 +163,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,model_id:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
msgstr "Model"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,domain:0
|
||||
|
||||
217
web_dashboard_tile/i18n/sr@latin.po
Normal file
217
web_dashboard_tile/i18n/sr@latin.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/sv.po
Normal file
217
web_dashboard_tile/i18n/sv.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/th.po
Normal file
217
web_dashboard_tile/i18n/th.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Thai (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
@@ -3,11 +3,13 @@
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
# Hotellook, 2014
|
||||
# Rudolf Schnapka <schnapkar@golive-saar.de>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-10-07 17:50+0000\n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-7-0/language/tr/)\n"
|
||||
@@ -64,7 +66,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
msgstr "Kullanıcı"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
@@ -152,10 +154,10 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
msgstr "Eylem"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:73
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, python-format
|
||||
msgid "Minimum value of '%s'"
|
||||
msgstr ""
|
||||
@@ -163,7 +165,7 @@ msgstr ""
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,model_id:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
msgstr "Alan"
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,domain:0
|
||||
@@ -188,7 +190,7 @@ msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:79
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
@@ -199,19 +201,19 @@ msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:82
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:85
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:76
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
217
web_dashboard_tile/i18n/uk.po
Normal file
217
web_dashboard_tile/i18n/uk.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/vi.po
Normal file
217
web_dashboard_tile/i18n/vi.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/zh_CN.po
Normal file
217
web_dashboard_tile/i18n/zh_CN.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
217
web_dashboard_tile/i18n/zh_TW.po
Normal file
217
web_dashboard_tile/i18n/zh_TW.po
Normal file
@@ -0,0 +1,217 @@
|
||||
# Translation of OpenERP Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * web_dashboard_tile
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: web (7.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-10-31 10:16+0000\n"
|
||||
"PO-Revision-Date: 2015-10-07 17:50+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-web-7-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
|
||||
#. 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,field_id:0
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Tile is created"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,name:0
|
||||
msgid "Tile Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.ui.menu,name:web_dashboard_tile.menue_dashboard_tile
|
||||
msgid "Dashboard Tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,field_function:0
|
||||
msgid "Function"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,color:0
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please select a field of the selected model."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,user_id:0
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,active:0
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Sum"
|
||||
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/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Filter name is required."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: constraint:tile.tile:0
|
||||
msgid "Error ! Please set both fields: 'Field' and 'Function'."
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:100
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: model:ir.model,name:web_dashboard_tile.model_tile_tile
|
||||
msgid "tile.tile"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,font_color:0
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Average"
|
||||
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 "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,computed_value:0
|
||||
msgid "Computed Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: view:tile.tile:0
|
||||
msgid "Dashboard tiles"
|
||||
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
|
||||
#. openerp-web
|
||||
#: code:addons/web_dashboard_tile/static/src/js/custom_js.js:61
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,action_id:0
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:74
|
||||
#, 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,domain:0
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: field:tile.tile,helper:0
|
||||
msgid "Helper Text"
|
||||
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/xml/custom_xml.xml:6
|
||||
#, python-format
|
||||
msgid "Tile:"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:80
|
||||
#, python-format
|
||||
msgid "Total value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: selection:tile.tile,field_function:0
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:83
|
||||
#, python-format
|
||||
msgid "Average value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:86
|
||||
#, python-format
|
||||
msgid "Median value of '%s'"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_dashboard_tile
|
||||
#: code:addons/web_dashboard_tile/tile.py:77
|
||||
#, python-format
|
||||
msgid "Maximum value of '%s'"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user