From a6e3d4bf0029d879e008414090d54499ffe358f4 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Thu, 28 Jun 2012 13:23:12 +0200 Subject: [PATCH] [REM] Remove web_uservoice module, deprecated in 7.0 This module was only used for internal purpose on the OpenERP Online SaaS platform, and is not used anymore in 7.0. If anyone needs it, it is still available in the 6.1 branch. bzr revid: odo@openerp.com-20120628112312-qeq1kt15nlgfkl8g --- addons/web_uservoice/LICENSE | 15 ---- addons/web_uservoice/__init__.py | 22 ------ addons/web_uservoice/__openerp__.py | 46 ----------- addons/web_uservoice/i18n/ar.po | 26 ------ addons/web_uservoice/i18n/bg.po | 26 ------ addons/web_uservoice/i18n/ca.po | 26 ------ addons/web_uservoice/i18n/cs.po | 23 ------ addons/web_uservoice/i18n/da.po | 23 ------ addons/web_uservoice/i18n/de.po | 26 ------ addons/web_uservoice/i18n/es.po | 26 ------ addons/web_uservoice/i18n/es_CR.po | 28 ------- addons/web_uservoice/i18n/es_MX.po | 29 ------- addons/web_uservoice/i18n/es_VE.po | 29 ------- addons/web_uservoice/i18n/fi.po | 26 ------ addons/web_uservoice/i18n/fr.po | 26 ------ addons/web_uservoice/i18n/gl.po | 26 ------ addons/web_uservoice/i18n/hr.po | 26 ------ addons/web_uservoice/i18n/it.po | 26 ------ addons/web_uservoice/i18n/ja.po | 23 ------ addons/web_uservoice/i18n/nl.po | 26 ------ addons/web_uservoice/i18n/oc.po | 26 ------ addons/web_uservoice/i18n/pt.po | 23 ------ addons/web_uservoice/i18n/pt_BR.po | 26 ------ addons/web_uservoice/i18n/ro.po | 26 ------ addons/web_uservoice/i18n/ru.po | 26 ------ addons/web_uservoice/i18n/sk.po | 26 ------ addons/web_uservoice/i18n/sl.po | 26 ------ addons/web_uservoice/i18n/sr@latin.po | 26 ------ addons/web_uservoice/i18n/sv.po | 23 ------ addons/web_uservoice/i18n/tr.po | 26 ------ addons/web_uservoice/i18n/web_uservoice.pot | 24 ------ addons/web_uservoice/i18n/zh_CN.po | 26 ------ .../web_uservoice/static/src/js/web_uservoice.js | 83 -------------------- .../web_uservoice/static/src/xml/web_uservoice.xml | 8 -- 34 files changed, 919 deletions(-) delete mode 100644 addons/web_uservoice/LICENSE delete mode 100644 addons/web_uservoice/__init__.py delete mode 100644 addons/web_uservoice/__openerp__.py delete mode 100644 addons/web_uservoice/i18n/ar.po delete mode 100644 addons/web_uservoice/i18n/bg.po delete mode 100644 addons/web_uservoice/i18n/ca.po delete mode 100644 addons/web_uservoice/i18n/cs.po delete mode 100644 addons/web_uservoice/i18n/da.po delete mode 100644 addons/web_uservoice/i18n/de.po delete mode 100644 addons/web_uservoice/i18n/es.po delete mode 100644 addons/web_uservoice/i18n/es_CR.po delete mode 100644 addons/web_uservoice/i18n/es_MX.po delete mode 100644 addons/web_uservoice/i18n/es_VE.po delete mode 100644 addons/web_uservoice/i18n/fi.po delete mode 100644 addons/web_uservoice/i18n/fr.po delete mode 100644 addons/web_uservoice/i18n/gl.po delete mode 100644 addons/web_uservoice/i18n/hr.po delete mode 100644 addons/web_uservoice/i18n/it.po delete mode 100644 addons/web_uservoice/i18n/ja.po delete mode 100644 addons/web_uservoice/i18n/nl.po delete mode 100644 addons/web_uservoice/i18n/oc.po delete mode 100644 addons/web_uservoice/i18n/pt.po delete mode 100644 addons/web_uservoice/i18n/pt_BR.po delete mode 100644 addons/web_uservoice/i18n/ro.po delete mode 100644 addons/web_uservoice/i18n/ru.po delete mode 100644 addons/web_uservoice/i18n/sk.po delete mode 100644 addons/web_uservoice/i18n/sl.po delete mode 100644 addons/web_uservoice/i18n/sr@latin.po delete mode 100644 addons/web_uservoice/i18n/sv.po delete mode 100644 addons/web_uservoice/i18n/tr.po delete mode 100644 addons/web_uservoice/i18n/web_uservoice.pot delete mode 100644 addons/web_uservoice/i18n/zh_CN.po delete mode 100644 addons/web_uservoice/static/src/js/web_uservoice.js delete mode 100644 addons/web_uservoice/static/src/xml/web_uservoice.xml diff --git a/addons/web_uservoice/LICENSE b/addons/web_uservoice/LICENSE deleted file mode 100644 index ff64be4..0000000 --- a/addons/web_uservoice/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -OpenERP, Open Source Management Solution -Copyright © 2010-2011 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/web_uservoice/__init__.py b/addons/web_uservoice/__init__.py deleted file mode 100644 index ac2fe14..0000000 --- a/addons/web_uservoice/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010-2011 OpenERP s.a. (). -# -# 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/web_uservoice/__openerp__.py b/addons/web_uservoice/__openerp__.py deleted file mode 100644 index 5c0f21f..0000000 --- a/addons/web_uservoice/__openerp__.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010-2011 OpenERP s.a. (). -# -# 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': 'Receive User Feedback', - 'version': '2.0', - 'category': 'Tools', - 'description': """ -Add Feedback button in header. -============================== - -Invite OpenERP user feedback, powered by uservoice. - """, - 'author': 'OpenERP SA', - 'website': 'http://openerp.com', - 'depends': ['base'], - 'data': [], - 'installable': True, - 'auto_install': False, - 'certificate': '0040452504963885', - - 'js': ['static/src/js/web_uservoice.js'], - 'qweb' : [ - "static/src/xml/*.xml", - ], - 'images': ['static/src/img/submit_an_idea.jpeg', 'static/src/img/web_uservoice_feedback.jpeg'], -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/web_uservoice/i18n/ar.po b/addons/web_uservoice/i18n/ar.po deleted file mode 100644 index 79a9177..0000000 --- a/addons/web_uservoice/i18n/ar.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-09-04 17:32+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "إقتراحات" - -#~ msgid "Add uservoice button in header" -#~ msgstr "أضف زر خدمة uservoice في الأعلي" diff --git a/addons/web_uservoice/i18n/bg.po b/addons/web_uservoice/i18n/bg.po deleted file mode 100644 index aacdd6d..0000000 --- a/addons/web_uservoice/i18n/bg.po +++ /dev/null @@ -1,26 +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-01 14:53+0000\n" -"Last-Translator: Dimitar Markov \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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "Обратна връзка" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Добавете бутон за глас на протребител в заглавката" diff --git a/addons/web_uservoice/i18n/ca.po b/addons/web_uservoice/i18n/ca.po deleted file mode 100644 index 51f3129..0000000 --- a/addons/web_uservoice/i18n/ca.po +++ /dev/null @@ -1,26 +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-03-05 23:37+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "comentaris" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Afegeix botó veu usuari a la capçalera" diff --git a/addons/web_uservoice/i18n/cs.po b/addons/web_uservoice/i18n/cs.po deleted file mode 100644 index 44c6db7..0000000 --- a/addons/web_uservoice/i18n/cs.po +++ /dev/null @@ -1,23 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-04-06 04:46+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-04-07 04:55+0000\n" -"X-Generator: Launchpad (build 15060)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "zpětná vazba" diff --git a/addons/web_uservoice/i18n/da.po b/addons/web_uservoice/i18n/da.po deleted file mode 100644 index 5f78c95..0000000 --- a/addons/web_uservoice/i18n/da.po +++ /dev/null @@ -1,23 +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:45+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "" diff --git a/addons/web_uservoice/i18n/de.po b/addons/web_uservoice/i18n/de.po deleted file mode 100644 index 24d6561..0000000 --- a/addons/web_uservoice/i18n/de.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-21 20:29+0000\n" -"Last-Translator: Ferdinand @ Camptocamp \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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "Rückmeldung" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Schaltfläche Benutzerstimme im Kopf hinzufügen" diff --git a/addons/web_uservoice/i18n/es.po b/addons/web_uservoice/i18n/es.po deleted file mode 100644 index 80a57bb..0000000 --- a/addons/web_uservoice/i18n/es.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-15 15:37+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "comentarios" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Añadir botón vozusuario en la cabecera" diff --git a/addons/web_uservoice/i18n/es_CR.po b/addons/web_uservoice/i18n/es_CR.po deleted file mode 100644 index 4a35dc7..0000000 --- a/addons/web_uservoice/i18n/es_CR.po +++ /dev/null @@ -1,28 +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: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-02-18 23:25+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-02-19 05:43+0000\n" -"X-Generator: Launchpad (build 14814)\n" -"Language: es\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "comentarios" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Añadir botón vozusuario en la cabecera" diff --git a/addons/web_uservoice/i18n/es_MX.po b/addons/web_uservoice/i18n/es_MX.po deleted file mode 100644 index b0220ed..0000000 --- a/addons/web_uservoice/i18n/es_MX.po +++ /dev/null @@ -1,29 +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-12 16:15+0000\n" -"PO-Revision-Date: 2011-02-15 15:37+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: web_uservoice -#: model:ir.module.module,shortdesc:web_uservoice.module_meta_information -msgid "Add uservoice button in header" -msgstr "Añadir botón vozusuario en la cabecera" - -#. module: web_uservoice -#: code:addons/web_uservoice/web/editors.py:72 -#, python-format -msgid "feedback" -msgstr "comentarios" diff --git a/addons/web_uservoice/i18n/es_VE.po b/addons/web_uservoice/i18n/es_VE.po deleted file mode 100644 index b0220ed..0000000 --- a/addons/web_uservoice/i18n/es_VE.po +++ /dev/null @@ -1,29 +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-12 16:15+0000\n" -"PO-Revision-Date: 2011-02-15 15:37+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: web_uservoice -#: model:ir.module.module,shortdesc:web_uservoice.module_meta_information -msgid "Add uservoice button in header" -msgstr "Añadir botón vozusuario en la cabecera" - -#. module: web_uservoice -#: code:addons/web_uservoice/web/editors.py:72 -#, python-format -msgid "feedback" -msgstr "comentarios" diff --git a/addons/web_uservoice/i18n/fi.po b/addons/web_uservoice/i18n/fi.po deleted file mode 100644 index a8f6411..0000000 --- a/addons/web_uservoice/i18n/fi.po +++ /dev/null @@ -1,26 +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-08 10:29+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "palaute" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Lisää käyttäjän ääni nappula alkuun" diff --git a/addons/web_uservoice/i18n/fr.po b/addons/web_uservoice/i18n/fr.po deleted file mode 100644 index 3cc91ad..0000000 --- a/addons/web_uservoice/i18n/fr.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-26 09: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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "retour d'expérience" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Ajouter un bouton \"vécu utilisateur\" dans l'entête" diff --git a/addons/web_uservoice/i18n/gl.po b/addons/web_uservoice/i18n/gl.po deleted file mode 100644 index 638c1a5..0000000 --- a/addons/web_uservoice/i18n/gl.po +++ /dev/null @@ -1,26 +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-02-15 15:37+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "Retroalimentación" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Engadir botón \"uservoice\" na cabeceira" diff --git a/addons/web_uservoice/i18n/hr.po b/addons/web_uservoice/i18n/hr.po deleted file mode 100644 index 643a5b7..0000000 --- a/addons/web_uservoice/i18n/hr.po +++ /dev/null @@ -1,26 +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-08 15:15+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "Povratna informacija" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Dodaj gumb glasa korisnika u zaglavlje" diff --git a/addons/web_uservoice/i18n/it.po b/addons/web_uservoice/i18n/it.po deleted file mode 100644 index df73194..0000000 --- a/addons/web_uservoice/i18n/it.po +++ /dev/null @@ -1,26 +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-02-15 15:37+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "feedback" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Aggiungi bottone uservoice nell'intenstazione" diff --git a/addons/web_uservoice/i18n/ja.po b/addons/web_uservoice/i18n/ja.po deleted file mode 100644 index bbf6d95..0000000 --- a/addons/web_uservoice/i18n/ja.po +++ /dev/null @@ -1,23 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-04-29 05:14+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-04-30 04:41+0000\n" -"X-Generator: Launchpad (build 15171)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "ご意見" diff --git a/addons/web_uservoice/i18n/nl.po b/addons/web_uservoice/i18n/nl.po deleted file mode 100644 index bab4736..0000000 --- a/addons/web_uservoice/i18n/nl.po +++ /dev/null @@ -1,26 +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-02-21 10:24+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "terugkoppeling" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Uservoice knop in kop toevoegen" diff --git a/addons/web_uservoice/i18n/oc.po b/addons/web_uservoice/i18n/oc.po deleted file mode 100644 index 32c504b..0000000 --- a/addons/web_uservoice/i18n/oc.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-11-20 09:28+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "retorn d'experiéncia" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Apondre un boton \"viscut utilizaire\" dins l'entèsta" diff --git a/addons/web_uservoice/i18n/pt.po b/addons/web_uservoice/i18n/pt.po deleted file mode 100644 index e7f2dc3..0000000 --- a/addons/web_uservoice/i18n/pt.po +++ /dev/null @@ -1,23 +0,0 @@ -# Portuguese 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-05-22 11:11+0000\n" -"Last-Translator: FULL NAME \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-05-24 11:09+0000\n" -"X-Generator: Launchpad (build 15288)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "Feedback" diff --git a/addons/web_uservoice/i18n/pt_BR.po b/addons/web_uservoice/i18n/pt_BR.po deleted file mode 100644 index 84236e0..0000000 --- a/addons/web_uservoice/i18n/pt_BR.po +++ /dev/null @@ -1,26 +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-02-28 21:30+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "feedback" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Adicionar botão de voz de usuário no cabeçalho" diff --git a/addons/web_uservoice/i18n/ro.po b/addons/web_uservoice/i18n/ro.po deleted file mode 100644 index 049f012..0000000 --- a/addons/web_uservoice/i18n/ro.po +++ /dev/null @@ -1,26 +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-08 19:44+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "feedback" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Adaugă butonul voce_utilizator in antet" diff --git a/addons/web_uservoice/i18n/ru.po b/addons/web_uservoice/i18n/ru.po deleted file mode 100644 index b2c112b..0000000 --- a/addons/web_uservoice/i18n/ru.po +++ /dev/null @@ -1,26 +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-03-09 17:06+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "обратная связь" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Добавить кнопку голосования в заголовок" diff --git a/addons/web_uservoice/i18n/sk.po b/addons/web_uservoice/i18n/sk.po deleted file mode 100644 index fac95c7..0000000 --- a/addons/web_uservoice/i18n/sk.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-21 13:48+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "spätná väzba" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Pridať tlačidlo volajúceho užívateľa v záhlaví" diff --git a/addons/web_uservoice/i18n/sl.po b/addons/web_uservoice/i18n/sl.po deleted file mode 100644 index 0607cea..0000000 --- a/addons/web_uservoice/i18n/sl.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-05-22 17:06+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "Povratne informacije" - -#~ msgid "Add uservoice button in header" -#~ msgstr "V glavo dodaj gumb \"glas uporabnika\"" diff --git a/addons/web_uservoice/i18n/sr@latin.po b/addons/web_uservoice/i18n/sr@latin.po deleted file mode 100644 index c20cb56..0000000 --- a/addons/web_uservoice/i18n/sr@latin.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-10-17 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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "povratne informacije" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Dodaj dugme ''mišljenje korisnika'' na zaglavlju" diff --git a/addons/web_uservoice/i18n/sv.po b/addons/web_uservoice/i18n/sv.po deleted file mode 100644 index cf2af51..0000000 --- a/addons/web_uservoice/i18n/sv.po +++ /dev/null @@ -1,23 +0,0 @@ -# Swedish 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-06-04 15:37+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-06-05 04:54+0000\n" -"X-Generator: Launchpad (build 15353)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "återkoppling" diff --git a/addons/web_uservoice/i18n/tr.po b/addons/web_uservoice/i18n/tr.po deleted file mode 100644 index dab9b1e..0000000 --- a/addons/web_uservoice/i18n/tr.po +++ /dev/null @@ -1,26 +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: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-04-27 14:05+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "geri bildirim" - -#~ msgid "Add uservoice button in header" -#~ msgstr "Başlığa Uservoice tuşu ekle" diff --git a/addons/web_uservoice/i18n/web_uservoice.pot b/addons/web_uservoice/i18n/web_uservoice.pot deleted file mode 100644 index bbbc8f1..0000000 --- a/addons/web_uservoice/i18n/web_uservoice.pot +++ /dev/null @@ -1,24 +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" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "" - diff --git a/addons/web_uservoice/i18n/zh_CN.po b/addons/web_uservoice/i18n/zh_CN.po deleted file mode 100644 index 87c97c9..0000000 --- a/addons/web_uservoice/i18n/zh_CN.po +++ /dev/null @@ -1,26 +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-04-08 07:13+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-02-09 07:09+0000\n" -"X-Generator: Launchpad (build 14763)\n" - -#. openerp-web -#: /home/odo/repositories/addons/trunk/web_uservoice/static/src/xml/web_uservoice.xml:6 -msgid "feedback" -msgstr "反馈" - -#~ msgid "Add uservoice button in header" -#~ msgstr "添加语音按钮" diff --git a/addons/web_uservoice/static/src/js/web_uservoice.js b/addons/web_uservoice/static/src/js/web_uservoice.js deleted file mode 100644 index ca2da82..0000000 --- a/addons/web_uservoice/static/src/js/web_uservoice.js +++ /dev/null @@ -1,83 +0,0 @@ -openerp.web_uservoice = function(instance) { - -instance.web_uservoice.UserVoice = instance.web.Widget.extend({ - template: 'Systray.UserVoice', - default_forum: '77459', - - init: function() { - this._super.apply(this, arguments); - this.uservoiceForums = {}; - this.uservoiceOptions = { - key: 'openerpsa', - host: 'feedback.openerp.com', - forum: this.default_forum, - lang: 'en', - showTab: false - }; - - instance.webclient.menu.on('menuClicked', this, function(id, $clicked_menu) { - var root = $clicked_menu.parents('div.oe_menu').length === 1; - if (id && root) { - this.uservoiceOptions.forum = this.uservoiceForums[id] || this.default_forum; - } - }); - }, - - start: function() { - this._super(); - - var self = this; - var forum_mapping = { - 'accounting': '87921', - 'administration': '87935', - 'human resources': '87923', - 'knowledge': '87927', - 'manufacturing': '87915', - 'marketing': '87925', - 'point of sale': '87929', - 'project': '87919', - 'purchases': '87911', - 'sales': '87907', - 'tools': '87933', - 'warehouse': '87913', - }; - - var ds = new instance.web.DataSetSearch(this, 'ir.ui.menu', {lang: 'NO_LANG'}, [['parent_id', '=', false]]); - - ds.read_slice(['name']).then(function(result) { - _.each(result, function(menu) { - self.uservoiceForums[menu.id] = forum_mapping[menu.name.toLowerCase()] || self.default_forum; - }); - }); - - this.$element.find('a').click(function(e) { - e.preventDefault(); - UserVoice.Popin.show(self.uservoiceOptions); - return false; - }); - } -}); - -instance.web.UserMenu.include({ - do_update: function() { - var self = this; - this._super(); - this.update_promise.then(function() { - if (self.uservoice) { - self.uservoice.destroy(); - } - self.uservoice = new instance.web_uservoice.UserVoice(self); - self.uservoice.appendTo(instance.webclient.$element.find('.oe_systray')); - }); - } -}); - -if (instance.webclient) { - $(function() { - var src = ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js"; - $.getScript(src); - }); -} - -}; - diff --git a/addons/web_uservoice/static/src/xml/web_uservoice.xml b/addons/web_uservoice/static/src/xml/web_uservoice.xml deleted file mode 100644 index f9b7040..0000000 --- a/addons/web_uservoice/static/src/xml/web_uservoice.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -
-
-
-- 1.7.10.4