From af22cc1b7cf612bc41523eead4b45de154a0d1a0 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Fri, 9 Mar 2012 18:47:59 -0500 Subject: [PATCH 01/67] [ADD] Initial commit. Import from extra-addons. [#9439] Declared the new model mgmtsystem.system. * Declared the menu and action. * Added wiki.wiki as a dependency. TODO: Create a constraint in the manual field to only allow manual pages. * multi company [FIX] default company_id [FIX] group_mgmtsystem_manager XML ID [IMP] mgmtsystem_kpi [FIX] Group references. Reported by michaelgiesbrecht on the forum. [ADD] Icons [IMP] Move audittrail dependency from mgmtsystem to requiring modules [IMP] security settings, system views Launchpad automatic translations update. CHG: marking Apps, security review, translation pt, finetuning --- mgmtsystem/__init__.py | 23 +++++ mgmtsystem/__openerp__.py | 52 ++++++++++ mgmtsystem/board_mgmtsystem_view.xml | 50 ++++++++++ mgmtsystem/i18n/de.po | 64 +++++++++++++ mgmtsystem/i18n/es.po | 55 +++++++++++ mgmtsystem/i18n/fi.po | 55 +++++++++++ mgmtsystem/i18n/fr.po | 66 +++++++++++++ mgmtsystem/i18n/mgmtsystem.pot | 61 ++++++++++++ mgmtsystem/i18n/pt.po | 101 ++++++++++++++++++++ mgmtsystem/i18n/zh_CN.po | 55 +++++++++++ mgmtsystem/images/mgmtsystem-hover.png | Bin 0 -> 2397 bytes mgmtsystem/images/mgmtsystem.png | Bin 0 -> 2152 bytes mgmtsystem/mgmtsystem.xml | 70 ++++++++++++++ mgmtsystem/mgmtsystem_system.py | 39 ++++++++ mgmtsystem/mgmtsystem_system.xml | 47 +++++++++ mgmtsystem/security/ir.model.access.csv | 9 ++ mgmtsystem/security/mgmtsystem_security.xml | 52 ++++++++++ mgmtsystem/static/src/img/icon.png | Bin 0 -> 2397 bytes 18 files changed, 799 insertions(+) create mode 100755 mgmtsystem/__init__.py create mode 100755 mgmtsystem/__openerp__.py create mode 100644 mgmtsystem/board_mgmtsystem_view.xml create mode 100644 mgmtsystem/i18n/de.po create mode 100644 mgmtsystem/i18n/es.po create mode 100644 mgmtsystem/i18n/fi.po create mode 100644 mgmtsystem/i18n/fr.po create mode 100644 mgmtsystem/i18n/mgmtsystem.pot create mode 100755 mgmtsystem/i18n/pt.po create mode 100644 mgmtsystem/i18n/zh_CN.po create mode 100644 mgmtsystem/images/mgmtsystem-hover.png create mode 100644 mgmtsystem/images/mgmtsystem.png create mode 100644 mgmtsystem/mgmtsystem.xml create mode 100644 mgmtsystem/mgmtsystem_system.py create mode 100644 mgmtsystem/mgmtsystem_system.xml create mode 100644 mgmtsystem/security/ir.model.access.csv create mode 100644 mgmtsystem/security/mgmtsystem_security.xml create mode 100644 mgmtsystem/static/src/img/icon.png diff --git a/mgmtsystem/__init__.py b/mgmtsystem/__init__.py new file mode 100755 index 000000000000..ab2e531ad0ef --- /dev/null +++ b/mgmtsystem/__init__.py @@ -0,0 +1,23 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2010 Savoir-faire Linux (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## +import mgmtsystem_system + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/mgmtsystem/__openerp__.py b/mgmtsystem/__openerp__.py new file mode 100755 index 000000000000..8563107623f1 --- /dev/null +++ b/mgmtsystem/__openerp__.py @@ -0,0 +1,52 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2010 Savoir-faire Linux (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## +{ + "name" : "Management System", + "version" : "0.1", + "author" : "Savoir-faire Linux", + "website" : "http://www.savoirfairelinux.com", + "license" : "GPL-3", + "category" : "Management System", + "complexity" : "normal", + "description": """\ +This module is the basis of any management system applications: + * audit reports, + * nonconformities, + * immediate actions, + * preventive actions, + * corrective actions, + * improvement opportunities. + """, + "depends" : ['base','board','wiki'], + "init_xml" : [], + "update_xml" : [ + 'security/mgmtsystem_security.xml', + 'security/ir.model.access.csv', + 'mgmtsystem.xml', + 'mgmtsystem_system.xml', + 'board_mgmtsystem_view.xml', + ], + "demo_xml" : [], + "installable" : True, + "certificate" : '' +} +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: + diff --git a/mgmtsystem/board_mgmtsystem_view.xml b/mgmtsystem/board_mgmtsystem_view.xml new file mode 100644 index 000000000000..12d4815f90d8 --- /dev/null +++ b/mgmtsystem/board_mgmtsystem_view.xml @@ -0,0 +1,50 @@ + + + + + + + + + board.mgmtsystem.form + board.board + form + +
+ + + + + + +
+
+
+ + + Management System Dashboard + board.board + menu + form + form + + + + + + + +
+
diff --git a/mgmtsystem/i18n/de.po b/mgmtsystem/i18n/de.po new file mode 100644 index 000000000000..a0b7d351eff9 --- /dev/null +++ b/mgmtsystem/i18n/de.po @@ -0,0 +1,64 @@ +# German translation for openerp-mgmtsystem +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2012-09-17 10:04+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" +"X-Generator: Launchpad (build 15966)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Management-System" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Meine Pinnwand" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" +"\n" +"\tDieses Modul stellt die Basis für jedwedes Management-System dar:\n" +" * Audit-Berichte,\n" +" * Nichteinhaltungen,\n" +" * Sofort-Aktionen,\n" +" * Vorbeugende Maßnahmen,\n" +" * Korrektivmaßnahmen\n" +" * Verbesserungsmaßnahmen.\t\n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Management-System Pinnwand" diff --git a/mgmtsystem/i18n/es.po b/mgmtsystem/i18n/es.po new file mode 100644 index 000000000000..3d32da335ca0 --- /dev/null +++ b/mgmtsystem/i18n/es.po @@ -0,0 +1,55 @@ +# Spanish translation for openerp-mgmtsystem +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2012-09-09 07:16+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" +"X-Generator: Launchpad (build 15966)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Mi tablero" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "" diff --git a/mgmtsystem/i18n/fi.po b/mgmtsystem/i18n/fi.po new file mode 100644 index 000000000000..672ac3f469ed --- /dev/null +++ b/mgmtsystem/i18n/fi.po @@ -0,0 +1,55 @@ +# Finnish translation for openerp-mgmtsystem +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2012-09-09 07:16+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" +"X-Generator: Launchpad (build 15966)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Johtamisjärjestelmä" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Oma työpöytä" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfiguraatio" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Johtamisjärjestelmän työpöytä" diff --git a/mgmtsystem/i18n/fr.po b/mgmtsystem/i18n/fr.po new file mode 100644 index 000000000000..004220e459fb --- /dev/null +++ b/mgmtsystem/i18n/fr.po @@ -0,0 +1,66 @@ +# French translation for openerp-mgmtsystem +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2012-09-08 17:15+0000\n" +"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " +"\n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" +"X-Generator: Launchpad (build 15966)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Système de gestion" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Mon tableau de bord" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuration" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" +"\n" +"\tCe module est la base pour toutes les applications de système de gestion " +":\n" +" * rapport d'audit,\n" +" * non-conformités,\n" +" * actions immédiates,\n" +" * actions préventives,\n" +" * actions correctives,\n" +" * opportunités d'amélioration.\t\n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Tableau de bord du système de gestion" diff --git a/mgmtsystem/i18n/mgmtsystem.pot b/mgmtsystem/i18n/mgmtsystem.pot new file mode 100644 index 000000000000..3ef8f7499e8c --- /dev/null +++ b/mgmtsystem/i18n/mgmtsystem.pot @@ -0,0 +1,61 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 6.0.0-rc1\n" +"Report-Msgid-Bugs-To: support@openerp.com\n" +"POT-Creation-Date: 2010-12-02 23:46:44+0000\n" +"PO-Revision-Date: 2010-12-02 23:46:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Management System" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "My Board" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuration" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "\n" +" This module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities. \n" +" " +msgstr "\n" +" This module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities. \n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Management System Dashboard" + diff --git a/mgmtsystem/i18n/pt.po b/mgmtsystem/i18n/pt.po new file mode 100755 index 000000000000..acb2bf038ce9 --- /dev/null +++ b/mgmtsystem/i18n/pt.po @@ -0,0 +1,101 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 6.1-20120904-232007\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-29 11:38+0000\n" +"PO-Revision-Date: 2012-10-29 11:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Sistema de gestão" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "Management System / User" +msgstr "Sistema de gestão / Utilizador" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Management System / User manager" +msgstr "Sistema de gestão / Utilizador Gestor" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Management System / Manager" +msgstr "Sistema de gestão / Gestor" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "O meu Painel" + +#. module: mgmtsystem +#: field:mgmtsystem.system,company_id:0 +msgid "Company" +msgstr "Empresa" + +#. module: mgmtsystem +#: field:mgmtsystem.system,manual:0 +msgid "Manual" +msgstr "Manual" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Management System / Viewer" +msgstr "Sistema de gestão / Consulta" + +#. module: mgmtsystem +#: field:mgmtsystem.system,name:0 +msgid "System" +msgstr "Sistema" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "mgmtsystem.system" +msgstr "mgmtsystem.system" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_system_form +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: view:mgmtsystem.system:0 +msgid "Systems" +msgstr "Sistemas" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Painel do sistema de gestão" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "User with approval authority." +msgstr "Utilizador com autoridade para aprovação." + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Management System / Auditor" +msgstr "Sistema de gestão / Auditor" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +msgid "Manuals" +msgstr "Manuais" + diff --git a/mgmtsystem/i18n/zh_CN.po b/mgmtsystem/i18n/zh_CN.po new file mode 100644 index 000000000000..76d330f3b15d --- /dev/null +++ b/mgmtsystem/i18n/zh_CN.po @@ -0,0 +1,55 @@ +# Chinese (Simplified) translation for openerp-mgmtsystem +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2012-10-10 00:54+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Chinese (Simplified) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-10-11 05:41+0000\n" +"X-Generator: Launchpad (build 16118)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "" diff --git a/mgmtsystem/images/mgmtsystem-hover.png b/mgmtsystem/images/mgmtsystem-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1620bf203f19668872eb9c7620a8b950765cb2 GIT binary patch literal 2397 zcmaJ@dpHwp8z1`Skkh0vbJ#^8a)_}oWKJ_Ajp#)V8FJ3ybxzE37?S2NQ#q}aQ)#A< z5EbKTGHdhYwauKT*~>-YSgJKNdGR!jse0ssKSP zJiPYXgn+y=l10SufG^s`))LUjfGqJYKtHst72xpqe%Se_i02WGwDX7t0FEB}ZF~R{ zS(fJ%j6peC3r>lOOUp=%IaWjh075e;tMi!nDK5$Ymb&9t?RunW>!F&I-t`*(L1RW6rauQh*IaW} z%Lb%id#BHLb4w!QU6IA&FhRdJ-uy6KK9YGO6s>BCbL`S#yZG0R4yu5tf zfn*^3Jb3!W6Xr_dSzfXYLG~67cVulh84n)4z+$oN!o#)OEmZZa( zx}c-W0_H21%$+u6?v<4IPrQnS-}ovd00?A|m#C}#dGaWGd$_5o=~^dOt%)!UH9CQ1 zFm|@l?~F}MpoMk=V|AB)-aVP9^uo{IpH5@W;&UHK0Om?YwMB_jzDvC?)e~rsWBVQ79<4=Z+t*rdkP(Np&kLO!k;D5RA1FvfF#GCmt_C=q zMT&@sNSa;BL+{@mnVl8iP6OalHbFHVWjce9-382APpZ`4^V{pc28rO#>B*PTYHnFt z-X4t&4Gn)S5M>yoiHE7%9Iw0O<+-b?p{B_@lDsy7_N{eNOSVSS==7s{@MSpQ&C7Vr z{-E_LdS72AeP~D}I5=2cOAA+Bts<0Qc58X}sY{)16w7LCYa-A1-28`1aw|5)5+Zt|JGac;miXJ%*Eb*qSShlHTebXS)Y_i`W%sp^%-O{kXn<%%ga6YU+ep%HF-1n0vksLz2gA5G|JG!4}Fd|c=cERT2#X^RESrP+sPWvXd);CFCEGwAX63BEXmi)k4 zs!K1MiZ`Lx>tTk5hLpg8fkG9SyZ(DyESACmZW0KhXX94g-AH}g`fuFyl|_X`MA8>) z4dSZG^z7{HK6r@I>GYk6c>y;PhZDZDw@11U1%W^gD3ox>%w3%(pS{hc`j(ois&r`? znXV6+INTkP!u=ft=6IOm+vfp8n-gZhPbG_si`J)BFq zE+$l6jTqbUEYc1=@8KcmKZ?H=7+9ovxzT5`BfepIiE*gec(qHMdPNM49+G*No0BtV za#Q$qi^#_(zs%M1eR^=hSp@|~VMu_ovT_eU!i&rH(?#|dC^6gG+k2mEYF3QXHB3bH_1QYX zpQ@|ZHaBr*hA>&jl5u2EkovlNo4Dt#f~}`($BQl=uQ_Os;D(q)t+V=!Hufa}ykyl} zaqqDw`QIW~QQTPsggPFcv#kC3NFC;SbDUnzg{i^8!P0t(z#!M#nA790+HcUaZBQsw zDRjE$vDx0{`Z~0*u&_-(wbEv9!{o%9{(j)QRBAdgocu}=sr}E)!!lot+-Qco7Pis5 zGv~=zP~K*$iIYXGi*M>e_pdKU7KP&+z9sarn+o1YT5*e{Q!uBGZ!ZrDy)cgd2~7 zJq(8U%*>3swzlEkio%^kou`6j4mKnb>BHpY4r^LmUS59k(dL~d-_tA^>Lij# z_N`&l`2B6J#NR704RIwihak=WH#__{=I8TEFeOVBO=u8E=FL6;l(mypqoq&!zg1#- A`~Uy| literal 0 HcmV?d00001 diff --git a/mgmtsystem/images/mgmtsystem.png b/mgmtsystem/images/mgmtsystem.png new file mode 100644 index 0000000000000000000000000000000000000000..45db4cca55a6cc8d3152c81d3bb364acc7eef072 GIT binary patch literal 2152 zcmai$`9Bkm1ICBVeU7gyGWQu1DQwcH*+E&zk=T$@?zxp?kt0`F!;qPgs}XWlgk(sL zTsb~cb1W5-^x^B{^9Oui-yfdm{d%5%;CWIn*&#&)!1i z;t{w)aYzK9{++_wQ4k2SaR~(gge3nJ7odBc>h7YRXHKO>ZIEwsda)=7a(kq=j3tUx$_yJi+C2;p5$)UR_rM zB|%XmK`(z~-7k{sS3Wv<^qPuoTLF0zOX{Ypd+LkJLfYKZ{3g5zgPqwf&QBu* zxchMmuG*O;)2jza=?u-i0Fokwb||^+>cRDBg$2{j(^?2&(spOJZeBy0fstFijyQ;_ zI3r8lSb%MK#Ky}*3Jyj9>X|6Mr_gkNhe1bfT0JHqW8lEG-;Y7lGE3V|@Km)-^reh^ z|Dq%CYr?{A?QddyMxGa*k18UA0h|NyaDAE^zFpmX{^`To3jVlJ^R_G(wb**{Lem3+ zV!Gf<7Vq(3d%KGYDUW4gRbruH(w};4%HvzlJj5fplBaFpMN;G&hc6@xn_D=_PQMXu z+!8su=)@=7*x4JFXYPVF!5z5D*^02(MBqc8EQi~&E}K$KT54@MZfBqphO_{N-;{rC zclf-P}LuNg8CD*!bub2iQu^jg;Z|y5G;y8)`5rK0IxJL%|in(M(;ISlE*Y zM)W`(OZHX)l}7Dwu9M7ej=o|s(AlMNO4STlmXc1T=brl{OGy}^$AN|Iv8MB#Rb_2X ztlhIug;F{KDgsv19~DWJ<%idM2~0hvE@@R#M(U=IV_BK6L846Ic-60u#GjG-l44w) z5!}#};GC(pnU6GZc}Cn;SU8$xk+~MJHqu%EQj_rb;kI9-bA>HDMo(8aPVai&Oc7-K z&@dS7iDirp60WSgiAwW@621?Q3bqyms830UJRI5yfTXb=D&3Ajx(qM!--5=8~QARUExM> zSCrO${maO?sWDH4&{i~bx0-$-uE&BMS!VJ2gc=hXk7tiP9#jWT&DNYPOSTo>LrmH~ zD{9LafT7Bv)mRiI{iEYf zIpqY~hjh&?F4j$f%d}n|l^)bUzMl6wV_Y-jN=)J*yuV0weiNmONX)>3 z^t=_24I0QpW&TN@55VP++R@7KMzfH99i!GvjSsc)whO)9S9lKuwlaJnL5kBo z&(HCWJ!V>2Q9`u$SQt|v(Gy$AmsH5(OvTS7%VfP9X+Kars}Y*7%*mX%3kkz z9jIy?f6X(;$!M?$=?9t23!hwRay-X&wey}>4~VvjPEKNOG$YENjO&H$D5wvp0e(Fzyfx=v6tF`E zqzubR2fYfCQ~4rjiFI1dv<$~B+Gwe>mcM;*6I)#QRolL-1QpPTiM0LM*yOZe81j1R z^nO~MY<$Ls8Fg*Ai5fn5ouYP$C2jE;Gk)`CmBoBaJknigS4N&*q#5gb#zQ(-RJTOu6Zlmy{L%V#003mZ5>%A`?EU1K02ih$lUPSq2W%2{u zTJb9*xzA@|DlHvA z6a3vJ@WN&B?CqxC@)Rj_`E45C`00!Gi<%HSUEY?Ov;za*tJPh{MelY3H!J4HlYndQ zqUwg7dMg``a2^>3=MUQ;_ZGkHUlSz7MG*mt}mVo7a*eXN05>X~U1)OrSOg|YJV zR6gzD^;e2D!pvfc%$QV{tH^YFYgH>_j6m>nW?DyGCaec8maS|jK6plR6Ft+@SYj}S zE^u?%H!+kY2>EoTr6zcm_oj^YmHyU<6W?U#e{$K2EkUS@WlOwkSAk6#qxVvbStyHs zZFJ{1b2v`X+bHzLo8C8FkMF~=E0kE=?Fh7j9*J~g=_<#cVH7&y8tA#rW2#~so2t2L zrKQ4_+%oZ4zVP3Kff|^t>2Ra_7|6JFqp=f1I1aAJCp8(RmS)Y~H}?(1ZzXw1J|;y=Y}-n9S# literal 0 HcmV?d00001 diff --git a/mgmtsystem/mgmtsystem.xml b/mgmtsystem/mgmtsystem.xml new file mode 100644 index 000000000000..f5a111802027 --- /dev/null +++ b/mgmtsystem/mgmtsystem.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + mgmtsystem.system.tree + mgmtsystem.system + tree + + + + + + + + + + mgmtsystem.system.form + mgmtsystem.system + form + +
+ + + + +
+ + + Systems + mgmtsystem.system + form + tree,form + + + + +
+
diff --git a/mgmtsystem/mgmtsystem_system.py b/mgmtsystem/mgmtsystem_system.py new file mode 100644 index 000000000000..ef547f5fceb7 --- /dev/null +++ b/mgmtsystem/mgmtsystem_system.py @@ -0,0 +1,39 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2012 Savoir-faire Linux (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## + +from osv import fields, osv + +class mgmtsystem_system(osv.osv): + + _name = 'mgmtsystem.system' + description = 'System' + + _columns = { + 'name': fields.char('System', size=30, required=True, translate=True), + 'manual': fields.many2one('wiki.wiki', 'Manual'), + 'company_id': fields.many2one('res.company', 'Company') + } + + _defaults = { + 'company_id': lambda self, cr, uid, c: self.pool.get('res.users').browse(cr, uid, uid, c).company_id.id, + } + +mgmtsystem_system() diff --git a/mgmtsystem/mgmtsystem_system.xml b/mgmtsystem/mgmtsystem_system.xml new file mode 100644 index 000000000000..364934bec99f --- /dev/null +++ b/mgmtsystem/mgmtsystem_system.xml @@ -0,0 +1,47 @@ + + + + + + mgmtsystem_system_form + mgmtsystem.system + form + +
+ + + + + +
+ + + mgmtsystem_system_tree + mgmtsystem.system + tree + + + + + + + + + + + Management Systems + mgmtsystem.system + form + tree,form + + + + + +
+
diff --git a/mgmtsystem/security/ir.model.access.csv b/mgmtsystem/security/ir.model.access.csv new file mode 100644 index 000000000000..437b90ec23d9 --- /dev/null +++ b/mgmtsystem/security/ir.model.access.csv @@ -0,0 +1,9 @@ +"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" +<<<<<<< 84a6593acd2990f95d7a5c04c1ab6677141579ca +"access_mgmtsystem_system","mgmtsystem.system","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 +======= +"access_mgmtsystem_system_user","mgmtsystem.system.user","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_user",1,0,0,0 +"access_mgmtsystem_system_viewer","mgmtsystem.system.viewer","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_viewer",1,0,0,0 +"access_mgmtsystem_system_auditor","mgmtsystem.system.auditor","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_auditor",1,0,0,0 +"access_mgmtsystem_system_manager","mgmtsystem.system.manager","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 +>>>>>>> CHG: marking Apps, security review, translation pt, finetuning diff --git a/mgmtsystem/security/mgmtsystem_security.xml b/mgmtsystem/security/mgmtsystem_security.xml new file mode 100644 index 000000000000..2ce9566cd71f --- /dev/null +++ b/mgmtsystem/security/mgmtsystem_security.xml @@ -0,0 +1,52 @@ + + + + +<<<<<<< 84a6593acd2990f95d7a5c04c1ab6677141579ca + + Management Systems + Helps you handle your managements systems. + 20 + + + + Auditor + + + + + Manager + + + + + + Management System / User +======= + + Management System / Viewer + + + + Management System / User + + + + Management System / User Manager + User with approval authority. + + + + + Management System / Manager + + + + + Management System / Auditor + +>>>>>>> CHG: marking Apps, security review, translation pt, finetuning + + + + diff --git a/mgmtsystem/static/src/img/icon.png b/mgmtsystem/static/src/img/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1620bf203f19668872eb9c7620a8b950765cb2 GIT binary patch literal 2397 zcmaJ@dpHwp8z1`Skkh0vbJ#^8a)_}oWKJ_Ajp#)V8FJ3ybxzE37?S2NQ#q}aQ)#A< z5EbKTGHdhYwauKT*~>-YSgJKNdGR!jse0ssKSP zJiPYXgn+y=l10SufG^s`))LUjfGqJYKtHst72xpqe%Se_i02WGwDX7t0FEB}ZF~R{ zS(fJ%j6peC3r>lOOUp=%IaWjh075e;tMi!nDK5$Ymb&9t?RunW>!F&I-t`*(L1RW6rauQh*IaW} z%Lb%id#BHLb4w!QU6IA&FhRdJ-uy6KK9YGO6s>BCbL`S#yZG0R4yu5tf zfn*^3Jb3!W6Xr_dSzfXYLG~67cVulh84n)4z+$oN!o#)OEmZZa( zx}c-W0_H21%$+u6?v<4IPrQnS-}ovd00?A|m#C}#dGaWGd$_5o=~^dOt%)!UH9CQ1 zFm|@l?~F}MpoMk=V|AB)-aVP9^uo{IpH5@W;&UHK0Om?YwMB_jzDvC?)e~rsWBVQ79<4=Z+t*rdkP(Np&kLO!k;D5RA1FvfF#GCmt_C=q zMT&@sNSa;BL+{@mnVl8iP6OalHbFHVWjce9-382APpZ`4^V{pc28rO#>B*PTYHnFt z-X4t&4Gn)S5M>yoiHE7%9Iw0O<+-b?p{B_@lDsy7_N{eNOSVSS==7s{@MSpQ&C7Vr z{-E_LdS72AeP~D}I5=2cOAA+Bts<0Qc58X}sY{)16w7LCYa-A1-28`1aw|5)5+Zt|JGac;miXJ%*Eb*qSShlHTebXS)Y_i`W%sp^%-O{kXn<%%ga6YU+ep%HF-1n0vksLz2gA5G|JG!4}Fd|c=cERT2#X^RESrP+sPWvXd);CFCEGwAX63BEXmi)k4 zs!K1MiZ`Lx>tTk5hLpg8fkG9SyZ(DyESACmZW0KhXX94g-AH}g`fuFyl|_X`MA8>) z4dSZG^z7{HK6r@I>GYk6c>y;PhZDZDw@11U1%W^gD3ox>%w3%(pS{hc`j(ois&r`? znXV6+INTkP!u=ft=6IOm+vfp8n-gZhPbG_si`J)BFq zE+$l6jTqbUEYc1=@8KcmKZ?H=7+9ovxzT5`BfepIiE*gec(qHMdPNM49+G*No0BtV za#Q$qi^#_(zs%M1eR^=hSp@|~VMu_ovT_eU!i&rH(?#|dC^6gG+k2mEYF3QXHB3bH_1QYX zpQ@|ZHaBr*hA>&jl5u2EkovlNo4Dt#f~}`($BQl=uQ_Os;D(q)t+V=!Hufa}ykyl} zaqqDw`QIW~QQTPsggPFcv#kC3NFC;SbDUnzg{i^8!P0t(z#!M#nA790+HcUaZBQsw zDRjE$vDx0{`Z~0*u&_-(wbEv9!{o%9{(j)QRBAdgocu}=sr}E)!!lot+-Qco7Pis5 zGv~=zP~K*$iIYXGi*M>e_pdKU7KP&+z9sarn+o1YT5*e{Q!uBGZ!ZrDy)cgd2~7 zJq(8U%*>3swzlEkio%^kou`6j4mKnb>BHpY4r^LmUS59k(dL~d-_tA^>Lij# z_N`&l`2B6J#NR704RIwihak=WH#__{=I8TEFeOVBO=u8E=FL6;l(mypqoq&!zg1#- A`~Uy| literal 0 HcmV?d00001 From e19040c5d5b36a74b1351e4f1850bdf7ce9c81bf Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Tue, 30 Oct 2012 16:42:30 -0400 Subject: [PATCH 02/67] [FIX] licenses and dependencies [IMP] Update hooks with addons modules from v7 [ADD] Module category to link user groups --- mgmtsystem/__openerp__.py | 4 ++-- mgmtsystem/board_mgmtsystem_view.xml | 21 +++++------------ mgmtsystem/mgmtsystem.xml | 2 +- mgmtsystem/mgmtsystem_system.py | 5 +++++ mgmtsystem/mgmtsystem_system.xml | 2 +- mgmtsystem/security/mgmtsystem_security.xml | 25 ++++++++++++++++----- 6 files changed, 34 insertions(+), 25 deletions(-) diff --git a/mgmtsystem/__openerp__.py b/mgmtsystem/__openerp__.py index 8563107623f1..d8a2e91c7232 100755 --- a/mgmtsystem/__openerp__.py +++ b/mgmtsystem/__openerp__.py @@ -23,7 +23,7 @@ "version" : "0.1", "author" : "Savoir-faire Linux", "website" : "http://www.savoirfairelinux.com", - "license" : "GPL-3", + "license" : "AGPL-3", "category" : "Management System", "complexity" : "normal", "description": """\ @@ -35,7 +35,7 @@ * corrective actions, * improvement opportunities. """, - "depends" : ['base','board','wiki'], + "depends" : ['base','board','document_page'], "init_xml" : [], "update_xml" : [ 'security/mgmtsystem_security.xml', diff --git a/mgmtsystem/board_mgmtsystem_view.xml b/mgmtsystem/board_mgmtsystem_view.xml index 12d4815f90d8..69919f1fc8bf 100644 --- a/mgmtsystem/board_mgmtsystem_view.xml +++ b/mgmtsystem/board_mgmtsystem_view.xml @@ -2,18 +2,13 @@ - - board.mgmtsystem.form board.board form -
+ @@ -34,16 +29,10 @@ - - diff --git a/mgmtsystem/mgmtsystem.xml b/mgmtsystem/mgmtsystem.xml index f5a111802027..7bb9107a6971 100644 --- a/mgmtsystem/mgmtsystem.xml +++ b/mgmtsystem/mgmtsystem.xml @@ -4,7 +4,7 @@ >>>>>> [IMP] Update hooks with addons modules from v7 'company_id': fields.many2one('res.company', 'Company') } diff --git a/mgmtsystem/mgmtsystem_system.xml b/mgmtsystem/mgmtsystem_system.xml index 364934bec99f..e6c4a402003c 100644 --- a/mgmtsystem/mgmtsystem_system.xml +++ b/mgmtsystem/mgmtsystem_system.xml @@ -9,7 +9,7 @@ - + diff --git a/mgmtsystem/security/mgmtsystem_security.xml b/mgmtsystem/security/mgmtsystem_security.xml index 2ce9566cd71f..88ba31113364 100644 --- a/mgmtsystem/security/mgmtsystem_security.xml +++ b/mgmtsystem/security/mgmtsystem_security.xml @@ -2,6 +2,7 @@ +<<<<<<< 3d6b9db9d0fcf3868eb3388391fa59995286de57 <<<<<<< 84a6593acd2990f95d7a5c04c1ab6677141579ca Management Systems @@ -18,32 +19,46 @@ Manager + Management System / User ======= +======= + + Management System + Manage management systems, manuals, KPIs, nonconformities, actions, feedbacks, audits, reviews. + 10 + + +>>>>>>> [ADD] Module category to link user groups - Management System / Viewer + Viewer + - Management System / User + User + - Management System / User Manager + Approving User User with approval authority. + - Management System / Manager + Manager + - Management System / Auditor + Auditor + >>>>>>> CHG: marking Apps, security review, translation pt, finetuning From 4b8cbd57df8d4f1b00663f4055fd29735f008ae1 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Mon, 17 Dec 2012 16:19:36 +0000 Subject: [PATCH 03/67] [CHG] AGPL license; set verion to 1.0 [CHG] Selections use words instead of letters; fixed AGPL-3 reference --- mgmtsystem/__init__.py | 20 -------------------- mgmtsystem/__openerp__.py | 18 +++++++++++++----- mgmtsystem/mgmtsystem_system.py | 8 ++++---- 3 files changed, 17 insertions(+), 29 deletions(-) diff --git a/mgmtsystem/__init__.py b/mgmtsystem/__init__.py index ab2e531ad0ef..751c01404f02 100755 --- a/mgmtsystem/__init__.py +++ b/mgmtsystem/__init__.py @@ -1,23 +1,3 @@ # -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -############################################################################## import mgmtsystem_system - # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/mgmtsystem/__openerp__.py b/mgmtsystem/__openerp__.py index d8a2e91c7232..c34d55fa27c6 100755 --- a/mgmtsystem/__openerp__.py +++ b/mgmtsystem/__openerp__.py @@ -5,25 +5,33 @@ # Copyright (C) 2010 Savoir-faire Linux (). # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as +# it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . # ############################################################################## { "name" : "Management System", - "version" : "0.1", + "version" : "1.0", "author" : "Savoir-faire Linux", "website" : "http://www.savoirfairelinux.com", +<<<<<<< 2a6ada183c513dd0c7f6c3159cffe689e46bfb50 +<<<<<<< 3bd4e08be18e0d712e45b8d242493aaf1167aec7 "license" : "AGPL-3", +======= + "license" : "AGPL", +>>>>>>> [CHG] AGPL license; set verion to 1.0 +======= + "license" : "AGPL-3", +>>>>>>> [CHG] Selections use words instead of letters; fixed AGPL-3 reference "category" : "Management System", "complexity" : "normal", "description": """\ diff --git a/mgmtsystem/mgmtsystem_system.py b/mgmtsystem/mgmtsystem_system.py index 3311f97dfedd..096195ba93b3 100644 --- a/mgmtsystem/mgmtsystem_system.py +++ b/mgmtsystem/mgmtsystem_system.py @@ -5,17 +5,17 @@ # Copyright (C) 2012 Savoir-faire Linux (). # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as +# it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . # ############################################################################## From b2a5d5ad8b721905774ce2051dd6a7369cde7827 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Wed, 19 Dec 2012 13:53:39 -0500 Subject: [PATCH 04/67] [ADD] openupgrade analysis --- .../migrations/6.1.1.0/openupgrade_analysis.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt diff --git a/mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt b/mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt new file mode 100644 index 000000000000..2c5c553cd65f --- /dev/null +++ b/mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt @@ -0,0 +1,11 @@ +---mgmtsystem--- +deleted xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system +deleted xml-id of model ir.module.category: mgmtsystem.module_category_mgmtsystem +new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_auditor +new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_manager +new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_user +new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_viewer +new xml-id of model ir.module.category: mgmtsystem.module_category_management_system +new xml-id of model res.groups: mgmtsystem.group_mgmtsystem_user +new xml-id of model res.groups: mgmtsystem.group_mgmtsystem_user_manager +new xml-id of model res.groups: mgmtsystem.group_mgmtsystem_viewer From ca9165c37285ca187f300afd4fcd88d5cee9ffa1 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Sat, 13 Apr 2013 12:51:13 -0400 Subject: [PATCH 05/67] [IMP] Group inheritance [UPG] module manifest and views to v7 format [IMP] Add company_id in views [ADD] mgmtsystem_*_security.xml files [FIX] PEP8 compliance after running flake8 Launchpad automatic translations update. Ported mgmtsystem Added tests to mgmtsystem_system --- mgmtsystem/__init__.py | 5 + mgmtsystem/__openerp__.py | 44 +++++++-- mgmtsystem/board_mgmtsystem_view.xml | 1 - mgmtsystem/i18n/de.po | 6 +- mgmtsystem/i18n/es.po | 21 ++-- mgmtsystem/i18n/fi.po | 9 +- mgmtsystem/i18n/fr.po | 6 +- mgmtsystem/i18n/hu.po | 64 ++++++++++++ mgmtsystem/i18n/lv.po | 55 +++++++++++ mgmtsystem/i18n/nb.po | 64 ++++++++++++ mgmtsystem/i18n/nn.po | 64 ++++++++++++ mgmtsystem/i18n/pl.po | 55 +++++++++++ mgmtsystem/i18n/pt.po | 91 +++++------------- mgmtsystem/i18n/pt_BR.po | 64 ++++++++++++ mgmtsystem/i18n/sv.po | 64 ++++++++++++ mgmtsystem/i18n/th.po | 55 +++++++++++ mgmtsystem/i18n/tr.po | 55 +++++++++++ mgmtsystem/i18n/vi.po | 55 +++++++++++ mgmtsystem/i18n/zh_CN.po | 4 +- mgmtsystem/mgmtsystem.xml | 4 +- mgmtsystem/mgmtsystem_system.py | 43 +++++++-- mgmtsystem/mgmtsystem_system.xml | 2 - mgmtsystem/security/ir.model.access.csv | 7 ++ mgmtsystem/security/mgmtsystem_security.xml | 46 +++++++++ .../static/{src/img => description}/icon.png | Bin mgmtsystem/tests/__init__.py | 23 +++++ mgmtsystem/tests/test_create_mgmtsystem.py | 33 +++++++ 27 files changed, 831 insertions(+), 109 deletions(-) create mode 100644 mgmtsystem/i18n/hu.po create mode 100644 mgmtsystem/i18n/lv.po create mode 100644 mgmtsystem/i18n/nb.po create mode 100644 mgmtsystem/i18n/nn.po create mode 100644 mgmtsystem/i18n/pl.po create mode 100644 mgmtsystem/i18n/pt_BR.po create mode 100644 mgmtsystem/i18n/sv.po create mode 100644 mgmtsystem/i18n/th.po create mode 100644 mgmtsystem/i18n/tr.po create mode 100644 mgmtsystem/i18n/vi.po rename mgmtsystem/static/{src/img => description}/icon.png (100%) create mode 100644 mgmtsystem/tests/__init__.py create mode 100644 mgmtsystem/tests/test_create_mgmtsystem.py diff --git a/mgmtsystem/__init__.py b/mgmtsystem/__init__.py index 751c01404f02..79f22c5eb0b3 100755 --- a/mgmtsystem/__init__.py +++ b/mgmtsystem/__init__.py @@ -1,3 +1,8 @@ # -*- encoding: utf-8 -*- +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 import mgmtsystem_system # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: +======= + +from . import mgmtsystem_system +>>>>>>> Ported mgmtsystem diff --git a/mgmtsystem/__openerp__.py b/mgmtsystem/__openerp__.py index c34d55fa27c6..6e4a914ca75f 100755 --- a/mgmtsystem/__openerp__.py +++ b/mgmtsystem/__openerp__.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2010 Savoir-faire Linux (). # @@ -15,10 +15,12 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## { +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 +<<<<<<< 240068ec92e65feaead5d60c9ce38b82bb1dbb69 "name" : "Management System", "version" : "1.0", "author" : "Savoir-faire Linux", @@ -34,6 +36,20 @@ >>>>>>> [CHG] Selections use words instead of letters; fixed AGPL-3 reference "category" : "Management System", "complexity" : "normal", +======= +======= +>>>>>>> Ported mgmtsystem + "name": "Management System", + "version": "8.0.1.0.0", + "author": "Savoir-faire Linux,Odoo Community Association (OCA)", + "website": "http://www.savoirfairelinux.com", + "license": "AGPL-3", + "category": "Management System", + "complexity": "normal", +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 +>>>>>>> [FIX] PEP8 compliance after running flake8 +======= +>>>>>>> Ported mgmtsystem "description": """\ This module is the basis of any management system applications: * audit reports, @@ -43,18 +59,26 @@ * corrective actions, * improvement opportunities. """, - "depends" : ['base','board','document_page'], - "init_xml" : [], - "update_xml" : [ + "depends": [ + 'base', + 'board', + 'document_page', + ], + "data": [ 'security/mgmtsystem_security.xml', 'security/ir.model.access.csv', 'mgmtsystem.xml', 'mgmtsystem_system.xml', 'board_mgmtsystem_view.xml', ], - "demo_xml" : [], - "installable" : True, - "certificate" : '' + "demo": [], +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 + "installable": True, +======= + 'installable': True, +<<<<<<< 0432e9c08747eb002779bcbf4a681c45f4c9ae47 +>>>>>>> Ported mgmtsystem + "certificate": '' +======= +>>>>>>> Fix some issues with pep8 and typo for attribute required } -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/mgmtsystem/board_mgmtsystem_view.xml b/mgmtsystem/board_mgmtsystem_view.xml index 69919f1fc8bf..338a9bb3bbf8 100644 --- a/mgmtsystem/board_mgmtsystem_view.xml +++ b/mgmtsystem/board_mgmtsystem_view.xml @@ -6,7 +6,6 @@ board.mgmtsystem.form board.board - form
diff --git a/mgmtsystem/i18n/de.po b/mgmtsystem/i18n/de.po index a0b7d351eff9..76724a925f7a 100644 --- a/mgmtsystem/i18n/de.po +++ b/mgmtsystem/i18n/de.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openerp-mgmtsystem\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-09-17 10:04+0000\n" +"PO-Revision-Date: 2012-09-17 09:57+0000\n" "Last-Translator: Rudolf Schnapka \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" -"X-Generator: Launchpad (build 15966)\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem #: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information diff --git a/mgmtsystem/i18n/es.po b/mgmtsystem/i18n/es.po index 3d32da335ca0..aac336d5be7b 100644 --- a/mgmtsystem/i18n/es.po +++ b/mgmtsystem/i18n/es.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openerp-mgmtsystem\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-09-09 07:16+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2013-07-02 09:07+0000\n" +"Last-Translator: Alejandro Santana \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" -"X-Generator: Launchpad (build 15966)\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem #: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information @@ -23,7 +23,7 @@ msgstr "" #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root msgid "Management System" -msgstr "" +msgstr "Sistema de gestión" #. module: mgmtsystem #: view:board.board:0 @@ -48,8 +48,17 @@ msgid "" " * improvement opportunities.\t\n" " " msgstr "" +"\n" +"\tEste módulo es la base de cualquier aplicación de gestión de sistemas:\n" +" * informes de auditoría,\n" +" * no conformidades,\n" +" * acciones inmediatas,\n" +" * acciones preventivas,\n" +" * acciones correctivas,\n" +" * oportunidades de mejora.\t\n" +" " #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem msgid "Management System Dashboard" -msgstr "" +msgstr "Tablero del sistema de gestión" diff --git a/mgmtsystem/i18n/fi.po b/mgmtsystem/i18n/fi.po index 672ac3f469ed..342f4b24b1c7 100644 --- a/mgmtsystem/i18n/fi.po +++ b/mgmtsystem/i18n/fi.po @@ -8,14 +8,15 @@ msgstr "" "Project-Id-Version: openerp-mgmtsystem\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-09-09 07:16+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2012-09-09 07:22+0000\n" +"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " +"\n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" -"X-Generator: Launchpad (build 15966)\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem #: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information diff --git a/mgmtsystem/i18n/fr.po b/mgmtsystem/i18n/fr.po index 004220e459fb..de51026bdcf4 100644 --- a/mgmtsystem/i18n/fr.po +++ b/mgmtsystem/i18n/fr.po @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: openerp-mgmtsystem\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-09-08 17:15+0000\n" +"PO-Revision-Date: 2012-09-09 04:50+0000\n" "Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " "\n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-19 05:08+0000\n" -"X-Generator: Launchpad (build 15966)\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem #: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information diff --git a/mgmtsystem/i18n/hu.po b/mgmtsystem/i18n/hu.po new file mode 100644 index 000000000000..4ccfc7af1d6c --- /dev/null +++ b/mgmtsystem/i18n/hu.po @@ -0,0 +1,64 @@ +# Hungarian translation for openerp-mgmtsystem +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2013-07-22 06:33+0000\n" +"Last-Translator: krnkris \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Menedzsment rendszer" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Saját vezérlőpult" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Beállítások" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" +"\n" +"\tEzt a modul bármely menedzsment rendszer alkalmazás alapját képezi:\n" +" * Számlaellenőrzési naplók,\n" +" * egyezőtlenségek,\n" +" * azonnali teendők,\n" +" * teendők megelőzéshez,\n" +" * módosító teendők,\n" +" * fejlesztési lehetőségek.\t\n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Menedzsment rendszer műszerfal" diff --git a/mgmtsystem/i18n/lv.po b/mgmtsystem/i18n/lv.po new file mode 100644 index 000000000000..eb39be18ffba --- /dev/null +++ b/mgmtsystem/i18n/lv.po @@ -0,0 +1,55 @@ +# Latvian translation for openerp-mgmtsystem +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2013-03-08 10:26+0000\n" +"Last-Translator: Arnis Putniņš \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Vadības sistēma" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Mans panelis" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Iestatījumi" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Kvalitātes vadības sistēmas panelis" diff --git a/mgmtsystem/i18n/nb.po b/mgmtsystem/i18n/nb.po new file mode 100644 index 000000000000..c45cfe4d19ba --- /dev/null +++ b/mgmtsystem/i18n/nb.po @@ -0,0 +1,64 @@ +# Norwegian Bokmal translation for openerp-mgmtsystem +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2014-01-21 13:41+0000\n" +"Last-Translator: Torvald Baade Bringsvor \n" +"Language-Team: Norwegian Bokmal \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Styringssystem" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Mitt informasjonspanel" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfigurasjon" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" +"\n" +"\tDenne modulen er basis for alle typer av styringssystem:\n" +"          * Revisjonsrapporter,\n" +"          * Avvik,\n" +"          * Umiddelbare tiltak,\n" +"          * Forebyggende tiltak,\n" +"          * Korrigerende tiltak,\n" +"          * Forbedringsmuligheter.\t\n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Informasjonspanel Styringssystem" diff --git a/mgmtsystem/i18n/nn.po b/mgmtsystem/i18n/nn.po new file mode 100644 index 000000000000..4a104f23b0f0 --- /dev/null +++ b/mgmtsystem/i18n/nn.po @@ -0,0 +1,64 @@ +# Norwegian Nynorsk translation for openerp-mgmtsystem +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2014-01-21 13:44+0000\n" +"Last-Translator: Torvald Baade Bringsvor \n" +"Language-Team: Norwegian Nynorsk \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Styringssystem" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Mitt informasjonspanel" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfigurasjon" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" +"\n" +"\tDenne modulen er basis for alle typer av styringssystem:\n" +"          * Revisjonsrapportar,\n" +"          * Avvik,\n" +"          * Umiddelbare tiltak,\n" +"          * Forebyggande tiltak,\n" +"          * Korrigerande tiltak,\n" +"          * Forbetringar.\t\n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Informasjonspanel Styringssystem" diff --git a/mgmtsystem/i18n/pl.po b/mgmtsystem/i18n/pl.po new file mode 100644 index 000000000000..d22c2d6f4298 --- /dev/null +++ b/mgmtsystem/i18n/pl.po @@ -0,0 +1,55 @@ +# Polish translation for openerp-mgmtsystem +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2013-08-05 12:13+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "" diff --git a/mgmtsystem/i18n/pt.po b/mgmtsystem/i18n/pt.po index acb2bf038ce9..a94ca3264843 100755 --- a/mgmtsystem/i18n/pt.po +++ b/mgmtsystem/i18n/pt.po @@ -6,96 +6,49 @@ msgid "" msgstr "" "Project-Id-Version: OpenERP Server 6.1-20120904-232007\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-29 11:38+0000\n" -"PO-Revision-Date: 2012-10-29 11:38+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2013-02-04 23:13+0000\n" +"Last-Translator: Virgil Dupras \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root msgid "Management System" msgstr "Sistema de gestão" -#. module: mgmtsystem -#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user -msgid "Management System / User" -msgstr "Sistema de gestão / Utilizador" - -#. module: mgmtsystem -#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager -msgid "Management System / User manager" -msgstr "Sistema de gestão / Utilizador Gestor" - -#. module: mgmtsystem -#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager -msgid "Management System / Manager" -msgstr "Sistema de gestão / Gestor" - #. module: mgmtsystem #: view:board.board:0 msgid "My Board" msgstr "O meu Painel" #. module: mgmtsystem -#: field:mgmtsystem.system,company_id:0 -msgid "Company" -msgstr "Empresa" - -#. module: mgmtsystem -#: field:mgmtsystem.system,manual:0 -msgid "Manual" -msgstr "Manual" - -#. module: mgmtsystem -#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer -msgid "Management System / Viewer" -msgstr "Sistema de gestão / Consulta" - -#. module: mgmtsystem -#: field:mgmtsystem.system,name:0 -msgid "System" -msgstr "Sistema" - -#. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system -msgid "mgmtsystem.system" -msgstr "mgmtsystem.system" +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuração" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_system_form -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: view:mgmtsystem.system:0 -msgid "Systems" -msgstr "Sistemas" +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem msgid "Management System Dashboard" msgstr "Painel do sistema de gestão" - -#. module: mgmtsystem -#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager -msgid "User with approval authority." -msgstr "Utilizador com autoridade para aprovação." - -#. module: mgmtsystem -#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor -msgid "Management System / Auditor" -msgstr "Sistema de gestão / Auditor" - -#. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Configuração" - -#. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals -msgid "Manuals" -msgstr "Manuais" - diff --git a/mgmtsystem/i18n/pt_BR.po b/mgmtsystem/i18n/pt_BR.po new file mode 100644 index 000000000000..a545744f1dc9 --- /dev/null +++ b/mgmtsystem/i18n/pt_BR.po @@ -0,0 +1,64 @@ +# Brazilian Portuguese translation for openerp-mgmtsystem +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2013-07-18 14:12+0000\n" +"Last-Translator: Claudio de Araujo Santos \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Sistema de Gestão" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Meu Painel" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" +"\n" +"\tEste módulo é a base para outros sistemas de gerenciamento:\n" +" * relatórios de auditoria,\n" +" * não-conformidades,\n" +" * ações imediatas,\n" +" * ações preventivas,\n" +" * ações corretivas,\n" +" * oportunidades de melhoria.\t\n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Painel do Sistema de Gestão" diff --git a/mgmtsystem/i18n/sv.po b/mgmtsystem/i18n/sv.po new file mode 100644 index 000000000000..7dd8dc978844 --- /dev/null +++ b/mgmtsystem/i18n/sv.po @@ -0,0 +1,64 @@ +# Swedish translation for openerp-mgmtsystem +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2012-12-02 23:18+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Ledningssystem" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Min infopanel" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Inställningar" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" +"\n" +"\tDenna modul är grunden för alla program av ledningssystem:\n" +"          * Revisionsrapporter,\n" +"          * Avvikelser,\n" +"          * Omedelbara åtgärder,\n" +"          * Förebyggande åtgärder,\n" +"          * Korrigerande åtgärder,\n" +"          * Förbättringsmöjligheter.\t\n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Infopanel Ledningssystem" diff --git a/mgmtsystem/i18n/th.po b/mgmtsystem/i18n/th.po new file mode 100644 index 000000000000..ee5a12bb429c --- /dev/null +++ b/mgmtsystem/i18n/th.po @@ -0,0 +1,55 @@ +# Thai translation for openerp-mgmtsystem +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2013-06-18 17:29+0000\n" +"Last-Translator: Sumonchai ( เหลา ) \n" +"Language-Team: Thai \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "ระบบบริหารจัดการ" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "กระดานข้อมูล" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "การกำหนดค่า" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "กระดานข้อมูลระบบการบริหาร" diff --git a/mgmtsystem/i18n/tr.po b/mgmtsystem/i18n/tr.po new file mode 100644 index 000000000000..8622b0588121 --- /dev/null +++ b/mgmtsystem/i18n/tr.po @@ -0,0 +1,55 @@ +# Turkish translation for openerp-mgmtsystem +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2013-07-02 07:45+0000\n" +"Last-Translator: Ediz Duman \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Yönetim Sistemi" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Panom" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Yapılandırma" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Yönetim Sistemi Panosu" diff --git a/mgmtsystem/i18n/vi.po b/mgmtsystem/i18n/vi.po new file mode 100644 index 000000000000..b58def87b9dc --- /dev/null +++ b/mgmtsystem/i18n/vi.po @@ -0,0 +1,55 @@ +# Vietnamese translation for openerp-mgmtsystem +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-mgmtsystem package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-mgmtsystem\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-12-02 23:46+0000\n" +"PO-Revision-Date: 2014-03-04 11:44+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +"\tThis module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities.\t\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "" diff --git a/mgmtsystem/i18n/zh_CN.po b/mgmtsystem/i18n/zh_CN.po index 76d330f3b15d..1da1361704c9 100644 --- a/mgmtsystem/i18n/zh_CN.po +++ b/mgmtsystem/i18n/zh_CN.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-10-11 05:41+0000\n" -"X-Generator: Launchpad (build 16118)\n" +"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" +"X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem #: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information diff --git a/mgmtsystem/mgmtsystem.xml b/mgmtsystem/mgmtsystem.xml index 7bb9107a6971..48361457bac8 100644 --- a/mgmtsystem/mgmtsystem.xml +++ b/mgmtsystem/mgmtsystem.xml @@ -31,11 +31,11 @@ mgmtsystem.system.tree mgmtsystem.system - tree + @@ -43,11 +43,11 @@ mgmtsystem.system.form mgmtsystem.system - form + diff --git a/mgmtsystem/mgmtsystem_system.py b/mgmtsystem/mgmtsystem_system.py index 096195ba93b3..356d9b105b16 100644 --- a/mgmtsystem/mgmtsystem_system.py +++ b/mgmtsystem/mgmtsystem_system.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2012 Savoir-faire Linux (). # @@ -15,17 +15,32 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## -from osv import fields, osv +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 +from osv import fields, orm + + +class mgmtsystem_system(orm.Model): +======= +from openerp import models, fields + + +def own_company(self): + return self.env.user.company_id.id -class mgmtsystem_system(osv.osv): + +class mgmtsystem_system(models.Model): +>>>>>>> Ported mgmtsystem _name = 'mgmtsystem.system' - description = 'System' + _description = 'System' +<<<<<<< 5e60e0b3b06575444d36910bf02a9da94dde574c +<<<<<<< 0432e9c08747eb002779bcbf4a681c45f4c9ae47 +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 _columns = { <<<<<<< 246504adbebf5957ae9fe262cb1b09aa7213ab41 'name': fields.char('System', size=30, required=True, translate=True), @@ -35,10 +50,24 @@ class mgmtsystem_system(osv.osv): 'manual': fields.many2one('document.page', 'Manual'), >>>>>>> [IMP] Update hooks with addons modules from v7 'company_id': fields.many2one('res.company', 'Company') - } + } _defaults = { 'company_id': lambda self, cr, uid, c: self.pool.get('res.users').browse(cr, uid, uid, c).company_id.id, } -mgmtsystem_system() +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: +======= + name = fields.Char('System', size=30, require=True, translate=True) + manual = fields.Many2one('document.page', 'Manual') + company_id = fields.Many2one('res.company', 'Company', + default=lambda self: self.env.user.company_id.id) +>>>>>>> Ported mgmtsystem +======= + name = fields.Char('System', size=30, required=True, translate=True) +======= + name = fields.Char('System', required=True, translate=True) +>>>>>>> Removed vim lines and size=30 on attribute name + manual = fields.Many2one('document.page', 'Manual') + company_id = fields.Many2one('res.company', 'Company', default=own_company) +>>>>>>> Fix some issues with pep8 and typo for attribute required diff --git a/mgmtsystem/mgmtsystem_system.xml b/mgmtsystem/mgmtsystem_system.xml index e6c4a402003c..202d27e3a3c6 100644 --- a/mgmtsystem/mgmtsystem_system.xml +++ b/mgmtsystem/mgmtsystem_system.xml @@ -5,7 +5,6 @@ mgmtsystem_system_form mgmtsystem.system - form
@@ -18,7 +17,6 @@ mgmtsystem_system_tree mgmtsystem.system - tree diff --git a/mgmtsystem/security/ir.model.access.csv b/mgmtsystem/security/ir.model.access.csv index 437b90ec23d9..e58f9759894b 100644 --- a/mgmtsystem/security/ir.model.access.csv +++ b/mgmtsystem/security/ir.model.access.csv @@ -1,4 +1,5 @@ "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 <<<<<<< 84a6593acd2990f95d7a5c04c1ab6677141579ca "access_mgmtsystem_system","mgmtsystem.system","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 ======= @@ -7,3 +8,9 @@ "access_mgmtsystem_system_auditor","mgmtsystem.system.auditor","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_auditor",1,0,0,0 "access_mgmtsystem_system_manager","mgmtsystem.system.manager","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 >>>>>>> CHG: marking Apps, security review, translation pt, finetuning +======= +"access_mgmtsystem_system_user","mgmtsystem.system.user","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_user",1,0,0,0 +"access_mgmtsystem_system_viewer","mgmtsystem.system.viewer","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_viewer",1,0,0,0 +"access_mgmtsystem_system_auditor","mgmtsystem.system.auditor","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_auditor",1,0,0,0 +"access_mgmtsystem_system_manager","mgmtsystem.system.manager","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 +>>>>>>> Ported mgmtsystem diff --git a/mgmtsystem/security/mgmtsystem_security.xml b/mgmtsystem/security/mgmtsystem_security.xml index 88ba31113364..d0a8cfad7f76 100644 --- a/mgmtsystem/security/mgmtsystem_security.xml +++ b/mgmtsystem/security/mgmtsystem_security.xml @@ -2,6 +2,7 @@ +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 <<<<<<< 3d6b9db9d0fcf3868eb3388391fa59995286de57 <<<<<<< 84a6593acd2990f95d7a5c04c1ab6677141579ca @@ -26,12 +27,15 @@ Management System / User ======= ======= +======= +>>>>>>> Ported mgmtsystem Management System Manage management systems, manuals, KPIs, nonconformities, actions, feedbacks, audits, reviews. 10 +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 >>>>>>> [ADD] Module category to link user groups Viewer @@ -40,27 +44,69 @@ User +======= + + Viewer + Module user with general read only access. + + User + Module user, with general read and write. +>>>>>>> Ported mgmtsystem + + + + +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 Approving User User with approval authority. +======= + + Approving User + Module user with additional permission for approvals. +>>>>>>> Ported mgmtsystem +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 Manager +======= + + Auditor + Module user with additional permission specific for the auditor job, such as effectiveness reviews. +>>>>>>> Ported mgmtsystem +<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 Auditor >>>>>>> CHG: marking Apps, security review, translation pt, finetuning +======= + + Manager + Module administrator, able to modify configuration data. + + + +>>>>>>> Ported mgmtsystem + + + + + + mgmtsystem multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] diff --git a/mgmtsystem/static/src/img/icon.png b/mgmtsystem/static/description/icon.png similarity index 100% rename from mgmtsystem/static/src/img/icon.png rename to mgmtsystem/static/description/icon.png diff --git a/mgmtsystem/tests/__init__.py b/mgmtsystem/tests/__init__.py new file mode 100644 index 000000000000..157691a7863c --- /dev/null +++ b/mgmtsystem/tests/__init__.py @@ -0,0 +1,23 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2012 Savoir-faire Linux (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + + +from . import test_create_mgmtsystem diff --git a/mgmtsystem/tests/test_create_mgmtsystem.py b/mgmtsystem/tests/test_create_mgmtsystem.py new file mode 100644 index 000000000000..62a275e11a97 --- /dev/null +++ b/mgmtsystem/tests/test_create_mgmtsystem.py @@ -0,0 +1,33 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2012 Savoir-faire Linux (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + +from openerp.tests import common + + +class TestModelAction(common.TransactionCase): + + def test_create_system(self): + record = self.env['mgmtsystem.system'].create({ + "name": "SampleSystem", + }) + + self.assertEqual(record.name, "SampleSystem") + self.assertEqual(record.company_id.id, self.env.user.company_id.id) From 986861f1ed7ce581e2a37209409819d640a7c2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Mozeti=C4=8D?= Date: Mon, 4 May 2015 17:51:05 +0200 Subject: [PATCH 06/67] Slovene translations added --- mgmtsystem/i18n/sl.po | 67 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 mgmtsystem/i18n/sl.po diff --git a/mgmtsystem/i18n/sl.po b/mgmtsystem/i18n/sl.po new file mode 100644 index 000000000000..d72705ce505e --- /dev/null +++ b/mgmtsystem/i18n/sl.po @@ -0,0 +1,67 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Matjaž Mozetič , 2015. +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 6.0.0-rc1\n" +"Report-Msgid-Bugs-To: support@openerp.com\n" +"POT-Creation-Date: 2010-12-02 23:46:44+0000\n" +"PO-Revision-Date: 2015-05-04 17:20+0100\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" +"Language: sl\n" +"X-Generator: Lokalize 2.0\n" + +#. module: mgmtsystem +#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +msgid "Management System" +msgstr "Sistem upravljanja" + +#. module: mgmtsystem +#: view:board.board:0 +msgid "My Board" +msgstr "Moja nadzorna plošča" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Nastavitve" + +#. module: mgmtsystem +#: model:ir.module.module,description:mgmtsystem.module_meta_information +msgid "" +"\n" +" This module is the basis of any management system applications:\n" +" * audit reports,\n" +" * nonconformities,\n" +" * immediate actions,\n" +" * preventive actions,\n" +" * corrective actions,\n" +" * improvement opportunities. \n" +" " +msgstr "" +"\n" +" Ta modul je osnova za katerokoli aplikacijo sistema upravljanja:\n" +" * revizijska poročila,\n" +" * neskladnosti,\n" +" * takojšnji ukrepi,\n" +" * preventivni ukrepi,\n" +" * korektivni ukrepi,\n" +" * priložnosti za izboljšave. \n" +" " + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem +msgid "Management System Dashboard" +msgstr "Nadzorna plošča sistema upravljanja" + + From 146d877925ffd4132b74fe5d3a25a4bbd187706f Mon Sep 17 00:00:00 2001 From: Matjaz Mozetic Date: Fri, 8 May 2015 08:02:58 +0200 Subject: [PATCH 07/67] Translation templates and slovene translations update Make admin a memeber of Approving User group --- mgmtsystem/i18n/mgmtsystem.pot | 166 +++++++++++++++----- mgmtsystem/i18n/sl.po | 164 +++++++++++++++---- mgmtsystem/security/mgmtsystem_security.xml | 1 + 3 files changed, 261 insertions(+), 70 deletions(-) diff --git a/mgmtsystem/i18n/mgmtsystem.pot b/mgmtsystem/i18n/mgmtsystem.pot index 3ef8f7499e8c..490ee4797d4d 100644 --- a/mgmtsystem/i18n/mgmtsystem.pot +++ b/mgmtsystem/i18n/mgmtsystem.pot @@ -1,13 +1,13 @@ -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 6.0.0-rc1\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2010-12-02 23:46:44+0000\n" -"PO-Revision-Date: 2010-12-02 23:46:44+0000\n" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-05-08 05:22+0000\n" +"PO-Revision-Date: 2015-05-08 05:22+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,46 +16,138 @@ msgstr "" "Plural-Forms: \n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root -msgid "Management System" -msgstr "Management System" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "My Board" +#: field:mgmtsystem.system,company_id:0 +msgid "Company" +msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration msgid "Configuration" -msgstr "Configuration" - -#. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information -msgid "\n" -" This module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities. \n" -" " -msgstr "\n" -" This module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities. \n" -" " +msgstr "" + +#. module: mgmtsystem +#: field:mgmtsystem.system,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: field:mgmtsystem.system,create_date:0 +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: field:mgmtsystem.system,id:0 +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: field:mgmtsystem.system,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: field:mgmtsystem.system,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "Manage management systems, manuals, KPIs, nonconformities, actions, feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: view:mgmtsystem.system:mgmtsystem.system_form +msgid "Management System" +msgstr "" #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem msgid "Management System Dashboard" -msgstr "Management System Dashboard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.menu,name:mgmtsystem.mgmtsystem_dashboard +#: view:mgmtsystem.system:mgmtsystem.system_tree +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: view:board.board:mgmtsystem.board_mgmtsystem_form +msgid "Management Systems Dashboard" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: field:mgmtsystem.system,manual:0 +msgid "Manual" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "Module user with additional permission specific for the auditor job, such as effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: field:mgmtsystem.system,name:0 +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" diff --git a/mgmtsystem/i18n/sl.po b/mgmtsystem/i18n/sl.po index d72705ce505e..65b18d92fc8d 100644 --- a/mgmtsystem/i18n/sl.po +++ b/mgmtsystem/i18n/sl.po @@ -1,14 +1,14 @@ -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem # # Matjaž Mozetič , 2015. msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 6.0.0-rc1\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2010-12-02 23:46:44+0000\n" -"PO-Revision-Date: 2015-05-04 17:20+0100\n" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-05-08 05:22+0000\n" +"PO-Revision-Date: 2015-05-08 07:34+0100\n" "Last-Translator: Matjaž Mozetič \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" @@ -19,17 +19,19 @@ msgstr "" "X-Generator: Lokalize 2.0\n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root -msgid "Management System" -msgstr "Sistem upravljanja" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "Uporabnik, ki odobri" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Moja nadzorna plošča" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Revizor" + +#. module: mgmtsystem +#: field:mgmtsystem.system,company_id:0 +msgid "Company" +msgstr "Družba" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration @@ -37,31 +39,127 @@ msgid "Configuration" msgstr "Nastavitve" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: field:mgmtsystem.system,create_uid:0 +msgid "Created by" +msgstr "Ustvaril" + +#. module: mgmtsystem +#: field:mgmtsystem.system,create_date:0 +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: mgmtsystem +#: field:mgmtsystem.system,id:0 +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: field:mgmtsystem.system,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnjič posodobil" + +#. module: mgmtsystem +#: field:mgmtsystem.system,write_date:0 +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" -"\n" -" This module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities. \n" -" " +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." msgstr "" -"\n" -" Ta modul je osnova za katerokoli aplikacijo sistema upravljanja:\n" -" * revizijska poročila,\n" -" * neskladnosti,\n" -" * takojšnji ukrepi,\n" -" * preventivni ukrepi,\n" -" * korektivni ukrepi,\n" -" * priložnosti za izboljšave. \n" -" " +"Upravljanje sistemov upravljanja, priročniki, kazatelji storilnosti, " +"neskladnosti, ukrepi, povratne informacije, revizije, pregledi." + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: view:mgmtsystem.system:mgmtsystem.system_form +msgid "Management System" +msgstr "Sistem upravljanja" #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem msgid "Management System Dashboard" msgstr "Nadzorna plošča sistema upravljanja" +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.menu,name:mgmtsystem.mgmtsystem_dashboard +#: view:mgmtsystem.system:mgmtsystem.system_tree +msgid "Management Systems" +msgstr "Sistemi upravljanja" + +#. module: mgmtsystem +#: view:board.board:mgmtsystem.board_mgmtsystem_form +msgid "Management Systems Dashboard" +msgstr "Nadzorna plošča sistemov upravljanja" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Upravitelj" + +#. module: mgmtsystem +#: field:mgmtsystem.system,manual:0 +msgid "Manual" +msgstr "Priročnik" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +msgid "Manuals" +msgstr "Priročniki" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "Administrator modula, ki lahko spreminja nastavitve." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "Uporabnik modula z dodatnimi dovoljenji za odobritve." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." +msgstr "" +"Uporabnik modula z dodatnim dovoljenjem za specifično revizorsko delovno " +"mesto, kot npr. pregled učinkovitosti" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "Uporabnik modula s samo dostopom do branja." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "Uporabnik modula z dostopom branja in pisanja." + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: field:mgmtsystem.system,name:0 +msgid "System" +msgstr "Sistem" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +msgid "Systems" +msgstr "Sistemi" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Uporabnik" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "Gledalec" + diff --git a/mgmtsystem/security/mgmtsystem_security.xml b/mgmtsystem/security/mgmtsystem_security.xml index d0a8cfad7f76..007e1de5000b 100644 --- a/mgmtsystem/security/mgmtsystem_security.xml +++ b/mgmtsystem/security/mgmtsystem_security.xml @@ -70,6 +70,7 @@ >>>>>>> Ported mgmtsystem + <<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 From 841449e96d583cd026255ec788f794a5db034e57 Mon Sep 17 00:00:00 2001 From: Glen Sojo Date: Tue, 28 Jul 2015 08:11:42 -0600 Subject: [PATCH 08/67] [ADD] - mgmsystem: Updated pot and added spanish translations. --- mgmtsystem/i18n/es.po | 174 +++++++++++++++++++++++++-------- mgmtsystem/i18n/mgmtsystem.pot | 5 +- 2 files changed, 133 insertions(+), 46 deletions(-) diff --git a/mgmtsystem/i18n/es.po b/mgmtsystem/i18n/es.po index aac336d5be7b..1633378a5b2b 100644 --- a/mgmtsystem/i18n/es.po +++ b/mgmtsystem/i18n/es.po @@ -1,34 +1,34 @@ -# Spanish translation for openerp-mgmtsystem -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2012. +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem # msgid "" msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-07-02 09:07+0000\n" -"Last-Translator: Alejandro Santana \n" -"Language-Team: Spanish \n" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-27 22:46+0000\n" +"PO-Revision-Date: 2015-07-27 22:46+0000\n" +"Last-Translator: Glen Sojo \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root -msgid "Management System" -msgstr "Sistema de gestión" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "Usuario aprobador" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Mi tablero" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Auditor" + +#. module: mgmtsystem +#: field:mgmtsystem.system,company_id:0 +msgid "Company" +msgstr "Compañía" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration @@ -36,29 +36,117 @@ msgid "Configuration" msgstr "Configuración" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information -msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " -msgstr "" -"\n" -"\tEste módulo es la base de cualquier aplicación de gestión de sistemas:\n" -" * informes de auditoría,\n" -" * no conformidades,\n" -" * acciones inmediatas,\n" -" * acciones preventivas,\n" -" * acciones correctivas,\n" -" * oportunidades de mejora.\t\n" -" " +#: field:mgmtsystem.system,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: mgmtsystem +#: field:mgmtsystem.system,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: mgmtsystem +#: field:mgmtsystem.system,id:0 +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: field:mgmtsystem.system,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: mgmtsystem +#: field:mgmtsystem.system,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "Manage management systems, manuals, KPIs, nonconformities, actions, feedbacks, audits, reviews." +msgstr "Administrar los sistemas de gestión, manuales, KPIs, no conformidades, acciones, evaluaciones, auditorías, revisiones." + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: view:mgmtsystem.system:mgmtsystem.system_form +msgid "Management System" +msgstr "Sistema de gestión" #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem msgid "Management System Dashboard" msgstr "Tablero del sistema de gestión" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.menu,name:mgmtsystem.mgmtsystem_dashboard +#: view:mgmtsystem.system:mgmtsystem.system_tree +msgid "Management Systems" +msgstr "Sistemas de gestión" + +#. module: mgmtsystem +#: view:board.board:mgmtsystem.board_mgmtsystem_form +msgid "Management Systems Dashboard" +msgstr "Tablero de sistemas de gestión" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Gerente" + +#. module: mgmtsystem +#: field:mgmtsystem.system,manual:0 +msgid "Manual" +msgstr "Manual" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +msgid "Manuals" +msgstr "Manuales" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "Administrador del módulo , capaz de modificar los datos de configuración." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "Usuario del módulo con permiso adicional para aprobaciones." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "Module user with additional permission specific for the auditor job, such as effectiveness reviews." +msgstr "Usuario del módulo con permisos adicionales para el trabajo de auditor, como las revisiones de efectividad." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "Usuario del módulo con acceso general de sólo lectura." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "Usuario del módulo, con lectura y escritura general." + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: field:mgmtsystem.system,name:0 +msgid "System" +msgstr "Sistema" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +msgid "Systems" +msgstr "Sistemas" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Usuario" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "Espectador" diff --git a/mgmtsystem/i18n/mgmtsystem.pot b/mgmtsystem/i18n/mgmtsystem.pot index 490ee4797d4d..10697be13e26 100644 --- a/mgmtsystem/i18n/mgmtsystem.pot +++ b/mgmtsystem/i18n/mgmtsystem.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-08 05:22+0000\n" -"PO-Revision-Date: 2015-05-08 05:22+0000\n" +"POT-Creation-Date: 2015-07-27 22:46+0000\n" +"PO-Revision-Date: 2015-07-27 22:46+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -150,4 +150,3 @@ msgstr "" #: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer msgid "Viewer" msgstr "" - From 31598f9bb4ae8d3e7e0cecc8af8e0dbb16279468 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 31 Aug 2015 21:43:37 -0400 Subject: [PATCH 09/67] OCA Transbot updated translations from Transifex --- mgmtsystem/i18n/de.po | 445 ++++++++++++++++++++++++++++++++++---- mgmtsystem/i18n/es.po | 337 +++++++++++++++++++++++++---- mgmtsystem/i18n/fi.po | 438 +++++++++++++++++++++++++++++++++---- mgmtsystem/i18n/fr.po | 453 ++++++++++++++++++++++++++++++++++----- mgmtsystem/i18n/hu.po | 450 +++++++++++++++++++++++++++++++++----- mgmtsystem/i18n/lv.po | 437 +++++++++++++++++++++++++++++++++---- mgmtsystem/i18n/nb.po | 450 +++++++++++++++++++++++++++++++++----- mgmtsystem/i18n/nn.po | 450 +++++++++++++++++++++++++++++++++----- mgmtsystem/i18n/pt.po | 427 +++++++++++++++++++++++++++++++++--- mgmtsystem/i18n/pt_BR.po | 450 ++++++++++++++++++++++++++++++++++---- mgmtsystem/i18n/sl.po | 341 +++++++++++++++++++++++++---- mgmtsystem/i18n/sv.po | 450 +++++++++++++++++++++++++++++++++----- mgmtsystem/i18n/th.po | 437 +++++++++++++++++++++++++++++++++---- mgmtsystem/i18n/tr.po | 437 +++++++++++++++++++++++++++++++++---- 14 files changed, 5407 insertions(+), 595 deletions(-) mode change 100755 => 100644 mgmtsystem/i18n/pt.po diff --git a/mgmtsystem/i18n/de.po b/mgmtsystem/i18n/de.po index 76724a925f7a..c31bed01d2a6 100644 --- a/mgmtsystem/i18n/de.po +++ b/mgmtsystem/i18n/de.po @@ -1,64 +1,419 @@ -# German translation for openerp-mgmtsystem -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2012. -# +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2012 +# Rudolf Schnapka , 2016 msgid "" msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-09-17 09:57+0000\n" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-07 01:45+0000\n" +"PO-Revision-Date: 2016-03-11 17:13+0000\n" "Last-Translator: Rudolf Schnapka \n" -"Language-Team: German \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-management-system-9-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "\nHandlungen (Sofort, Berichtigend, Vorbeugend) und Verbesserungsmöglichkeiten\n " + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "Anwendungen" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "Anwenden" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "Zustimmender Benutzer" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Prüfer" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Prüfungen" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Abbrechen" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "Forderungen" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "Unternehmen" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "Managementsystem einstellen" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Angelegt durch" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Angelegt am" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "Dokumentation" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "Umwelt (ISO 14001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "Vorlage des Umwelt-Handbuchs basiert auf den Vorgaben gem. ISO 14001:2004" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "Umwelt-Betrachtungen" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "Befürchtete Geschehen" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "Gefahren" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "Vorlage des Gesundheits- und Sicherkeitshandbuches basiert auf den Vorgaben gem. OHSAS 18001" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "Hygiene & Sicherheit (OHSAS 18001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "Informationssicherheit (ISO 27001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "Vorlage des Sicherheitshandbuchs zur Informationsverarbeitung basiert auf den Vorgaben gem. ISO 27001" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "Zuletzt aktualisiert am" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "Verwalte Managementsysteme, Handbücher, KPI's, Mängelprüfungen, Handlungen, Rückmeldungen, Audits, Reviews." + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Management-System" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Meine Pinnwand" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "Managementsysteme" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Konfiguration" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Manager" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "Handbücher" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "Moduladministrator, in der Lage Einstellungen zu ändern." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "Modul-Anwender mit zusätzlichen Berechtigungen für Freigaben." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "Modul-Anwender mit auditorspezifischen Berechtigungen, wie z. B. Effektivitäts-Reviews." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "Modul-Anwender mit allgemeiner Nurlese-Berechtigung." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "Modul-Anwender mit Lese- und Schreibzugriffs-Berechtigung." + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Mängelprüfungen" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Prozeduren" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "Stelle Kategorie für Umwelt-Management bereit.\n- Das Modul mgmtsystem_environmental_aspect wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "Stelle Risikomanagement bereit.\n- Das Modul mgmtsystem_security_event wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "Stelle Gefahren-Management bereit.\n- Das Modul mgmtsystems_hazard wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "Stellt Handbuch für Gesundheits- und Arbeitssicherheit bereit.\n- Das Modul mgmtsystem_health_safety_manual wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "Stellt Handbuchvorlage zum Qualitätsmanagement bereit.\n- Das Modul mgmtsystem_quality_manual wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "Stellt Mittel zur Aktions- und Verbesserungsplanung bereit bereit.\n- Das Modul mgmtsystem_action wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "Stellt Handbuchvorlage zum Umweltmanagement bereit.\n- Das Modul mgmtsystem_environment_manual wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "Stellt Handbuchvorlage zur Sicherheit in der Informationsverarbeitung bereit.\n- Das Modul mgmtsystem_security_manual wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "Stellt Hilfsmittel zum Auditieren bereit.\n- Das Modul mgmtsystem_audit wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "Stellt Hilfsmittel zum Forderungsmanagement bereit.\n- Das Modul mgmtsystem_claim wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "Stellt Hilfsmittel zum Umweltmanagement bereit.\n- Das Modul mgmtsystem_environment wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "Stellt Hilfsmittel Gesundheits- und Arbeitssicherheit bereit.\n- Das Modul mgmtsystem_health_safety wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "Stellt Hilfsmittel für Sicherheit in der Informationsverarbeitung bereit.\n- Das Modul mgmtsystem_information_security wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "Stellt Hilfsmittel zum Mängelmanagement bereit.\n- Das Modul mgmtsystem_nonconformity wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "Stellt Kategorie Prozeduren bereit.\n- Das Modul mgmtsystem_procedure wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "Stellt Hilfsmittel zum Qualitätsmanagement bereit.\n- Das Modul mgmtsystem_quality wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "Stellt Hilfsmittel für Revies bereit.\n- Das Modul mgmtsystem_review wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "Qualität (ISO 9001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "Vorlage des Qualitätshandbuches basiert auf den Vorgaben gem. ISO 9001:2008" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "Berichte" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "Einstellungen" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "System" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "Systeme" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "Top Management Reviews" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Benutzer" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "Betrachter" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" msgstr "" -"\n" -"\tDieses Modul stellt die Basis für jedwedes Management-System dar:\n" -" * Audit-Berichte,\n" -" * Nichteinhaltungen,\n" -" * Sofort-Aktionen,\n" -" * Vorbeugende Maßnahmen,\n" -" * Korrektivmaßnahmen\n" -" * Verbesserungsmaßnahmen.\t\n" -" " - -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Management-System Pinnwand" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "oder" diff --git a/mgmtsystem/i18n/es.po b/mgmtsystem/i18n/es.po index 1633378a5b2b..b64bf05d6ef7 100644 --- a/mgmtsystem/i18n/es.po +++ b/mgmtsystem/i18n/es.po @@ -1,19 +1,39 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mgmtsystem -# +# * mgmtsystem +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: management-system (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-27 22:46+0000\n" -"PO-Revision-Date: 2015-07-27 22:46+0000\n" -"Last-Translator: Glen Sojo \n" -"Language-Team: \n" +"POT-Creation-Date: 2016-08-04 02:45+0000\n" +"PO-Revision-Date: 2016-08-02 15:19+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-management-system-9-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager @@ -26,7 +46,22 @@ msgid "Auditor" msgstr "Auditor" #. module: mgmtsystem -#: field:mgmtsystem.system,company_id:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Auditorías" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id msgid "Company" msgstr "Compañía" @@ -36,72 +71,133 @@ msgid "Configuration" msgstr "Configuración" #. module: mgmtsystem -#: field:mgmtsystem.system,create_uid:0 +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Creado por" #. module: mgmtsystem -#: field:mgmtsystem.system,create_date:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Creado en" #. module: mgmtsystem -#: field:mgmtsystem.system,id:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: field:mgmtsystem.system,write_uid:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: mgmtsystem -#: field:mgmtsystem.system,write_date:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Ultima actualización en" #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system -msgid "Manage management systems, manuals, KPIs, nonconformities, actions, feedbacks, audits, reviews." +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." msgstr "Administrar los sistemas de gestión, manuales, KPIs, no conformidades, acciones, evaluaciones, auditorías, revisiones." #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root -#: view:mgmtsystem.system:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Sistema de gestión" -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Tablero del sistema de gestión" - #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.system_action -#: model:ir.ui.menu,name:mgmtsystem.mgmtsystem_dashboard -#: view:mgmtsystem.system:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management Systems" msgstr "Sistemas de gestión" -#. module: mgmtsystem -#: view:board.board:mgmtsystem.board_mgmtsystem_form -msgid "Management Systems Dashboard" -msgstr "Tablero de sistemas de gestión" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager msgid "Manager" msgstr "Gerente" #. module: mgmtsystem -#: field:mgmtsystem.system,manual:0 -msgid "Manual" -msgstr "Manual" - -#. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" msgstr "Manuales" @@ -117,7 +213,9 @@ msgstr "Usuario del módulo con permiso adicional para aprobaciones." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor -msgid "Module user with additional permission specific for the auditor job, such as effectiveness reviews." +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." msgstr "Usuario del módulo con permisos adicionales para el trabajo de auditor, como las revisiones de efectividad." #. module: mgmtsystem @@ -131,16 +229,173 @@ msgid "Module user, with general read and write." msgstr "Usuario del módulo, con lectura y escritura general." #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "No conformidades" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procedimientos" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 #: model:ir.model,name:mgmtsystem.model_mgmtsystem_system -#: field:mgmtsystem.system,name:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format msgid "System" msgstr "Sistema" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Sistemas" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user msgid "User" @@ -150,3 +405,13 @@ msgstr "Usuario" #: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer msgid "Viewer" msgstr "Espectador" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/fi.po b/mgmtsystem/i18n/fi.po index 342f4b24b1c7..f1b7ce295852 100644 --- a/mgmtsystem/i18n/fi.po +++ b/mgmtsystem/i18n/fi.po @@ -1,56 +1,418 @@ -# Finnish translation for openerp-mgmtsystem -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-09-09 07:22+0000\n" -"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " -"\n" -"Language-Team: Finnish \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2012 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-05 01:40+0000\n" +"PO-Revision-Date: 2016-03-04 19:39+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-management-system-9-0/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfiguraatio" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Johtamisjärjestelmä" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Oma työpöytä" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Konfiguraatio" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Johtamisjärjestelmän työpöytä" +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/fr.po b/mgmtsystem/i18n/fr.po index de51026bdcf4..12422aab009c 100644 --- a/mgmtsystem/i18n/fr.po +++ b/mgmtsystem/i18n/fr.po @@ -1,66 +1,419 @@ -# French translation for openerp-mgmtsystem -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-09-09 04:50+0000\n" -"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " -"\n" -"Language-Team: French \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2012 +# Maxime Chambreuil , 2015 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-04 02:45+0000\n" +"PO-Revision-Date: 2016-08-02 15:19+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-management-system-9-0/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "Approbateur" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Auditeur" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Audits" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "Société" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuration" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "Aspects environnementaux" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Mis à jour par" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Mis à jour le" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "Gérer vos systèmes de gestion, manuels, indicateurs de performance, non-conformités, actions, retours d'expérience, audits, revues de direction." + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Système de gestion" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Mon tableau de bord" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "Systèmes de gestion" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Configuration" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Responsable" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "Manuels" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "Administrateur du module, capable de modifier les données de configuration." #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "Utilisateur du module sans les permissions d'approbation." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "Utilisateur du module avec les permissions d'approbation sur les audits pour les revues d'efficacité par exemple." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "Utilisateur du module avec des accès en lecture." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "Utilisateur du module avec des accès en lecture et en écriture." + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Non-conformités" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procédures" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "Système" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "Systèmes" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Utilisateur" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "Visionneur" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" msgstr "" -"\n" -"\tCe module est la base pour toutes les applications de système de gestion " -":\n" -" * rapport d'audit,\n" -" * non-conformités,\n" -" * actions immédiates,\n" -" * actions préventives,\n" -" * actions correctives,\n" -" * opportunités d'amélioration.\t\n" -" " - -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Tableau de bord du système de gestion" diff --git a/mgmtsystem/i18n/hu.po b/mgmtsystem/i18n/hu.po index 4ccfc7af1d6c..799f3c08535e 100644 --- a/mgmtsystem/i18n/hu.po +++ b/mgmtsystem/i18n/hu.po @@ -1,64 +1,418 @@ -# Hungarian translation for openerp-mgmtsystem -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-07-22 06:33+0000\n" -"Last-Translator: krnkris \n" -"Language-Team: Hungarian \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2013 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-30 02:45+0000\n" +"PO-Revision-Date: 2016-06-29 13:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-management-system-9-0/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Beállítások" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Menedzsment rendszer" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Saját vezérlőpult" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Beállítások" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Felhasználó" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" msgstr "" -"\n" -"\tEzt a modul bármely menedzsment rendszer alkalmazás alapját képezi:\n" -" * Számlaellenőrzési naplók,\n" -" * egyezőtlenségek,\n" -" * azonnali teendők,\n" -" * teendők megelőzéshez,\n" -" * módosító teendők,\n" -" * fejlesztési lehetőségek.\t\n" -" " - -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Menedzsment rendszer műszerfal" diff --git a/mgmtsystem/i18n/lv.po b/mgmtsystem/i18n/lv.po index eb39be18ffba..aebcbb94acbe 100644 --- a/mgmtsystem/i18n/lv.po +++ b/mgmtsystem/i18n/lv.po @@ -1,55 +1,418 @@ -# Latvian translation for openerp-mgmtsystem -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-03-08 10:26+0000\n" -"Last-Translator: Arnis Putniņš \n" -"Language-Team: Latvian \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2013 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-30 02:45+0000\n" +"PO-Revision-Date: 2016-06-29 13:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-management-system-9-0/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Iestatījumi" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Vadības sistēma" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Mans panelis" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Iestatījumi" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Kvalitātes vadības sistēmas panelis" +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "Sistēma" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Lietotājs" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/nb.po b/mgmtsystem/i18n/nb.po index c45cfe4d19ba..1399cedca057 100644 --- a/mgmtsystem/i18n/nb.po +++ b/mgmtsystem/i18n/nb.po @@ -1,64 +1,418 @@ -# Norwegian Bokmal translation for openerp-mgmtsystem -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2014-01-21 13:41+0000\n" -"Last-Translator: Torvald Baade Bringsvor \n" -"Language-Team: Norwegian Bokmal \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2014 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-04 02:45+0000\n" +"PO-Revision-Date: 2016-08-02 15:19+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-management-system-9-0/language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Revisjoner" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfigurasjon" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Styringssystem" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Mitt informasjonspanel" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Konfigurasjon" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Leder" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "Manualer" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Avvik" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Prosedyrer" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "System" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Bruker" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" msgstr "" -"\n" -"\tDenne modulen er basis for alle typer av styringssystem:\n" -"          * Revisjonsrapporter,\n" -"          * Avvik,\n" -"          * Umiddelbare tiltak,\n" -"          * Forebyggende tiltak,\n" -"          * Korrigerende tiltak,\n" -"          * Forbedringsmuligheter.\t\n" -" " - -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Informasjonspanel Styringssystem" diff --git a/mgmtsystem/i18n/nn.po b/mgmtsystem/i18n/nn.po index 4a104f23b0f0..101e225ff771 100644 --- a/mgmtsystem/i18n/nn.po +++ b/mgmtsystem/i18n/nn.po @@ -1,64 +1,418 @@ -# Norwegian Nynorsk translation for openerp-mgmtsystem -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2014-01-21 13:44+0000\n" -"Last-Translator: Torvald Baade Bringsvor \n" -"Language-Team: Norwegian Nynorsk \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2014 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-04 02:45+0000\n" +"PO-Revision-Date: 2016-08-02 15:19+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/oca/OCA-management-system-9-0/language/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Revisjonar" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Konfigurasjon" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Styringssystem" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Mitt informasjonspanel" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Konfigurasjon" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Avvik" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "Systemet" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Brukar" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" msgstr "" -"\n" -"\tDenne modulen er basis for alle typer av styringssystem:\n" -"          * Revisjonsrapportar,\n" -"          * Avvik,\n" -"          * Umiddelbare tiltak,\n" -"          * Forebyggande tiltak,\n" -"          * Korrigerande tiltak,\n" -"          * Forbetringar.\t\n" -" " - -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Informasjonspanel Styringssystem" diff --git a/mgmtsystem/i18n/pt.po b/mgmtsystem/i18n/pt.po old mode 100755 new mode 100644 index a94ca3264843..4cc9d74939a9 --- a/mgmtsystem/i18n/pt.po +++ b/mgmtsystem/i18n/pt.po @@ -1,54 +1,417 @@ -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: -# * mgmtsystem -# +# * mgmtsystem +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 6.1-20120904-232007\n" +"Project-Id-Version: management-system (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-02-04 23:13+0000\n" -"Last-Translator: Virgil Dupras \n" -"Language-Team: \n" +"POT-Creation-Date: 2016-07-30 02:50+0000\n" +"PO-Revision-Date: 2016-07-29 14:54+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-management-system-9-0/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Sistema de gestão" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "O meu Painel" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Configuração" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Gestor" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Painel do sistema de gestão" +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Não conformidades" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procedimentos" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Utilizador" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/pt_BR.po b/mgmtsystem/i18n/pt_BR.po index a545744f1dc9..006ac7b03e27 100644 --- a/mgmtsystem/i18n/pt_BR.po +++ b/mgmtsystem/i18n/pt_BR.po @@ -1,64 +1,420 @@ -# Brazilian Portuguese translation for openerp-mgmtsystem -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2012. -# +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# Claudio Araujo Santos , 2016 +# danimaribeiro , 2015 +# FIRST AUTHOR , 2012 msgid "" msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-07-18 14:12+0000\n" -"Last-Translator: Claudio de Araujo Santos \n" -"Language-Team: Brazilian Portuguese \n" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-03 05:08+0000\n" +"PO-Revision-Date: 2016-07-08 11:14+0000\n" +"Last-Translator: Claudio Araujo Santos \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-management-system-9-0/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "\n Ações (imediata, corretiva, preventiva) e oportunidades de melhoria\n " + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "Aplicações" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "Aplicar" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "Aprovando usuário" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Auditor" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Auditorias" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "Reclamações" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "Empresa" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "Configurar sistema de gestão" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "Mostrar nome" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "Documentação" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "Ambiente (ISO 14001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "Modelo manual ambiental com base na ISO 14001: 2004" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "Aspectos do ambiente" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "Eventos temidos" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "Riscos" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "Modelo de manual de Saúde e Segurança baseado na norma OHSAS 18001" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "Higiene e Segurança (OHSAS 18001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "Segurança da Informação (ISO 27001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "Modelo de manual de Segurança da Informação baseado na norma ISO 27001" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "Modificada pela última vez" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "Configure sistemas de gestão, manuais, KPIs, não conformidades, ações, feedbacks, auditorias, revisões." + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Sistema de Gestão" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Meu Painel" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "Sistemas de gestão" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Configuração" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Gerente" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "Manuais" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "Módulo administrador, habilitado para modificar dados de configuração" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "Módulo usuario com permissões adicionais para aprovação" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " -msgstr "" -"\n" -"\tEste módulo é a base para outros sistemas de gerenciamento:\n" -" * relatórios de auditoria,\n" -" * não-conformidades,\n" -" * ações imediatas,\n" -" * ações preventivas,\n" -" * ações corretivas,\n" -" * oportunidades de melhoria.\t\n" -" " - -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Painel do Sistema de Gestão" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "Módulo de usuário com permissões especificas para o trabalho de auditor, como efetivar revisões." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "Módulo de usuário com acesso geral apenas leitura." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "Módulo usuario com acesso de leitura e escrita." + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Não-conformidades" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procedimentos" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "Fornecer categoria Aspecto Ambiental.\n- Isso instala o mgmtsystem_environmental_aspect módulo." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "Fornecer Eventos temido.\n- Isso instala o mgmtsystem_security_event módulo." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "Fornecer Riscos.\n- Isso instala o modulo mgmtsystem_hazard. " + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "Fornecer um modelo manual de saúde e segurança.\n- Isso instala o módulo mgmtsystem_health_safety_manual." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "Fornecer um modelo manual de qualidade.\n- Isso instala o módulos mgmtsystem_quality_manual." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "Fornecer ações e ferramentas de oportunidades de melhoria.\n-Este Instala o módulo mgmtsystem_action." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "Fornecer um modelo manual do meio ambiente.\n- Isso instala o mgmtsystem_environment_manual módulo." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "Fornecer um manual de segurança da informação.\n- Isso instala o manual de segurança da informação módulo." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "Fornecer ferramentas de auditoria.\n-Este Instala o módulo mgmtsystem_audit." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "Fornecer ferramentas de reivindicação.\n-Este Instala o módulo mgmtsystem_claim." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "Fornecer ferramentas de gerenciamento de ambiente.\n-Este Instala o módulo mgmtsystem_environment." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "Fornecer ferramentas de gestão de saúde e segurança.\n-Este Instala o módulo mgmtsystem_health_safety." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "Fornecer ferramentas de segurança da informação.\n-Este Instala o mgmtsystem_information_security módulo." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "Fornecer ferramentas não conformidade.\n-Este Instala o módulo mgmtsystem_nonconformity." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "Fornecer categoria procedimentos.\n- Isso instala o módulo mgmtsystem_procedure." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "Fornecer ferramentas de gestão da qualidade.\n-Este Instala o módulo mgmtsystem_quality.." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "Fornecer ferramentas de revisão.\n-Este Instala o módulo mgmtsystem_review." + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "Qualidade (ISO 9001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "Modelo de manual da Qualidade baseado na ISO 9001: 2008" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "Relatórios" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "Configração" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "Sistema" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "Sistemas" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "Top avaliações de gestão" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Usuário" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "Visualizador" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "mgmtsystem.config.settings" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "ou" diff --git a/mgmtsystem/i18n/sl.po b/mgmtsystem/i18n/sl.po index 65b18d92fc8d..284d75332b1d 100644 --- a/mgmtsystem/i18n/sl.po +++ b/mgmtsystem/i18n/sl.po @@ -1,22 +1,40 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mgmtsystem -# -# Matjaž Mozetič , 2015. +# * mgmtsystem +# +# Translators: +# Matjaž Mozetič , 2015 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: management-system (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-08 05:22+0000\n" -"PO-Revision-Date: 2015-05-08 07:34+0100\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian \n" +"POT-Creation-Date: 2016-08-04 02:45+0000\n" +"PO-Revision-Date: 2016-08-02 15:19+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-management-system-9-0/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" "Language: sl\n" -"X-Generator: Lokalize 2.0\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager @@ -29,7 +47,22 @@ msgid "Auditor" msgstr "Revizor" #. module: mgmtsystem -#: field:mgmtsystem.system,company_id:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Revizije" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id msgid "Company" msgstr "Družba" @@ -39,27 +72,101 @@ msgid "Configuration" msgstr "Nastavitve" #. module: mgmtsystem -#: field:mgmtsystem.system,create_uid:0 +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Ustvaril" #. module: mgmtsystem -#: field:mgmtsystem.system,create_date:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Ustvarjeno" #. module: mgmtsystem -#: field:mgmtsystem.system,id:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "Okoljski vidiki" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: field:mgmtsystem.system,write_uid:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Zadnjič posodobil" #. module: mgmtsystem -#: field:mgmtsystem.system,write_date:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" @@ -68,47 +175,30 @@ msgstr "Zadnjič posodobljeno" msgid "" "Manage management systems, manuals, KPIs, nonconformities, actions, " "feedbacks, audits, reviews." -msgstr "" -"Upravljanje sistemov upravljanja, priročniki, kazatelji storilnosti, " -"neskladnosti, ukrepi, povratne informacije, revizije, pregledi." +msgstr "Upravljanje sistemov upravljanja, priročniki, kazatelji storilnosti, neskladnosti, ukrepi, povratne informacije, revizije, pregledi." #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root -#: view:mgmtsystem.system:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Sistem upravljanja" -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Nadzorna plošča sistema upravljanja" - #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.system_action -#: model:ir.ui.menu,name:mgmtsystem.mgmtsystem_dashboard -#: view:mgmtsystem.system:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management Systems" msgstr "Sistemi upravljanja" -#. module: mgmtsystem -#: view:board.board:mgmtsystem.board_mgmtsystem_form -msgid "Management Systems Dashboard" -msgstr "Nadzorna plošča sistemov upravljanja" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager msgid "Manager" msgstr "Upravitelj" #. module: mgmtsystem -#: field:mgmtsystem.system,manual:0 -msgid "Manual" -msgstr "Priročnik" - -#. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" msgstr "Priročniki" @@ -125,11 +215,9 @@ msgstr "Uporabnik modula z dodatnimi dovoljenji za odobritve." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as " -"effectiveness reviews." -msgstr "" -"Uporabnik modula z dodatnim dovoljenjem za specifično revizorsko delovno " -"mesto, kot npr. pregled učinkovitosti" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "Uporabnik modula z dodatnim dovoljenjem za specifično revizorsko delovno mesto, kot npr. pregled učinkovitosti" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -142,16 +230,173 @@ msgid "Module user, with general read and write." msgstr "Uporabnik modula z dostopom branja in pisanja." #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Neustreznosti" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procedure" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 #: model:ir.model,name:mgmtsystem.model_mgmtsystem_system -#: field:mgmtsystem.system,name:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format msgid "System" msgstr "Sistem" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Sistemi" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user msgid "User" @@ -162,4 +407,12 @@ msgstr "Uporabnik" msgid "Viewer" msgstr "Gledalec" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/sv.po b/mgmtsystem/i18n/sv.po index 7dd8dc978844..ba7211910adb 100644 --- a/mgmtsystem/i18n/sv.po +++ b/mgmtsystem/i18n/sv.po @@ -1,64 +1,418 @@ -# Swedish translation for openerp-mgmtsystem -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2012-12-02 23:18+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Swedish \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2012 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-04 02:45+0000\n" +"PO-Revision-Date: 2016-08-02 15:19+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-management-system-9-0/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Revisioner" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Inställningar" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "Id" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Ledningssystem" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Min infopanel" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Inställningar" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Chef" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "Manualer" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Avvikelser" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Rutiner" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Användare" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" msgstr "" -"\n" -"\tDenna modul är grunden för alla program av ledningssystem:\n" -"          * Revisionsrapporter,\n" -"          * Avvikelser,\n" -"          * Omedelbara åtgärder,\n" -"          * Förebyggande åtgärder,\n" -"          * Korrigerande åtgärder,\n" -"          * Förbättringsmöjligheter.\t\n" -" " - -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Infopanel Ledningssystem" diff --git a/mgmtsystem/i18n/th.po b/mgmtsystem/i18n/th.po index ee5a12bb429c..99d85ae9288f 100644 --- a/mgmtsystem/i18n/th.po +++ b/mgmtsystem/i18n/th.po @@ -1,55 +1,418 @@ -# Thai translation for openerp-mgmtsystem -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-06-18 17:29+0000\n" -"Last-Translator: Sumonchai ( เหลา ) \n" -"Language-Team: Thai \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2013 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-05 01:40+0000\n" +"PO-Revision-Date: 2016-03-04 19:39+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-management-system-9-0/language/th/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "การกำหนดค่า" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "ระบบบริหารจัดการ" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "กระดานข้อมูล" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "การกำหนดค่า" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "คู่มือการใช้งาน" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "กระดานข้อมูลระบบการบริหาร" +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/tr.po b/mgmtsystem/i18n/tr.po index 8622b0588121..2fdc051806e6 100644 --- a/mgmtsystem/i18n/tr.po +++ b/mgmtsystem/i18n/tr.po @@ -1,55 +1,418 @@ -# Turkish translation for openerp-mgmtsystem -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-07-02 07:45+0000\n" -"Last-Translator: Ediz Duman \n" -"Language-Team: Turkish \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# FIRST AUTHOR , 2013 +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-05 01:40+0000\n" +"PO-Revision-Date: 2016-03-04 19:39+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-management-system-9-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Yapılandırma" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "Yönetim Sistemi" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" -msgstr "Panom" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" -msgstr "Yapılandırma" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "Yönetim Sistemi Panosu" +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" From 8d67874f6a4f68f56c2dd0ba0af527bb0e6086e7 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 17 Sep 2016 18:12:42 -0400 Subject: [PATCH 10/67] OCA Transbot updated translations from Transifex --- mgmtsystem/i18n/am.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/ca.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/cs.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/de.po | 140 +++++++++---- mgmtsystem/i18n/el_GR.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/es.po | 83 +++++--- mgmtsystem/i18n/es_CL.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/es_CO.po | 436 ++++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/es_CR.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/es_EC.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/es_ES.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/es_MX.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/es_VE.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/et.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/fi.po | 18 +- mgmtsystem/i18n/fr.po | 60 ++++-- mgmtsystem/i18n/gl.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/hr_HR.po | 438 +++++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/it.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/lt.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/lv.po | 32 ++- mgmtsystem/i18n/nb.po | 32 ++- mgmtsystem/i18n/nl.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/nl_BE.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/nl_NL.po | 434 ++++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/nn.po | 32 ++- mgmtsystem/i18n/pl.po | 430 +++++++++++++++++++++++++++++++++++--- mgmtsystem/i18n/pt.po | 14 +- mgmtsystem/i18n/pt_BR.po | 125 ++++++++--- mgmtsystem/i18n/pt_PT.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/ro.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/ru.po | 417 +++++++++++++++++++++++++++++++++++++ mgmtsystem/i18n/sl.po | 42 +++- mgmtsystem/i18n/sv.po | 34 ++- mgmtsystem/i18n/th.po | 6 +- mgmtsystem/i18n/tr.po | 16 +- 36 files changed, 10068 insertions(+), 227 deletions(-) create mode 100644 mgmtsystem/i18n/am.po create mode 100644 mgmtsystem/i18n/ca.po create mode 100644 mgmtsystem/i18n/cs.po create mode 100644 mgmtsystem/i18n/el_GR.po create mode 100644 mgmtsystem/i18n/es_CL.po create mode 100644 mgmtsystem/i18n/es_CO.po create mode 100644 mgmtsystem/i18n/es_CR.po create mode 100644 mgmtsystem/i18n/es_EC.po create mode 100644 mgmtsystem/i18n/es_ES.po create mode 100644 mgmtsystem/i18n/es_MX.po create mode 100644 mgmtsystem/i18n/es_VE.po create mode 100644 mgmtsystem/i18n/et.po create mode 100644 mgmtsystem/i18n/gl.po create mode 100644 mgmtsystem/i18n/hr_HR.po create mode 100644 mgmtsystem/i18n/it.po create mode 100644 mgmtsystem/i18n/lt.po create mode 100644 mgmtsystem/i18n/nl.po create mode 100644 mgmtsystem/i18n/nl_BE.po create mode 100644 mgmtsystem/i18n/nl_NL.po create mode 100644 mgmtsystem/i18n/pt_PT.po create mode 100644 mgmtsystem/i18n/ro.po create mode 100644 mgmtsystem/i18n/ru.po diff --git a/mgmtsystem/i18n/am.po b/mgmtsystem/i18n/am.po new file mode 100644 index 000000000000..7b0ec3cbad75 --- /dev/null +++ b/mgmtsystem/i18n/am.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-management-system-9-0/language/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/ca.po b/mgmtsystem/i18n/ca.po new file mode 100644 index 000000000000..5120364cc7a0 --- /dev/null +++ b/mgmtsystem/i18n/ca.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-management-system-9-0/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancel·la" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/cs.po b/mgmtsystem/i18n/cs.po new file mode 100644 index 000000000000..50343394ddaa --- /dev/null +++ b/mgmtsystem/i18n/cs.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Zrušit" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/de.po b/mgmtsystem/i18n/de.po index c31bed01d2a6..715a35513f1f 100644 --- a/mgmtsystem/i18n/de.po +++ b/mgmtsystem/i18n/de.po @@ -3,16 +3,15 @@ # * mgmtsystem # # Translators: -# FIRST AUTHOR , 2012 -# Rudolf Schnapka , 2016 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-07 01:45+0000\n" -"PO-Revision-Date: 2016-03-11 17:13+0000\n" -"Last-Translator: Rudolf Schnapka \n" -"Language-Team: German (http://www.transifex.com/oca/OCA-management-system-9-0/language/de/)\n" +"POT-Creation-Date: 2018-01-15 18:09+0000\n" +"PO-Revision-Date: 2018-01-15 18:09+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -25,7 +24,10 @@ msgid "" "\n" " Actions (immediate, corrective, preventive) and improvement opportunities\n" " " -msgstr "\nHandlungen (Sofort, Berichtigend, Vorbeugend) und Verbesserungsmöglichkeiten\n " +msgstr "" +"\n" +"Handlungen (Sofort, Berichtigend, Vorbeugend) und Verbesserungsmöglichkeiten\n" +" " #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -82,13 +84,13 @@ msgstr "Managementsystem einstellen" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" -msgstr "Angelegt durch" +msgstr "Erstellt von" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" -msgstr "Angelegt am" +msgstr "Erstellt am:" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name @@ -96,6 +98,11 @@ msgstr "Angelegt am" msgid "Display Name" msgstr "Anzeigename" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -110,7 +117,8 @@ msgstr "Umwelt (ISO 14001)" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual msgid "Environment Manual template based on the ISO 14001:2004 standard" -msgstr "Vorlage des Umwelt-Handbuchs basiert auf den Vorgaben gem. ISO 14001:2004" +msgstr "" +"Vorlage des Umwelt-Handbuchs basiert auf den Vorgaben gem. ISO 14001:2004" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect @@ -130,7 +138,9 @@ msgstr "Gefahren" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual msgid "Health & Safety Manual template based on the OHSAS 18001 standard" -msgstr "Vorlage des Gesundheits- und Sicherkeitshandbuches basiert auf den Vorgaben gem. OHSAS 18001" +msgstr "" +"Vorlage des Gesundheits- und Sicherkeitshandbuches basiert auf den Vorgaben " +"gem. OHSAS 18001" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety @@ -151,7 +161,9 @@ msgstr "Informationssicherheit (ISO 27001)" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual msgid "Information Security Manual template based on ISO 27001" -msgstr "Vorlage des Sicherheitshandbuchs zur Informationsverarbeitung basiert auf den Vorgaben gem. ISO 27001" +msgstr "" +"Vorlage des Sicherheitshandbuchs zur Informationsverarbeitung basiert auf " +"den Vorgaben gem. ISO 27001" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update @@ -163,7 +175,7 @@ msgstr "Zuletzt aktualisiert am" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" -msgstr "Zuletzt aktualisiert durch" +msgstr "Zuletzt aktualisiert von" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date @@ -176,7 +188,9 @@ msgstr "Zuletzt aktualisiert am" msgid "" "Manage management systems, manuals, KPIs, nonconformities, actions, " "feedbacks, audits, reviews." -msgstr "Verwalte Managementsysteme, Handbücher, KPI's, Mängelprüfungen, Handlungen, Rückmeldungen, Audits, Reviews." +msgstr "" +"Verwalte Managementsysteme, Handbücher, KPI's, Mängelprüfungen, Handlungen, " +"Rückmeldungen, Audits, Reviews." #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system @@ -196,7 +210,12 @@ msgstr "Managementsysteme" #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager msgid "Manager" -msgstr "Manager" +msgstr "Vorgesetzter" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "Handbuch" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -218,7 +237,9 @@ msgstr "Modul-Anwender mit zusätzlichen Berechtigungen für Freigaben." msgid "" "Module user with additional permission specific for the auditor job, such as" " effectiveness reviews." -msgstr "Modul-Anwender mit auditorspezifischen Berechtigungen, wie z. B. Effektivitäts-Reviews." +msgstr "" +"Modul-Anwender mit auditorspezifischen Berechtigungen, wie z. B. " +"Effektivitäts-Reviews." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -233,131 +254,172 @@ msgstr "Modul-Anwender mit Lese- und Schreibzugriffs-Berechtigung." #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" -msgstr "Mängelprüfungen" +msgstr "Nichteinhaltungen" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure msgid "Procedures" -msgstr "Prozeduren" +msgstr "Vorgänge" #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." -msgstr "Stelle Kategorie für Umwelt-Management bereit.\n- Das Modul mgmtsystem_environmental_aspect wird installiert." +msgstr "" +"Stelle Kategorie für Umwelt-Management bereit.\n" +"- Das Modul mgmtsystem_environmental_aspect wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." -msgstr "Stelle Risikomanagement bereit.\n- Das Modul mgmtsystem_security_event wird installiert." +msgstr "" +"Stelle Risikomanagement bereit.\n" +"- Das Modul mgmtsystem_security_event wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." -msgstr "Stelle Gefahren-Management bereit.\n- Das Modul mgmtsystems_hazard wird installiert." +msgstr "" +"Stelle Gefahren-Management bereit.\n" +"- Das Modul mgmtsystems_hazard wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." -msgstr "Stellt Handbuch für Gesundheits- und Arbeitssicherheit bereit.\n- Das Modul mgmtsystem_health_safety_manual wird installiert." +msgstr "" +"Stellt Handbuch für Gesundheits- und Arbeitssicherheit bereit.\n" +"- Das Modul mgmtsystem_health_safety_manual wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." -msgstr "Stellt Handbuchvorlage zum Qualitätsmanagement bereit.\n- Das Modul mgmtsystem_quality_manual wird installiert." +msgstr "" +"Stellt Handbuchvorlage zum Qualitätsmanagement bereit.\n" +"- Das Modul mgmtsystem_quality_manual wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." -msgstr "Stellt Mittel zur Aktions- und Verbesserungsplanung bereit bereit.\n- Das Modul mgmtsystem_action wird installiert." +msgstr "" +"Stellt Mittel zur Aktions- und Verbesserungsplanung bereit bereit.\n" +"- Das Modul mgmtsystem_action wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." -msgstr "Stellt Handbuchvorlage zum Umweltmanagement bereit.\n- Das Modul mgmtsystem_environment_manual wird installiert." +msgstr "" +"Stellt Handbuchvorlage zum Umweltmanagement bereit.\n" +"- Das Modul mgmtsystem_environment_manual wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." -msgstr "Stellt Handbuchvorlage zur Sicherheit in der Informationsverarbeitung bereit.\n- Das Modul mgmtsystem_security_manual wird installiert." +msgstr "" +"Stellt Handbuchvorlage zur Sicherheit in der Informationsverarbeitung bereit.\n" +"- Das Modul mgmtsystem_security_manual wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." -msgstr "Stellt Hilfsmittel zum Auditieren bereit.\n- Das Modul mgmtsystem_audit wird installiert." +msgstr "" +"Stellt Hilfsmittel zum Auditieren bereit.\n" +"- Das Modul mgmtsystem_audit wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." -msgstr "Stellt Hilfsmittel zum Forderungsmanagement bereit.\n- Das Modul mgmtsystem_claim wird installiert." +msgstr "" +"Stellt Hilfsmittel zum Forderungsmanagement bereit.\n" +"- Das Modul mgmtsystem_claim wird installiert." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." -msgstr "Stellt Hilfsmittel zum Umweltmanagement bereit.\n- Das Modul mgmtsystem_environment wird installiert." +msgstr "" +"Stellt Hilfsmittel zum Umweltmanagement bereit.\n" +"- Das Modul mgmtsystem_environment wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." -msgstr "Stellt Hilfsmittel Gesundheits- und Arbeitssicherheit bereit.\n- Das Modul mgmtsystem_health_safety wird installiert." +msgstr "" +"Stellt Hilfsmittel Gesundheits- und Arbeitssicherheit bereit.\n" +"- Das Modul mgmtsystem_health_safety wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." -msgstr "Stellt Hilfsmittel für Sicherheit in der Informationsverarbeitung bereit.\n- Das Modul mgmtsystem_information_security wird installiert." +msgstr "" +"Stellt Hilfsmittel für Sicherheit in der Informationsverarbeitung bereit.\n" +"- Das Modul mgmtsystem_information_security wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." -msgstr "Stellt Hilfsmittel zum Mängelmanagement bereit.\n- Das Modul mgmtsystem_nonconformity wird installiert." +msgstr "" +"Stellt Hilfsmittel zum Mängelmanagement bereit.\n" +"- Das Modul mgmtsystem_nonconformity wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." -msgstr "Stellt Kategorie Prozeduren bereit.\n- Das Modul mgmtsystem_procedure wird installiert." +msgstr "" +"Stellt Kategorie Prozeduren bereit.\n" +"- Das Modul mgmtsystem_procedure wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." -msgstr "Stellt Hilfsmittel zum Qualitätsmanagement bereit.\n- Das Modul mgmtsystem_quality wird installiert." +msgstr "" +"Stellt Hilfsmittel zum Qualitätsmanagement bereit.\n" +"- Das Modul mgmtsystem_quality wird installiert." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." -msgstr "Stellt Hilfsmittel für Revies bereit.\n- Das Modul mgmtsystem_review wird installiert." +msgstr "" +"Stellt Hilfsmittel für Revies bereit.\n" +"- Das Modul mgmtsystem_review wird installiert." #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality @@ -367,7 +429,8 @@ msgstr "Qualität (ISO 9001)" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual msgid "Quality Manual template based on the ISO 9001:2008 standard" -msgstr "Vorlage des Qualitätshandbuches basiert auf den Vorgaben gem. ISO 9001:2008" +msgstr "" +"Vorlage des Qualitätshandbuches basiert auf den Vorgaben gem. ISO 9001:2008" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report @@ -380,8 +443,7 @@ msgid "Settings" msgstr "Einstellungen" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/el_GR.po b/mgmtsystem/i18n/el_GR.po new file mode 100644 index 000000000000..2b02320121fe --- /dev/null +++ b/mgmtsystem/i18n/el_GR.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-management-system-9-0/language/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "Κωδικός" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/es.po b/mgmtsystem/i18n/es.po index b64bf05d6ef7..980df7472d0c 100644 --- a/mgmtsystem/i18n/es.po +++ b/mgmtsystem/i18n/es.po @@ -3,14 +3,16 @@ # * mgmtsystem # # Translators: +# OCA Transbot , 2018 +# enjolras , 2018 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-04 02:45+0000\n" -"PO-Revision-Date: 2016-08-02 15:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-management-system-9-0/language/es/)\n" +"POT-Creation-Date: 2018-02-10 07:38+0000\n" +"PO-Revision-Date: 2018-02-10 07:38+0000\n" +"Last-Translator: enjolras , 2018\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -28,12 +30,12 @@ msgstr "" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Applications" -msgstr "" +msgstr "Aplicaciones" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Apply" -msgstr "" +msgstr "Aplicar" #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager @@ -53,17 +55,17 @@ msgstr "Auditorías" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Cancel" -msgstr "" +msgstr "Cancelar" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim msgid "Claims" -msgstr "" +msgstr "Reclamaciones" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id msgid "Company" -msgstr "Compañía" +msgstr "Empresa" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration @@ -74,7 +76,7 @@ msgstr "Configuración" #: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Configure management system" -msgstr "" +msgstr "Configurar el sistema de gestión" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid @@ -86,24 +88,29 @@ msgstr "Creado por" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" -msgstr "Creado en" +msgstr "Creado el" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Documentation" -msgstr "" +msgstr "Documentación" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "Environment (ISO 14001)" -msgstr "" +msgstr "Medio ambiente (ISO 14001)" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual @@ -113,17 +120,17 @@ msgstr "" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" -msgstr "" +msgstr "Aspectos medioambientales" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event msgid "Feared Events" -msgstr "" +msgstr "Eventos temidos" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard msgid "Hazards" -msgstr "" +msgstr "Peligros" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual @@ -155,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" -msgstr "" +msgstr "Última modificación el" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid @@ -167,14 +174,16 @@ msgstr "Ultima actualización por" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" -msgstr "Ultima actualización en" +msgstr "Ultima actualización el" #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" "Manage management systems, manuals, KPIs, nonconformities, actions, " "feedbacks, audits, reviews." -msgstr "Administrar los sistemas de gestión, manuales, KPIs, no conformidades, acciones, evaluaciones, auditorías, revisiones." +msgstr "" +"Administrar los sistemas de gestión, manuales, KPIs, no conformidades, " +"acciones, evaluaciones, auditorías, revisiones." #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system @@ -194,7 +203,12 @@ msgstr "Sistemas de gestión" #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager msgid "Manager" -msgstr "Gerente" +msgstr "Gestor" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "Manual" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -204,7 +218,8 @@ msgstr "Manuales" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager msgid "Module administrator, able to modify configuration data." -msgstr "Administrador del módulo , capaz de modificar los datos de configuración." +msgstr "" +"Administrador del módulo , capaz de modificar los datos de configuración." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager @@ -216,7 +231,9 @@ msgstr "Usuario del módulo con permiso adicional para aprobaciones." msgid "" "Module user with additional permission specific for the auditor job, such as" " effectiveness reviews." -msgstr "Usuario del módulo con permisos adicionales para el trabajo de auditor, como las revisiones de efectividad." +msgstr "" +"Usuario del módulo con permisos adicionales para el trabajo de auditor, como" +" las revisiones de efectividad." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -308,6 +325,13 @@ msgid "" "-This installs the module mgmtsystem_claim." msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" @@ -360,7 +384,7 @@ msgstr "" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality msgid "Quality (ISO 9001)" -msgstr "" +msgstr "Calidad (ISO 9001)" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual @@ -370,16 +394,15 @@ msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report msgid "Reports" -msgstr "" +msgstr "Informes" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" -msgstr "" +msgstr "Ajustes" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" @@ -409,9 +432,9 @@ msgstr "Espectador" #. module: mgmtsystem #: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings msgid "mgmtsystem.config.settings" -msgstr "" +msgstr "mgmtsystem.config.settings" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "or" -msgstr "" +msgstr "o" diff --git a/mgmtsystem/i18n/es_CL.po b/mgmtsystem/i18n/es_CL.po new file mode 100644 index 000000000000..235b50e8dbfb --- /dev/null +++ b/mgmtsystem/i18n/es_CL.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "Aspectos medio ambientales" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/es_CO.po b/mgmtsystem/i18n/es_CO.po new file mode 100644 index 000000000000..656b4a631f72 --- /dev/null +++ b/mgmtsystem/i18n/es_CO.po @@ -0,0 +1,436 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# JOSE ALEJANDRO ECHEVERRI VALENCIA , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 07:18+0000\n" +"PO-Revision-Date: 2018-01-16 07:18+0000\n" +"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA , 2018\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" +"\n" +"Acciones (inmediata, correctiva, preventiva) y oportunidades de mejora" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "Aplicaciones" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "Aplicar" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "Usuario Aprobador" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Auditor" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Auditorías" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "Reclamos" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "Compañía" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "Sistema de Gestión" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procedimientos" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "Calidad (ISO 9001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "Modelo de Manual de Calidad basado en el estándar ISO 9001:2008" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "Reportes" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "Ajustes" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "Sistema" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "Sistemas" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "o" diff --git a/mgmtsystem/i18n/es_CR.po b/mgmtsystem/i18n/es_CR.po new file mode 100644 index 000000000000..879afc0484b1 --- /dev/null +++ b/mgmtsystem/i18n/es_CR.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/es_EC.po b/mgmtsystem/i18n/es_EC.po new file mode 100644 index 000000000000..3171f3059e46 --- /dev/null +++ b/mgmtsystem/i18n/es_EC.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/es_ES.po b/mgmtsystem/i18n/es_ES.po new file mode 100644 index 000000000000..ff78bbe1af4e --- /dev/null +++ b/mgmtsystem/i18n/es_ES.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/es_MX.po b/mgmtsystem/i18n/es_MX.po new file mode 100644 index 000000000000..6fc4c77b5a2b --- /dev/null +++ b/mgmtsystem/i18n/es_MX.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/es_VE.po b/mgmtsystem/i18n/es_VE.po new file mode 100644 index 000000000000..76a1cb8f9da0 --- /dev/null +++ b/mgmtsystem/i18n/es_VE.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/et.po b/mgmtsystem/i18n/et.po new file mode 100644 index 000000000000..1094df20c942 --- /dev/null +++ b/mgmtsystem/i18n/et.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-management-system-9-0/language/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Loobu" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/fi.po b/mgmtsystem/i18n/fi.po index f1b7ce295852..aa8115a9c810 100644 --- a/mgmtsystem/i18n/fi.po +++ b/mgmtsystem/i18n/fi.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: management-system (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 01:40+0000\n" -"PO-Revision-Date: 2016-03-04 19:39+0000\n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-09-15 12:45+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Finnish (http://www.transifex.com/oca/OCA-management-system-9-0/language/fi/)\n" "MIME-Version: 1.0\n" @@ -81,19 +81,19 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" -msgstr "" +msgstr "Luonut" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" -msgstr "" +msgstr "Luotu" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" -msgstr "" +msgstr "Nimi" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals @@ -140,7 +140,7 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" -msgstr "" +msgstr "ID" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security @@ -156,19 +156,19 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" -msgstr "" +msgstr "Viimeksi muokattu" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Viimeksi päivittänyt" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" -msgstr "" +msgstr "Viimeksi päivitetty" #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system diff --git a/mgmtsystem/i18n/fr.po b/mgmtsystem/i18n/fr.po index 12422aab009c..82ca23a9c7e9 100644 --- a/mgmtsystem/i18n/fr.po +++ b/mgmtsystem/i18n/fr.po @@ -3,16 +3,15 @@ # * mgmtsystem # # Translators: -# FIRST AUTHOR , 2012 -# Maxime Chambreuil , 2015 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-04 02:45+0000\n" -"PO-Revision-Date: 2016-08-02 15:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-management-system-9-0/language/fr/)\n" +"POT-Creation-Date: 2018-01-15 18:09+0000\n" +"PO-Revision-Date: 2018-01-15 18:09+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -55,7 +54,7 @@ msgstr "Audits" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Cancel" -msgstr "" +msgstr "Annuler" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim @@ -82,18 +81,23 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" -msgstr "Créé par" +msgstr "Créée par" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" -msgstr "Créé le" +msgstr "Créée le " #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" +msgstr "Nom à afficher" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" msgstr "" #. module: mgmtsystem @@ -157,26 +161,28 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" -msgstr "" +msgstr "Dernière modification le" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" -msgstr "Mis à jour par" +msgstr "Mise à jour par" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" -msgstr "Mis à jour le" +msgstr "Mise à jour le" #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" "Manage management systems, manuals, KPIs, nonconformities, actions, " "feedbacks, audits, reviews." -msgstr "Gérer vos systèmes de gestion, manuels, indicateurs de performance, non-conformités, actions, retours d'expérience, audits, revues de direction." +msgstr "" +"Gérer vos systèmes de gestion, manuels, indicateurs de performance, non-" +"conformités, actions, retours d'expérience, audits, revues de direction." #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system @@ -196,7 +202,12 @@ msgstr "Systèmes de gestion" #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager msgid "Manager" -msgstr "Responsable" +msgstr "Supérieur" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -206,7 +217,8 @@ msgstr "Manuels" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager msgid "Module administrator, able to modify configuration data." -msgstr "Administrateur du module, capable de modifier les données de configuration." +msgstr "" +"Administrateur du module, capable de modifier les données de configuration." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager @@ -218,7 +230,9 @@ msgstr "Utilisateur du module sans les permissions d'approbation." msgid "" "Module user with additional permission specific for the auditor job, such as" " effectiveness reviews." -msgstr "Utilisateur du module avec les permissions d'approbation sur les audits pour les revues d'efficacité par exemple." +msgstr "" +"Utilisateur du module avec les permissions d'approbation sur les audits pour" +" les revues d'efficacité par exemple." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -233,7 +247,7 @@ msgstr "Utilisateur du module avec des accès en lecture et en écriture." #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" -msgstr "Non-conformités" +msgstr "Nonconformités" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure @@ -310,6 +324,13 @@ msgid "" "-This installs the module mgmtsystem_claim." msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" @@ -380,8 +401,7 @@ msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/gl.po b/mgmtsystem/i18n/gl.po new file mode 100644 index 000000000000..db94f2834c0d --- /dev/null +++ b/mgmtsystem/i18n/gl.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-management-system-9-0/language/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/hr_HR.po b/mgmtsystem/i18n/hr_HR.po new file mode 100644 index 000000000000..cc646b344e18 --- /dev/null +++ b/mgmtsystem/i18n/hr_HR.po @@ -0,0 +1,438 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-01 20:06+0000\n" +"PO-Revision-Date: 2017-05-01 20:06+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" +"\n" +" Radnje (trenutne, korektivne, preventivne) i mogućnosti unapređenja\n" +"\n" +" " + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "Prijave" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "Primjeni" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "Odobrio korisnik" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Auditor" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Nadzori" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Otkaži" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "Potraživanja" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "Tvrtka" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Postavke" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "Postvke sustava uspravljanja" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "Dokumentacija" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "Okoliš (ISO 14001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "Opasnosti" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "Higijena i sigurnost (OHSAS 18001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "Informacijska sigurnost (ISO 27001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Zadnje ažurirao" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Zadnje ažuriranje" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "Susatv upravljanja" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "Sustavi upravljanja" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "Uputa" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "Upute" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "Administrator modula, može mijenjati postavke." + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "Nesukladnosti" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procedure" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "Kvaliteta (ISO 9001)" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "Izvještaji" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "Postavke" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "Sustav" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "Sustavi" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Korisnik" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "mgmtsystem.config.settings" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "ili" diff --git a/mgmtsystem/i18n/it.po b/mgmtsystem/i18n/it.po new file mode 100644 index 000000000000..49b678947b62 --- /dev/null +++ b/mgmtsystem/i18n/it.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Annulla" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Creato il" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/lt.po b/mgmtsystem/i18n/lt.po new file mode 100644 index 000000000000..8f425f0a1b8c --- /dev/null +++ b/mgmtsystem/i18n/lt.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Atšaukti" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/lv.po b/mgmtsystem/i18n/lv.po index aebcbb94acbe..480dee538488 100644 --- a/mgmtsystem/i18n/lv.po +++ b/mgmtsystem/i18n/lv.po @@ -3,15 +3,15 @@ # * mgmtsystem # # Translators: -# FIRST AUTHOR , 2013 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-30 02:45+0000\n" -"PO-Revision-Date: 2016-06-29 13:04+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Latvian (http://www.transifex.com/oca/OCA-management-system-9-0/language/lv/)\n" +"POT-Creation-Date: 2017-04-21 18:16+0000\n" +"PO-Revision-Date: 2017-04-21 18:16+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -95,6 +95,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -197,6 +202,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -309,6 +319,13 @@ msgid "" "-This installs the module mgmtsystem_claim." msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" @@ -379,8 +396,7 @@ msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/nb.po b/mgmtsystem/i18n/nb.po index 1399cedca057..f78c790d3ead 100644 --- a/mgmtsystem/i18n/nb.po +++ b/mgmtsystem/i18n/nb.po @@ -3,15 +3,15 @@ # * mgmtsystem # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-04 02:45+0000\n" -"PO-Revision-Date: 2016-08-02 15:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-management-system-9-0/language/nb/)\n" +"POT-Creation-Date: 2017-04-21 18:16+0000\n" +"PO-Revision-Date: 2017-04-21 18:16+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -95,6 +95,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -197,6 +202,11 @@ msgstr "" msgid "Manager" msgstr "Leder" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -309,6 +319,13 @@ msgid "" "-This installs the module mgmtsystem_claim." msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" @@ -379,8 +396,7 @@ msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/nl.po b/mgmtsystem/i18n/nl.po new file mode 100644 index 000000000000..39e2031849bf --- /dev/null +++ b/mgmtsystem/i18n/nl.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-management-system-9-0/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Annuleren" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/nl_BE.po b/mgmtsystem/i18n/nl_BE.po new file mode 100644 index 000000000000..9bc5469372f7 --- /dev/null +++ b/mgmtsystem/i18n/nl_BE.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Annuleren" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/nl_NL.po b/mgmtsystem/i18n/nl_NL.po new file mode 100644 index 000000000000..485de6f31e61 --- /dev/null +++ b/mgmtsystem/i18n/nl_NL.po @@ -0,0 +1,434 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-17 04:23+0000\n" +"PO-Revision-Date: 2017-06-17 04:23+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "Auditor" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "Audits" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "Configuratie" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "Documentatie" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "Laatst aangepast op" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "Manager" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "Handleiding" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "Handleidingen" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "Procedures" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "Systeem" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "Systemen" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "Gebruiker" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "mgmtsystem.config.settings" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/nn.po b/mgmtsystem/i18n/nn.po index 101e225ff771..85a53700ca02 100644 --- a/mgmtsystem/i18n/nn.po +++ b/mgmtsystem/i18n/nn.po @@ -3,15 +3,15 @@ # * mgmtsystem # # Translators: -# FIRST AUTHOR , 2014 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-04 02:45+0000\n" -"PO-Revision-Date: 2016-08-02 15:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.com/oca/OCA-management-system-9-0/language/nn/)\n" +"POT-Creation-Date: 2017-04-21 18:16+0000\n" +"PO-Revision-Date: 2017-04-21 18:16+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Nynorsk (https://www.transifex.com/oca/teams/23907/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -95,6 +95,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -197,6 +202,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -309,6 +319,13 @@ msgid "" "-This installs the module mgmtsystem_claim." msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" @@ -379,8 +396,7 @@ msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/pl.po b/mgmtsystem/i18n/pl.po index d22c2d6f4298..1bb965afa512 100644 --- a/mgmtsystem/i18n/pl.po +++ b/mgmtsystem/i18n/pl.po @@ -1,55 +1,417 @@ -# Polish translation for openerp-mgmtsystem -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openerp-mgmtsystem package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2010-12-02 23:46+0000\n" -"PO-Revision-Date: 2013-08-05 12:13+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Polish \n" +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-management-system-9-0/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Anuluj" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" msgstr "" diff --git a/mgmtsystem/i18n/pt.po b/mgmtsystem/i18n/pt.po index 4cc9d74939a9..8223d381ccd4 100644 --- a/mgmtsystem/i18n/pt.po +++ b/mgmtsystem/i18n/pt.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: management-system (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-30 02:50+0000\n" -"PO-Revision-Date: 2016-07-29 14:54+0000\n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-09-09 12:27+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (http://www.transifex.com/oca/OCA-management-system-9-0/language/pt/)\n" "MIME-Version: 1.0\n" @@ -53,7 +53,7 @@ msgstr "" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Cancel" -msgstr "" +msgstr "Cancelar" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim @@ -80,13 +80,13 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" -msgstr "" +msgstr "Criado por" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" -msgstr "" +msgstr "Criado em" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name @@ -161,13 +161,13 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Atualizado pela última vez por" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" -msgstr "" +msgstr "Atualizado pela última vez em" #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system diff --git a/mgmtsystem/i18n/pt_BR.po b/mgmtsystem/i18n/pt_BR.po index 006ac7b03e27..42ad86ba10ff 100644 --- a/mgmtsystem/i18n/pt_BR.po +++ b/mgmtsystem/i18n/pt_BR.po @@ -3,17 +3,16 @@ # * mgmtsystem # # Translators: -# Claudio Araujo Santos , 2016 -# danimaribeiro , 2015 -# FIRST AUTHOR , 2012 +# OCA Transbot , 2018 +# Rodrigo de Almeida Sottomaior Macedo , 2018 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-03 05:08+0000\n" -"PO-Revision-Date: 2016-07-08 11:14+0000\n" -"Last-Translator: Claudio Araujo Santos \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-management-system-9-0/language/pt_BR/)\n" +"POT-Creation-Date: 2018-01-15 18:09+0000\n" +"PO-Revision-Date: 2018-01-15 18:09+0000\n" +"Last-Translator: Rodrigo de Almeida Sottomaior Macedo , 2018\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -26,7 +25,10 @@ msgid "" "\n" " Actions (immediate, corrective, preventive) and improvement opportunities\n" " " -msgstr "\n Ações (imediata, corretiva, preventiva) e oportunidades de melhoria\n " +msgstr "" +"\n" +" Ações (imediata, corretiva, preventiva) e oportunidades de melhoria\n" +" " #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -97,6 +99,11 @@ msgstr "Criado em" msgid "Display Name" msgstr "Mostrar nome" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "Aprovação da página do documento" + #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -142,7 +149,7 @@ msgstr "Higiene e Segurança (OHSAS 18001)" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" -msgstr "ID" +msgstr "Identificação" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security @@ -152,7 +159,8 @@ msgstr "Segurança da Informação (ISO 27001)" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual msgid "Information Security Manual template based on ISO 27001" -msgstr "Modelo de manual de Segurança da Informação baseado na norma ISO 27001" +msgstr "" +"Modelo de manual de Segurança da Informação baseado na norma ISO 27001" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update @@ -177,7 +185,9 @@ msgstr "Última atualização em" msgid "" "Manage management systems, manuals, KPIs, nonconformities, actions, " "feedbacks, audits, reviews." -msgstr "Configure sistemas de gestão, manuais, KPIs, não conformidades, ações, feedbacks, auditorias, revisões." +msgstr "" +"Configure sistemas de gestão, manuais, KPIs, não conformidades, ações, " +"feedbacks, auditorias, revisões." #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system @@ -199,6 +209,11 @@ msgstr "Sistemas de gestão" msgid "Manager" msgstr "Gerente" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "Manual" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -219,7 +234,9 @@ msgstr "Módulo usuario com permissões adicionais para aprovação" msgid "" "Module user with additional permission specific for the auditor job, such as" " effectiveness reviews." -msgstr "Módulo de usuário com permissões especificas para o trabalho de auditor, como efetivar revisões." +msgstr "" +"Módulo de usuário com permissões especificas para o trabalho de auditor, " +"como efetivar revisões." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -234,7 +251,7 @@ msgstr "Módulo usuario com acesso de leitura e escrita." #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" -msgstr "Não-conformidades" +msgstr "Não Conformidades" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure @@ -246,119 +263,162 @@ msgstr "Procedimentos" msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." -msgstr "Fornecer categoria Aspecto Ambiental.\n- Isso instala o mgmtsystem_environmental_aspect módulo." +msgstr "" +"Fornecer categoria Aspecto Ambiental.\n" +"- Isso instala o mgmtsystem_environmental_aspect módulo." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." -msgstr "Fornecer Eventos temido.\n- Isso instala o mgmtsystem_security_event módulo." +msgstr "" +"Fornecer Eventos temido.\n" +"- Isso instala o mgmtsystem_security_event módulo." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." -msgstr "Fornecer Riscos.\n- Isso instala o modulo mgmtsystem_hazard. " +msgstr "" +"Fornecer Riscos.\n" +"- Isso instala o modulo mgmtsystem_hazard. " #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." -msgstr "Fornecer um modelo manual de saúde e segurança.\n- Isso instala o módulo mgmtsystem_health_safety_manual." +msgstr "" +"Fornecer um modelo manual de saúde e segurança.\n" +"- Isso instala o módulo mgmtsystem_health_safety_manual." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." -msgstr "Fornecer um modelo manual de qualidade.\n- Isso instala o módulos mgmtsystem_quality_manual." +msgstr "" +"Fornecer um modelo manual de qualidade.\n" +"- Isso instala o módulos mgmtsystem_quality_manual." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." -msgstr "Fornecer ações e ferramentas de oportunidades de melhoria.\n-Este Instala o módulo mgmtsystem_action." +msgstr "" +"Fornecer ações e ferramentas de oportunidades de melhoria.\n" +"-Este Instala o módulo mgmtsystem_action." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." -msgstr "Fornecer um modelo manual do meio ambiente.\n- Isso instala o mgmtsystem_environment_manual módulo." +msgstr "" +"Fornecer um modelo manual do meio ambiente.\n" +"- Isso instala o mgmtsystem_environment_manual módulo." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." -msgstr "Fornecer um manual de segurança da informação.\n- Isso instala o manual de segurança da informação módulo." +msgstr "" +"Fornecer um manual de segurança da informação.\n" +"- Isso instala o manual de segurança da informação módulo." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." -msgstr "Fornecer ferramentas de auditoria.\n-Este Instala o módulo mgmtsystem_audit." +msgstr "" +"Fornecer ferramentas de auditoria.\n" +"-Este Instala o módulo mgmtsystem_audit." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." -msgstr "Fornecer ferramentas de reivindicação.\n-Este Instala o módulo mgmtsystem_claim." +msgstr "" +"Fornecer ferramentas de reivindicação.\n" +"-Este Instala o módulo mgmtsystem_claim." + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" +"Forneça aprovação e histórico do documento.\n" +"-Isto instala o módulo document_page_approval." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." -msgstr "Fornecer ferramentas de gerenciamento de ambiente.\n-Este Instala o módulo mgmtsystem_environment." +msgstr "" +"Fornecer ferramentas de gerenciamento de ambiente.\n" +"-Este Instala o módulo mgmtsystem_environment." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." -msgstr "Fornecer ferramentas de gestão de saúde e segurança.\n-Este Instala o módulo mgmtsystem_health_safety." +msgstr "" +"Fornecer ferramentas de gestão de saúde e segurança.\n" +"-Este Instala o módulo mgmtsystem_health_safety." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." -msgstr "Fornecer ferramentas de segurança da informação.\n-Este Instala o mgmtsystem_information_security módulo." +msgstr "" +"Fornecer ferramentas de segurança da informação.\n" +"-Este Instala o mgmtsystem_information_security módulo." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." -msgstr "Fornecer ferramentas não conformidade.\n-Este Instala o módulo mgmtsystem_nonconformity." +msgstr "" +"Fornecer ferramentas não conformidade.\n" +"-Este Instala o módulo mgmtsystem_nonconformity." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." -msgstr "Fornecer categoria procedimentos.\n- Isso instala o módulo mgmtsystem_procedure." +msgstr "" +"Fornecer categoria procedimentos.\n" +"- Isso instala o módulo mgmtsystem_procedure." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." -msgstr "Fornecer ferramentas de gestão da qualidade.\n-Este Instala o módulo mgmtsystem_quality.." +msgstr "" +"Fornecer ferramentas de gestão da qualidade.\n" +"-Este Instala o módulo mgmtsystem_quality.." #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." -msgstr "Fornecer ferramentas de revisão.\n-Este Instala o módulo mgmtsystem_review." +msgstr "" +"Fornecer ferramentas de revisão.\n" +"-Este Instala o módulo mgmtsystem_review." #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality @@ -381,8 +441,7 @@ msgid "Settings" msgstr "Configração" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/pt_PT.po b/mgmtsystem/i18n/pt_PT.po new file mode 100644 index 000000000000..9c3bf0bd915f --- /dev/null +++ b/mgmtsystem/i18n/pt_PT.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Cancelar" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "ID" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/ro.po b/mgmtsystem/i18n/ro.po new file mode 100644 index 000000000000..bb970e646c68 --- /dev/null +++ b/mgmtsystem/i18n/ro.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-management-system-9-0/language/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Anuleaza" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/ru.po b/mgmtsystem/i18n/ru.po new file mode 100644 index 000000000000..e8f7c1bb11ce --- /dev/null +++ b/mgmtsystem/i18n/ru.po @@ -0,0 +1,417 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mgmtsystem +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: management-system (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-03-04 19:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-management-system-9-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: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "Отменена" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +msgid "Management System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as" +" effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "" +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" diff --git a/mgmtsystem/i18n/sl.po b/mgmtsystem/i18n/sl.po index 284d75332b1d..16a14b060f06 100644 --- a/mgmtsystem/i18n/sl.po +++ b/mgmtsystem/i18n/sl.po @@ -3,15 +3,15 @@ # * mgmtsystem # # Translators: -# Matjaž Mozetič , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-04 02:45+0000\n" -"PO-Revision-Date: 2016-08-02 15:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-management-system-9-0/language/sl/)\n" +"POT-Creation-Date: 2017-04-21 18:16+0000\n" +"PO-Revision-Date: 2017-04-21 18:16+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -93,6 +93,11 @@ msgstr "Ustvarjeno" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" msgstr "" #. module: mgmtsystem @@ -156,7 +161,7 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" -msgstr "" +msgstr "Zadnjič spremenjeno" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid @@ -175,7 +180,9 @@ msgstr "Zadnjič posodobljeno" msgid "" "Manage management systems, manuals, KPIs, nonconformities, actions, " "feedbacks, audits, reviews." -msgstr "Upravljanje sistemov upravljanja, priročniki, kazatelji storilnosti, neskladnosti, ukrepi, povratne informacije, revizije, pregledi." +msgstr "" +"Upravljanje sistemov upravljanja, priročniki, kazatelji storilnosti, " +"neskladnosti, ukrepi, povratne informacije, revizije, pregledi." #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system @@ -197,6 +204,11 @@ msgstr "Sistemi upravljanja" msgid "Manager" msgstr "Upravitelj" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -217,7 +229,9 @@ msgstr "Uporabnik modula z dodatnimi dovoljenji za odobritve." msgid "" "Module user with additional permission specific for the auditor job, such as" " effectiveness reviews." -msgstr "Uporabnik modula z dodatnim dovoljenjem za specifično revizorsko delovno mesto, kot npr. pregled učinkovitosti" +msgstr "" +"Uporabnik modula z dodatnim dovoljenjem za specifično revizorsko delovno " +"mesto, kot npr. pregled učinkovitosti" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -309,6 +323,13 @@ msgid "" "-This installs the module mgmtsystem_claim." msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" @@ -379,8 +400,7 @@ msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/sv.po b/mgmtsystem/i18n/sv.po index ba7211910adb..79d78bf8d5ae 100644 --- a/mgmtsystem/i18n/sv.po +++ b/mgmtsystem/i18n/sv.po @@ -3,15 +3,15 @@ # * mgmtsystem # # Translators: -# FIRST AUTHOR , 2012 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: management-system (9.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-04 02:45+0000\n" -"PO-Revision-Date: 2016-08-02 15:19+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Swedish (http://www.transifex.com/oca/OCA-management-system-9-0/language/sv/)\n" +"POT-Creation-Date: 2018-01-15 18:09+0000\n" +"PO-Revision-Date: 2018-01-15 18:09+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -95,6 +95,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -140,7 +145,7 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" -msgstr "Id" +msgstr "ID" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security @@ -197,6 +202,11 @@ msgstr "" msgid "Manager" msgstr "Chef" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -309,6 +319,13 @@ msgid "" "-This installs the module mgmtsystem_claim." msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "" +"Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + #. module: mgmtsystem #: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment msgid "" @@ -379,8 +396,7 @@ msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name #, python-format msgid "System" diff --git a/mgmtsystem/i18n/th.po b/mgmtsystem/i18n/th.po index 99d85ae9288f..a0a007c0b828 100644 --- a/mgmtsystem/i18n/th.po +++ b/mgmtsystem/i18n/th.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: management-system (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 01:40+0000\n" -"PO-Revision-Date: 2016-03-04 19:39+0000\n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-09-09 12:25+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Thai (http://www.transifex.com/oca/OCA-management-system-9-0/language/th/)\n" "MIME-Version: 1.0\n" @@ -54,7 +54,7 @@ msgstr "" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Cancel" -msgstr "" +msgstr "ยกเลิก" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim diff --git a/mgmtsystem/i18n/tr.po b/mgmtsystem/i18n/tr.po index 2fdc051806e6..07f7ec9c1d77 100644 --- a/mgmtsystem/i18n/tr.po +++ b/mgmtsystem/i18n/tr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: management-system (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 01:40+0000\n" -"PO-Revision-Date: 2016-03-04 19:39+0000\n" +"POT-Creation-Date: 2016-08-07 06:43+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-management-system-9-0/language/tr/)\n" "MIME-Version: 1.0\n" @@ -54,7 +54,7 @@ msgstr "" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Cancel" -msgstr "" +msgstr "Vazgeç" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim @@ -81,13 +81,13 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" -msgstr "" +msgstr "Oluşturan" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" -msgstr "" +msgstr "Oluşturuldu" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name @@ -140,7 +140,7 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" -msgstr "" +msgstr "ID" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security @@ -162,13 +162,13 @@ msgstr "" #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Son güncelleyen" #. module: mgmtsystem #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" -msgstr "" +msgstr "Son güncelleme" #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system From 80d7bf62646f6f823296a817cc72e3e4a6ffe94e Mon Sep 17 00:00:00 2001 From: Jose Maria Alzaga Date: Fri, 6 Apr 2018 19:17:50 +0200 Subject: [PATCH 11/67] [MIG] mgmtsystem: Migration to 11.0 --- mgmtsystem/README.rst | 76 +++++ mgmtsystem/__init__.py | 8 +- mgmtsystem/__manifest__.py | 24 ++ mgmtsystem/__openerp__.py | 84 ----- mgmtsystem/board_mgmtsystem_view.xml | 38 --- mgmtsystem/i18n/mgmtsystem.pot | 307 +++++++++++++++++-- mgmtsystem/mgmtsystem.xml | 70 ----- mgmtsystem/mgmtsystem_system.py | 73 ----- mgmtsystem/models/__init__.py | 5 + mgmtsystem/models/mgmtsystem_system.py | 18 ++ mgmtsystem/models/res_config.py | 129 ++++++++ mgmtsystem/security/ir.model.access.csv | 11 - mgmtsystem/security/mgmtsystem_security.xml | 69 +---- mgmtsystem/tests/__init__.py | 23 +- mgmtsystem/tests/test_create_mgmtsystem.py | 24 +- mgmtsystem/views/menus.xml | 37 +++ mgmtsystem/{ => views}/mgmtsystem_system.xml | 45 ++- mgmtsystem/views/res_config.xml | 125 ++++++++ 18 files changed, 727 insertions(+), 439 deletions(-) create mode 100644 mgmtsystem/README.rst mode change 100755 => 100644 mgmtsystem/__init__.py create mode 100644 mgmtsystem/__manifest__.py delete mode 100755 mgmtsystem/__openerp__.py delete mode 100644 mgmtsystem/board_mgmtsystem_view.xml delete mode 100644 mgmtsystem/mgmtsystem.xml delete mode 100644 mgmtsystem/mgmtsystem_system.py create mode 100644 mgmtsystem/models/__init__.py create mode 100644 mgmtsystem/models/mgmtsystem_system.py create mode 100644 mgmtsystem/models/res_config.py mode change 100644 => 100755 mgmtsystem/security/ir.model.access.csv mode change 100644 => 100755 mgmtsystem/security/mgmtsystem_security.xml create mode 100644 mgmtsystem/views/menus.xml rename mgmtsystem/{ => views}/mgmtsystem_system.xml (53%) create mode 100644 mgmtsystem/views/res_config.xml diff --git a/mgmtsystem/README.rst b/mgmtsystem/README.rst new file mode 100644 index 000000000000..1967fe2b578f --- /dev/null +++ b/mgmtsystem/README.rst @@ -0,0 +1,76 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +========================= +Management System - Base +========================= + +This module is the basis of any management system applications: + * audit reports, + * nonconformities, + * immediate actions, + * preventive actions, + * corrective actions, + * improvement opportunities. + +Installation +============ + +Makes the Management System base Application available so that other Management System can be insalled + +Configuration +============= + +No configuration required + +Usage +===== + +Known issues / Roadmap +====================== + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here `_. + + +Credits +======= + +Contributors +------------ + +* Savoir-faire Linux +* Gervais Naoussi +* Eugen Don +* Jose Maria Alzaga + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. + +Changelog +--------- + +v9.0.1.0.0 + +* the module does no depends anymore on document_page module. diff --git a/mgmtsystem/__init__.py b/mgmtsystem/__init__.py old mode 100755 new mode 100644 index 79f22c5eb0b3..a9e3372262cd --- a/mgmtsystem/__init__.py +++ b/mgmtsystem/__init__.py @@ -1,8 +1,2 @@ -# -*- encoding: utf-8 -*- -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 -import mgmtsystem_system -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: -======= -from . import mgmtsystem_system ->>>>>>> Ported mgmtsystem +from . import models diff --git a/mgmtsystem/__manifest__.py b/mgmtsystem/__manifest__.py new file mode 100644 index 000000000000..00a92f8e06e8 --- /dev/null +++ b/mgmtsystem/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright (C) 2010 Savoir-faire Linux (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Management System", + "version": "11.0.1.0.0", + "author": "Savoir-faire Linux,Odoo Community Association (OCA)", + "website": "http://www.savoirfairelinux.com", + "license": "AGPL-3", + "category": "Management System", + 'images': ['images/mgmtsystem.png', 'images/mgmtsystem-hover.png'], + "depends": [ + 'base', + ], + "data": [ + 'security/mgmtsystem_security.xml', + 'security/ir.model.access.csv', + 'views/menus.xml', + 'views/mgmtsystem_system.xml', + 'views/res_config.xml' + ], + "demo": [], + 'installable': True, +} diff --git a/mgmtsystem/__openerp__.py b/mgmtsystem/__openerp__.py deleted file mode 100755 index 6e4a914ca75f..000000000000 --- a/mgmtsystem/__openerp__.py +++ /dev/null @@ -1,84 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -{ -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 -<<<<<<< 240068ec92e65feaead5d60c9ce38b82bb1dbb69 - "name" : "Management System", - "version" : "1.0", - "author" : "Savoir-faire Linux", - "website" : "http://www.savoirfairelinux.com", -<<<<<<< 2a6ada183c513dd0c7f6c3159cffe689e46bfb50 -<<<<<<< 3bd4e08be18e0d712e45b8d242493aaf1167aec7 - "license" : "AGPL-3", -======= - "license" : "AGPL", ->>>>>>> [CHG] AGPL license; set verion to 1.0 -======= - "license" : "AGPL-3", ->>>>>>> [CHG] Selections use words instead of letters; fixed AGPL-3 reference - "category" : "Management System", - "complexity" : "normal", -======= -======= ->>>>>>> Ported mgmtsystem - "name": "Management System", - "version": "8.0.1.0.0", - "author": "Savoir-faire Linux,Odoo Community Association (OCA)", - "website": "http://www.savoirfairelinux.com", - "license": "AGPL-3", - "category": "Management System", - "complexity": "normal", -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 ->>>>>>> [FIX] PEP8 compliance after running flake8 -======= ->>>>>>> Ported mgmtsystem - "description": """\ -This module is the basis of any management system applications: - * audit reports, - * nonconformities, - * immediate actions, - * preventive actions, - * corrective actions, - * improvement opportunities. - """, - "depends": [ - 'base', - 'board', - 'document_page', - ], - "data": [ - 'security/mgmtsystem_security.xml', - 'security/ir.model.access.csv', - 'mgmtsystem.xml', - 'mgmtsystem_system.xml', - 'board_mgmtsystem_view.xml', - ], - "demo": [], -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 - "installable": True, -======= - 'installable': True, -<<<<<<< 0432e9c08747eb002779bcbf4a681c45f4c9ae47 ->>>>>>> Ported mgmtsystem - "certificate": '' -======= ->>>>>>> Fix some issues with pep8 and typo for attribute required -} diff --git a/mgmtsystem/board_mgmtsystem_view.xml b/mgmtsystem/board_mgmtsystem_view.xml deleted file mode 100644 index 338a9bb3bbf8..000000000000 --- a/mgmtsystem/board_mgmtsystem_view.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - board.mgmtsystem.form - board.board - - - - - - - - - - - - - - Management System Dashboard - board.board - menu - form - form - - - - - - - diff --git a/mgmtsystem/i18n/mgmtsystem.pot b/mgmtsystem/i18n/mgmtsystem.pot index 10697be13e26..ca8ef38859b5 100644 --- a/mgmtsystem/i18n/mgmtsystem.pot +++ b/mgmtsystem/i18n/mgmtsystem.pot @@ -4,10 +4,8 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-27 22:46+0000\n" -"PO-Revision-Date: 2015-07-27 22:46+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -15,6 +13,23 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "\n" +" Actions (immediate, corrective, preventive) and improvement opportunities\n" +" " +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Apply" +msgstr "" + #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -26,7 +41,22 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: field:mgmtsystem.system,company_id:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Cancel" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id msgid "Company" msgstr "" @@ -36,27 +66,106 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: field:mgmtsystem.system,create_uid:0 +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Configure management system" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: field:mgmtsystem.system,create_date:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: field:mgmtsystem.system,id:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Document page approval" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Environment (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: field:mgmtsystem.system,write_uid:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Information Security (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: field:mgmtsystem.system,write_date:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" @@ -69,39 +178,29 @@ msgstr "" #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root -#: view:mgmtsystem.system:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.system_form msgid "Management System" msgstr "" -#. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" -msgstr "" - #. module: mgmtsystem #: model:ir.actions.act_window,name:mgmtsystem.system_action -#: model:ir.ui.menu,name:mgmtsystem.mgmtsystem_dashboard -#: view:mgmtsystem.system:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management Systems" msgstr "" -#. module: mgmtsystem -#: view:board.board:mgmtsystem.board_mgmtsystem_form -msgid "Management Systems Dashboard" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager msgid "Manager" msgstr "" #. module: mgmtsystem -#: field:mgmtsystem.system,manual:0 +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system msgid "Manual" msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" msgstr "" @@ -131,16 +230,161 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system -#: field:mgmtsystem.system,name:0 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +msgid "Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +msgid "Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +msgid "Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +msgid "Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +msgid "Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +msgid "Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +msgid "Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +msgid "Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +msgid "Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval +msgid "Provide document approval and history. \n" +"-This installs the module document_page_approval." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +msgid "Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +msgid "Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +msgid "Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +msgid "Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +msgid "Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +msgid "Quality (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: code:addons/mgmtsystem/models/mgmtsystem_system.py:14 +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +msgid "Top management reviews" +msgstr "" + #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user msgid "User" @@ -150,3 +394,14 @@ msgstr "" #: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer msgid "Viewer" msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings +msgid "mgmtsystem.config.settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "or" +msgstr "" + diff --git a/mgmtsystem/mgmtsystem.xml b/mgmtsystem/mgmtsystem.xml deleted file mode 100644 index 48361457bac8..000000000000 --- a/mgmtsystem/mgmtsystem.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - mgmtsystem.system.tree - mgmtsystem.system - - - - - - - - - - - mgmtsystem.system.form - mgmtsystem.system - -
- - - - - -
- - - Systems - mgmtsystem.system - form - tree,form - - - - -
-
diff --git a/mgmtsystem/mgmtsystem_system.py b/mgmtsystem/mgmtsystem_system.py deleted file mode 100644 index 356d9b105b16..000000000000 --- a/mgmtsystem/mgmtsystem_system.py +++ /dev/null @@ -1,73 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2012 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 -from osv import fields, orm - - -class mgmtsystem_system(orm.Model): -======= -from openerp import models, fields - - -def own_company(self): - return self.env.user.company_id.id - - -class mgmtsystem_system(models.Model): ->>>>>>> Ported mgmtsystem - - _name = 'mgmtsystem.system' - _description = 'System' - -<<<<<<< 5e60e0b3b06575444d36910bf02a9da94dde574c -<<<<<<< 0432e9c08747eb002779bcbf4a681c45f4c9ae47 -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 - _columns = { -<<<<<<< 246504adbebf5957ae9fe262cb1b09aa7213ab41 - 'name': fields.char('System', size=30, required=True, translate=True), - 'manual': fields.many2one('wiki.wiki', 'Manual'), -======= - 'name': fields.char('System', size=30, required=True), - 'manual': fields.many2one('document.page', 'Manual'), ->>>>>>> [IMP] Update hooks with addons modules from v7 - 'company_id': fields.many2one('res.company', 'Company') - } - - _defaults = { - 'company_id': lambda self, cr, uid, c: self.pool.get('res.users').browse(cr, uid, uid, c).company_id.id, - } - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: -======= - name = fields.Char('System', size=30, require=True, translate=True) - manual = fields.Many2one('document.page', 'Manual') - company_id = fields.Many2one('res.company', 'Company', - default=lambda self: self.env.user.company_id.id) ->>>>>>> Ported mgmtsystem -======= - name = fields.Char('System', size=30, required=True, translate=True) -======= - name = fields.Char('System', required=True, translate=True) ->>>>>>> Removed vim lines and size=30 on attribute name - manual = fields.Many2one('document.page', 'Manual') - company_id = fields.Many2one('res.company', 'Company', default=own_company) ->>>>>>> Fix some issues with pep8 and typo for attribute required diff --git a/mgmtsystem/models/__init__.py b/mgmtsystem/models/__init__.py new file mode 100644 index 000000000000..4924e07986e7 --- /dev/null +++ b/mgmtsystem/models/__init__.py @@ -0,0 +1,5 @@ + +from . import ( + mgmtsystem_system, + res_config, +) diff --git a/mgmtsystem/models/mgmtsystem_system.py b/mgmtsystem/models/mgmtsystem_system.py new file mode 100644 index 000000000000..ad7f1183099b --- /dev/null +++ b/mgmtsystem/models/mgmtsystem_system.py @@ -0,0 +1,18 @@ +# Copyright 2012 Savoir-faire Linux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models, fields, _ + + +def own_company(self): + return self.env.user.company_id.id + + +class MgmtSystemSystem(models.Model): + + _name = 'mgmtsystem.system' + _description = _('System') + + name = fields.Char('System', required=True) + company_id = fields.Many2one('res.company', 'Company', + default=own_company) diff --git a/mgmtsystem/models/res_config.py b/mgmtsystem/models/res_config.py new file mode 100644 index 000000000000..b19716ac2314 --- /dev/null +++ b/mgmtsystem/models/res_config.py @@ -0,0 +1,129 @@ +# Copyright (C) 2004-2012 OpenERP S.A. (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models, fields + + +class MgmtsystemConfigSettings(models.TransientModel): + """This class in needed to activate management system Applications.""" + + _name = 'mgmtsystem.config.settings' + _inherit = 'res.config.settings' + + # Systems + + module_mgmtsystem_quality = fields.Boolean( + 'Quality (ISO 9001)', + help='Provide quality management tools.\n' + '-This installs the module mgmtsystem_quality.' + ) + + module_mgmtsystem_environment = fields.Boolean( + 'Environment (ISO 14001)', + help='Provide environment management tools.\n' + '-This installs the module mgmtsystem_environment.' + ) + + module_mgmtsystem_health_safety = fields.Boolean( + 'Hygiene & Safety (OHSAS 18001)', + help='Provide health and safety management tools.\n' + '-This installs the module mgmtsystem_health_safety.' + ) + + module_mgmtsystem_information_security = fields.Boolean( + 'Information Security (ISO 27001)', + help='Provide information security tools.\n' + '-This installs the module mgmtsystem_information_security.' + ) + + # Applications + + module_mgmtsystem_action = fields.Boolean( + """ + Actions (immediate, corrective, preventive) and improvement opportunities + """, + help='Provide actions and improvement opportunities tools.\n' + '-This installs the module mgmtsystem_action.' + ) + + module_mgmtsystem_nonconformity = fields.Boolean( + 'Nonconformities', + help='Provide non conformity tools.\n' + '-This installs the module mgmtsystem_nonconformity.' + ) + + module_mgmtsystem_claim = fields.Boolean( + 'Claims', + help='Provide claim tools.\n' + '-This installs the module mgmtsystem_claim.' + ) + + module_mgmtsystem_audit = fields.Boolean( + 'Audits', + help='Provide audit tools.\n' + '-This installs the module mgmtsystem_audit.' + ) + + module_mgmtsystem_review = fields.Boolean( + 'Top management reviews', + help='Provide review tools.\n' + '-This installs the module mgmtsystem_review.' + ) + + module_document_page_approval = fields.Boolean( + 'Document page approval', + help='Provide document approval and history. \n' + '-This installs the module document_page_approval.' + ) + + # Manuals + + module_mgmtsystem_quality_manual = fields.Boolean( + 'Quality Manual template based on the ISO 9001:2008 standard', + help='Provide a quality manual template.\n' + '- This installs the module mgmtsystem_quality_manual.' + ) + + module_mgmtsystem_environment_manual = fields.Boolean( + 'Environment Manual template based on the ISO 14001:2004 standard', + help='Provide an environment manual template.\n' + '- This installs the module mgmtsystem_environment_manual.' + ) + + module_mgmtsystem_health_safety_manual = fields.Boolean( + 'Health & Safety Manual template based on the OHSAS 18001 standard', + help='Provide a health and safety manual template.\n' + '- This installs the module mgmtsystem_health_safety_manual.' + ) + + module_information_security_manual = fields.Boolean( + 'Information Security Manual template based on ISO 27001', + help='Provide an information security manual.\n' + '- This installs the module information_security_manual.' + ) + + # Documentation + + module_mgmtsystem_procedure = fields.Boolean( + 'Procedures', + help='Provide procedures category.\n' + '- This installs the module mgmtsystem_procedure.' + ) + + module_mgmtsystem_environmental_aspect = fields.Boolean( + 'Environmental Aspects', + help='Provide Environmental Aspect category.\n' + '- This installs the module mgmtsystem_environmental_aspect.' + ) + + module_mgmtsystem_hazard = fields.Boolean( + 'Hazards', + help='Provide Hazards.\n' + '- This installs the module mgmtsystem_hazard.' + ) + + module_mgmtsystem_security_event = fields.Boolean( + 'Feared Events', + help='Provide Feared Events.\n' + '- This installs the module mgmtsystem_security_event.' + ) diff --git a/mgmtsystem/security/ir.model.access.csv b/mgmtsystem/security/ir.model.access.csv old mode 100644 new mode 100755 index e58f9759894b..52672c6e9cce --- a/mgmtsystem/security/ir.model.access.csv +++ b/mgmtsystem/security/ir.model.access.csv @@ -1,16 +1,5 @@ "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 -<<<<<<< 84a6593acd2990f95d7a5c04c1ab6677141579ca -"access_mgmtsystem_system","mgmtsystem.system","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 -======= "access_mgmtsystem_system_user","mgmtsystem.system.user","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_user",1,0,0,0 "access_mgmtsystem_system_viewer","mgmtsystem.system.viewer","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_viewer",1,0,0,0 "access_mgmtsystem_system_auditor","mgmtsystem.system.auditor","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_auditor",1,0,0,0 "access_mgmtsystem_system_manager","mgmtsystem.system.manager","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 ->>>>>>> CHG: marking Apps, security review, translation pt, finetuning -======= -"access_mgmtsystem_system_user","mgmtsystem.system.user","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_user",1,0,0,0 -"access_mgmtsystem_system_viewer","mgmtsystem.system.viewer","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_viewer",1,0,0,0 -"access_mgmtsystem_system_auditor","mgmtsystem.system.auditor","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_auditor",1,0,0,0 -"access_mgmtsystem_system_manager","mgmtsystem.system.manager","model_mgmtsystem_system","mgmtsystem.group_mgmtsystem_manager",1,1,1,1 ->>>>>>> Ported mgmtsystem diff --git a/mgmtsystem/security/mgmtsystem_security.xml b/mgmtsystem/security/mgmtsystem_security.xml old mode 100644 new mode 100755 index 007e1de5000b..b5edad656183 --- a/mgmtsystem/security/mgmtsystem_security.xml +++ b/mgmtsystem/security/mgmtsystem_security.xml @@ -1,50 +1,12 @@ - - + -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 -<<<<<<< 3d6b9db9d0fcf3868eb3388391fa59995286de57 -<<<<<<< 84a6593acd2990f95d7a5c04c1ab6677141579ca - - Management Systems - Helps you handle your managements systems. - 20 - - - - Auditor - - - - - Manager - - - - - - - Management System / User -======= -======= -======= ->>>>>>> Ported mgmtsystem Management System Manage management systems, manuals, KPIs, nonconformities, actions, feedbacks, audits, reviews. 10 -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 ->>>>>>> [ADD] Module category to link user groups - - Viewer - - - - - User -======= Viewer Module user with general read only access. @@ -54,51 +16,31 @@ User Module user, with general read and write. ->>>>>>> Ported mgmtsystem - + -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 - - Approving User - User with approval authority. -======= Approving User Module user with additional permission for approvals. ->>>>>>> Ported mgmtsystem - + -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 - - Manager -======= Auditor Module user with additional permission specific for the auditor job, such as effectiveness reviews. ->>>>>>> Ported mgmtsystem - + -<<<<<<< c9a3eba175d74c79a93a10ed28643b85214dc452 - - Auditor - - ->>>>>>> CHG: marking Apps, security review, translation pt, finetuning -======= Manager Module administrator, able to modify configuration data. ->>>>>>> Ported mgmtsystem @@ -110,5 +52,4 @@ ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] - - + diff --git a/mgmtsystem/tests/__init__.py b/mgmtsystem/tests/__init__.py index 157691a7863c..c38771092d85 100644 --- a/mgmtsystem/tests/__init__.py +++ b/mgmtsystem/tests/__init__.py @@ -1,23 +1,4 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2012 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - +# Copyright 2012 Savoir-faire Linux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import test_create_mgmtsystem diff --git a/mgmtsystem/tests/test_create_mgmtsystem.py b/mgmtsystem/tests/test_create_mgmtsystem.py index 62a275e11a97..86a55157f370 100644 --- a/mgmtsystem/tests/test_create_mgmtsystem.py +++ b/mgmtsystem/tests/test_create_mgmtsystem.py @@ -1,25 +1,7 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2012 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright 2012 Savoir-faire Linux +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp.tests import common +from odoo.tests import common class TestModelAction(common.TransactionCase): diff --git a/mgmtsystem/views/menus.xml b/mgmtsystem/views/menus.xml new file mode 100644 index 000000000000..d05d769f1661 --- /dev/null +++ b/mgmtsystem/views/menus.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/mgmtsystem/mgmtsystem_system.xml b/mgmtsystem/views/mgmtsystem_system.xml similarity index 53% rename from mgmtsystem/mgmtsystem_system.xml rename to mgmtsystem/views/mgmtsystem_system.xml index 202d27e3a3c6..454121d726a9 100644 --- a/mgmtsystem/mgmtsystem_system.xml +++ b/mgmtsystem/views/mgmtsystem_system.xml @@ -1,28 +1,26 @@ - - - - + + mgmtsystem_system_form mgmtsystem.system -
- - - - +
+ + + + +
- + mgmtsystem_system_tree mgmtsystem.system - - - - - + + + + @@ -34,12 +32,11 @@
- - -
-
+ + diff --git a/mgmtsystem/views/res_config.xml b/mgmtsystem/views/res_config.xml new file mode 100644 index 000000000000..fcd78fcd4b21 --- /dev/null +++ b/mgmtsystem/views/res_config.xml @@ -0,0 +1,125 @@ + + + + Configure management system + mgmtsystem.config.settings + +
+
+
+ + + + + + + + + + + + + +
+
+ + + Configure management system + mgmtsystem.config.settings + form + inline + + + +
From c65963c0670adae71437396bad3eb4b8608aa7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Todorovich?= Date: Mon, 15 Jan 2018 13:53:47 -0300 Subject: [PATCH 12/67] [IMP] mgmtsystem: Enterprise-like icon+ Set management-system as a fully-fledged application + Removed old & unused images [11.0] mgmtsystem configuration page (#235) * [IMP] v11 Configuration Page * [MIG] Remove old migration scripts * [FIX] Do not translate model description --- mgmtsystem/README.rst | 1 + mgmtsystem/__manifest__.py | 4 +- mgmtsystem/i18n/am.po | 234 +++++---- mgmtsystem/i18n/ca.po | 234 +++++---- mgmtsystem/i18n/cs.po | 234 +++++---- mgmtsystem/i18n/de.po | 292 +++++++---- mgmtsystem/i18n/el_GR.po | 233 +++++---- mgmtsystem/i18n/es.po | 266 ++++++---- mgmtsystem/i18n/es_CL.po | 239 +++++---- mgmtsystem/i18n/es_CO.po | 267 ++++++---- mgmtsystem/i18n/es_CR.po | 234 +++++---- mgmtsystem/i18n/es_EC.po | 234 +++++---- mgmtsystem/i18n/es_ES.po | 234 +++++---- mgmtsystem/i18n/es_MX.po | 234 +++++---- mgmtsystem/i18n/es_VE.po | 234 +++++---- mgmtsystem/i18n/et.po | 234 +++++---- mgmtsystem/i18n/fi.po | 233 +++++---- mgmtsystem/i18n/fr.po | 247 ++++++---- mgmtsystem/i18n/gl.po | 234 +++++---- mgmtsystem/i18n/hr_HR.po | 279 +++++++---- mgmtsystem/i18n/hu.po | 233 +++++---- mgmtsystem/i18n/it.po | 234 +++++---- mgmtsystem/i18n/lt.po | 237 +++++---- mgmtsystem/i18n/lv.po | 239 +++++---- mgmtsystem/i18n/mgmtsystem.pot | 221 +++++---- mgmtsystem/i18n/nb.po | 239 +++++---- mgmtsystem/i18n/nl.po | 234 +++++---- mgmtsystem/i18n/nl_BE.po | 234 +++++---- mgmtsystem/i18n/nl_NL.po | 240 +++++---- mgmtsystem/i18n/nn.po | 239 +++++---- mgmtsystem/i18n/pl.po | 237 +++++---- mgmtsystem/i18n/pt.po | 234 +++++---- mgmtsystem/i18n/pt_BR.po | 300 ++++++++---- mgmtsystem/i18n/pt_PT.po | 234 +++++---- mgmtsystem/i18n/ro.po | 237 +++++---- mgmtsystem/i18n/ru.po | 238 +++++---- mgmtsystem/i18n/sl.po | 245 +++++---- mgmtsystem/i18n/sv.po | 236 +++++---- mgmtsystem/i18n/th.po | 235 +++++---- mgmtsystem/i18n/tr.po | 234 +++++---- mgmtsystem/i18n/vi.po | 463 +++++++++++++++++- mgmtsystem/i18n/zh_CN.po | 463 +++++++++++++++++- mgmtsystem/images/mgmtsystem-hover.png | Bin 2397 -> 0 bytes mgmtsystem/images/mgmtsystem.png | Bin 2152 -> 0 bytes .../6.1.1.0/openupgrade_analysis.txt | 11 - mgmtsystem/models/mgmtsystem_system.py | 4 +- mgmtsystem/models/res_config.py | 35 +- mgmtsystem/static/description/icon.png | Bin 2397 -> 5417 bytes mgmtsystem/static/description/icon.svg | 1 + mgmtsystem/views/menus.xml | 1 + mgmtsystem/views/res_config.xml | 271 +++++++--- 51 files changed, 6905 insertions(+), 3525 deletions(-) delete mode 100644 mgmtsystem/images/mgmtsystem-hover.png delete mode 100644 mgmtsystem/images/mgmtsystem.png delete mode 100644 mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt create mode 100644 mgmtsystem/static/description/icon.svg diff --git a/mgmtsystem/README.rst b/mgmtsystem/README.rst index 1967fe2b578f..428aab3ca17d 100644 --- a/mgmtsystem/README.rst +++ b/mgmtsystem/README.rst @@ -52,6 +52,7 @@ Contributors * Gervais Naoussi * Eugen Don * Jose Maria Alzaga +* Iván Todorovich Maintainer ---------- diff --git a/mgmtsystem/__manifest__.py b/mgmtsystem/__manifest__.py index 00a92f8e06e8..2b720e81c0f2 100644 --- a/mgmtsystem/__manifest__.py +++ b/mgmtsystem/__manifest__.py @@ -8,7 +8,6 @@ "website": "http://www.savoirfairelinux.com", "license": "AGPL-3", "category": "Management System", - 'images': ['images/mgmtsystem.png', 'images/mgmtsystem-hover.png'], "depends": [ 'base', ], @@ -20,5 +19,6 @@ 'views/res_config.xml' ], "demo": [], - 'installable': True, + "installable": True, + "application": True, } diff --git a/mgmtsystem/i18n/am.po b/mgmtsystem/i18n/am.po index 7b0ec3cbad75..d7f4cfbe8f37 100644 --- a/mgmtsystem/i18n/am.po +++ b/mgmtsystem/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Amharic (http://www.transifex.com/oca/OCA-management-system-9-0/language/am/)\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Creado por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Creado en" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Última actualización en" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/ca.po b/mgmtsystem/i18n/ca.po index 5120364cc7a0..261f903faa65 100644 --- a/mgmtsystem/i18n/ca.po +++ b/mgmtsystem/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Catalan (http://www.transifex.com/oca/OCA-management-system-9-0/language/ca/)\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancel·la" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Creat per" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Creat el" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Darrera Actualització per" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Darrera Actualització el" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancel·la" diff --git a/mgmtsystem/i18n/cs.po b/mgmtsystem/i18n/cs.po index 50343394ddaa..a939c1751fa8 100644 --- a/mgmtsystem/i18n/cs.po +++ b/mgmtsystem/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Czech (http://www.transifex.com/oca/OCA-management-system-9-0/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-management-system-9-0/" +"language/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Zrušit" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Zrušit" diff --git a/mgmtsystem/i18n/de.po b/mgmtsystem/i18n/de.po index 715a35513f1f..af355b387371 100644 --- a/mgmtsystem/i18n/de.po +++ b/mgmtsystem/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,33 +12,23 @@ msgstr "" "PO-Revision-Date: 2018-01-15 18:09+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " -msgstr "" -"\n" -"Handlungen (Sofort, Berichtigend, Vorbeugend) und Verbesserungsmöglichkeiten\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +#, fuzzy +msgid "Actions" +msgstr "Anwendungen" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Applications" msgstr "Anwendungen" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "Anwenden" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -50,17 +40,12 @@ msgid "Auditor" msgstr "Prüfer" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Prüfungen" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Abbrechen" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "Forderungen" @@ -75,34 +60,20 @@ msgid "Configuration" msgstr "Konfiguration" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "Managementsystem einstellen" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Erstellt von" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Erstellt am:" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Anzeigename" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -110,79 +81,102 @@ msgid "Documentation" msgstr "Dokumentation" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" -msgstr "Umwelt (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +#, fuzzy +msgid "Environment" +msgstr "Umwelt-Betrachtungen" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" -msgstr "" -"Vorlage des Umwelt-Handbuchs basiert auf den Vorgaben gem. ISO 14001:2004" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +#, fuzzy +msgid "Environment Manual Template" +msgstr "Umwelt-Betrachtungen" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "Umwelt-Betrachtungen" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "Befürchtete Geschehen" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "Gefahren" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +#, fuzzy +msgid "Health & Safety Manual Template" msgstr "" "Vorlage des Gesundheits- und Sicherkeitshandbuches basiert auf den Vorgaben " "gem. OHSAS 18001" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +#, fuzzy +msgid "Hygiene & Safety" msgstr "Hygiene & Sicherheit (OHSAS 18001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +#, fuzzy +msgid "Information Security" msgstr "Informationssicherheit (ISO 27001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +#, fuzzy +msgid "Information Security Manual Template" msgstr "" "Vorlage des Sicherheitshandbuchs zur Informationsverarbeitung basiert auf " "den Vorgaben gem. ISO 27001" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Zuletzt aktualisiert am" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert von" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" +"\n" +"Handlungen (Sofort, Berichtigend, Vorbeugend) und " +"Verbesserungsmöglichkeiten\n" +" " + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -192,11 +186,17 @@ msgstr "" "Verwalte Managementsysteme, Handbücher, KPI's, Mängelprüfungen, Handlungen, " "Rückmeldungen, Audits, Reviews." +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Management-System" @@ -235,8 +235,8 @@ msgstr "Modul-Anwender mit zusätzlichen Berechtigungen für Freigaben." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" "Modul-Anwender mit auditorspezifischen Berechtigungen, wie z. B. " "Effektivitäts-Reviews." @@ -252,17 +252,23 @@ msgid "Module user, with general read and write." msgstr "Modul-Anwender mit Lese- und Schreibzugriffs-Berechtigung." #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Nichteinhaltungen" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Vorgänge" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Environment management tools (ISO 14001)" +msgstr "Umwelt (ISO 14001)" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." @@ -271,7 +277,7 @@ msgstr "" "- Das Modul mgmtsystem_environmental_aspect wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." @@ -280,7 +286,7 @@ msgstr "" "- Das Modul mgmtsystem_security_event wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." @@ -289,7 +295,58 @@ msgstr "" "- Das Modul mgmtsystems_hazard wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" +"Vorlage des Gesundheits- und Sicherkeitshandbuches basiert auf den Vorgaben " +"gem. OHSAS 18001" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "Informationssicherheit (ISO 27001)" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" +"Vorlage des Gesundheits- und Sicherkeitshandbuches basiert auf den Vorgaben " +"gem. OHSAS 18001" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" +"Vorlage des Qualitätshandbuches basiert auf den Vorgaben gem. ISO 9001:2008" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." @@ -298,7 +355,7 @@ msgstr "" "- Das Modul mgmtsystem_health_safety_manual wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." @@ -307,7 +364,7 @@ msgstr "" "- Das Modul mgmtsystem_quality_manual wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." @@ -316,7 +373,28 @@ msgstr "" "- Das Modul mgmtsystem_action wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" +"Vorlage des Umwelt-Handbuchs basiert auf den Vorgaben gem. ISO 14001:2004" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" +"Vorlage des Sicherheitshandbuchs zur Informationsverarbeitung basiert auf " +"den Vorgaben gem. ISO 27001" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." @@ -325,16 +403,17 @@ msgstr "" "- Das Modul mgmtsystem_environment_manual wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" -"Stellt Handbuchvorlage zur Sicherheit in der Informationsverarbeitung bereit.\n" +"Stellt Handbuchvorlage zur Sicherheit in der Informationsverarbeitung " +"bereit.\n" "- Das Modul mgmtsystem_security_manual wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." @@ -343,7 +422,7 @@ msgstr "" "- Das Modul mgmtsystem_audit wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." @@ -352,14 +431,7 @@ msgstr "" "- Das Modul mgmtsystem_claim wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." @@ -368,7 +440,7 @@ msgstr "" "- Das Modul mgmtsystem_environment wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." @@ -377,7 +449,7 @@ msgstr "" "- Das Modul mgmtsystem_health_safety wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." @@ -386,7 +458,7 @@ msgstr "" "- Das Modul mgmtsystem_information_security wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." @@ -395,7 +467,7 @@ msgstr "" "- Das Modul mgmtsystem_nonconformity wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." @@ -404,7 +476,7 @@ msgstr "" "- Das Modul mgmtsystem_procedure wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." @@ -413,7 +485,7 @@ msgstr "" "- Das Modul mgmtsystem_quality wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." @@ -422,15 +494,14 @@ msgstr "" "- Das Modul mgmtsystem_review wird installiert." #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" -msgstr "Qualität (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" +msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" -"Vorlage des Qualitätshandbuches basiert auf den Vorgaben gem. ISO 9001:2008" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report @@ -438,25 +509,28 @@ msgid "Reports" msgstr "Berichte" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "Einstellungen" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "System" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Systeme" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "Top Management Reviews" @@ -471,11 +545,21 @@ msgid "Viewer" msgstr "Betrachter" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "oder" +#~ msgid "Apply" +#~ msgstr "Anwenden" + +#~ msgid "Cancel" +#~ msgstr "Abbrechen" + +#~ msgid "Configure management system" +#~ msgstr "Managementsystem einstellen" + +#~ msgid "Quality (ISO 9001)" +#~ msgstr "Qualität (ISO 9001)" + +#~ msgid "or" +#~ msgstr "oder" diff --git a/mgmtsystem/i18n/el_GR.po b/mgmtsystem/i18n/el_GR.po index 2b02320121fe..a5f38617b278 100644 --- a/mgmtsystem/i18n/el_GR.po +++ b/mgmtsystem/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-management-system-9-0/language/el_GR/)\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Δημιουργήθηκε από " #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Δημιουργήθηκε στις" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "Κωδικός" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Τελευταία ενημέρωση από" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Τελευταία ενημέρωση στις" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/es.po b/mgmtsystem/i18n/es.po index 980df7472d0c..a5fd1b0f5db8 100644 --- a/mgmtsystem/i18n/es.po +++ b/mgmtsystem/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2018 # enjolras , 2018 @@ -13,30 +13,23 @@ msgstr "" "PO-Revision-Date: 2018-02-10 07:38+0000\n" "Last-Translator: enjolras , 2018\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +#, fuzzy +msgid "Actions" +msgstr "Aplicaciones" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Applications" msgstr "Aplicaciones" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "Aplicar" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -48,17 +41,12 @@ msgid "Auditor" msgstr "Auditor" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Auditorías" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "Reclamaciones" @@ -73,34 +61,20 @@ msgid "Configuration" msgstr "Configuración" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "Configurar el sistema de gestión" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Creado por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Creado el" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Nombre mostrado" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -108,74 +82,89 @@ msgid "Documentation" msgstr "Documentación" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" -msgstr "Medio ambiente (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +#, fuzzy +msgid "Environment" +msgstr "Aspectos medioambientales" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +#, fuzzy +msgid "Environment Manual Template" +msgstr "Aspectos medioambientales" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "Aspectos medioambientales" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "Eventos temidos" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "Peligros" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Última modificación el" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Ultima actualización el" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -185,11 +174,17 @@ msgstr "" "Administrar los sistemas de gestión, manuales, KPIs, no conformidades, " "acciones, evaluaciones, auditorías, revisiones." +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Sistema de gestión" @@ -229,11 +224,11 @@ msgstr "Usuario del módulo con permiso adicional para aprobaciones." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" -"Usuario del módulo con permisos adicionales para el trabajo de auditor, como" -" las revisiones de efectividad." +"Usuario del módulo con permisos adicionales para el trabajo de auditor, como " +"las revisiones de efectividad." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -246,149 +241,206 @@ msgid "Module user, with general read and write." msgstr "Usuario del módulo, con lectura y escritura general." #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "No conformidades" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procedimientos" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Environment management tools (ISO 14001)" +msgstr "Medio ambiente (ISO 14001)" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" -msgstr "Calidad (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" +msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -397,25 +449,28 @@ msgid "Reports" msgstr "Informes" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "Ajustes" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Sistema" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Sistemas" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -430,11 +485,22 @@ msgid "Viewer" msgstr "Espectador" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +#, fuzzy +msgid "res.config.settings" msgstr "mgmtsystem.config.settings" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "o" +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Configure management system" +#~ msgstr "Configurar el sistema de gestión" + +#~ msgid "Quality (ISO 9001)" +#~ msgstr "Calidad (ISO 9001)" + +#~ msgid "or" +#~ msgstr "o" diff --git a/mgmtsystem/i18n/es_CL.po b/mgmtsystem/i18n/es_CL.po index 235b50e8dbfb..8ef590886fe5 100644 --- a/mgmtsystem/i18n/es_CL.po +++ b/mgmtsystem/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_CL/)\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/es_CL/)\n" +"Language: es_CL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,89 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +#, fuzzy +msgid "Environment" +msgstr "Aspectos medio ambientales" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +#, fuzzy +msgid "Environment Manual Template" +msgstr "Aspectos medio ambientales" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "Aspectos medio ambientales" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +170,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +196,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +219,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +234,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +441,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +477,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/es_CO.po b/mgmtsystem/i18n/es_CO.po index 656b4a631f72..14fad4904579 100644 --- a/mgmtsystem/i18n/es_CO.po +++ b/mgmtsystem/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # JOSE ALEJANDRO ECHEVERRI VALENCIA , 2018 msgid "" @@ -10,34 +10,27 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-16 07:18+0000\n" "PO-Revision-Date: 2018-01-16 07:18+0000\n" -"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA , 2018\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA , 2018\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " -msgstr "" -"\n" -"Acciones (inmediata, correctiva, preventiva) y oportunidades de mejora" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +#, fuzzy +msgid "Actions" +msgstr "Aplicaciones" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Applications" msgstr "Aplicaciones" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "Aplicar" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -49,17 +42,12 @@ msgid "Auditor" msgstr "Auditor" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Auditorías" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "Reclamos" @@ -74,34 +62,20 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -109,74 +83,90 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" +"\n" +"Acciones (inmediata, correctiva, preventiva) y oportunidades de mejora" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -184,11 +174,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Sistema de Gestión" @@ -227,8 +223,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -242,150 +238,209 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procedimientos" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "Modelo de Manual de Calidad basado en el estándar ISO 9001:2008" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "Modelo de Manual de Calidad basado en el estándar ISO 9001:2008" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "Modelo de Manual de Calidad basado en el estándar ISO 9001:2008" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" -msgstr "Calidad (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" +msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" -msgstr "Modelo de Manual de Calidad basado en el estándar ISO 9001:2008" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" +msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report @@ -393,25 +448,28 @@ msgid "Reports" msgstr "Reportes" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "Ajustes" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Sistema" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Sistemas" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -426,11 +484,18 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "o" +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Quality (ISO 9001)" +#~ msgstr "Calidad (ISO 9001)" + +#~ msgid "or" +#~ msgstr "o" diff --git a/mgmtsystem/i18n/es_CR.po b/mgmtsystem/i18n/es_CR.po index 879afc0484b1..3ca7a913d2a7 100644 --- a/mgmtsystem/i18n/es_CR.po +++ b/mgmtsystem/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-" +"management-system-9-0/language/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/es_EC.po b/mgmtsystem/i18n/es_EC.po index 3171f3059e46..a37584dd31cc 100644 --- a/mgmtsystem/i18n/es_EC.po +++ b/mgmtsystem/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-" +"management-system-9-0/language/es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/es_ES.po b/mgmtsystem/i18n/es_ES.po index ff78bbe1af4e..01213badde9d 100644 --- a/mgmtsystem/i18n/es_ES.po +++ b/mgmtsystem/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_ES/)\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Creado por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Creado en" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Última actualización en" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/es_MX.po b/mgmtsystem/i18n/es_MX.po index 6fc4c77b5a2b..dbf4d18089e9 100644 --- a/mgmtsystem/i18n/es_MX.po +++ b/mgmtsystem/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_MX/)\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/es_VE.po b/mgmtsystem/i18n/es_VE.po index 76a1cb8f9da0..72213e0d07b3 100644 --- a/mgmtsystem/i18n/es_VE.po +++ b/mgmtsystem/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-management-system-9-0/language/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-" +"management-system-9-0/language/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/et.po b/mgmtsystem/i18n/et.po index 1094df20c942..3230c2154fd3 100644 --- a/mgmtsystem/i18n/et.po +++ b/mgmtsystem/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Estonian (http://www.transifex.com/oca/OCA-management-system-9-0/language/et/)\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Loobu" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Loobu" diff --git a/mgmtsystem/i18n/fi.po b/mgmtsystem/i18n/fi.po index aa8115a9c810..7381c1d36cc9 100644 --- a/mgmtsystem/i18n/fi.po +++ b/mgmtsystem/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # FIRST AUTHOR , 2012 msgid "" @@ -11,19 +11,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-09-15 12:45+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Finnish (http://www.transifex.com/oca/OCA-management-system-9-0/language/fi/)\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,25 +60,16 @@ msgid "Configuration" msgstr "Konfiguraatio" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Luonut" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Luotu" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Nimi" @@ -102,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Viimeksi päivittänyt" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Viimeksi päivitetty" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -177,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Johtamisjärjestelmä" @@ -197,6 +195,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -215,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -230,142 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -374,26 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -408,11 +476,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/fr.po b/mgmtsystem/i18n/fr.po index 82ca23a9c7e9..fa6f14c8c30d 100644 --- a/mgmtsystem/i18n/fr.po +++ b/mgmtsystem/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,18 +12,15 @@ msgstr "" "PO-Revision-Date: 2018-01-15 18:09+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +39,12 @@ msgid "Auditor" msgstr "Auditeur" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Audits" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Annuler" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,34 +59,20 @@ msgid "Configuration" msgstr "Configuration" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Créée par" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Créée le " #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Nom à afficher" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -107,74 +80,89 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +#, fuzzy +msgid "Environment" +msgstr "Aspects environnementaux" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +#, fuzzy +msgid "Environment Manual Template" +msgstr "Aspects environnementaux" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "Aspects environnementaux" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Mise à jour par" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Mise à jour le" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -184,11 +172,17 @@ msgstr "" "Gérer vos systèmes de gestion, manuels, indicateurs de performance, non-" "conformités, actions, retours d'expérience, audits, revues de direction." +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Système de gestion" @@ -228,11 +222,11 @@ msgstr "Utilisateur du module sans les permissions d'approbation." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" -"Utilisateur du module avec les permissions d'approbation sur les audits pour" -" les revues d'efficacité par exemple." +"Utilisateur du module avec les permissions d'approbation sur les audits pour " +"les revues d'efficacité par exemple." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer @@ -245,149 +239,205 @@ msgid "Module user, with general read and write." msgstr "Utilisateur du module avec des accès en lecture et en écriture." #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Nonconformités" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procédures" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -396,25 +446,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Système" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Systèmes" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -429,11 +482,9 @@ msgid "Viewer" msgstr "Visionneur" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Annuler" diff --git a/mgmtsystem/i18n/gl.po b/mgmtsystem/i18n/gl.po index db94f2834c0d..ddcf544eac6b 100644 --- a/mgmtsystem/i18n/gl.po +++ b/mgmtsystem/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Galician (http://www.transifex.com/oca/OCA-management-system-9-0/language/gl/)\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Creado por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Creado en" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "ültima actualización por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Última actualización en" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/hr_HR.po b/mgmtsystem/i18n/hr_HR.po index cc646b344e18..85bd03dbeb61 100644 --- a/mgmtsystem/i18n/hr_HR.po +++ b/mgmtsystem/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # Bole , 2017 msgid "" @@ -11,35 +11,26 @@ msgstr "" "POT-Creation-Date: 2017-05-01 20:06+0000\n" "PO-Revision-Date: 2017-05-01 20:06+0000\n" "Last-Translator: Bole , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " -msgstr "" -"\n" -" Radnje (trenutne, korektivne, preventivne) i mogućnosti unapređenja\n" -"\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +#, fuzzy +msgid "Actions" +msgstr "Prijave" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Applications" msgstr "Prijave" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "Primjeni" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -51,17 +42,12 @@ msgid "Auditor" msgstr "Auditor" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Nadzori" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Otkaži" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "Potraživanja" @@ -76,34 +62,20 @@ msgid "Configuration" msgstr "Postavke" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "Postvke sustava uspravljanja" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Kreirao" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Kreirano" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Naziv" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -111,74 +83,96 @@ msgid "Documentation" msgstr "Dokumentacija" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +#, fuzzy +msgid "Environment" msgstr "Okoliš (ISO 14001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "Opasnosti" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +#, fuzzy +msgid "Hygiene & Safety" msgstr "Higijena i sigurnost (OHSAS 18001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +#, fuzzy +msgid "Information Security" msgstr "Informacijska sigurnost (ISO 27001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +#, fuzzy +msgid "Information Security Manual Template" +msgstr "Informacijska sigurnost (ISO 27001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Zadnje ažurirao" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Zadnje ažuriranje" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" +"\n" +" Radnje (trenutne, korektivne, preventivne) i mogućnosti unapređenja\n" +"\n" +" " + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -186,11 +180,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Susatv upravljanja" @@ -229,8 +229,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -244,149 +244,208 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Nesukladnosti" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procedure" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Environment management tools (ISO 14001)" +msgstr "Okoliš (ISO 14001)" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "Informacijska sigurnost (ISO 27001)" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "Informacijska sigurnost (ISO 27001)" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" -msgstr "Kvaliteta (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" +msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -395,25 +454,28 @@ msgid "Reports" msgstr "Izvještaji" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "Postavke" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Sustav" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Sustavi" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -428,11 +490,22 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +#, fuzzy +msgid "res.config.settings" msgstr "mgmtsystem.config.settings" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "ili" +#~ msgid "Apply" +#~ msgstr "Primjeni" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Configure management system" +#~ msgstr "Postvke sustava uspravljanja" + +#~ msgid "Quality (ISO 9001)" +#~ msgstr "Kvaliteta (ISO 9001)" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/mgmtsystem/i18n/hu.po b/mgmtsystem/i18n/hu.po index 799f3c08535e..a81f63535e90 100644 --- a/mgmtsystem/i18n/hu.po +++ b/mgmtsystem/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # FIRST AUTHOR , 2013 msgid "" @@ -11,19 +11,17 @@ msgstr "" "POT-Creation-Date: 2016-06-30 02:45+0000\n" "PO-Revision-Date: 2016-06-29 13:04+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-management-system-9-0/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,25 +60,16 @@ msgid "Configuration" msgstr "Beállítások" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -102,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -177,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Menedzsment rendszer" @@ -197,6 +195,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -215,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -230,142 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -374,26 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -408,11 +476,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/it.po b/mgmtsystem/i18n/it.po index 49b678947b62..0dd417337f6c 100644 --- a/mgmtsystem/i18n/it.po +++ b/mgmtsystem/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-management-system-9-0/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Annulla" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Creato da" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Creato il" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Nome da visualizzare" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Ultima modifica il" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Ultimo aggiornamento di" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Ultimo aggiornamento il" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Annulla" diff --git a/mgmtsystem/i18n/lt.po b/mgmtsystem/i18n/lt.po index 8f425f0a1b8c..cb355bf91cdf 100644 --- a/mgmtsystem/i18n/lt.po +++ b/mgmtsystem/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,18 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-management-system-9-0/language/lt/)\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Atšaukti" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +60,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +195,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +476,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Atšaukti" diff --git a/mgmtsystem/i18n/lv.po b/mgmtsystem/i18n/lv.po index 480dee538488..2064f98deff1 100644 --- a/mgmtsystem/i18n/lv.po +++ b/mgmtsystem/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,16 @@ msgstr "" "PO-Revision-Date: 2017-04-21 18:16+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,34 +60,20 @@ msgid "Configuration" msgstr "Iestatījumi" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -107,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -182,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Vadības sistēma" @@ -225,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -240,149 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -391,25 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Sistēma" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -424,11 +476,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/mgmtsystem.pot b/mgmtsystem/i18n/mgmtsystem.pot index ca8ef38859b5..00f34a304413 100644 --- a/mgmtsystem/i18n/mgmtsystem.pot +++ b/mgmtsystem/i18n/mgmtsystem.pot @@ -14,10 +14,8 @@ msgstr "" "Plural-Forms: \n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -25,11 +23,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -41,17 +34,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -66,34 +54,20 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -101,84 +75,101 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage immediate, corrective, and preventive actions and improvement opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "Manage management systems, manuals, KPIs, nonconformities, actions, feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -230,131 +221,185 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Health & Safety Manual template based on the OHSAS 18001 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -363,25 +408,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:14 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -396,12 +444,7 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/nb.po b/mgmtsystem/i18n/nb.po index f78c790d3ead..6e2e64834b15 100644 --- a/mgmtsystem/i18n/nb.po +++ b/mgmtsystem/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,17 @@ msgstr "" "POT-Creation-Date: 2017-04-21 18:16+0000\n" "PO-Revision-Date: 2017-04-21 18:16+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Revisjoner" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,34 +60,20 @@ msgid "Configuration" msgstr "Konfigurasjon" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -107,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -182,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Styringssystem" @@ -225,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -240,149 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Avvik" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Prosedyrer" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -391,25 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "System" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -424,11 +476,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/nl.po b/mgmtsystem/i18n/nl.po index 39e2031849bf..a9207b2c14fa 100644 --- a/mgmtsystem/i18n/nl.po +++ b/mgmtsystem/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Dutch (http://www.transifex.com/oca/OCA-management-system-9-0/language/nl/)\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-management-system-9-0/" +"language/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Annuleren" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Te tonen naam" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Annuleren" diff --git a/mgmtsystem/i18n/nl_BE.po b/mgmtsystem/i18n/nl_BE.po index 9bc5469372f7..c0d873724842 100644 --- a/mgmtsystem/i18n/nl_BE.po +++ b/mgmtsystem/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-management-system-9-0/language/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Annuleren" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Annuleren" diff --git a/mgmtsystem/i18n/nl_NL.po b/mgmtsystem/i18n/nl_NL.po index 485de6f31e61..b240f97dd9e3 100644 --- a/mgmtsystem/i18n/nl_NL.po +++ b/mgmtsystem/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # Peter Hageman , 2017 msgid "" @@ -11,19 +11,17 @@ msgstr "" "POT-Creation-Date: 2017-06-17 04:23+0000\n" "PO-Revision-Date: 2017-06-17 04:23+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "Auditor" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Audits" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,34 +60,20 @@ msgid "Configuration" msgstr "Configuratie" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Aangemaakt op" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Weergavenaam" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -107,74 +81,87 @@ msgid "Documentation" msgstr "Documentatie" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Laatst aangepast op" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -182,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -225,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -240,149 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procedures" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -391,25 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Systeem" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Systemen" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -424,11 +476,7 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +#, fuzzy +msgid "res.config.settings" msgstr "mgmtsystem.config.settings" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" diff --git a/mgmtsystem/i18n/nn.po b/mgmtsystem/i18n/nn.po index 85a53700ca02..1d6d0f4a6094 100644 --- a/mgmtsystem/i18n/nn.po +++ b/mgmtsystem/i18n/nn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,17 @@ msgstr "" "POT-Creation-Date: 2017-04-21 18:16+0000\n" "PO-Revision-Date: 2017-04-21 18:16+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Nynorsk (https://www.transifex.com/oca/teams/23907/nn/)\n" +"Language-Team: Norwegian Nynorsk (https://www.transifex.com/oca/teams/23907/" +"nn/)\n" +"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Revisjonar" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,34 +60,20 @@ msgid "Configuration" msgstr "Konfigurasjon" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -107,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -182,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Styringssystem" @@ -225,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -240,149 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Avvik" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -391,25 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Systemet" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -424,11 +476,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/pl.po b/mgmtsystem/i18n/pl.po index 1bb965afa512..f4bf91c1caae 100644 --- a/mgmtsystem/i18n/pl.po +++ b/mgmtsystem/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,18 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Polish (http://www.transifex.com/oca/OCA-management-system-9-0/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Anuluj" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +60,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +195,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +476,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Anuluj" diff --git a/mgmtsystem/i18n/pt.po b/mgmtsystem/i18n/pt.po index 8223d381ccd4..182478391bf0 100644 --- a/mgmtsystem/i18n/pt.po +++ b/mgmtsystem/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-09-09 12:27+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-management-system-9-0/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "Configuração" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Criado por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Criado em" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Sistema de gestão" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "Gestor" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Não conformidades" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procedimentos" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/pt_BR.po b/mgmtsystem/i18n/pt_BR.po index 42ad86ba10ff..7ff11f73c828 100644 --- a/mgmtsystem/i18n/pt_BR.po +++ b/mgmtsystem/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2018 # Rodrigo de Almeida Sottomaior Macedo , 2018 @@ -11,35 +11,27 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-15 18:09+0000\n" "PO-Revision-Date: 2018-01-15 18:09+0000\n" -"Last-Translator: Rodrigo de Almeida Sottomaior Macedo , 2018\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Last-Translator: Rodrigo de Almeida Sottomaior Macedo " +", 2018\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " -msgstr "" -"\n" -" Ações (imediata, corretiva, preventiva) e oportunidades de melhoria\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +#, fuzzy +msgid "Actions" +msgstr "Aplicações" #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Applications" msgstr "Aplicações" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "Aplicar" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -51,17 +43,12 @@ msgid "Auditor" msgstr "Auditor" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Auditorias" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "Reclamações" @@ -76,34 +63,20 @@ msgid "Configuration" msgstr "Configuração" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "Configurar sistema de gestão" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Criado por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Criado em" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Mostrar nome" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "Aprovação da página do documento" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -111,75 +84,98 @@ msgid "Documentation" msgstr "Documentação" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" -msgstr "Ambiente (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +#, fuzzy +msgid "Environment" +msgstr "Aspectos do ambiente" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" -msgstr "Modelo manual ambiental com base na ISO 14001: 2004" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +#, fuzzy +msgid "Environment Manual Template" +msgstr "Aspectos do ambiente" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "Aspectos do ambiente" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "Eventos temidos" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "Riscos" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +#, fuzzy +msgid "Health & Safety Manual Template" msgstr "Modelo de manual de Saúde e Segurança baseado na norma OHSAS 18001" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +#, fuzzy +msgid "Hygiene & Safety" msgstr "Higiene e Segurança (OHSAS 18001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "Identificação" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +#, fuzzy +msgid "Information Security" msgstr "Segurança da Informação (ISO 27001)" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +#, fuzzy +msgid "Information Security Manual Template" msgstr "" "Modelo de manual de Segurança da Informação baseado na norma ISO 27001" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Modificada pela última vez" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Última atualização em" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" +"\n" +" Ações (imediata, corretiva, preventiva) e oportunidades de melhoria\n" +" " + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -189,11 +185,17 @@ msgstr "" "Configure sistemas de gestão, manuais, KPIs, não conformidades, ações, " "feedbacks, auditorias, revisões." +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Sistema de Gestão" @@ -232,8 +234,8 @@ msgstr "Módulo usuario com permissões adicionais para aprovação" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" "Módulo de usuário com permissões especificas para o trabalho de auditor, " "como efetivar revisões." @@ -249,17 +251,23 @@ msgid "Module user, with general read and write." msgstr "Módulo usuario com acesso de leitura e escrita." #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Não Conformidades" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procedimentos" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Environment management tools (ISO 14001)" +msgstr "Ambiente (ISO 14001)" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." @@ -268,7 +276,7 @@ msgstr "" "- Isso instala o mgmtsystem_environmental_aspect módulo." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." @@ -277,7 +285,7 @@ msgstr "" "- Isso instala o mgmtsystem_security_event módulo." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." @@ -286,7 +294,53 @@ msgstr "" "- Isso instala o modulo mgmtsystem_hazard. " #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "Modelo de manual de Saúde e Segurança baseado na norma OHSAS 18001" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "Segurança da Informação (ISO 27001)" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "Modelo de manual de Saúde e Segurança baseado na norma OHSAS 18001" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "Modelo de manual da Qualidade baseado na ISO 9001: 2008" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." @@ -295,7 +349,7 @@ msgstr "" "- Isso instala o módulo mgmtsystem_health_safety_manual." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." @@ -304,7 +358,7 @@ msgstr "" "- Isso instala o módulos mgmtsystem_quality_manual." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." @@ -313,7 +367,26 @@ msgstr "" "-Este Instala o módulo mgmtsystem_action." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "Modelo manual ambiental com base na ISO 14001: 2004" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +#, fuzzy +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" +"Modelo de manual de Segurança da Informação baseado na norma ISO 27001" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." @@ -322,7 +395,7 @@ msgstr "" "- Isso instala o mgmtsystem_environment_manual módulo." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." @@ -331,7 +404,7 @@ msgstr "" "- Isso instala o manual de segurança da informação módulo." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." @@ -340,7 +413,7 @@ msgstr "" "-Este Instala o módulo mgmtsystem_audit." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." @@ -349,16 +422,7 @@ msgstr "" "-Este Instala o módulo mgmtsystem_claim." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" -"Forneça aprovação e histórico do documento.\n" -"-Isto instala o módulo document_page_approval." - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." @@ -367,7 +431,7 @@ msgstr "" "-Este Instala o módulo mgmtsystem_environment." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." @@ -376,7 +440,7 @@ msgstr "" "-Este Instala o módulo mgmtsystem_health_safety." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." @@ -385,7 +449,7 @@ msgstr "" "-Este Instala o mgmtsystem_information_security módulo." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." @@ -394,7 +458,7 @@ msgstr "" "-Este Instala o módulo mgmtsystem_nonconformity." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." @@ -403,7 +467,7 @@ msgstr "" "- Isso instala o módulo mgmtsystem_procedure." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." @@ -412,7 +476,7 @@ msgstr "" "-Este Instala o módulo mgmtsystem_quality.." #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." @@ -421,14 +485,14 @@ msgstr "" "-Este Instala o módulo mgmtsystem_review." #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" -msgstr "Qualidade (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" +msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" -msgstr "Modelo de manual da Qualidade baseado na ISO 9001: 2008" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" +msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report @@ -436,25 +500,28 @@ msgid "Reports" msgstr "Relatórios" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "Configração" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Sistema" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Sistemas" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "Top avaliações de gestão" @@ -469,11 +536,32 @@ msgid "Viewer" msgstr "Visualizador" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +#, fuzzy +msgid "res.config.settings" msgstr "mgmtsystem.config.settings" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "ou" +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Configure management system" +#~ msgstr "Configurar sistema de gestão" + +#~ msgid "Document page approval" +#~ msgstr "Aprovação da página do documento" + +#~ msgid "" +#~ "Provide document approval and history. \n" +#~ "-This installs the module document_page_approval." +#~ msgstr "" +#~ "Forneça aprovação e histórico do documento.\n" +#~ "-Isto instala o módulo document_page_approval." + +#~ msgid "Quality (ISO 9001)" +#~ msgstr "Qualidade (ISO 9001)" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/mgmtsystem/i18n/pt_PT.po b/mgmtsystem/i18n/pt_PT.po index 9c3bf0bd915f..4ac240ae6b47 100644 --- a/mgmtsystem/i18n/pt_PT.po +++ b/mgmtsystem/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-management-system-9-0/language/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-" +"management-system-9-0/language/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Cancelar" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +59,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Criado por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Criado em" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +194,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +475,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/mgmtsystem/i18n/ro.po b/mgmtsystem/i18n/ro.po index bb970e646c68..920ad5ba109b 100644 --- a/mgmtsystem/i18n/ro.po +++ b/mgmtsystem/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,18 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Romanian (http://www.transifex.com/oca/OCA-management-system-9-0/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Anuleaza" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +60,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +195,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +476,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Anuleaza" diff --git a/mgmtsystem/i18n/ru.po b/mgmtsystem/i18n/ru.po index e8f7c1bb11ce..af949eb7fe30 100644 --- a/mgmtsystem/i18n/ru.po +++ b/mgmtsystem/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: msgid "" msgstr "" @@ -10,19 +10,19 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-03-04 19:38+0000\n" "Last-Translator: <>\n" -"Language-Team: Russian (http://www.transifex.com/oca/OCA-management-system-9-0/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -30,11 +30,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -46,17 +41,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Отменена" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -71,25 +61,16 @@ msgid "Configuration" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -101,74 +82,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -176,11 +170,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" @@ -196,6 +196,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -214,8 +219,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -229,142 +234,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -373,26 +441,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -407,11 +477,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Отменена" diff --git a/mgmtsystem/i18n/sl.po b/mgmtsystem/i18n/sl.po index 16a14b060f06..c0102badda85 100644 --- a/mgmtsystem/i18n/sl.po +++ b/mgmtsystem/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,16 @@ msgstr "" "PO-Revision-Date: 2017-04-21 18:16+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "Revizor" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Revizije" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,34 +60,20 @@ msgid "Configuration" msgstr "Nastavitve" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Ustvaril" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Ustvarjeno" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "Prikazni naziv" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -107,74 +81,89 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +#, fuzzy +msgid "Environment" +msgstr "Okoljski vidiki" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" -msgstr "" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +#, fuzzy +msgid "Environment Manual Template" +msgstr "Okoljski vidiki" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "Okoljski vidiki" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Zadnjič posodobil" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -184,11 +173,17 @@ msgstr "" "Upravljanje sistemov upravljanja, priročniki, kazatelji storilnosti, " "neskladnosti, ukrepi, povratne informacije, revizije, pregledi." +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Sistem upravljanja" @@ -227,8 +222,8 @@ msgstr "Uporabnik modula z dodatnimi dovoljenji za odobritve." #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" "Uporabnik modula z dodatnim dovoljenjem za specifično revizorsko delovno " "mesto, kot npr. pregled učinkovitosti" @@ -244,149 +239,205 @@ msgid "Module user, with general read and write." msgstr "Uporabnik modula z dostopom branja in pisanja." #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Neustreznosti" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Procedure" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -395,25 +446,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "Sistem" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "Sistemi" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -428,11 +482,6 @@ msgid "Viewer" msgstr "Gledalec" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/sv.po b/mgmtsystem/i18n/sv.po index 79d78bf8d5ae..25dcb7ff3be9 100644 --- a/mgmtsystem/i18n/sv.po +++ b/mgmtsystem/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,18 +12,15 @@ msgstr "" "PO-Revision-Date: 2018-01-15 18:09+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +28,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +39,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "Revisioner" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,34 +59,20 @@ msgid "Configuration" msgstr "Inställningar" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "Document page approval" -msgstr "" - #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration @@ -107,74 +80,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -182,11 +168,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Ledningssystem" @@ -225,8 +217,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -240,149 +232,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "Avvikelser" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "Rutiner" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_document_page_approval -msgid "" -"Provide document approval and history. \n" -"-This installs the module document_page_approval." -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -391,25 +439,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:15 #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -424,11 +475,6 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" -msgstr "" - -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/th.po b/mgmtsystem/i18n/th.po index a0a007c0b828..be5e5d638614 100644 --- a/mgmtsystem/i18n/th.po +++ b/mgmtsystem/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # FIRST AUTHOR , 2013 msgid "" @@ -11,19 +11,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-09-09 12:25+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Thai (http://www.transifex.com/oca/OCA-management-system-9-0/language/th/)\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-management-system-9-0/" +"language/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "ยกเลิก" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,25 +60,16 @@ msgid "Configuration" msgstr "การกำหนดค่า" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -102,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -177,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "ระบบบริหารจัดการ" @@ -197,6 +195,12 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +#, fuzzy +msgid "Manual" +msgstr "คู่มือการใช้งาน" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -215,8 +219,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -230,142 +234,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -374,26 +441,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -408,11 +477,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "ยกเลิก" diff --git a/mgmtsystem/i18n/tr.po b/mgmtsystem/i18n/tr.po index 07f7ec9c1d77..e98b8fb46da0 100644 --- a/mgmtsystem/i18n/tr.po +++ b/mgmtsystem/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mgmtsystem -# +# # Translators: # FIRST AUTHOR , 2013 msgid "" @@ -11,19 +11,17 @@ msgstr "" "POT-Creation-Date: 2016-08-07 06:43+0000\n" "PO-Revision-Date: 2016-09-09 12:26+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Turkish (http://www.transifex.com/oca/OCA-management-system-9-0/language/tr/)\n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-management-" +"system-9-0/language/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action -msgid "" -"\n" -" Actions (immediate, corrective, preventive) and improvement opportunities\n" -" " +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" msgstr "" #. module: mgmtsystem @@ -31,11 +29,6 @@ msgstr "" msgid "Applications" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Apply" -msgstr "" - #. module: mgmtsystem #: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager msgid "Approving User" @@ -47,17 +40,12 @@ msgid "Auditor" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "Audits" msgstr "" #. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Cancel" -msgstr "Vazgeç" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "Claims" msgstr "" @@ -72,25 +60,16 @@ msgid "Configuration" msgstr "Yapılandırma" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "Configure management system" -msgstr "" - -#. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid msgid "Created by" msgstr "Oluşturan" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_create_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date msgid "Created on" msgstr "Oluşturuldu" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_display_name #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name msgid "Display Name" msgstr "" @@ -102,74 +81,87 @@ msgid "Documentation" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment -msgid "Environment (ISO 14001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual -msgid "Environment Manual template based on the ISO 14001:2004 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "Environmental Aspects" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "Feared Events" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "Hazards" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual -msgid "Health & Safety Manual template based on the OHSAS 18001 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety -msgid "Hygiene & Safety (OHSAS 18001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_id #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id msgid "ID" msgstr "ID" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security -msgid "Information Security (ISO 27001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual -msgid "Information Security Manual template based on ISO 27001" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings___last_update #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update msgid "Last Modified on" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_uid #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid msgid "Last Updated by" msgstr "Son güncelleyen" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_write_date #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date msgid "Last Updated on" msgstr "Son güncelleme" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,description:mgmtsystem.module_category_management_system msgid "" @@ -177,11 +169,17 @@ msgid "" "feedbacks, audits, reviews." msgstr "" +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + #. module: mgmtsystem #: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root #: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "Yönetim Sistemi" @@ -197,6 +195,11 @@ msgstr "" msgid "Manager" msgstr "" +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + #. module: mgmtsystem #: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Manuals" @@ -215,8 +218,8 @@ msgstr "" #. module: mgmtsystem #: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor msgid "" -"Module user with additional permission specific for the auditor job, such as" -" effectiveness reviews." +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." msgstr "" #. module: mgmtsystem @@ -230,142 +233,205 @@ msgid "Module user, with general read and write." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "Nonconformities" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "Procedures" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environmental_aspect +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect msgid "" "Provide Environmental Aspect category.\n" "- This installs the module mgmtsystem_environmental_aspect." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_security_event +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event msgid "" "Provide Feared Events.\n" "- This installs the module mgmtsystem_security_event." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_hazard +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard msgid "" "Provide Hazards.\n" "- This installs the module mgmtsystem_hazard." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual msgid "" "Provide a health and safety manual template.\n" "- This installs the module mgmtsystem_health_safety_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual msgid "" "Provide a quality manual template.\n" "- This installs the module mgmtsystem_quality_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_action +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action msgid "" "Provide actions and improvement opportunities tools.\n" "-This installs the module mgmtsystem_action." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment_manual +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual msgid "" "Provide an environment manual template.\n" "- This installs the module mgmtsystem_environment_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_information_security_manual +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual msgid "" "Provide an information security manual.\n" "- This installs the module information_security_manual." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_audit +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit msgid "" "Provide audit tools.\n" "-This installs the module mgmtsystem_audit." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_claim +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim msgid "" "Provide claim tools.\n" "-This installs the module mgmtsystem_claim." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_environment +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment msgid "" "Provide environment management tools.\n" "-This installs the module mgmtsystem_environment." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_health_safety +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety msgid "" "Provide health and safety management tools.\n" "-This installs the module mgmtsystem_health_safety." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_information_security +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security msgid "" "Provide information security tools.\n" "-This installs the module mgmtsystem_information_security." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_nonconformity +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity msgid "" "Provide non conformity tools.\n" "-This installs the module mgmtsystem_nonconformity." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_procedure +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure msgid "" "Provide procedures category.\n" "- This installs the module mgmtsystem_procedure." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality msgid "" "Provide quality management tools.\n" "-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,help:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" "Provide review tools.\n" "-This installs the module mgmtsystem_review." msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality -msgid "Quality (ISO 9001)" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_quality_manual -msgid "Quality Manual template based on the ISO 9001:2008 standard" +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" msgstr "" #. module: mgmtsystem @@ -374,26 +440,28 @@ msgid "Reports" msgstr "" #. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings msgid "Settings" msgstr "" #. module: mgmtsystem -#: code:addons/mgmtsystem/models/mgmtsystem_system.py:32 -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system #: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name -#, python-format msgid "System" msgstr "" #. module: mgmtsystem #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Systems" msgstr "" #. module: mgmtsystem -#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_config_settings_module_mgmtsystem_review +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Top management reviews" msgstr "" @@ -408,11 +476,9 @@ msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.model,name:mgmtsystem.model_mgmtsystem_config_settings -msgid "mgmtsystem.config.settings" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" -#. module: mgmtsystem -#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration -msgid "or" -msgstr "" +#~ msgid "Cancel" +#~ msgstr "Vazgeç" diff --git a/mgmtsystem/i18n/vi.po b/mgmtsystem/i18n/vi.po index b58def87b9dc..175622a8239f 100644 --- a/mgmtsystem/i18n/vi.po +++ b/mgmtsystem/i18n/vi.po @@ -6,11 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-02 23:46+0000\n" "PO-Revision-Date: 2014-03-04 11:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,38 +19,462 @@ msgstr "" "X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/i18n/zh_CN.po b/mgmtsystem/i18n/zh_CN.po index 1da1361704c9..d2fc758e7491 100644 --- a/mgmtsystem/i18n/zh_CN.po +++ b/mgmtsystem/i18n/zh_CN.po @@ -6,11 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: openerp-mgmtsystem\n" -"Report-Msgid-Bugs-To: FULL NAME \n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-02 23:46+0000\n" "PO-Revision-Date: 2012-10-10 00:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,38 +19,462 @@ msgstr "" "X-Generator: Launchpad (build 16985)\n" #. module: mgmtsystem -#: model:ir.module.module,shortdesc:mgmtsystem.module_meta_information -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_dashboard +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "Actions" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Applications" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user_manager +msgid "Approving User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_auditor +msgid "Auditor" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit +msgid "Audits" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim +msgid "Claims" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_company_id +msgid "Company" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration +msgid "Configuration" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_uid +msgid "Created by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_create_date +msgid "Created on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_display_name +msgid "Display Name" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_manuals +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Documentation" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "Environment" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "Environment Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect +msgid "Environmental Aspects" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event +msgid "Feared Events" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard +msgid "Hazards" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "Health & Safety Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "Hygiene & Safety" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_id +msgid "ID" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "Information Security" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "Information Security Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system___last_update +msgid "Last Modified on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_write_date +msgid "Last Updated on" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage audits and verification lists" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage customer claims as nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Manage immediate, corrective, and preventive actions and improvement " +"opportunities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,description:mgmtsystem.module_category_management_system +msgid "" +"Manage management systems, manuals, KPIs, nonconformities, actions, " +"feedbacks, audits, reviews." +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manage nonconformities analysis, planning and resolution" +msgstr "" + +#. module: mgmtsystem +#: model:ir.module.category,name:mgmtsystem.module_category_management_system #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_main #: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_root +#: model:ir.ui.view,arch_db:mgmtsystem.system_form +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration msgid "Management System" msgstr "" #. module: mgmtsystem -#: view:board.board:0 -msgid "My Board" +#: model:ir.actions.act_window,name:mgmtsystem.system_action +#: model:ir.ui.view,arch_db:mgmtsystem.system_tree +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Management Systems" msgstr "" #. module: mgmtsystem -#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration -msgid "Configuration" +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_manager +msgid "Manager" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model,name:mgmtsystem.model_mgmtsystem_system +msgid "Manual" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Manuals" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_manager +msgid "Module administrator, able to modify configuration data." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user_manager +msgid "Module user with additional permission for approvals." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_auditor +msgid "" +"Module user with additional permission specific for the auditor job, such as " +"effectiveness reviews." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_viewer +msgid "Module user with general read only access." +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,comment:mgmtsystem.group_mgmtsystem_user +msgid "Module user, with general read and write." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity +msgid "Nonconformities" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure +msgid "Procedures" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Environment management tools (ISO 14001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environmental_aspect +msgid "" +"Provide Environmental Aspect category.\n" +"- This installs the module mgmtsystem_environmental_aspect." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_security_event +msgid "" +"Provide Feared Events.\n" +"- This installs the module mgmtsystem_security_event." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_hazard +msgid "" +"Provide Hazards.\n" +"- This installs the module mgmtsystem_hazard." +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Health & Safety management tools (OHSAS 18001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Information Security management tools (ISO 27001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide Quality management tools (ISO 9001)" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Feared Event documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Hazards documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide a Health & Safety Manual template based on the OHSAS 18001 " +"standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Procedure documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide a Quality Manual template based on the ISO 9001:2008 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety_manual +msgid "" +"Provide a health and safety manual template.\n" +"- This installs the module mgmtsystem_health_safety_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "" +"Provide a quality manual template.\n" +"- This installs the module mgmtsystem_quality_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_action +msgid "" +"Provide actions and improvement opportunities tools.\n" +"-This installs the module mgmtsystem_action." +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Envioronmental Aspect documentation category and template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "" +"Provide an Environment Manual template based on the ISO 14001:2004 standard" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Provide an Information Security Manual template based on ISO 27001" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment_manual +msgid "" +"Provide an environment manual template.\n" +"- This installs the module mgmtsystem_environment_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_information_security_manual +msgid "" +"Provide an information security manual.\n" +"- This installs the module information_security_manual." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_audit +msgid "" +"Provide audit tools.\n" +"-This installs the module mgmtsystem_audit." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_claim +msgid "" +"Provide claim tools.\n" +"-This installs the module mgmtsystem_claim." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_environment +msgid "" +"Provide environment management tools.\n" +"-This installs the module mgmtsystem_environment." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_health_safety +msgid "" +"Provide health and safety management tools.\n" +"-This installs the module mgmtsystem_health_safety." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_information_security +msgid "" +"Provide information security tools.\n" +"-This installs the module mgmtsystem_information_security." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_nonconformity +msgid "" +"Provide non conformity tools.\n" +"-This installs the module mgmtsystem_nonconformity." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_procedure +msgid "" +"Provide procedures category.\n" +"- This installs the module mgmtsystem_procedure." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "" +"Provide quality management tools.\n" +"-This installs the module mgmtsystem_quality." msgstr "" #. module: mgmtsystem -#: model:ir.module.module,description:mgmtsystem.module_meta_information +#: model:ir.model.fields,help:mgmtsystem.field_res_config_settings_module_mgmtsystem_review msgid "" -"\n" -"\tThis module is the basis of any management system applications:\n" -" * audit reports,\n" -" * nonconformities,\n" -" * immediate actions,\n" -" * preventive actions,\n" -" * corrective actions,\n" -" * improvement opportunities.\t\n" -" " +"Provide review tools.\n" +"-This installs the module mgmtsystem_review." +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality +msgid "Quality" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_quality_manual +msgid "Quality Manual Template" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_report +msgid "Reports" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_res_config_settings_module_mgmtsystem_review +msgid "Reviews" +msgstr "" + +#. module: mgmtsystem +#: model:ir.actions.act_window,name:mgmtsystem.action_mgmtsystem_configuration +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_settings +msgid "Settings" +msgstr "" + +#. module: mgmtsystem +#: model:ir.model.fields,field_description:mgmtsystem.field_mgmtsystem_system_name +msgid "System" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.menu,name:mgmtsystem.menu_mgmtsystem_configuration_system +msgid "Systems" +msgstr "" + +#. module: mgmtsystem +#: model:ir.ui.view,arch_db:mgmtsystem.view_mgmtsystem_configuration +msgid "Top management reviews" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_user +msgid "User" +msgstr "" + +#. module: mgmtsystem +#: model:res.groups,name:mgmtsystem.group_mgmtsystem_viewer +msgid "Viewer" msgstr "" #. module: mgmtsystem -#: model:ir.actions.act_window,name:mgmtsystem.open_board_mgmtsystem -msgid "Management System Dashboard" +#: model:ir.model,name:mgmtsystem.model_res_config_settings +msgid "res.config.settings" msgstr "" diff --git a/mgmtsystem/images/mgmtsystem-hover.png b/mgmtsystem/images/mgmtsystem-hover.png deleted file mode 100644 index cb1620bf203f19668872eb9c7620a8b950765cb2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2397 zcmaJ@dpHwp8z1`Skkh0vbJ#^8a)_}oWKJ_Ajp#)V8FJ3ybxzE37?S2NQ#q}aQ)#A< z5EbKTGHdhYwauKT*~>-YSgJKNdGR!jse0ssKSP zJiPYXgn+y=l10SufG^s`))LUjfGqJYKtHst72xpqe%Se_i02WGwDX7t0FEB}ZF~R{ zS(fJ%j6peC3r>lOOUp=%IaWjh075e;tMi!nDK5$Ymb&9t?RunW>!F&I-t`*(L1RW6rauQh*IaW} z%Lb%id#BHLb4w!QU6IA&FhRdJ-uy6KK9YGO6s>BCbL`S#yZG0R4yu5tf zfn*^3Jb3!W6Xr_dSzfXYLG~67cVulh84n)4z+$oN!o#)OEmZZa( zx}c-W0_H21%$+u6?v<4IPrQnS-}ovd00?A|m#C}#dGaWGd$_5o=~^dOt%)!UH9CQ1 zFm|@l?~F}MpoMk=V|AB)-aVP9^uo{IpH5@W;&UHK0Om?YwMB_jzDvC?)e~rsWBVQ79<4=Z+t*rdkP(Np&kLO!k;D5RA1FvfF#GCmt_C=q zMT&@sNSa;BL+{@mnVl8iP6OalHbFHVWjce9-382APpZ`4^V{pc28rO#>B*PTYHnFt z-X4t&4Gn)S5M>yoiHE7%9Iw0O<+-b?p{B_@lDsy7_N{eNOSVSS==7s{@MSpQ&C7Vr z{-E_LdS72AeP~D}I5=2cOAA+Bts<0Qc58X}sY{)16w7LCYa-A1-28`1aw|5)5+Zt|JGac;miXJ%*Eb*qSShlHTebXS)Y_i`W%sp^%-O{kXn<%%ga6YU+ep%HF-1n0vksLz2gA5G|JG!4}Fd|c=cERT2#X^RESrP+sPWvXd);CFCEGwAX63BEXmi)k4 zs!K1MiZ`Lx>tTk5hLpg8fkG9SyZ(DyESACmZW0KhXX94g-AH}g`fuFyl|_X`MA8>) z4dSZG^z7{HK6r@I>GYk6c>y;PhZDZDw@11U1%W^gD3ox>%w3%(pS{hc`j(ois&r`? znXV6+INTkP!u=ft=6IOm+vfp8n-gZhPbG_si`J)BFq zE+$l6jTqbUEYc1=@8KcmKZ?H=7+9ovxzT5`BfepIiE*gec(qHMdPNM49+G*No0BtV za#Q$qi^#_(zs%M1eR^=hSp@|~VMu_ovT_eU!i&rH(?#|dC^6gG+k2mEYF3QXHB3bH_1QYX zpQ@|ZHaBr*hA>&jl5u2EkovlNo4Dt#f~}`($BQl=uQ_Os;D(q)t+V=!Hufa}ykyl} zaqqDw`QIW~QQTPsggPFcv#kC3NFC;SbDUnzg{i^8!P0t(z#!M#nA790+HcUaZBQsw zDRjE$vDx0{`Z~0*u&_-(wbEv9!{o%9{(j)QRBAdgocu}=sr}E)!!lot+-Qco7Pis5 zGv~=zP~K*$iIYXGi*M>e_pdKU7KP&+z9sarn+o1YT5*e{Q!uBGZ!ZrDy)cgd2~7 zJq(8U%*>3swzlEkio%^kou`6j4mKnb>BHpY4r^LmUS59k(dL~d-_tA^>Lij# z_N`&l`2B6J#NR704RIwihak=WH#__{=I8TEFeOVBO=u8E=FL6;l(mypqoq&!zg1#- A`~Uy| diff --git a/mgmtsystem/images/mgmtsystem.png b/mgmtsystem/images/mgmtsystem.png deleted file mode 100644 index 45db4cca55a6cc8d3152c81d3bb364acc7eef072..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2152 zcmai$`9Bkm1ICBVeU7gyGWQu1DQwcH*+E&zk=T$@?zxp?kt0`F!;qPgs}XWlgk(sL zTsb~cb1W5-^x^B{^9Oui-yfdm{d%5%;CWIn*&#&)!1i z;t{w)aYzK9{++_wQ4k2SaR~(gge3nJ7odBc>h7YRXHKO>ZIEwsda)=7a(kq=j3tUx$_yJi+C2;p5$)UR_rM zB|%XmK`(z~-7k{sS3Wv<^qPuoTLF0zOX{Ypd+LkJLfYKZ{3g5zgPqwf&QBu* zxchMmuG*O;)2jza=?u-i0Fokwb||^+>cRDBg$2{j(^?2&(spOJZeBy0fstFijyQ;_ zI3r8lSb%MK#Ky}*3Jyj9>X|6Mr_gkNhe1bfT0JHqW8lEG-;Y7lGE3V|@Km)-^reh^ z|Dq%CYr?{A?QddyMxGa*k18UA0h|NyaDAE^zFpmX{^`To3jVlJ^R_G(wb**{Lem3+ zV!Gf<7Vq(3d%KGYDUW4gRbruH(w};4%HvzlJj5fplBaFpMN;G&hc6@xn_D=_PQMXu z+!8su=)@=7*x4JFXYPVF!5z5D*^02(MBqc8EQi~&E}K$KT54@MZfBqphO_{N-;{rC zclf-P}LuNg8CD*!bub2iQu^jg;Z|y5G;y8)`5rK0IxJL%|in(M(;ISlE*Y zM)W`(OZHX)l}7Dwu9M7ej=o|s(AlMNO4STlmXc1T=brl{OGy}^$AN|Iv8MB#Rb_2X ztlhIug;F{KDgsv19~DWJ<%idM2~0hvE@@R#M(U=IV_BK6L846Ic-60u#GjG-l44w) z5!}#};GC(pnU6GZc}Cn;SU8$xk+~MJHqu%EQj_rb;kI9-bA>HDMo(8aPVai&Oc7-K z&@dS7iDirp60WSgiAwW@621?Q3bqyms830UJRI5yfTXb=D&3Ajx(qM!--5=8~QARUExM> zSCrO${maO?sWDH4&{i~bx0-$-uE&BMS!VJ2gc=hXk7tiP9#jWT&DNYPOSTo>LrmH~ zD{9LafT7Bv)mRiI{iEYf zIpqY~hjh&?F4j$f%d}n|l^)bUzMl6wV_Y-jN=)J*yuV0weiNmONX)>3 z^t=_24I0QpW&TN@55VP++R@7KMzfH99i!GvjSsc)whO)9S9lKuwlaJnL5kBo z&(HCWJ!V>2Q9`u$SQt|v(Gy$AmsH5(OvTS7%VfP9X+Kars}Y*7%*mX%3kkz z9jIy?f6X(;$!M?$=?9t23!hwRay-X&wey}>4~VvjPEKNOG$YENjO&H$D5wvp0e(Fzyfx=v6tF`E zqzubR2fYfCQ~4rjiFI1dv<$~B+Gwe>mcM;*6I)#QRolL-1QpPTiM0LM*yOZe81j1R z^nO~MY<$Ls8Fg*Ai5fn5ouYP$C2jE;Gk)`CmBoBaJknigS4N&*q#5gb#zQ(-RJTOu6Zlmy{L%V#003mZ5>%A`?EU1K02ih$lUPSq2W%2{u zTJb9*xzA@|DlHvA z6a3vJ@WN&B?CqxC@)Rj_`E45C`00!Gi<%HSUEY?Ov;za*tJPh{MelY3H!J4HlYndQ zqUwg7dMg``a2^>3=MUQ;_ZGkHUlSz7MG*mt}mVo7a*eXN05>X~U1)OrSOg|YJV zR6gzD^;e2D!pvfc%$QV{tH^YFYgH>_j6m>nW?DyGCaec8maS|jK6plR6Ft+@SYj}S zE^u?%H!+kY2>EoTr6zcm_oj^YmHyU<6W?U#e{$K2EkUS@WlOwkSAk6#qxVvbStyHs zZFJ{1b2v`X+bHzLo8C8FkMF~=E0kE=?Fh7j9*J~g=_<#cVH7&y8tA#rW2#~so2t2L zrKQ4_+%oZ4zVP3Kff|^t>2Ra_7|6JFqp=f1I1aAJCp8(RmS)Y~H}?(1ZzXw1J|;y=Y}-n9S# diff --git a/mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt b/mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt deleted file mode 100644 index 2c5c553cd65f..000000000000 --- a/mgmtsystem/migrations/6.1.1.0/openupgrade_analysis.txt +++ /dev/null @@ -1,11 +0,0 @@ ----mgmtsystem--- -deleted xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system -deleted xml-id of model ir.module.category: mgmtsystem.module_category_mgmtsystem -new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_auditor -new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_manager -new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_user -new xml-id of model ir.model.access: mgmtsystem.access_mgmtsystem_system_viewer -new xml-id of model ir.module.category: mgmtsystem.module_category_management_system -new xml-id of model res.groups: mgmtsystem.group_mgmtsystem_user -new xml-id of model res.groups: mgmtsystem.group_mgmtsystem_user_manager -new xml-id of model res.groups: mgmtsystem.group_mgmtsystem_viewer diff --git a/mgmtsystem/models/mgmtsystem_system.py b/mgmtsystem/models/mgmtsystem_system.py index ad7f1183099b..16ea3bf27230 100644 --- a/mgmtsystem/models/mgmtsystem_system.py +++ b/mgmtsystem/models/mgmtsystem_system.py @@ -1,7 +1,7 @@ # Copyright 2012 Savoir-faire Linux # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from odoo import models, fields, _ +from odoo import models, fields def own_company(self): @@ -11,7 +11,7 @@ def own_company(self): class MgmtSystemSystem(models.Model): _name = 'mgmtsystem.system' - _description = _('System') + _description = 'System' name = fields.Char('System', required=True) company_id = fields.Many2one('res.company', 'Company', diff --git a/mgmtsystem/models/res_config.py b/mgmtsystem/models/res_config.py index b19716ac2314..71e7c64ac1d0 100644 --- a/mgmtsystem/models/res_config.py +++ b/mgmtsystem/models/res_config.py @@ -7,31 +7,30 @@ class MgmtsystemConfigSettings(models.TransientModel): """This class in needed to activate management system Applications.""" - _name = 'mgmtsystem.config.settings' _inherit = 'res.config.settings' # Systems module_mgmtsystem_quality = fields.Boolean( - 'Quality (ISO 9001)', + 'Quality', help='Provide quality management tools.\n' '-This installs the module mgmtsystem_quality.' ) module_mgmtsystem_environment = fields.Boolean( - 'Environment (ISO 14001)', + 'Environment', help='Provide environment management tools.\n' '-This installs the module mgmtsystem_environment.' ) module_mgmtsystem_health_safety = fields.Boolean( - 'Hygiene & Safety (OHSAS 18001)', + 'Hygiene & Safety', help='Provide health and safety management tools.\n' '-This installs the module mgmtsystem_health_safety.' ) module_mgmtsystem_information_security = fields.Boolean( - 'Information Security (ISO 27001)', + 'Information Security', help='Provide information security tools.\n' '-This installs the module mgmtsystem_information_security.' ) @@ -39,9 +38,7 @@ class MgmtsystemConfigSettings(models.TransientModel): # Applications module_mgmtsystem_action = fields.Boolean( - """ - Actions (immediate, corrective, preventive) and improvement opportunities - """, + 'Actions', help='Provide actions and improvement opportunities tools.\n' '-This installs the module mgmtsystem_action.' ) @@ -65,39 +62,33 @@ class MgmtsystemConfigSettings(models.TransientModel): ) module_mgmtsystem_review = fields.Boolean( - 'Top management reviews', + 'Reviews', help='Provide review tools.\n' '-This installs the module mgmtsystem_review.' ) - module_document_page_approval = fields.Boolean( - 'Document page approval', - help='Provide document approval and history. \n' - '-This installs the module document_page_approval.' - ) - # Manuals module_mgmtsystem_quality_manual = fields.Boolean( - 'Quality Manual template based on the ISO 9001:2008 standard', + 'Quality Manual Template', help='Provide a quality manual template.\n' '- This installs the module mgmtsystem_quality_manual.' ) module_mgmtsystem_environment_manual = fields.Boolean( - 'Environment Manual template based on the ISO 14001:2004 standard', + 'Environment Manual Template', help='Provide an environment manual template.\n' '- This installs the module mgmtsystem_environment_manual.' ) module_mgmtsystem_health_safety_manual = fields.Boolean( - 'Health & Safety Manual template based on the OHSAS 18001 standard', + 'Health & Safety Manual Template', help='Provide a health and safety manual template.\n' '- This installs the module mgmtsystem_health_safety_manual.' ) module_information_security_manual = fields.Boolean( - 'Information Security Manual template based on ISO 27001', + 'Information Security Manual Template', help='Provide an information security manual.\n' '- This installs the module information_security_manual.' ) @@ -127,3 +118,9 @@ class MgmtsystemConfigSettings(models.TransientModel): help='Provide Feared Events.\n' '- This installs the module mgmtsystem_security_event.' ) + + module_document_page_approval = fields.Boolean( + 'Document Page Approval', + help='Provide document approval and history. \n' + '-This installs the module document_page_approval.' + ) diff --git a/mgmtsystem/static/description/icon.png b/mgmtsystem/static/description/icon.png index cb1620bf203f19668872eb9c7620a8b950765cb2..3a674571cde555dbaeb8a36142ddd699cc0b1cc2 100644 GIT binary patch literal 5417 zcmV+^71rvBP)f0PCpRGem837f5w zE^dU)?mB4}t!;J{NMWf5ZHP%Ant_JkdeSgvN%(1{-#6Ec$M4OL_h#TgR62M54_>q~(b6qp()1r}xVE}S>Ka~X7)a$O26`UV{q z`p&BQCl{)rP+-vyn*H@YcrW-cH5v*m$_Bj!)zz9p^5>7K0_jYa2bbe1F3i1%fY(8` z*t}+O;LWSSiQD-(o_SgzMYMuz!S}8B{*`&`f>-CM@%${M<`Gz+r+(SOt+B-!o*7(t z@*Z5*$p73@V7V>EAu0hWXEpVKbCJ%s$D?m$I8#HI!RZx3uKwo z!#kI`wGTL{H%fG4Bu9~}Ax8qRh@x__qiP$zX8z&2()meUmn^DFbg-bPpfgP zF6kl<*~Vzjg)tgZv_Xq2-idT|@fNF*3!%2YQ^EPmwL&8$Eo&C1K?na8!_qJi5?Rp; z>aj?&?N+LypWSKedBgvA{}wE$&sp{+-J}`J{+EEdEe1jnf(u)4UiQD3^ zB?MTmq$(J`9yrvG@3VdiqySbza)sRZo*3sGo(j zrJO}hCkR^(gXKP|prw%dg(srM{{WsqRjj@MErmDEZsAV^wwx62K*~*2&8jAtEmpOH zqXJT_3!5auHVlOF(PLq7`|EwKp{jRew5{ijSt8vetuTvtHfZ#|`>BKVEoVFynNk9} z9BA#67sBDl4a721Ao$|-@7t>;m~DZ_yLMyGA3wplK?5A0pSbPRULXg+B5M(Xtk?i1 zFmduiXyiiJn87{#1y4zFs{egf*)ypX&TVb_M*G)SI`V$uAj3EBIkH980kHZTe2zD) z0fm9HW5>^orIbVu?cm_)_9nm8YJy=3l@t$me!I%M#M$&HIPpIJJ_z0#%kiZ^_@^Ty zqrJm6-gVEO#+KUZL?}U9N8gYo_gqq3UsKs!TV1=_F+qtWvHHmSZUze?V|eE>2le&A zpPf$cV^Ti(Y9ApZ`q^!`x+K*E3$M`ZuTBJ%r$K484PA35SP&Vb%_|%Uf1)f4GbHizuuwNIe)is#LJYWbtw{?X#1f|ZMlk6z?7$9Q-w z&(v>6|7GSK@R25u-MRk&VbN1EpHEoy6c^r|`hvrO zsEj?~gLN|kX{A3jV|PV5HZ}K}-j>5SPb9Yq$p99l)d%|46l8)--4zDi-BiW% z#Lm89Nz+5BV7>QCoh{v6`Pq#HsjW+0S+H&$eM1>r5pzrr85QE`frSY8xn7*~mU)=g zt_18>V4a|ZBT=So2@F=`imusXwzqCGQ)$I?1`BBVuChZ6#nxUny-YN~iq%4AW&pD$ zNle^)kXB|Jxe!XSubPsPJ3++*D^?37(n^c9u(4|bk)>yWh3Orz%mQLFgJ_sDSg~5@ z%p)>$SD3X@2f?nu_Ag%lKE6g@+J)&SR6u00Gdnl1Vztot-^h*>b{bY*s(SV`w$^PT zf3ET_>Dk?w#hx&BQwxb9b+&QU#5_!l^1*|Hr`$&sF$k{~zrA!v7N=z& zEU5K|wNL|CN?qBaYC2nN*=~12GICm5saCUWf(60;;jfcF)@m<{cY8#(#u&Q?f#CP; zW{B}4mgrioV_?m$g>vv%!SHpSTch|>H4RGShVA*rCK^&?%MMr%mzlZ6LAl%&cp80a zw_U2TTT|~HW|GiQ)bEzTg06~ONj;`a+Ij}gj!8rne3jiUv|L)NSq#oP-e8$(p~eUD z(LY-ZaZnc7PN=f0!ExOJy4fi_C@=TbaO0Rtq({t1|lTDjbPscl4h4RQcNv({eT^8O%Le+bhz7m7*4E zii3+7xT}y`siHVxMD|!k=>&UWDziRBG|})nJ-Zv7rHbS?)JJI{ zrM(qJDFu7#TByN1CG>A@4u;3+zFT zW2LTznr$fqjYZeV_v~pj>_`I{9a(Lu6^E*6F*<_)dBZ|Rzm)}5;HhEXYaEuOgkAM2m?hY6 zMnrg~=x4X7cq|*@DYf5ft=p6ZRq~#ON=s%v1j|}2l#fvnq;|J=g00b)b{TL4ZFbwz zxgE*J&Zx+&qG`cytrlwCdPhc&pBWpu5W)~6Bvtv!Ip2WQ**8?b(cZRfQcRCykt&^Z zH&ygPp`BW&6&pA+=G(O&k_CStLyX}jM*`#L+_u~x5@qoj#}{f8RXKYsJGIb^c@Pw9 zn%X8lYyj6*Qrud%d2ih&)>nOyPulK^9@q-K{Jh;~Q&gEemYrH?8nb?T2S&f6ZwSBK z**Bc@lb{IPw2ro^w-i-Wv%=gImEDm|gBRVqZtaRI+^_F|UGT_z9ei<>*KumhJ#H1>VgSF%q?>Sah zfLB*wd+6ooJDRp}!z&G2`ZeH(L_7(cQR*XZxq%7|c#-xdKTo`pvK8n)#_p~W0R`3w zCFKq))K)!B_u*n|ICM7M7tbrgy!`GT)y$ta7a820`wy6YRL9SZ&C%xI;ej&b*K_~+ z6OnIledRlULVd~&T%LR@^jj(~HAnl?zoGkZ>It2F8cu%tKuH|O`rDYlw-X%C{X?96VN{!Eareym#PSPG?$4=CP{0OL(?wTb}Z&0SSR`3r~svv<0)ATz+zk}*4yOwH0B#v65X&TaaPz;Tbqh)DP3-ZBqnh2i2m;=s&)g?iDUcVx8Tl@oNSaurxw ztTqeTE0^Q~J){4)JE@}D%3fya=f@r%(w5U7G5TOR-XjIcl^9b*&i?S6X&$wHV>C!r4TN5PUgSyyc|vorGmvMF>{L9~^f5cksM1($vA=lj zlR4U)MBk3L@ec#P!uORGrQANb;(0~**zg!9-wO%VW&>9Ky{+l58lJ`zX8h&8kI}TsG@qisw8jCIVaY5Qr`?VNVx5@oE_zA>>BN6Jr;OWl3A;GH z%%$GljriBC#6GjV|M4e=3mnIzw_5yPv&(2(&l@kkdV&vCyupIK6}*H`H@hLGg4a{a zA8oDM48HH)e*ihiF5}zz2Wx@Ufxz}0OKZ{3@0c^eD&G?8FH4SOdgbS5xlzSC6cQun zC5xb=G2#Pf$MCVyTHggv$QZV+_SwCIGmV8KQQvd>4L`JgP4&$A&>X391}rVMd|@s$ zJ8Mw2CohD_UPW7h62VTtLe{%vN6kt`b${r0Lv;|;-Z=8tR{oZPS@fo6zt}tS-)Ry+XQ|ShU4&L_*<#Bm>L;QA$ULO8PI`8TDhJ991{;sw zdMkK&=a#ij6(D4>JNF-$iw^Hx`sjRkd}YP&lzYAmr2aE_DbU@I?~YUDSXOAP%6ON^ z-loUFe7pABIMTO#nJ(C!Ga>r1)GhE<%*OfKa8!;`<$NeqG10nt%N9+3b_d}vGgSzJ zPMauTDYmTGH>#h!5{Vj?4h5u2EU*Y$M^F6*84%Q{!YHYcn~~oNUP^KSj4)IQ2Np?~ zkG}nzl@+CqG(kvV7#VWE(5xQ7MZc>p`+ad9QpC*^`hMJfuZhs&EV6|oH)j5_z@t5} zL8!+Q&SS-mtO~>PE6HU-D*DXd|7fOO1*%v!8N0`0C9>t)wSR=~nPY<6z?re??{&|t zNefAp&>o8zBVEq^r6T^AI>i?9B?t@q6t*)A$o5`abQol74fTSPX*^c+gT zo%gr8{$tj;egab^4OnEp!gXDVM6+%lm)cQ1_b)#kk0zY)51v+R(jF-h_OYb_i&!u` z{=*Yz@7|xvhwGWNSX;5`6hkcMiO%m zSaE}{Z}wM9;lM!B!NJo5XT~!3qB+_Qs=%7%!0Kx%cWkT_YLi)$77vI*jF{Dqp}#l=;AG>uO(>x17V4MzXDxY_QI9#ZykI z@(wJs8UtZV%NF6gw`@`F{tWa0rt{%(@TBjhp2+PW+TUBHRa8nkws{R!QkUi}U8I@z z@vYN$))&X*(fDM7(2noEr{97hQah*u%Pl53Rhr9=<5pBDu#~x(Dg~CJN`d8iTi|hg z`?3PdjZ_KT4ywRXR4K5OxtA&hmZD05bKTGHdhYwauKT*~>-YSgJKNdGR!jse0ssKSP zJiPYXgn+y=l10SufG^s`))LUjfGqJYKtHst72xpqe%Se_i02WGwDX7t0FEB}ZF~R{ zS(fJ%j6peC3r>lOOUp=%IaWjh075e;tMi!nDK5$Ymb&9t?RunW>!F&I-t`*(L1RW6rauQh*IaW} z%Lb%id#BHLb4w!QU6IA&FhRdJ-uy6KK9YGO6s>BCbL`S#yZG0R4yu5tf zfn*^3Jb3!W6Xr_dSzfXYLG~67cVulh84n)4z+$oN!o#)OEmZZa( zx}c-W0_H21%$+u6?v<4IPrQnS-}ovd00?A|m#C}#dGaWGd$_5o=~^dOt%)!UH9CQ1 zFm|@l?~F}MpoMk=V|AB)-aVP9^uo{IpH5@W;&UHK0Om?YwMB_jzDvC?)e~rsWBVQ79<4=Z+t*rdkP(Np&kLO!k;D5RA1FvfF#GCmt_C=q zMT&@sNSa;BL+{@mnVl8iP6OalHbFHVWjce9-382APpZ`4^V{pc28rO#>B*PTYHnFt z-X4t&4Gn)S5M>yoiHE7%9Iw0O<+-b?p{B_@lDsy7_N{eNOSVSS==7s{@MSpQ&C7Vr z{-E_LdS72AeP~D}I5=2cOAA+Bts<0Qc58X}sY{)16w7LCYa-A1-28`1aw|5)5+Zt|JGac;miXJ%*Eb*qSShlHTebXS)Y_i`W%sp^%-O{kXn<%%ga6YU+ep%HF-1n0vksLz2gA5G|JG!4}Fd|c=cERT2#X^RESrP+sPWvXd);CFCEGwAX63BEXmi)k4 zs!K1MiZ`Lx>tTk5hLpg8fkG9SyZ(DyESACmZW0KhXX94g-AH}g`fuFyl|_X`MA8>) z4dSZG^z7{HK6r@I>GYk6c>y;PhZDZDw@11U1%W^gD3ox>%w3%(pS{hc`j(ois&r`? znXV6+INTkP!u=ft=6IOm+vfp8n-gZhPbG_si`J)BFq zE+$l6jTqbUEYc1=@8KcmKZ?H=7+9ovxzT5`BfepIiE*gec(qHMdPNM49+G*No0BtV za#Q$qi^#_(zs%M1eR^=hSp@|~VMu_ovT_eU!i&rH(?#|dC^6gG+k2mEYF3QXHB3bH_1QYX zpQ@|ZHaBr*hA>&jl5u2EkovlNo4Dt#f~}`($BQl=uQ_Os;D(q)t+V=!Hufa}ykyl} zaqqDw`QIW~QQTPsggPFcv#kC3NFC;SbDUnzg{i^8!P0t(z#!M#nA790+HcUaZBQsw zDRjE$vDx0{`Z~0*u&_-(wbEv9!{o%9{(j)QRBAdgocu}=sr}E)!!lot+-Qco7Pis5 zGv~=zP~K*$iIYXGi*M>e_pdKU7KP&+z9sarn+o1YT5*e{Q!uBGZ!ZrDy)cgd2~7 zJq(8U%*>3swzlEkio%^kou`6j4mKnb>BHpY4r^LmUS59k(dL~d-_tA^>Lij# z_N`&l`2B6J#NR704RIwihak=WH#__{=I8TEFeOVBO=u8E=FL6;l(mypqoq&!zg1#- A`~Uy| diff --git a/mgmtsystem/static/description/icon.svg b/mgmtsystem/static/description/icon.svg new file mode 100644 index 000000000000..8c434e6d21d6 --- /dev/null +++ b/mgmtsystem/static/description/icon.svg @@ -0,0 +1 @@ +icon \ No newline at end of file diff --git a/mgmtsystem/views/menus.xml b/mgmtsystem/views/menus.xml index d05d769f1661..a5bced6a572b 100644 --- a/mgmtsystem/views/menus.xml +++ b/mgmtsystem/views/menus.xml @@ -3,6 +3,7 @@ diff --git a/mgmtsystem/views/res_config.xml b/mgmtsystem/views/res_config.xml index fcd78fcd4b21..e27bd4f97745 100644 --- a/mgmtsystem/views/res_config.xml +++ b/mgmtsystem/views/res_config.xml @@ -1,125 +1,266 @@ + - Configure management system - mgmtsystem.config.settings - -
-
-
- - -