From c7ec79dcda0cdba9234a5c3f0c6eb76c902ac5e2 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Tue, 2 Oct 2012 17:11:17 +0200 Subject: [PATCH] [REM] base_tools profile_tools bzr revid: al@openerp.com-20121002151117-7bhsdagpmb4rn9fl --- addons/base_tools/LICENSE | 15 -- addons/base_tools/__init__.py | 3 - addons/base_tools/__openerp__.py | 18 -- addons/base_tools/i18n/ar.po | 32 ---- addons/base_tools/i18n/base_tools.pot | 28 --- addons/base_tools/i18n/bg.po | 32 ---- addons/base_tools/i18n/ca.po | 32 ---- addons/base_tools/i18n/cs.po | 32 ---- addons/base_tools/i18n/da.po | 32 ---- addons/base_tools/i18n/de.po | 32 ---- addons/base_tools/i18n/en_GB.po | 32 ---- addons/base_tools/i18n/es.po | 32 ---- addons/base_tools/i18n/es_AR.po | 32 ---- addons/base_tools/i18n/es_CL.po | 32 ---- addons/base_tools/i18n/es_CR.po | 34 ---- addons/base_tools/i18n/es_EC.po | 32 ---- addons/base_tools/i18n/es_MX.po | 32 ---- addons/base_tools/i18n/es_PY.po | 32 ---- addons/base_tools/i18n/es_VE.po | 32 ---- addons/base_tools/i18n/fa.po | 32 ---- addons/base_tools/i18n/fi.po | 32 ---- addons/base_tools/i18n/fr.po | 32 ---- addons/base_tools/i18n/gl.po | 32 ---- addons/base_tools/i18n/gu.po | 32 ---- addons/base_tools/i18n/hi.po | 32 ---- addons/base_tools/i18n/hr.po | 32 ---- addons/base_tools/i18n/id.po | 32 ---- addons/base_tools/i18n/it.po | 32 ---- addons/base_tools/i18n/ja.po | 32 ---- addons/base_tools/i18n/lt.po | 30 ---- addons/base_tools/i18n/mn.po | 32 ---- addons/base_tools/i18n/nb.po | 32 ---- addons/base_tools/i18n/nl.po | 32 ---- addons/base_tools/i18n/nl_BE.po | 32 ---- addons/base_tools/i18n/oc.po | 32 ---- addons/base_tools/i18n/pt.po | 32 ---- addons/base_tools/i18n/pt_BR.po | 32 ---- addons/base_tools/i18n/ro.po | 32 ---- addons/base_tools/i18n/ru.po | 32 ---- addons/base_tools/i18n/sk.po | 32 ---- addons/base_tools/i18n/sl.po | 32 ---- addons/base_tools/i18n/sq.po | 30 ---- addons/base_tools/i18n/sr@latin.po | 32 ---- addons/base_tools/i18n/sv.po | 32 ---- addons/base_tools/i18n/tr.po | 32 ---- addons/base_tools/i18n/vi.po | 32 ---- addons/base_tools/i18n/zh_CN.po | 32 ---- addons/base_tools/i18n/zh_TW.po | 32 ---- addons/base_tools/tools_view.xml | 11 -- addons/idea/__openerp__.py | 2 +- addons/idea/idea_view.xml | 2 + addons/lunch/__openerp__.py | 2 +- addons/lunch/lunch_view.xml | 3 + addons/mail/__openerp__.py | 2 +- addons/note/__openerp__.py | 1 - addons/note_pad/__openerp__.py | 1 - addons/profile_tools/__init__.py | 23 --- addons/profile_tools/__openerp__.py | 43 ----- addons/profile_tools/i18n/ar.po | 30 ---- addons/profile_tools/i18n/bg.po | 65 ------- addons/profile_tools/i18n/ca.po | 114 ------------- addons/profile_tools/i18n/da.po | 20 --- addons/profile_tools/i18n/de.po | 112 ------------ addons/profile_tools/i18n/es.po | 113 ------------- addons/profile_tools/i18n/es_CR.po | 115 ------------- addons/profile_tools/i18n/es_MX.po | 159 ------------------ addons/profile_tools/i18n/es_VE.po | 159 ------------------ addons/profile_tools/i18n/fi.po | 73 -------- addons/profile_tools/i18n/fr.po | 114 ------------- addons/profile_tools/i18n/gl.po | 112 ------------ addons/profile_tools/i18n/hr.po | 89 ---------- addons/profile_tools/i18n/hu.po | 48 ------ addons/profile_tools/i18n/it.po | 70 -------- addons/profile_tools/i18n/mn.po | 39 ----- addons/profile_tools/i18n/nl.po | 111 ------------ addons/profile_tools/i18n/profile_tools.pot | 19 --- addons/profile_tools/i18n/pt.po | 33 ---- addons/profile_tools/i18n/pt_BR.po | 57 ------- addons/profile_tools/i18n/ro.po | 112 ------------ addons/profile_tools/i18n/ru.po | 91 ---------- addons/profile_tools/i18n/tr.po | 27 --- addons/profile_tools/i18n/zh_CN.po | 101 ----------- .../security/ir.model.access.csv | 1 - addons/profile_tools/static/src/img/icon.png | Bin 8466 -> 0 bytes addons/subscription/__openerp__.py | 2 +- addons/subscription/subscription_view.xml | 2 + addons/survey/__openerp__.py | 2 +- addons/survey/survey_view.xml | 2 + 88 files changed, 14 insertions(+), 3538 deletions(-) delete mode 100644 addons/base_tools/LICENSE delete mode 100644 addons/base_tools/__init__.py delete mode 100644 addons/base_tools/__openerp__.py delete mode 100644 addons/base_tools/i18n/ar.po delete mode 100644 addons/base_tools/i18n/base_tools.pot delete mode 100644 addons/base_tools/i18n/bg.po delete mode 100644 addons/base_tools/i18n/ca.po delete mode 100644 addons/base_tools/i18n/cs.po delete mode 100644 addons/base_tools/i18n/da.po delete mode 100644 addons/base_tools/i18n/de.po delete mode 100644 addons/base_tools/i18n/en_GB.po delete mode 100644 addons/base_tools/i18n/es.po delete mode 100644 addons/base_tools/i18n/es_AR.po delete mode 100644 addons/base_tools/i18n/es_CL.po delete mode 100644 addons/base_tools/i18n/es_CR.po delete mode 100644 addons/base_tools/i18n/es_EC.po delete mode 100644 addons/base_tools/i18n/es_MX.po delete mode 100644 addons/base_tools/i18n/es_PY.po delete mode 100644 addons/base_tools/i18n/es_VE.po delete mode 100644 addons/base_tools/i18n/fa.po delete mode 100644 addons/base_tools/i18n/fi.po delete mode 100644 addons/base_tools/i18n/fr.po delete mode 100644 addons/base_tools/i18n/gl.po delete mode 100644 addons/base_tools/i18n/gu.po delete mode 100644 addons/base_tools/i18n/hi.po delete mode 100644 addons/base_tools/i18n/hr.po delete mode 100644 addons/base_tools/i18n/id.po delete mode 100644 addons/base_tools/i18n/it.po delete mode 100644 addons/base_tools/i18n/ja.po delete mode 100644 addons/base_tools/i18n/lt.po delete mode 100644 addons/base_tools/i18n/mn.po delete mode 100644 addons/base_tools/i18n/nb.po delete mode 100644 addons/base_tools/i18n/nl.po delete mode 100644 addons/base_tools/i18n/nl_BE.po delete mode 100644 addons/base_tools/i18n/oc.po delete mode 100644 addons/base_tools/i18n/pt.po delete mode 100644 addons/base_tools/i18n/pt_BR.po delete mode 100644 addons/base_tools/i18n/ro.po delete mode 100644 addons/base_tools/i18n/ru.po delete mode 100644 addons/base_tools/i18n/sk.po delete mode 100644 addons/base_tools/i18n/sl.po delete mode 100644 addons/base_tools/i18n/sq.po delete mode 100644 addons/base_tools/i18n/sr@latin.po delete mode 100644 addons/base_tools/i18n/sv.po delete mode 100644 addons/base_tools/i18n/tr.po delete mode 100644 addons/base_tools/i18n/vi.po delete mode 100644 addons/base_tools/i18n/zh_CN.po delete mode 100644 addons/base_tools/i18n/zh_TW.po delete mode 100644 addons/base_tools/tools_view.xml delete mode 100644 addons/profile_tools/__init__.py delete mode 100644 addons/profile_tools/__openerp__.py delete mode 100644 addons/profile_tools/i18n/ar.po delete mode 100644 addons/profile_tools/i18n/bg.po delete mode 100644 addons/profile_tools/i18n/ca.po delete mode 100644 addons/profile_tools/i18n/da.po delete mode 100644 addons/profile_tools/i18n/de.po delete mode 100644 addons/profile_tools/i18n/es.po delete mode 100644 addons/profile_tools/i18n/es_CR.po delete mode 100644 addons/profile_tools/i18n/es_MX.po delete mode 100644 addons/profile_tools/i18n/es_VE.po delete mode 100644 addons/profile_tools/i18n/fi.po delete mode 100644 addons/profile_tools/i18n/fr.po delete mode 100644 addons/profile_tools/i18n/gl.po delete mode 100644 addons/profile_tools/i18n/hr.po delete mode 100644 addons/profile_tools/i18n/hu.po delete mode 100644 addons/profile_tools/i18n/it.po delete mode 100644 addons/profile_tools/i18n/mn.po delete mode 100644 addons/profile_tools/i18n/nl.po delete mode 100644 addons/profile_tools/i18n/profile_tools.pot delete mode 100644 addons/profile_tools/i18n/pt.po delete mode 100644 addons/profile_tools/i18n/pt_BR.po delete mode 100644 addons/profile_tools/i18n/ro.po delete mode 100644 addons/profile_tools/i18n/ru.po delete mode 100644 addons/profile_tools/i18n/tr.po delete mode 100644 addons/profile_tools/i18n/zh_CN.po delete mode 100644 addons/profile_tools/security/ir.model.access.csv delete mode 100644 addons/profile_tools/static/src/img/icon.png diff --git a/addons/base_tools/LICENSE b/addons/base_tools/LICENSE deleted file mode 100644 index 27a1a4cf453..00000000000 --- a/addons/base_tools/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -OpenERP, Open Source Management Solution -Copyright © 2010 OpenERP SA (). - -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 Lice -along with this program. If not, see . diff --git a/addons/base_tools/__init__.py b/addons/base_tools/__init__.py deleted file mode 100644 index 4c241b72be9..00000000000 --- a/addons/base_tools/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# Debian packaging removes blank files, so this comment is added. - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_tools/__openerp__.py b/addons/base_tools/__openerp__.py deleted file mode 100644 index 71f6cbe549c..00000000000 --- a/addons/base_tools/__openerp__.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- encoding: utf-8 -*- -{ - 'name': 'Base Tools', - 'author': 'OpenERP SA', - 'version': '1.0', - 'depends': ['base'], - 'category' : 'Hidden/Dependency', - 'description': """ -Common base for tools modules. -============================== - -Creates menu link for Tools from where tools like survey, lunch, idea are accessible if installed. - """, - 'data': ['tools_view.xml'], - 'installable': True, -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_tools/i18n/ar.po b/addons/base_tools/i18n/ar.po deleted file mode 100644 index 389ac1af356..00000000000 --- a/addons/base_tools/i18n/ar.po +++ /dev/null @@ -1,32 +0,0 @@ -# Arabic translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-08-23 01:58+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "قاعدة أساسية لأدوات البرامج" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/base_tools.pot b/addons/base_tools/i18n/base_tools.pot deleted file mode 100644 index f2b6a6b0d6b..00000000000 --- a/addons/base_tools/i18n/base_tools.pot +++ /dev/null @@ -1,28 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_tools -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0.0-rc2\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14:58+0000\n" -"PO-Revision-Date: 2011-01-11 11:14:58+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: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "\n" -" " -msgstr "" - diff --git a/addons/base_tools/i18n/bg.po b/addons/base_tools/i18n/bg.po deleted file mode 100644 index 9e1b0730048..00000000000 --- a/addons/base_tools/i18n/bg.po +++ /dev/null @@ -1,32 +0,0 @@ -# Bulgarian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-18 09:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Обща база за модули на Инструменти" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ca.po b/addons/base_tools/i18n/ca.po deleted file mode 100644 index c33a3b15baf..00000000000 --- a/addons/base_tools/i18n/ca.po +++ /dev/null @@ -1,32 +0,0 @@ -# Catalan translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-13 17:59+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base comú per a mòduls eines" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/cs.po b/addons/base_tools/i18n/cs.po deleted file mode 100644 index 6532862aa11..00000000000 --- a/addons/base_tools/i18n/cs.po +++ /dev/null @@ -1,32 +0,0 @@ -# Czech translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-04-06 06:17+0000\n" -"Last-Translator: Jiří Hajda \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Obecný základ pro nástrojové moduly" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/da.po b/addons/base_tools/i18n/da.po deleted file mode 100644 index 4df777264fc..00000000000 --- a/addons/base_tools/i18n/da.po +++ /dev/null @@ -1,32 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-11-08 10:44+0000\n" -"Last-Translator: OpenERP Danmark / Mikhael Saxtorph \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Fælles grundlag for værktøjsmoduler" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/de.po b/addons/base_tools/i18n/de.po deleted file mode 100644 index 561df06caea..00000000000 --- a/addons/base_tools/i18n/de.po +++ /dev/null @@ -1,32 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \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-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Gemeinsame Basis für Module \"Tools\"" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/en_GB.po b/addons/base_tools/i18n/en_GB.po deleted file mode 100644 index ca667bccf59..00000000000 --- a/addons/base_tools/i18n/en_GB.po +++ /dev/null @@ -1,32 +0,0 @@ -# English (United Kingdom) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-08-25 11:52+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: English (United Kingdom) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Common base for tools modules" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es.po b/addons/base_tools/i18n/es.po deleted file mode 100644 index 7c471df9a20..00000000000 --- a/addons/base_tools/i18n/es.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+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-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_AR.po b/addons/base_tools/i18n/es_AR.po deleted file mode 100644 index 6faff2c306f..00000000000 --- a/addons/base_tools/i18n/es_AR.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Argentina) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-06-18 18:37+0000\n" -"Last-Translator: Eduardo Alberto Calvo \n" -"Language-Team: Spanish (Argentina) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_CL.po b/addons/base_tools/i18n/es_CL.po deleted file mode 100644 index 768d7cc1b4f..00000000000 --- a/addons/base_tools/i18n/es_CL.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Chile) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-10-03 16:53+0000\n" -"Last-Translator: David Acevedo Toledo \n" -"Language-Team: Spanish (Chile) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos de herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_CR.po b/addons/base_tools/i18n/es_CR.po deleted file mode 100644 index b31b7457c7d..00000000000 --- a/addons/base_tools/i18n/es_CR.po +++ /dev/null @@ -1,34 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-02-13 19:12+0000\n" -"Last-Translator: Carlos Vásquez (CLEARCORP) " -"\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-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: es\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_EC.po b/addons/base_tools/i18n/es_EC.po deleted file mode 100644 index 1950ab6fd43..00000000000 --- a/addons/base_tools/i18n/es_EC.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Ecuador) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-03-24 04:09+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Ecuador) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_MX.po b/addons/base_tools/i18n/es_MX.po deleted file mode 100644 index fdf326b3f0e..00000000000 --- a/addons/base_tools/i18n/es_MX.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+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: 2011-09-05 05:58+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_PY.po b/addons/base_tools/i18n/es_PY.po deleted file mode 100644 index 19ec2feae6d..00000000000 --- a/addons/base_tools/i18n/es_PY.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Paraguay) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-18 12:37+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Paraguay) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_VE.po b/addons/base_tools/i18n/es_VE.po deleted file mode 100644 index fdf326b3f0e..00000000000 --- a/addons/base_tools/i18n/es_VE.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+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: 2011-09-05 05:58+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/fa.po b/addons/base_tools/i18n/fa.po deleted file mode 100644 index bd4b2dbd4b4..00000000000 --- a/addons/base_tools/i18n/fa.po +++ /dev/null @@ -1,32 +0,0 @@ -# Persian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-12-19 09:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Persian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "پایه‌ی معمول برای ماژول‌های ابزار" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/fi.po b/addons/base_tools/i18n/fi.po deleted file mode 100644 index 5810f7ad137..00000000000 --- a/addons/base_tools/i18n/fi.po +++ /dev/null @@ -1,32 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+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-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Yhteinen pohja työkalumoduleille" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/fr.po b/addons/base_tools/i18n/fr.po deleted file mode 100644 index e3d4169def0..00000000000 --- a/addons/base_tools/i18n/fr.po +++ /dev/null @@ -1,32 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \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-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base commune pour les modules utilitaires" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/gl.po b/addons/base_tools/i18n/gl.po deleted file mode 100644 index a2d1a0bb5cb..00000000000 --- a/addons/base_tools/i18n/gl.po +++ /dev/null @@ -1,32 +0,0 @@ -# Galician translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos de ferramentas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/gu.po b/addons/base_tools/i18n/gu.po deleted file mode 100644 index 030e21f85c1..00000000000 --- a/addons/base_tools/i18n/gu.po +++ /dev/null @@ -1,32 +0,0 @@ -# Gujarati translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-04-23 06:10+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Gujarati \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/hi.po b/addons/base_tools/i18n/hi.po deleted file mode 100644 index 086dac411a7..00000000000 --- a/addons/base_tools/i18n/hi.po +++ /dev/null @@ -1,32 +0,0 @@ -# Hindi translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hindi \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "उपकरण मॉड्यूल के लिए सामान्य आधार" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/hr.po b/addons/base_tools/i18n/hr.po deleted file mode 100644 index f71d831e5bf..00000000000 --- a/addons/base_tools/i18n/hr.po +++ /dev/null @@ -1,32 +0,0 @@ -# Croatian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-12-19 11:40+0000\n" -"Last-Translator: Tomislav Bosnjakovic \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Zajednička osnova za alatne module" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/id.po b/addons/base_tools/i18n/id.po deleted file mode 100644 index eaf8e04fec6..00000000000 --- a/addons/base_tools/i18n/id.po +++ /dev/null @@ -1,32 +0,0 @@ -# Indonesian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Indonesian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Dasar umum untuk modul alat" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/it.po b/addons/base_tools/i18n/it.po deleted file mode 100644 index 43a848cf05e..00000000000 --- a/addons/base_tools/i18n/it.po +++ /dev/null @@ -1,32 +0,0 @@ -# Italian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base comune per moduli di strumenti" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ja.po b/addons/base_tools/i18n/ja.po deleted file mode 100644 index eb5c3ff6744..00000000000 --- a/addons/base_tools/i18n/ja.po +++ /dev/null @@ -1,32 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-03-31 18:52+0000\n" -"Last-Translator: Masaki Yamaya \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "ツールモジュールの共通基盤" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/lt.po b/addons/base_tools/i18n/lt.po deleted file mode 100644 index 005bf36218f..00000000000 --- a/addons/base_tools/i18n/lt.po +++ /dev/null @@ -1,30 +0,0 @@ -# Lithuanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-08-28 13:53+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-29 05:05+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" diff --git a/addons/base_tools/i18n/mn.po b/addons/base_tools/i18n/mn.po deleted file mode 100644 index 424ac4fd9e0..00000000000 --- a/addons/base_tools/i18n/mn.po +++ /dev/null @@ -1,32 +0,0 @@ -# Mongolian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-07-08 19:30+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Багажийн модулиудын ерөнхий суурь" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/nb.po b/addons/base_tools/i18n/nb.po deleted file mode 100644 index dcc674f3bdc..00000000000 --- a/addons/base_tools/i18n/nb.po +++ /dev/null @@ -1,32 +0,0 @@ -# Norwegian Bokmal translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \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: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Felles base for verktøy moduler" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/nl.po b/addons/base_tools/i18n/nl.po deleted file mode 100644 index 68ed91cdf4d..00000000000 --- a/addons/base_tools/i18n/nl.po +++ /dev/null @@ -1,32 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-16 11:39+0000\n" -"Last-Translator: Douwe Wullink (Dypalio) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Algemene basis voor tools modules" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/nl_BE.po b/addons/base_tools/i18n/nl_BE.po deleted file mode 100644 index 2a3bc54a552..00000000000 --- a/addons/base_tools/i18n/nl_BE.po +++ /dev/null @@ -1,32 +0,0 @@ -# Dutch (Belgium) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-03-01 17:18+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Belgium) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Gemeenschappelijke basis voor hulpmiddelen" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/oc.po b/addons/base_tools/i18n/oc.po deleted file mode 100644 index f0e14cd807a..00000000000 --- a/addons/base_tools/i18n/oc.po +++ /dev/null @@ -1,32 +0,0 @@ -# Occitan (post 1500) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-11-20 09:19+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Occitan (post 1500) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Basa comuna pels moduls utilitaris" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/pt.po b/addons/base_tools/i18n/pt.po deleted file mode 100644 index 586829bedbd..00000000000 --- a/addons/base_tools/i18n/pt.po +++ /dev/null @@ -1,32 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-12-10 12:08+0000\n" -"Last-Translator: Paulino Ascenção \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base comum para módulos de ferramentas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/pt_BR.po b/addons/base_tools/i18n/pt_BR.po deleted file mode 100644 index 10f8adab288..00000000000 --- a/addons/base_tools/i18n/pt_BR.po +++ /dev/null @@ -1,32 +0,0 @@ -# Brazilian Portuguese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-16 22:10+0000\n" -"Last-Translator: FULL NAME \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: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base Comum para módulos de ferramentas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ro.po b/addons/base_tools/i18n/ro.po deleted file mode 100644 index 63550f7e0ba..00000000000 --- a/addons/base_tools/i18n/ro.po +++ /dev/null @@ -1,32 +0,0 @@ -# Romanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-01-03 16:01+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Baza comuna pentru modulele unelte" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ru.po b/addons/base_tools/i18n/ru.po deleted file mode 100644 index d55368d88d3..00000000000 --- a/addons/base_tools/i18n/ru.po +++ /dev/null @@ -1,32 +0,0 @@ -# Russian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-09 15:57+0000\n" -"Last-Translator: Stanislav Hanzhin \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Общая основа для всех модулей-инструментов" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/sk.po b/addons/base_tools/i18n/sk.po deleted file mode 100644 index a9c02244046..00000000000 --- a/addons/base_tools/i18n/sk.po +++ /dev/null @@ -1,32 +0,0 @@ -# Slovak translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-21 08:17+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Spoločný základ pre nástroje modulov" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/sl.po b/addons/base_tools/i18n/sl.po deleted file mode 100644 index 175c84db73c..00000000000 --- a/addons/base_tools/i18n/sl.po +++ /dev/null @@ -1,32 +0,0 @@ -# Slovenian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-05-22 17:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Skupna osnova za module orodij" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/sq.po b/addons/base_tools/i18n/sq.po deleted file mode 100644 index a488bda45f6..00000000000 --- a/addons/base_tools/i18n/sq.po +++ /dev/null @@ -1,30 +0,0 @@ -# Albanian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-28 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" diff --git a/addons/base_tools/i18n/sr@latin.po b/addons/base_tools/i18n/sr@latin.po deleted file mode 100644 index 883e6e01ab5..00000000000 --- a/addons/base_tools/i18n/sr@latin.po +++ /dev/null @@ -1,32 +0,0 @@ -# Serbian Latin translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-10-06 13:41+0000\n" -"Last-Translator: Milan Milosevic \n" -"Language-Team: Serbian Latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Uobičajena osnova za alatne module" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"modul: base_tools\n" -" " diff --git a/addons/base_tools/i18n/sv.po b/addons/base_tools/i18n/sv.po deleted file mode 100644 index 232a15703f3..00000000000 --- a/addons/base_tools/i18n/sv.po +++ /dev/null @@ -1,32 +0,0 @@ -# Swedish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-11-10 15:12+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: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Gemensam bas för verktygsmoduler" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/tr.po b/addons/base_tools/i18n/tr.po deleted file mode 100644 index 5d961a40efd..00000000000 --- a/addons/base_tools/i18n/tr.po +++ /dev/null @@ -1,32 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \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: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Araçlar modülleri için ortak taban" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/vi.po b/addons/base_tools/i18n/vi.po deleted file mode 100644 index bf971d02d5a..00000000000 --- a/addons/base_tools/i18n/vi.po +++ /dev/null @@ -1,32 +0,0 @@ -# Vietnamese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-05-04 18:47+0000\n" -"Last-Translator: OpenBMS JSC \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: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Cơ sở chung cho mô-đun công cụ" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/zh_CN.po b/addons/base_tools/i18n/zh_CN.po deleted file mode 100644 index b663347552d..00000000000 --- a/addons/base_tools/i18n/zh_CN.po +++ /dev/null @@ -1,32 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-06-29 01:21+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-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "常见的基础工具模块" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/zh_TW.po b/addons/base_tools/i18n/zh_TW.po deleted file mode 100644 index 7fc27772692..00000000000 --- a/addons/base_tools/i18n/zh_TW.po +++ /dev/null @@ -1,32 +0,0 @@ -# Chinese (Traditional) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-09-27 14:45+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Traditional) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "工具模組共同基礎" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/tools_view.xml b/addons/base_tools/tools_view.xml deleted file mode 100644 index fbe0e16e31a..00000000000 --- a/addons/base_tools/tools_view.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/addons/idea/__openerp__.py b/addons/idea/__openerp__.py index 3c7a3fca1b0..8f32e1e91c4 100644 --- a/addons/idea/__openerp__.py +++ b/addons/idea/__openerp__.py @@ -35,7 +35,7 @@ The managers can obtain an easy view of best ideas from all the users. Once installed, check the menu 'Ideas' in the 'Tools' main menu.""", 'author': 'OpenERP SA', 'website': 'http://openerp.com', - 'depends': ['base_tools','mail'], + 'depends': ['mail'], 'data': [ 'security/idea_security.xml', 'security/ir.model.access.csv', diff --git a/addons/idea/idea_view.xml b/addons/idea/idea_view.xml index 1b7cc5446b8..8547761b4c3 100644 --- a/addons/idea/idea_view.xml +++ b/addons/idea/idea_view.xml @@ -1,6 +1,8 @@ + + idea.category.search diff --git a/addons/lunch/__openerp__.py b/addons/lunch/__openerp__.py index f3791da7acd..0feb1af4184 100644 --- a/addons/lunch/__openerp__.py +++ b/addons/lunch/__openerp__.py @@ -23,7 +23,7 @@ 'name': 'Lunch Orders', 'author': 'OpenERP SA', 'version': '0.1', - 'depends': ['base_tools'], + 'depends': [], 'category' : 'Tools', 'description': """ The base module to manage lunch. diff --git a/addons/lunch/lunch_view.xml b/addons/lunch/lunch_view.xml index bf438a538f9..b560ada323c 100644 --- a/addons/lunch/lunch_view.xml +++ b/addons/lunch/lunch_view.xml @@ -1,6 +1,9 @@ + + + diff --git a/addons/mail/__openerp__.py b/addons/mail/__openerp__.py index 5a3c48de675..4e42b74597e 100644 --- a/addons/mail/__openerp__.py +++ b/addons/mail/__openerp__.py @@ -45,7 +45,7 @@ Main Features """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', - 'depends': ['base', 'base_tools', 'base_setup'], + 'depends': ['base', 'base_setup'], 'data': [ 'wizard/invite_view.xml', 'wizard/mail_compose_message_view.xml', diff --git a/addons/note/__openerp__.py b/addons/note/__openerp__.py index 2c6134e5e3a..c91d324e6d8 100644 --- a/addons/note/__openerp__.py +++ b/addons/note/__openerp__.py @@ -39,7 +39,6 @@ Notes can be found in the 'Home' menu. 'website': 'http://openerp.com', 'summary': 'Sticky notes, Collaborative, Memos', 'depends': [ - 'base_tools', 'mail', ], 'data': [ diff --git a/addons/note_pad/__openerp__.py b/addons/note_pad/__openerp__.py index 1a40ef80cc6..e1d4b96e3c6 100644 --- a/addons/note_pad/__openerp__.py +++ b/addons/note_pad/__openerp__.py @@ -34,7 +34,6 @@ Use for update your text memo in real time with the following user that you invi 'website': 'http://openerp.com', 'summary': 'Sticky memos, Collaborative', 'depends': [ - 'base_tools', 'mail', 'pad', 'note', diff --git a/addons/profile_tools/__init__.py b/addons/profile_tools/__init__.py deleted file mode 100644 index 9a3d6d2fbb6..00000000000 --- a/addons/profile_tools/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# 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 . -# -############################################################################## - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/profile_tools/__openerp__.py b/addons/profile_tools/__openerp__.py deleted file mode 100644 index 17588a4de02..00000000000 --- a/addons/profile_tools/__openerp__.py +++ /dev/null @@ -1,43 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# 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 . -# -############################################################################## - - -{ - 'name' : 'Miscellaneous Tools', - 'version' : '1.0', - 'depends' : ['base', 'base_setup'], - 'author' : 'OpenERP SA', - 'category' : 'Hidden/Dependency', - 'description': """ -Installer for extra Hidden like lunch, survey, idea, share. -=========================================================== - -Makes the Extra Hidden Configuration available from where you can install -modules like share, lunch, pad, idea, survey and subscription. - """, - 'website': 'http://www.openerp.com', - 'data': [], - 'demo': [], - 'installable': True, - 'auto_install': False, - 'images': ['images/config_extra_Hidden.jpeg'], -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/profile_tools/i18n/ar.po b/addons/profile_tools/i18n/ar.po deleted file mode 100644 index 04cf1da095a..00000000000 --- a/addons/profile_tools/i18n/ar.po +++ /dev/null @@ -1,30 +0,0 @@ -# Arabic translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-12 22:03+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "تهيئة" - -#~ msgid "Configuration Progress" -#~ msgstr "سير الإعدادات" - -#~ msgid "Image" -#~ msgstr "صورة" - -#~ msgid "title" -#~ msgstr "الاسم" diff --git a/addons/profile_tools/i18n/bg.po b/addons/profile_tools/i18n/bg.po deleted file mode 100644 index e0399c7adf0..00000000000 --- a/addons/profile_tools/i18n/bg.po +++ /dev/null @@ -1,65 +0,0 @@ -# Bulgarian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-03-28 21:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Настройване" - -#~ msgid "Configuration Progress" -#~ msgstr "Прогрес на настройките" - -#~ msgid "Survey" -#~ msgstr "Проучване" - -#~ msgid "Image" -#~ msgstr "Изображение" - -#~ msgid "title" -#~ msgstr "заглавие" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Разни инструменти" - -#~ msgid "Recurring Documents" -#~ msgstr "Повтарящи се документи" - -#~ msgid "Ideas Box" -#~ msgstr "Кутия с идеи" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Настройка на допълнителни инструменти" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Помага за генериране на автоматично повтарящи се документи" - -#~ msgid "Tools Configuration" -#~ msgstr "Настройка на инструменти" - -#~ msgid "Lunch" -#~ msgstr "Обяд" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Промотиране идеите на служителите, гласуванията и дискусиите по най-добрите " -#~ "идеи." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Помага за организиране на проучванията." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Прост модул за спмагане управлението на поръчките за обяд." diff --git a/addons/profile_tools/i18n/ca.po b/addons/profile_tools/i18n/ca.po deleted file mode 100644 index 4cfe71909e0..00000000000 --- a/addons/profile_tools/i18n/ca.po +++ /dev/null @@ -1,114 +0,0 @@ -# Catalan translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-12 20:58+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Configura" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Eines vàries" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instal·la eines per a menjar, enquesta, subscripció i auditoria\n" -#~ " mòdul\n" -#~ " " - -#~ msgid "Recurring Documents" -#~ msgstr "Documents recurrents" - -#~ msgid "misc_tools.installer" -#~ msgstr "eines_vàries.instal·lador" - -#~ msgid "Configuration Progress" -#~ msgstr "Progrés de la configuració" - -#~ msgid "Ideas Box" -#~ msgstr "Caixa d'idees" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notes col·laboratius" - -#~ msgid "Survey" -#~ msgstr "Enquesta" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuració d'eines extres" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuració d'eines extres" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ajuda a generar documents recurrents automàticament." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuració d'eines" - -#~ msgid "Image" -#~ msgstr "Imatge" - -#~ msgid "Web Share" -#~ msgstr "Comparteix Web" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promou les idees dels treballadors, la votació i el debat de les millors " -#~ "idees." - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Us permet donar accés restringit als documents OpenERP a usuaris externs, " -#~ "com a clients, proveïdors, o comptables. Podeu compartir qualsevol menú " -#~ "OpenERP com les tasques del projecte, les sol·licituds de suport, factures, " -#~ "etc" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Us permet organitzar enquestes." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Les eines extra són aplicacions que us poden ajudar a millorar la vostra " -#~ "organització encara que no són claus per a la gestió de l'empresa." - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Aquest mòdul crea una integració més estreta entre una instància Pad " -#~ "seleccionada i el vostre client web d'OpenERP que us permet enllaçar " -#~ "fàcilment pads als objectes d'OpenERP a través de fitxers adjunts OpenERP." - -#~ msgid "title" -#~ msgstr "títol" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un mòdul simple que us permet gestionar les ordres de menjar (pizzes, menús, " -#~ "...)." - -#~ msgid "Lunch" -#~ msgstr "Menjar" diff --git a/addons/profile_tools/i18n/da.po b/addons/profile_tools/i18n/da.po deleted file mode 100644 index f297208d493..00000000000 --- a/addons/profile_tools/i18n/da.po +++ /dev/null @@ -1,20 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-27 06:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - - diff --git a/addons/profile_tools/i18n/de.po b/addons/profile_tools/i18n/de.po deleted file mode 100644 index 11421e73a19..00000000000 --- a/addons/profile_tools/i18n/de.po +++ /dev/null @@ -1,112 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 18:24+0000\n" -"Last-Translator: silas \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-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Ideas Box" -#~ msgstr "Betriebliche Vorschläge" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "Abstimmung über Mitarbeitervorschläge" - -#~ msgid "Configuration Progress" -#~ msgstr "Abfolge Konfiguration" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Hilft bei der Erstellung autom. wiederkehrender Dokumente" - -#~ msgid "Lunch" -#~ msgstr "Mittagessen" - -#~ msgid "Tools Configuration" -#~ msgstr "Konfiguration Werkzeuge" - -#~ msgid "Image" -#~ msgstr "Bild" - -#~ msgid "Recurring Documents" -#~ msgstr "Wiederkehrende Dokumente" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Ermöglicht Umfragen." - -#~ msgid "Survey" -#~ msgstr "Umfrage" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Sonstige Werkzeuge" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Installationstool für die Module lunch, \n" -#~ " survey,subscription and audittrail\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Ermöglicht die Erteilung eines eingeschränkten Zugriff auf OpenERP " -#~ "Dokumente, z.B. für externe Benutzer, Kunden, Lieferanten oder " -#~ "Finanzbuchhalter. Sie können jegliches OpenERP Menü, wie z.B. Aufgaben, " -#~ "Kundendienst, Rechnungen etc. freigeben" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Dieses Modul erzeugt eine Integration zwischen einer Etherpad Instanz Ihrer " -#~ "Wahl und dem OpenERP Webclient. Hierdurch können Sie auf einfachem Wege Pads " -#~ "miteinander vernetzen." - -#~ msgid "Web Share" -#~ msgstr "Gemeinsames Web" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Konfiguration Extra Anwendungen" - -#~ msgid "Configure" -#~ msgstr "Konfigurieren" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Konfiguration Extra Anwendungen" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Eine einfache Anwendung für die Verwaltung der täglichen " -#~ "Mitarbeiterverpflegung." - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "title" -#~ msgstr "Titel" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Extra Werkzeuge sind kleinere, möglicherweise hilfreiche Anwendungen für Ihr " -#~ "Unternehmen. Es handelt sich dabei nicht um Kernanwendungen von OpenERP." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Online Notizblock - Pad" diff --git a/addons/profile_tools/i18n/es.po b/addons/profile_tools/i18n/es.po deleted file mode 100644 index 2e6b5d45b8d..00000000000 --- a/addons/profile_tools/i18n/es.po +++ /dev/null @@ -1,113 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 19:37+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \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-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Ideas Box" -#~ msgstr "Caja de ideas" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promueve las ideas de los empleados, y la votación y el debate de las " -#~ "mejores ideas." - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuración de herramientas" - -#~ msgid "Lunch" -#~ msgstr "Comida" - -#~ msgid "Image" -#~ msgstr "Imagen" - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos recurrentes" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Survey" -#~ msgstr "Encuesta" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Herramientas varias" - -#~ msgid "misc_tools.installer" -#~ msgstr "herramientas_varias.instalador" - -#~ msgid "Web Share" -#~ msgstr "Compartir Web" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "En este módulo crea una integración más estrecha entre una instancia Pad " -#~ "seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -#~ "pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Le permite organizar encuestas." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -#~ "menús, ...)." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -#~ "organización aunque no son claves para la gestión de la compañía." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notas colaborativos" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instala herramientas para comida, encuesta, suscripción y auditoría\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Le permite dar acceso restringido a los documentos OpenERP a usuarios " -#~ "externos, como clientes, proveedores, o contables. Puede compartir cualquier " -#~ "menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -#~ "facturas, etc." - -#~ msgid "Configuration Progress" -#~ msgstr "Progreso de la configuración" diff --git a/addons/profile_tools/i18n/es_CR.po b/addons/profile_tools/i18n/es_CR.po deleted file mode 100644 index ef77d888c44..00000000000 --- a/addons/profile_tools/i18n/es_CR.po +++ /dev/null @@ -1,115 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-02-17 00:27+0000\n" -"Last-Translator: Carlos Vásquez (CLEARCORP) " -"\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-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: es\n" - -#~ msgid "Ideas Box" -#~ msgstr "Caja de ideas" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promueve las ideas de los empleados, y la votación y el debate de las " -#~ "mejores ideas." - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuración de herramientas" - -#~ msgid "Lunch" -#~ msgstr "Comida" - -#~ msgid "Image" -#~ msgstr "Imagen" - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos recurrentes" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Survey" -#~ msgstr "Encuesta" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Herramientas varias" - -#~ msgid "misc_tools.installer" -#~ msgstr "herramientas_varias.instalador" - -#~ msgid "Web Share" -#~ msgstr "Compartir Web" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "En este módulo crea una integración más estrecha entre una instancia Pad " -#~ "seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -#~ "pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Le permite organizar encuestas." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -#~ "menús, ...)." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -#~ "organización aunque no son claves para la gestión de la compañía." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notas colaborativos" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instala herramientas para comida, encuesta, suscripción y auditoría\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Le permite dar acceso restringido a los documentos OpenERP a usuarios " -#~ "externos, como clientes, proveedores, o contables. Puede compartir cualquier " -#~ "menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -#~ "facturas, etc." - -#~ msgid "Configuration Progress" -#~ msgstr "Progreso de la configuración" diff --git a/addons/profile_tools/i18n/es_MX.po b/addons/profile_tools/i18n/es_MX.po deleted file mode 100644 index ec495f0d96e..00000000000 --- a/addons/profile_tools/i18n/es_MX.po +++ /dev/null @@ -1,159 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-13 19:37+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \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: 2011-09-05 05:56+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: profile_tools -#: help:misc_tools.installer,idea:0 -msgid "Promote ideas of the employees, votes and discussion on best ideas." -msgstr "" -"Promueve las ideas de los empleados, y la votación y el debate de las " -"mejores ideas." - -#. module: profile_tools -#: help:misc_tools.installer,share:0 -msgid "" -"Allows you to give restricted access to your OpenERP documents to external " -"users, such as customers, suppliers, or accountants. You can share any " -"OpenERP Menu such as your project tasks, support requests, invoices, etc." -msgstr "" -"Le permite dar acceso restringido a los documentos OpenERP a usuarios " -"externos, como clientes, proveedores, o contables. Puede compartir cualquier " -"menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -"facturas, etc." - -#. module: profile_tools -#: help:misc_tools.installer,lunch:0 -msgid "A simple module to help you to manage Lunch orders." -msgstr "" -"Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -"menús, ...)." - -#. module: profile_tools -#: field:misc_tools.installer,subscription:0 -msgid "Recurring Documents" -msgstr "Documentos recurrentes" - -#. module: profile_tools -#: model:ir.model,name:profile_tools.model_misc_tools_installer -msgid "misc_tools.installer" -msgstr "herramientas_varias.instalador" - -#. module: profile_tools -#: model:ir.module.module,description:profile_tools.module_meta_information -msgid "" -"Installs tools for lunch,survey,subscription and audittrail\n" -" module\n" -" " -msgstr "" -"Instala herramientas para comida, encuesta, suscripción y auditoría\n" -" " - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "" -"Extra Tools are applications that can help you improve your organization " -"although they are not key for company management." -msgstr "" -"Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -"organización aunque no son claves para la gestión de la compañía." - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure" -msgstr "Configurar" - -#. module: profile_tools -#: help:misc_tools.installer,survey:0 -msgid "Allows you to organize surveys." -msgstr "Le permite organizar encuestas." - -#. module: profile_tools -#: model:ir.module.module,shortdesc:profile_tools.module_meta_information -msgid "Miscellaneous Tools" -msgstr "Herramientas varias" - -#. module: profile_tools -#: help:misc_tools.installer,pad:0 -msgid "" -"This module creates a tighter integration between a Pad instance of your " -"choosing and your OpenERP Web Client by letting you easily link pads to " -"OpenERP objects via OpenERP attachments." -msgstr "" -"En este módulo crea una integración más estrecha entre una instancia Pad " -"seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -"pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#. module: profile_tools -#: field:misc_tools.installer,lunch:0 -msgid "Lunch" -msgstr "Comida" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Extra Tools Configuration" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,idea:0 -msgid "Ideas Box" -msgstr "Caja de ideas" - -#. module: profile_tools -#: help:misc_tools.installer,subscription:0 -msgid "Helps to generate automatically recurring documents." -msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#. module: profile_tools -#: model:ir.actions.act_window,name:profile_tools.action_misc_tools_installer -msgid "Tools Configuration" -msgstr "Configuración de herramientas" - -#. module: profile_tools -#: field:misc_tools.installer,pad:0 -msgid "Collaborative Note Pads" -msgstr "Blocs de notas colaborativos" - -#. module: profile_tools -#: field:misc_tools.installer,survey:0 -msgid "Survey" -msgstr "Encuesta" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure Extra Tools" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,progress:0 -msgid "Configuration Progress" -msgstr "Progreso de la configuración" - -#. module: profile_tools -#: field:misc_tools.installer,config_logo:0 -msgid "Image" -msgstr "Imagen" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "title" -msgstr "título" - -#. module: profile_tools -#: field:misc_tools.installer,share:0 -msgid "Web Share" -msgstr "Compartir Web" diff --git a/addons/profile_tools/i18n/es_VE.po b/addons/profile_tools/i18n/es_VE.po deleted file mode 100644 index ec495f0d96e..00000000000 --- a/addons/profile_tools/i18n/es_VE.po +++ /dev/null @@ -1,159 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-13 19:37+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \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: 2011-09-05 05:56+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: profile_tools -#: help:misc_tools.installer,idea:0 -msgid "Promote ideas of the employees, votes and discussion on best ideas." -msgstr "" -"Promueve las ideas de los empleados, y la votación y el debate de las " -"mejores ideas." - -#. module: profile_tools -#: help:misc_tools.installer,share:0 -msgid "" -"Allows you to give restricted access to your OpenERP documents to external " -"users, such as customers, suppliers, or accountants. You can share any " -"OpenERP Menu such as your project tasks, support requests, invoices, etc." -msgstr "" -"Le permite dar acceso restringido a los documentos OpenERP a usuarios " -"externos, como clientes, proveedores, o contables. Puede compartir cualquier " -"menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -"facturas, etc." - -#. module: profile_tools -#: help:misc_tools.installer,lunch:0 -msgid "A simple module to help you to manage Lunch orders." -msgstr "" -"Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -"menús, ...)." - -#. module: profile_tools -#: field:misc_tools.installer,subscription:0 -msgid "Recurring Documents" -msgstr "Documentos recurrentes" - -#. module: profile_tools -#: model:ir.model,name:profile_tools.model_misc_tools_installer -msgid "misc_tools.installer" -msgstr "herramientas_varias.instalador" - -#. module: profile_tools -#: model:ir.module.module,description:profile_tools.module_meta_information -msgid "" -"Installs tools for lunch,survey,subscription and audittrail\n" -" module\n" -" " -msgstr "" -"Instala herramientas para comida, encuesta, suscripción y auditoría\n" -" " - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "" -"Extra Tools are applications that can help you improve your organization " -"although they are not key for company management." -msgstr "" -"Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -"organización aunque no son claves para la gestión de la compañía." - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure" -msgstr "Configurar" - -#. module: profile_tools -#: help:misc_tools.installer,survey:0 -msgid "Allows you to organize surveys." -msgstr "Le permite organizar encuestas." - -#. module: profile_tools -#: model:ir.module.module,shortdesc:profile_tools.module_meta_information -msgid "Miscellaneous Tools" -msgstr "Herramientas varias" - -#. module: profile_tools -#: help:misc_tools.installer,pad:0 -msgid "" -"This module creates a tighter integration between a Pad instance of your " -"choosing and your OpenERP Web Client by letting you easily link pads to " -"OpenERP objects via OpenERP attachments." -msgstr "" -"En este módulo crea una integración más estrecha entre una instancia Pad " -"seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -"pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#. module: profile_tools -#: field:misc_tools.installer,lunch:0 -msgid "Lunch" -msgstr "Comida" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Extra Tools Configuration" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,idea:0 -msgid "Ideas Box" -msgstr "Caja de ideas" - -#. module: profile_tools -#: help:misc_tools.installer,subscription:0 -msgid "Helps to generate automatically recurring documents." -msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#. module: profile_tools -#: model:ir.actions.act_window,name:profile_tools.action_misc_tools_installer -msgid "Tools Configuration" -msgstr "Configuración de herramientas" - -#. module: profile_tools -#: field:misc_tools.installer,pad:0 -msgid "Collaborative Note Pads" -msgstr "Blocs de notas colaborativos" - -#. module: profile_tools -#: field:misc_tools.installer,survey:0 -msgid "Survey" -msgstr "Encuesta" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure Extra Tools" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,progress:0 -msgid "Configuration Progress" -msgstr "Progreso de la configuración" - -#. module: profile_tools -#: field:misc_tools.installer,config_logo:0 -msgid "Image" -msgstr "Imagen" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "title" -msgstr "título" - -#. module: profile_tools -#: field:misc_tools.installer,share:0 -msgid "Web Share" -msgstr "Compartir Web" diff --git a/addons/profile_tools/i18n/fi.po b/addons/profile_tools/i18n/fi.po deleted file mode 100644 index 9f78c8ea9c0..00000000000 --- a/addons/profile_tools/i18n/fi.po +++ /dev/null @@ -1,73 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-06-22 09:37+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-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Sekalaiset työkalut" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "yksinkertainen moduuli lounastilausten hallintaan." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Mahdollistaa kyselyjen organisoinnin." - -#~ msgid "Configure" -#~ msgstr "Konfiguroi" - -#~ msgid "Configuration Progress" -#~ msgstr "Konfiguraation eteneminen" - -#~ msgid "Ideas Box" -#~ msgstr "Idealaatikkoa" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Ylimääräisten työkalujen konfiguaatio" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Konfiguroi ylimääräiset työkalut" - -#~ msgid "Lunch" -#~ msgstr "Lunch" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Auttaa luomaan toistuvia automaattisia dokumentteja." - -#~ msgid "Tools Configuration" -#~ msgstr "Työkalujen konfigurointi" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Yhteiset muistiinpanot" - -#~ msgid "Survey" -#~ msgstr "Kysely" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Edistää työntekijöiden ideoita, äänestystä ja keskustelua parhaista ideoista." - -#~ msgid "Image" -#~ msgstr "Kuva" - -#~ msgid "Recurring Documents" -#~ msgstr "Toistuvat dokumentit" - -#~ msgid "title" -#~ msgstr "otsikko" - -#~ msgid "Web Share" -#~ msgstr "Nettijako" diff --git a/addons/profile_tools/i18n/fr.po b/addons/profile_tools/i18n/fr.po deleted file mode 100644 index 5dc1ad90d10..00000000000 --- a/addons/profile_tools/i18n/fr.po +++ /dev/null @@ -1,114 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 14:33+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-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Ideas Box" -#~ msgstr "Boite à idées" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Vous aide à générer automatiquement vos documents récurrents." - -#~ msgid "Image" -#~ msgstr "Image" - -#~ msgid "Tools Configuration" -#~ msgstr "Configuration des outils" - -#~ msgid "Recurring Documents" -#~ msgstr "Documents récurrents" - -#~ msgid "title" -#~ msgstr "Titre" - -#~ msgid "Configuration Progress" -#~ msgstr "Avancement de la configuration" - -#~ msgid "Survey" -#~ msgstr "Sondage" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Outils divers" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Vous permet d'organiser des sondages" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Encouragez les idées de vos employés, votez et discutez autour des " -#~ "meilleures idées." - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Vous permet de donner des accès restreints sur vos documents OpenERP à des " -#~ "utilisateurs externes, comme des clients, des fournisseurs ou des " -#~ "comptables. Vous pouvez partager n'importe quel menu d'OpenERP comme par " -#~ "exemple vos tâches de projet, vos demandes d'intervention, vos factures, " -#~ "etc..." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Pads collaboratifs" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Installe des outils pour les modules de repas, sondage, inscription\n" -#~ " et audit\n" -#~ " " - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuration des outils supplémentaires" - -#~ msgid "Configure" -#~ msgstr "Configurer" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configurez les outils supplémentaires" - -#~ msgid "Lunch" -#~ msgstr "Repas" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Un module simple pour vous aider à gérer les commandes de repas." - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Ce module crée une plus forte intégration entre une instance de pad de votre " -#~ "choix et votre client Web OpenERP en vous permettant d'associer facilement " -#~ "des pads aux objets OpenERP avec les pièces jointes OpenERP." - -#~ msgid "Web Share" -#~ msgstr "Partage web" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Applications qui peuvent vous aider à améliorer votre organisation même " -#~ "s'ils ne sont pas importants pour la gestion de la société." diff --git a/addons/profile_tools/i18n/gl.po b/addons/profile_tools/i18n/gl.po deleted file mode 100644 index b1962cc639d..00000000000 --- a/addons/profile_tools/i18n/gl.po +++ /dev/null @@ -1,112 +0,0 @@ -# Galician translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-05-10 14:51+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promove as ideas dos empregados, e a votación e o debate das mellores ideas." - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Ferramentas varias" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instala ferramentas para comida, enquisa, suscrición e auditoría\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Permítelle dar acceso restrinxido ós documentos OpenERP a usuarios externos, " -#~ "como clientes, provedores, ou contables. Pode compartir calquera menú de " -#~ "OpenERP como as tarefas do proxecto, as solicitudes de soporte, facturas, " -#~ "etc." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Permítelle organizar enquisas." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "As ferramentas extra son aplicacións que lle poden axudar a mellorar a súa " -#~ "organización aínda que non son clave para a xestión da compañía." - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos recorrentes" - -#~ msgid "misc_tools.installer" -#~ msgstr "ferramentas_varias.instalador" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un módulo simple que lle permite xestionar as ordes de comida (pizzas, " -#~ "menús, ...)." - -#~ msgid "Configuration Progress" -#~ msgstr "Progreso da configuración" - -#~ msgid "Ideas Box" -#~ msgstr "Caixa de ideas" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notas colaborativos" - -#~ msgid "Survey" -#~ msgstr "Enquisa" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuración de ferramentas extras" - -#~ msgid "Lunch" -#~ msgstr "Xantar" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Axuda a xerar documentos recorrentes automaticamente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuración de ferramentas" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuración de ferramentas extras" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Neste módulo crea unha integración máis estreita entre un exemplo Pad " -#~ "seleccionado e o seu cliente web de OpenERP que lle permite enlazar " -#~ "facilmente pads ós obxectos de OpenERP a través de arquivos adxuntos OpenERP." - -#~ msgid "Image" -#~ msgstr "Imaxe" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Web Share" -#~ msgstr "Compartir Web" diff --git a/addons/profile_tools/i18n/hr.po b/addons/profile_tools/i18n/hr.po deleted file mode 100644 index 07236a02e42..00000000000 --- a/addons/profile_tools/i18n/hr.po +++ /dev/null @@ -1,89 +0,0 @@ -# Croatian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-12-12 10:10+0000\n" -"Last-Translator: Tomislav Bosnjakovic \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Razni alati" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promoviranje ideja zaposlenika, glasovanje i rasprava o najboljim idejama." - -#~ msgid "Configure" -#~ msgstr "Podešavanje" - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Dopušta vam davanje ograničenog pristupa vašim OpenERP dokumentima vanjskim " -#~ "korisnicima, poput kupaca, dobavljača ili računovođe. Možete podjeliti bilo " -#~ "koji OpenERP izbornik poput zadatka projekta, zahtejvi za podrškom, računi, " -#~ "itd." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Dodatni alati su aplikacije koje vam mogu pomoći u poboljšanju organizacije " -#~ "iako nisu ključni za upravljanje društvom." - -#~ msgid "Recurring Documents" -#~ msgstr "Ponavljajući dokumenti" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Configuration Progress" -#~ msgstr "Napredak konfiguracije" - -#~ msgid "Ideas Box" -#~ msgstr "Kutija za ideje" - -#~ msgid "Survey" -#~ msgstr "Upitnik" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Podešavanje dodatnih alata" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Pomaže u generiranju automatskih ponavljajućih dokumenata" - -#~ msgid "Tools Configuration" -#~ msgstr "Podešavanje alata" - -#~ msgid "Image" -#~ msgstr "Slika" - -#~ msgid "title" -#~ msgstr "naziv" - -#~ msgid "Web Share" -#~ msgstr "Djeljenje na webu" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instaliraj alate za lansiranje, upitnike, pretplatu i audittrail modul\n" -#~ " " - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Omogućuje organiziranje istraživanja" diff --git a/addons/profile_tools/i18n/hu.po b/addons/profile_tools/i18n/hu.po deleted file mode 100644 index bd22908c9ad..00000000000 --- a/addons/profile_tools/i18n/hu.po +++ /dev/null @@ -1,48 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * profile_tools -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-25 08:50+0000\n" -"Last-Translator: NOVOTRADE RENDSZERHÁZ ( novotrade.hu ) " -"\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: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Beállítás" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Vegyes eszközök" - -#~ msgid "Recurring Documents" -#~ msgstr "Ismétlődő dokumentumok" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Configuration Progress" -#~ msgstr "Folyamat beállítása" - -#~ msgid "Ideas Box" -#~ msgstr "Ötletdoboz" - -#~ msgid "Survey" -#~ msgstr "Felmérés" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Extra eszközök beállítása" - -#~ msgid "Lunch" -#~ msgstr "Ebéd" - -#~ msgid "Tools Configuration" -#~ msgstr "Eszközök beállítása" diff --git a/addons/profile_tools/i18n/it.po b/addons/profile_tools/i18n/it.po deleted file mode 100644 index 30c6c5fd3ef..00000000000 --- a/addons/profile_tools/i18n/it.po +++ /dev/null @@ -1,70 +0,0 @@ -# Italian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 23:07+0000\n" -"Last-Translator: Nicola Riolini - Micronaet \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Configura" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Strumenti vari" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Permette di organizzare sondaggi." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Gli strumenti extra sono applicazioni che possono aiutare a migliorare " -#~ "l'organizzazione, anche se non sono fondamentali per la gestione aziendale." - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Un semplice modulo che aiuta nella gestione ordini pasto." - -#~ msgid "Ideas Box" -#~ msgstr "Cassetta idee" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocco note collaborativo" - -#~ msgid "Survey" -#~ msgstr "Sondaggio" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configurazione strumenti extra" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configura strumenti extra" - -#~ msgid "Lunch" -#~ msgstr "Pranzo" - -#~ msgid "Tools Configuration" -#~ msgstr "Configurazione strumenti" - -#~ msgid "Image" -#~ msgstr "Immagine" - -#~ msgid "title" -#~ msgstr "titolo" - -#~ msgid "Recurring Documents" -#~ msgstr "Documenti Ricorrenti" diff --git a/addons/profile_tools/i18n/mn.po b/addons/profile_tools/i18n/mn.po deleted file mode 100644 index 768bcdfcde8..00000000000 --- a/addons/profile_tools/i18n/mn.po +++ /dev/null @@ -1,39 +0,0 @@ -# Mongolian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-12-21 13:52+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Tools Configuration" -#~ msgstr "Тохиргооны Хэрэгслүүд" - -#~ msgid "title" -#~ msgstr "гарчиг" - -#~ msgid "Configuration Progress" -#~ msgstr "Тохиргооны явц" - -#~ msgid "Survey" -#~ msgstr "Санал асуулга" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Төрөл бүрийн Хэрэгслүүд" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Web Share" -#~ msgstr "Web Share" diff --git a/addons/profile_tools/i18n/nl.po b/addons/profile_tools/i18n/nl.po deleted file mode 100644 index c39e843a1ea..00000000000 --- a/addons/profile_tools/i18n/nl.po +++ /dev/null @@ -1,111 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-27 16:05+0000\n" -"Last-Translator: Douwe Wullink (Dypalio) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Ideeën van medewerkers bevorderen, stemmen en discussiëren over de beste " -#~ "ideeën." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Extra tools zijn applicaties die u kunnen helpen uw organisatie te " -#~ "verbeteren al zijn ze niet wezenlijk voor het bedrijfsproces." - -#~ msgid "Configure" -#~ msgstr "Configureren" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Installeert tools voor lunch, enquête, abonnement en audittrail\n" -#~ " module\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Laat u beperkte toegang tot uw OpenERP documenten geven aan externe " -#~ "gebruikers, zoals klanten, leveranciers of accountants. U kunt elk OpenERP " -#~ "menu delen, zoals project taken, incidenten, facturen, etc." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Laat u enquêtes organiseren." - -#~ msgid "Recurring Documents" -#~ msgstr "Herhalende documenten" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Een eenvoudige module voor het beheer van lunch opdrachten." - -#~ msgid "Configuration Progress" -#~ msgstr "Configuratievoortgang" - -#~ msgid "Ideas Box" -#~ msgstr "Ideënbus" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Gemeenschappelijke notitie pads" - -#~ msgid "Survey" -#~ msgstr "Enquête" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Extra tools configuratie" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Extra tools configureren" - -#~ msgid "Lunch" -#~ msgstr "Lunch" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Helpt bij het genereren van automatisch terugkerende documenten" - -#~ msgid "Tools Configuration" -#~ msgstr "Tools configuratie" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Deze module zorgt voor een verdere integratie tussen een Pad document en de " -#~ "OpenERP web client door eenvoudig pads te koppelen met OpenERP objecten via " -#~ "OpenERP bijlagen." - -#~ msgid "Image" -#~ msgstr "Afbeelding" - -#~ msgid "title" -#~ msgstr "titel" - -#~ msgid "Web Share" -#~ msgstr "Web delen" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Diverse hulpmiddelen" diff --git a/addons/profile_tools/i18n/profile_tools.pot b/addons/profile_tools/i18n/profile_tools.pot deleted file mode 100644 index e4df33e91c0..00000000000 --- a/addons/profile_tools/i18n/profile_tools.pot +++ /dev/null @@ -1,19 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2012 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2012. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" - diff --git a/addons/profile_tools/i18n/pt.po b/addons/profile_tools/i18n/pt.po deleted file mode 100644 index 51f082ded69..00000000000 --- a/addons/profile_tools/i18n/pt.po +++ /dev/null @@ -1,33 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-12-09 09:56+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Image" -#~ msgstr "Imagem" - -#~ msgid "Lunch" -#~ msgstr "Almoço" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Configuration Progress" -#~ msgstr "Progresso da configuração" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" diff --git a/addons/profile_tools/i18n/pt_BR.po b/addons/profile_tools/i18n/pt_BR.po deleted file mode 100644 index 9f5a6e9f54a..00000000000 --- a/addons/profile_tools/i18n/pt_BR.po +++ /dev/null @@ -1,57 +0,0 @@ -# Brazilian Portuguese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-03-08 21:01+0000\n" -"Last-Translator: Emerson \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: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Ferramentas Diversas" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Configuration Progress" -#~ msgstr "Progresso da Configuração" - -#~ msgid "Survey" -#~ msgstr "Pesquisa" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuração de Ferramentas Extras" - -#~ msgid "Tools Configuration" -#~ msgstr "Configuração de Ferramentas" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Permite que você organize pesquisas (questionários)." - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configurar Ferramentas Extras" - -#~ msgid "Image" -#~ msgstr "Imagem" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Auxilia na geração automática de documentos recorrentes." - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos Recorrentes" diff --git a/addons/profile_tools/i18n/ro.po b/addons/profile_tools/i18n/ro.po deleted file mode 100644 index fd3bd34600b..00000000000 --- a/addons/profile_tools/i18n/ro.po +++ /dev/null @@ -1,112 +0,0 @@ -# Romanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-11 21:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Incurajează ideile angajatilor, voturi si discutii pe baza celor mai bune " -#~ "idei." - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Unelte diverse" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instalează unelte pentru modulul pranz, sondaj, abonament si pistă de audit\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Vă permite să acordati acces restrictionat utilizatorilor externi la " -#~ "documentele dumneavoastră OpenERP, cum ar fi clienti, furnizori, sau " -#~ "contabili. Puteti impărtăsi orice meniu OpenERP, precum sarcini de proiecte, " -#~ "cereri de asistentă tehnică, facturi, etc." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Vă permite să organizati sondaje." - -#~ msgid "Configure" -#~ msgstr "Configurează" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Extra Tools (Unelte suplimentare) sunt aplicatii care vă pot ajuta să vă " -#~ "imbunătătiti organizarea, desi ele nu sunt foarte importante pentru " -#~ "managementul companiei." - -#~ msgid "Recurring Documents" -#~ msgstr "Documente recurente" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer (program de instalare.unelte_diverse)" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Un modul simplu care să vă ajute la gestionarea comenzilor de pranz." - -#~ msgid "Configuration Progress" -#~ msgstr "Progres configurare" - -#~ msgid "Ideas Box" -#~ msgstr "Casetă Idei" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Notă pad colaborativă" - -#~ msgid "Survey" -#~ msgstr "Sondaj" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configurare Unelte Suplimentare" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configurează Uneltele Suplimentare" - -#~ msgid "Lunch" -#~ msgstr "Prânz" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ajută la generarea automată de documente recurente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configurare unelte" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Acest modul creează o integrare mai compactă intre o instantă Pad la alegere " -#~ "si Clientul Web OpenERP permitandu-vă să legati cu usurintă pad-uri de " -#~ "obiecte OpenERP prin atasamentele OpenERP." - -#~ msgid "Image" -#~ msgstr "Imagine" - -#~ msgid "title" -#~ msgstr "titlu" - -#~ msgid "Web Share" -#~ msgstr "Partajare web" diff --git a/addons/profile_tools/i18n/ru.po b/addons/profile_tools/i18n/ru.po deleted file mode 100644 index ba1a7ef879b..00000000000 --- a/addons/profile_tools/i18n/ru.po +++ /dev/null @@ -1,91 +0,0 @@ -# Russian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-04-23 20:51+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Настройки" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Разные инструменты" - -#~ msgid "Recurring Documents" -#~ msgstr "Повторяющийся документ" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Survey" -#~ msgstr "Опрос" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Дополнительные инструменты настройки" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Настроить дополнительные инструменты" - -#~ msgid "Tools Configuration" -#~ msgstr "Средства настройки" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Позволяет организовать опросы." - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Помогает генерировать автоматически повторяющиеся документы." - -#~ msgid "Image" -#~ msgstr "Изображение" - -#~ msgid "Configuration Progress" -#~ msgstr "Выполнение настройки" - -#~ msgid "Ideas Box" -#~ msgstr "Копилка идей" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Продвигайте идеи сотрудников, организуйте голосования и обсуждение лучших " -#~ "идей." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Заметки с общим доступом" - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Позволяет предоставить ограниченный доступ к документам из OpenERP для " -#~ "сторонних пользователей, например заказчиков, поставщиков, или бухгалтеров. " -#~ "Можно предоставить доступ к любому меню OpenERP: задачам проекта, запросам " -#~ "поддержки, счетам и т.д." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Простой модуль, помогающий управлять заказами на ланч." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Дополнительные инструменты - приложения, позволяющие улучшить работу, при " -#~ "этом не являющиеся ключевыми для управления организацией." - -#~ msgid "Lunch" -#~ msgstr "Ланч" - -#~ msgid "title" -#~ msgstr "title" diff --git a/addons/profile_tools/i18n/tr.po b/addons/profile_tools/i18n/tr.po deleted file mode 100644 index 6627dccf652..00000000000 --- a/addons/profile_tools/i18n/tr.po +++ /dev/null @@ -1,27 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-25 17:29+0000\n" -"Last-Translator: Ahmet Altınışık \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: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Yapılandır" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Çeşitli Araçlar" - -#~ msgid "Recurring Documents" -#~ msgstr "Tekrarlanan Dökümanlar" diff --git a/addons/profile_tools/i18n/zh_CN.po b/addons/profile_tools/i18n/zh_CN.po deleted file mode 100644 index d2c03db32db..00000000000 --- a/addons/profile_tools/i18n/zh_CN.po +++ /dev/null @@ -1,101 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-07-13 16:26+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-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "各种工具" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "推广员工的创意,对最佳创意投票和讨论" - -#~ msgid "Configure" -#~ msgstr "设置" - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "允许你给外部用户如客户、供应商或会计师有限的权限访问OpenERP的对象。可以共享任何OpenERP菜单,比如你的项目任务,支持请求,发票等" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "允许组织调查问卷" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "这些工具不是公司管理必须的但可以帮你改善组织。" - -#~ msgid "Recurring Documents" -#~ msgstr "周期性凭证" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "一个简单的模块用于管理午饭订餐。" - -#~ msgid "Configuration Progress" -#~ msgstr "设置进度" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "协作记事本" - -#~ msgid "Survey" -#~ msgstr "问卷" - -#~ msgid "Lunch" -#~ msgstr "午餐" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "帮助生成周期性凭证" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "此模块紧密集成了你选择的记事本和OpenERP的网页客户端。利用OpenERP的附件你可以轻松地把记事本和OpenERP的对象联系起来。" - -#~ msgid "Image" -#~ msgstr "图片" - -#~ msgid "title" -#~ msgstr "标题" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "安装一些工具类的模块,如午餐、调查问卷、周期性凭证和审计跟踪之类。\n" -#~ " " - -#~ msgid "Ideas Box" -#~ msgstr "创意" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "附加工具设置" - -#~ msgid "Configure Extra Tools" -#~ msgstr "设置附加的工具" - -#~ msgid "Tools Configuration" -#~ msgstr "工具设置" - -#~ msgid "Web Share" -#~ msgstr "共享" diff --git a/addons/profile_tools/security/ir.model.access.csv b/addons/profile_tools/security/ir.model.access.csv deleted file mode 100644 index 4a08a4aa60d..00000000000 --- a/addons/profile_tools/security/ir.model.access.csv +++ /dev/null @@ -1 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink diff --git a/addons/profile_tools/static/src/img/icon.png b/addons/profile_tools/static/src/img/icon.png deleted file mode 100644 index d6ba086677747098a64109f4aea1e5118ea82d80..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8466 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 + + diff --git a/addons/survey/__openerp__.py b/addons/survey/__openerp__.py index acd76ba9a6b..d5e4c3af10c 100644 --- a/addons/survey/__openerp__.py +++ b/addons/survey/__openerp__.py @@ -34,7 +34,7 @@ question and according to that survey is done. Partners are also sent mails with user name and password for the invitation of the survey. """, 'author': 'OpenERP SA', - 'depends': ['base_tools', 'mail'], + 'depends': ['mail'], 'data': [ 'survey_report.xml', 'survey_data.xml', diff --git a/addons/survey/survey_view.xml b/addons/survey/survey_view.xml index 8f855084069..01d6098df55 100644 --- a/addons/survey/survey_view.xml +++ b/addons/survey/survey_view.xml @@ -1,6 +1,8 @@ + +