[REV] profile_crm, profile_auction: removed these modules
authorHarry (Open ERP) <hmo@tinyerp.com>
Wed, 24 Feb 2010 12:08:43 +0000 (17:38 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Wed, 24 Feb 2010 12:08:43 +0000 (17:38 +0530)
bzr revid: hmo@tinyerp.com-20100224120843-6nmsiyaig7j3ua4i

75 files changed:
addons/profile_auction/__init__.py [deleted file]
addons/profile_auction/__terp__.py [deleted file]
addons/profile_auction/i18n/ar.po [deleted file]
addons/profile_auction/i18n/bg.po [deleted file]
addons/profile_auction/i18n/bs.po [deleted file]
addons/profile_auction/i18n/ca.po [deleted file]
addons/profile_auction/i18n/cs.po [deleted file]
addons/profile_auction/i18n/csb.po [deleted file]
addons/profile_auction/i18n/de.po [deleted file]
addons/profile_auction/i18n/es.po [deleted file]
addons/profile_auction/i18n/es_AR.po [deleted file]
addons/profile_auction/i18n/et.po [deleted file]
addons/profile_auction/i18n/fr.po [deleted file]
addons/profile_auction/i18n/gl.po [deleted file]
addons/profile_auction/i18n/hr.po [deleted file]
addons/profile_auction/i18n/hu.po [deleted file]
addons/profile_auction/i18n/id.po [deleted file]
addons/profile_auction/i18n/it.po [deleted file]
addons/profile_auction/i18n/ko.po [deleted file]
addons/profile_auction/i18n/lt.po [deleted file]
addons/profile_auction/i18n/nl.po [deleted file]
addons/profile_auction/i18n/nl_BE.po [deleted file]
addons/profile_auction/i18n/pl.po [deleted file]
addons/profile_auction/i18n/profile_auction.pot [deleted file]
addons/profile_auction/i18n/pt.po [deleted file]
addons/profile_auction/i18n/pt_BR.po [deleted file]
addons/profile_auction/i18n/ro.po [deleted file]
addons/profile_auction/i18n/ru.po [deleted file]
addons/profile_auction/i18n/sk.po [deleted file]
addons/profile_auction/i18n/sl.po [deleted file]
addons/profile_auction/i18n/sq.po [deleted file]
addons/profile_auction/i18n/sv.po [deleted file]
addons/profile_auction/i18n/tr.po [deleted file]
addons/profile_auction/i18n/uk.po [deleted file]
addons/profile_auction/i18n/vi.po [deleted file]
addons/profile_auction/i18n/zh_CN.po [deleted file]
addons/profile_auction/i18n/zh_TW.po [deleted file]
addons/profile_crm/__init__.py [deleted file]
addons/profile_crm/__terp__.py [deleted file]
addons/profile_crm/i18n/ar.po [deleted file]
addons/profile_crm/i18n/bg.po [deleted file]
addons/profile_crm/i18n/bs.po [deleted file]
addons/profile_crm/i18n/ca.po [deleted file]
addons/profile_crm/i18n/cs.po [deleted file]
addons/profile_crm/i18n/da.po [deleted file]
addons/profile_crm/i18n/de.po [deleted file]
addons/profile_crm/i18n/el.po [deleted file]
addons/profile_crm/i18n/es.po [deleted file]
addons/profile_crm/i18n/es_AR.po [deleted file]
addons/profile_crm/i18n/et.po [deleted file]
addons/profile_crm/i18n/fr.po [deleted file]
addons/profile_crm/i18n/gl.po [deleted file]
addons/profile_crm/i18n/hr.po [deleted file]
addons/profile_crm/i18n/hu.po [deleted file]
addons/profile_crm/i18n/id.po [deleted file]
addons/profile_crm/i18n/it.po [deleted file]
addons/profile_crm/i18n/ko.po [deleted file]
addons/profile_crm/i18n/lt.po [deleted file]
addons/profile_crm/i18n/nl.po [deleted file]
addons/profile_crm/i18n/nl_BE.po [deleted file]
addons/profile_crm/i18n/pl.po [deleted file]
addons/profile_crm/i18n/profile_crm.pot [deleted file]
addons/profile_crm/i18n/pt.po [deleted file]
addons/profile_crm/i18n/pt_BR.po [deleted file]
addons/profile_crm/i18n/ro.po [deleted file]
addons/profile_crm/i18n/ru.po [deleted file]
addons/profile_crm/i18n/sk.po [deleted file]
addons/profile_crm/i18n/sl.po [deleted file]
addons/profile_crm/i18n/sq.po [deleted file]
addons/profile_crm/i18n/sv.po [deleted file]
addons/profile_crm/i18n/tr.po [deleted file]
addons/profile_crm/i18n/uk.po [deleted file]
addons/profile_crm/i18n/vi.po [deleted file]
addons/profile_crm/i18n/zh_CN.po [deleted file]
addons/profile_crm/i18n/zh_TW.po [deleted file]

diff --git a/addons/profile_auction/__init__.py b/addons/profile_auction/__init__.py
deleted file mode 100644 (file)
index 2aefd8b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-
diff --git a/addons/profile_auction/__terp__.py b/addons/profile_auction/__terp__.py
deleted file mode 100644 (file)
index c82f42b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-
-{
-    'name': 'Auction house profile',
-    'version': '1.0',
-    'category': 'Profile',
-    'description': """Profile for Auction house""",
-    'author': 'Tiny',
-    'depends': ['auction', 'board_auction', 'account', 'hr_timesheet_sheet'],
-    'update_xml': [],
-    'demo_xml': [],
-    'installable': True,
-    'active': False,
-    'certificate': '0065280135565',
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
diff --git a/addons/profile_auction/i18n/ar.po b/addons/profile_auction/i18n/ar.po
deleted file mode 100644 (file)
index 8d4f865..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:09+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/bg.po b/addons/profile_auction/i18n/bg.po
deleted file mode 100644 (file)
index a0aac86..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Boris <boris.ivanov@obseg.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Профил за Аукционна къща"
diff --git a/addons/profile_auction/i18n/bs.po b/addons/profile_auction/i18n/bs.po
deleted file mode 100644 (file)
index 9db3273..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profil Aukcione firme"
diff --git a/addons/profile_auction/i18n/ca.po b/addons/profile_auction/i18n/ca.po
deleted file mode 100644 (file)
index 30b16f0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-30 08:22+0000\n"
-"Last-Translator: Raimon Esteve <resteve@zikzakmedia.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Perfil per cases de subhastes"
diff --git a/addons/profile_auction/i18n/cs.po b/addons/profile_auction/i18n/cs.po
deleted file mode 100644 (file)
index e58ffd1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Kuvaly <kuvaly@seznam.cz>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profil pro aukční dům"
diff --git a/addons/profile_auction/i18n/csb.po b/addons/profile_auction/i18n/csb.po
deleted file mode 100644 (file)
index 675e7b8..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Kashubian translation for openobject-addons
-# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
-# This file is distributed under the same license as the openobject-addons package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: openobject-addons\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\n"
-"Language-Team: Kashubian <csb@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profil dlô akcjowégò dodomù"
diff --git a/addons/profile_auction/i18n/de.po b/addons/profile_auction/i18n/de.po
deleted file mode 100644 (file)
index 3e702d1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Ferdinand-chricar <Unknown>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profil für Auktionshaus"
diff --git a/addons/profile_auction/i18n/es.po b/addons/profile_auction/i18n/es.po
deleted file mode 100644 (file)
index a185547..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-24 15:28+0000\n"
-"Last-Translator: Borja López Soilán (Pexego) <borjals@pexego.es>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Perfil para casas de subastas"
diff --git a/addons/profile_auction/i18n/es_AR.po b/addons/profile_auction/i18n/es_AR.po
deleted file mode 100644 (file)
index 5e6a75d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-14 14:03+0000\n"
-"Last-Translator: Silvana Herrera <sherrera@thymbra.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Perfil para casas de subastas"
diff --git a/addons/profile_auction/i18n/et.po b/addons/profile_auction/i18n/et.po
deleted file mode 100644 (file)
index c66715b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-22 21:14+0000\n"
-"Last-Translator: mra (Open ERP) <mra@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profiil oksjonimajadele"
diff --git a/addons/profile_auction/i18n/fr.po b/addons/profile_auction/i18n/fr.po
deleted file mode 100644 (file)
index d96c87e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-09 19:14+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profile pour salle de vente aux enchères"
diff --git a/addons/profile_auction/i18n/gl.po b/addons/profile_auction/i18n/gl.po
deleted file mode 100644 (file)
index a4aa677..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# translation of profile-auction-es.po to Galego
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-# Frco. Javier Rial Rodríguez <fjrial@cesga.es>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: profile-auction-es\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-08-17 08:29+0000\n"
-"Last-Translator: Frco. Javier Rial <Unknown>\n"
-"Language-Team: Galego <g11n@mancomun.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Perfil para casas de poxas"
diff --git a/addons/profile_auction/i18n/hr.po b/addons/profile_auction/i18n/hr.po
deleted file mode 100644 (file)
index 4a9d73b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-12-22 12:18+0000\n"
-"Last-Translator: Jožek Prikratki <Unknown>\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: 2009-12-24 04:40+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profil za aukcijsku kuću"
diff --git a/addons/profile_auction/i18n/hu.po b/addons/profile_auction/i18n/hu.po
deleted file mode 100644 (file)
index 8d4f865..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:09+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/id.po b/addons/profile_auction/i18n/id.po
deleted file mode 100644 (file)
index 9170b7a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-09 13:53+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/it.po b/addons/profile_auction/i18n/it.po
deleted file mode 100644 (file)
index 3434e7c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: LucaSub <subluca@gmail.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profilo per Auction"
diff --git a/addons/profile_auction/i18n/ko.po b/addons/profile_auction/i18n/ko.po
deleted file mode 100644 (file)
index f575f82..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Korean translation for openobject-addons
-# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
-# This file is distributed under the same license as the openobject-addons package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: openobject-addons\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 15:13+0000\n"
-"Last-Translator: ekodaq <ceo@ekosdaq.com>\n"
-"Language-Team: Korean <ko@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "옥션 하우스 프로파일"
diff --git a/addons/profile_auction/i18n/lt.po b/addons/profile_auction/i18n/lt.po
deleted file mode 100644 (file)
index fb4cf50..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/nl.po b/addons/profile_auction/i18n/nl.po
deleted file mode 100644 (file)
index bd5e604..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 12:25+0000\n"
-"Last-Translator: Freerk Kalsbeek (Mindswitch BV) <f.kalsbeek@mindswitch.nl>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/nl_BE.po b/addons/profile_auction/i18n/nl_BE.po
deleted file mode 100644 (file)
index 8d54c13..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-14 02:29+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/pl.po b/addons/profile_auction/i18n/pl.po
deleted file mode 100644 (file)
index 28b6360..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profil dla domu akcyjnego"
diff --git a/addons/profile_auction/i18n/profile_auction.pot b/addons/profile_auction/i18n/profile_auction.pot
deleted file mode 100644 (file)
index 8abbdb3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01:51+0000\n"
-"PO-Revision-Date: 2009-08-28 16:01:51+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: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
-
diff --git a/addons/profile_auction/i18n/pt.po b/addons/profile_auction/i18n/pt.po
deleted file mode 100644 (file)
index 63555af..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 12:28+0000\n"
-"Last-Translator: Madalena_prime <madalena.barreto@prime.cv>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/pt_BR.po b/addons/profile_auction/i18n/pt_BR.po
deleted file mode 100644 (file)
index 66ad4f7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-28 07:59+0000\n"
-"Last-Translator: Joe Pimentel <joe.b.pimentel@gmail.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/ro.po b/addons/profile_auction/i18n/ro.po
deleted file mode 100644 (file)
index d3dd902..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 15:49+0000\n"
-"Last-Translator: filsys <office@filsystem.ro>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/ru.po b/addons/profile_auction/i18n/ru.po
deleted file mode 100644 (file)
index 8d4f865..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:09+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/sk.po b/addons/profile_auction/i18n/sk.po
deleted file mode 100644 (file)
index 19b644e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Slovak translation for openobject-addons
-# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
-# This file is distributed under the same license as the openobject-addons package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: openobject-addons\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-18 15:08+0000\n"
-"Last-Translator: Radoslav Sloboda <rado.sloboda@gmail.com>\n"
-"Language-Team: Slovak <sk@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Informácie pre Aukčný dom"
diff --git a/addons/profile_auction/i18n/sl.po b/addons/profile_auction/i18n/sl.po
deleted file mode 100644 (file)
index c32aa14..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "Profil avkcijske hiše"
diff --git a/addons/profile_auction/i18n/sq.po b/addons/profile_auction/i18n/sq.po
deleted file mode 100644 (file)
index b33a997..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Translation of OpenERP Server.
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 15:23:46+0000\n"
-"PO-Revision-Date: 2009-08-28 15:23:46+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: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
-
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 15:23:46+0000\n"
-"PO-Revision-Date: 2009-08-28 15:23:46+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: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
-
diff --git a/addons/profile_auction/i18n/sv.po b/addons/profile_auction/i18n/sv.po
deleted file mode 100644 (file)
index fb4cf50..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/tr.po b/addons/profile_auction/i18n/tr.po
deleted file mode 100644 (file)
index aafc8c2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2010-02-14 21:37+0000\n"
-"Last-Translator: Oktay Altunergil <Unknown>\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: 2010-02-17 04:56+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/uk.po b/addons/profile_auction/i18n/uk.po
deleted file mode 100644 (file)
index 8d24242..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:09+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_auction/i18n/vi.po b/addons/profile_auction/i18n/vi.po
deleted file mode 100644 (file)
index 7a9d348..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Translation of OpenERP Server.
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:00:38+0000\n"
-"PO-Revision-Date: 2009-08-28 16:00:38+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
-
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:00:38+0000\n"
-"PO-Revision-Date: 2009-08-28 16:00:38+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
-
diff --git a/addons/profile_auction/i18n/zh_CN.po b/addons/profile_auction/i18n/zh_CN.po
deleted file mode 100644 (file)
index 02e9dda..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-12-01 15:45+0000\n"
-"Last-Translator: Wei \"oldrev\" Li <oldrev@gmail.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr "拍卖行配置"
diff --git a/addons/profile_auction/i18n/zh_TW.po b/addons/profile_auction/i18n/zh_TW.po
deleted file mode 100644 (file)
index 8d4f865..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_auction
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:09+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_auction
-#: model:ir.module.module,description:profile_auction.module_meta_information
-msgid "Profile for Auction house"
-msgstr ""
diff --git a/addons/profile_crm/__init__.py b/addons/profile_crm/__init__.py
deleted file mode 100644 (file)
index 2aefd8b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-
diff --git a/addons/profile_crm/__terp__.py b/addons/profile_crm/__terp__.py
deleted file mode 100644 (file)
index b4bb07d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-
-{
-    'name': 'CRM profile',
-    'version': '1.0',
-    'category': 'Profile',
-    'description': """Profile for CRM""",
-    'author': 'Tiny',
-    'depends': ['crm_vertical', 'board_crm_configuration'],
-    'update_xml': [],
-    'demo_xml': [],
-    'installable': True,
-    'active': False,
-    'certificate': '0073301264221',
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
diff --git a/addons/profile_crm/i18n/ar.po b/addons/profile_crm/i18n/ar.po
deleted file mode 100644 (file)
index 251cee7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/bg.po b/addons/profile_crm/i18n/bg.po
deleted file mode 100644 (file)
index fa397bc..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Boris <boris.ivanov@obseg.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Профил за CRM"
diff --git a/addons/profile_crm/i18n/bs.po b/addons/profile_crm/i18n/bs.po
deleted file mode 100644 (file)
index 251cee7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/ca.po b/addons/profile_crm/i18n/ca.po
deleted file mode 100644 (file)
index 9a35288..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-30 08:22+0000\n"
-"Last-Translator: Raimon Esteve <resteve@zikzakmedia.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Perfil per CRM"
diff --git a/addons/profile_crm/i18n/cs.po b/addons/profile_crm/i18n/cs.po
deleted file mode 100644 (file)
index 4a32fac..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Kuvaly <kuvaly@seznam.cz>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profil pro CRM"
diff --git a/addons/profile_crm/i18n/da.po b/addons/profile_crm/i18n/da.po
deleted file mode 100644 (file)
index 3ac6948..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Danish translation for openobject-addons
-# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
-# This file is distributed under the same license as the openobject-addons package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: openobject-addons\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: SmartWi <kurt@smartwi.net>\n"
-"Language-Team: Danish <da@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profil for CRM"
diff --git a/addons/profile_crm/i18n/de.po b/addons/profile_crm/i18n/de.po
deleted file mode 100644 (file)
index c555b9b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Ferdinand-chricar <Unknown>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profil für CRM"
diff --git a/addons/profile_crm/i18n/el.po b/addons/profile_crm/i18n/el.po
deleted file mode 100644 (file)
index 2f0dc03..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-06-15 07:21+0000\n"
-"Last-Translator: Panagiotis Kranidiotis <kranidiotis@vatica.org>\n"
-"Language-Team: nls@hellug.gr <nls@hellug.gr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-"X-Poedit-Country: GREECE\n"
-"X-Poedit-Language: Greek\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Προφίλ για CRM"
diff --git a/addons/profile_crm/i18n/es.po b/addons/profile_crm/i18n/es.po
deleted file mode 100644 (file)
index 64bba12..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-24 15:31+0000\n"
-"Last-Translator: Borja López Soilán (Pexego) <borjals@pexego.es>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Perfil para CRM"
diff --git a/addons/profile_crm/i18n/es_AR.po b/addons/profile_crm/i18n/es_AR.po
deleted file mode 100644 (file)
index c8a2944..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-14 14:05+0000\n"
-"Last-Translator: Silvana Herrera <sherrera@thymbra.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Perfil para CRM"
diff --git a/addons/profile_crm/i18n/et.po b/addons/profile_crm/i18n/et.po
deleted file mode 100644 (file)
index db8a363..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-09 19:15+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profiil Kliendisuhete halduseks"
diff --git a/addons/profile_crm/i18n/fr.po b/addons/profile_crm/i18n/fr.po
deleted file mode 100644 (file)
index d41c17e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-09 19:15+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profile pour la CRM"
diff --git a/addons/profile_crm/i18n/gl.po b/addons/profile_crm/i18n/gl.po
deleted file mode 100644 (file)
index a545a11..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# translation of profile-crm-es.po to Galego
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-# Frco. Javier Rial Rodríguez <fjrial@cesga.es>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: profile-crm-es\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-08-17 08:29+0000\n"
-"Last-Translator: Frco. Javier Rial <Unknown>\n"
-"Language-Team: Galego <g11n@mancomun.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Perfil para CRM"
diff --git a/addons/profile_crm/i18n/hr.po b/addons/profile_crm/i18n/hr.po
deleted file mode 100644 (file)
index 981ab34..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-12-22 12:17+0000\n"
-"Last-Translator: Jožek Prikratki <Unknown>\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: 2009-12-24 04:40+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profil za CRM"
diff --git a/addons/profile_crm/i18n/hu.po b/addons/profile_crm/i18n/hu.po
deleted file mode 100644 (file)
index 251cee7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/id.po b/addons/profile_crm/i18n/id.po
deleted file mode 100644 (file)
index 0ea855d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-09 13:53+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/it.po b/addons/profile_crm/i18n/it.po
deleted file mode 100644 (file)
index c51b28c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 16:28+0000\n"
-"Last-Translator: LucaSub <subluca@gmail.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/ko.po b/addons/profile_crm/i18n/ko.po
deleted file mode 100644 (file)
index 433bc80..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Korean translation for openobject-addons
-# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
-# This file is distributed under the same license as the openobject-addons package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: openobject-addons\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 13:38+0000\n"
-"Last-Translator: ekodaq <ceo@ekosdaq.com>\n"
-"Language-Team: Korean <ko@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "CRM 프로파일"
diff --git a/addons/profile_crm/i18n/lt.po b/addons/profile_crm/i18n/lt.po
deleted file mode 100644 (file)
index 4bff8b4..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-12-11 11:23+0000\n"
-"Last-Translator: Donatas Stonys TeraxIT <donatelonow@hotmail.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "CRM profilis"
diff --git a/addons/profile_crm/i18n/nl.po b/addons/profile_crm/i18n/nl.po
deleted file mode 100644 (file)
index 2ade956..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 13:44+0000\n"
-"Last-Translator: Freerk Kalsbeek (Mindswitch BV) <f.kalsbeek@mindswitch.nl>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/nl_BE.po b/addons/profile_crm/i18n/nl_BE.po
deleted file mode 100644 (file)
index 32fea74..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-24 15:40+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/pl.po b/addons/profile_crm/i18n/pl.po
deleted file mode 100644 (file)
index e8b4830..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 13:21+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/profile_crm.pot b/addons/profile_crm/i18n/profile_crm.pot
deleted file mode 100644 (file)
index 8338098..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01:51+0000\n"
-"PO-Revision-Date: 2009-08-28 16:01:51+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: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
-
diff --git a/addons/profile_crm/i18n/pt.po b/addons/profile_crm/i18n/pt.po
deleted file mode 100644 (file)
index 70615f9..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 16:32+0000\n"
-"Last-Translator: Madalena_prime <madalena.barreto@prime.cv>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/pt_BR.po b/addons/profile_crm/i18n/pt_BR.po
deleted file mode 100644 (file)
index 7152bd3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 12:46+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/ro.po b/addons/profile_crm/i18n/ro.po
deleted file mode 100644 (file)
index bf8b859..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 12:24+0000\n"
-"Last-Translator: Valentin <vali_ile@tybmad.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/ru.po b/addons/profile_crm/i18n/ru.po
deleted file mode 100644 (file)
index c2f5647..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-09-08 12:37+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/sk.po b/addons/profile_crm/i18n/sk.po
deleted file mode 100644 (file)
index b47ea44..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Slovak translation for openobject-addons
-# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
-# This file is distributed under the same license as the openobject-addons package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: openobject-addons\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-18 15:10+0000\n"
-"Last-Translator: Radoslav Sloboda <rado.sloboda@gmail.com>\n"
-"Language-Team: Slovak <sk@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profil pre oblasť CRM"
diff --git a/addons/profile_crm/i18n/sl.po b/addons/profile_crm/i18n/sl.po
deleted file mode 100644 (file)
index 9bad2c4..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-11-17 10:58+0000\n"
-"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "Profil za CRM"
diff --git a/addons/profile_crm/i18n/sq.po b/addons/profile_crm/i18n/sq.po
deleted file mode 100644 (file)
index cf2f0ee..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Translation of OpenERP Server.
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 15:23:46+0000\n"
-"PO-Revision-Date: 2009-08-28 15:23:46+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: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
-
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 15:23:46+0000\n"
-"PO-Revision-Date: 2009-08-28 15:23:46+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: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
-
diff --git a/addons/profile_crm/i18n/sv.po b/addons/profile_crm/i18n/sv.po
deleted file mode 100644 (file)
index 8cb4698..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "CRM-profil"
diff --git a/addons/profile_crm/i18n/tr.po b/addons/profile_crm/i18n/tr.po
deleted file mode 100644 (file)
index e6aaf19..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2010-02-14 21:37+0000\n"
-"Last-Translator: Oktay Altunergil <Unknown>\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: 2010-02-17 04:56+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/uk.po b/addons/profile_crm/i18n/uk.po
deleted file mode 100644 (file)
index 3566352..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.0\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
diff --git a/addons/profile_crm/i18n/vi.po b/addons/profile_crm/i18n/vi.po
deleted file mode 100644 (file)
index 4eee803..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Translation of OpenERP Server.
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:00:38+0000\n"
-"PO-Revision-Date: 2009-08-28 16:00:38+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
-
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:00:38+0000\n"
-"PO-Revision-Date: 2009-08-28 16:00:38+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""
-
diff --git a/addons/profile_crm/i18n/zh_CN.po b/addons/profile_crm/i18n/zh_CN.po
deleted file mode 100644 (file)
index 51c4b48..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-12-01 15:46+0000\n"
-"Last-Translator: Wei \"oldrev\" Li <oldrev@gmail.com>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr "客户关系管理配置"
diff --git a/addons/profile_crm/i18n/zh_TW.po b/addons/profile_crm/i18n/zh_TW.po
deleted file mode 100644 (file)
index 251cee7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Translation of OpenERP Server.
-# This file contains the translation of the following modules:
-#      * profile_crm
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: OpenERP Server 5.0.4\n"
-"Report-Msgid-Bugs-To: support@openerp.com\n"
-"POT-Creation-Date: 2009-08-28 16:01+0000\n"
-"PO-Revision-Date: 2009-04-10 14:08+0000\n"
-"Last-Translator: <>\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: 2009-12-16 05:27+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
-
-#. module: profile_crm
-#: model:ir.module.module,description:profile_crm.module_meta_information
-msgid "Profile for CRM"
-msgstr ""