[REM] plugin/plugin_outlook/plugin_thunderbird

Unsupported modules, moved to https://github.com/odoo/odoo-extra.

Closes #804
This commit is contained in:
Darshan Kalola 2014-06-27 14:06:07 +02:00 committed by Richard Mathot
parent 9fc9f994a7
commit 0b6404bd9d
233 changed files with 3 additions and 20710 deletions

View File

@ -81,8 +81,7 @@ class base_config_settings(osv.osv_memory):
return self.pool.get("res.font").font_scan(cr, uid, context=context)
# Preferences wizard for Sales & CRM.
# It is defined here because it is inherited independently in modules sale, crm,
# plugin_outlook and plugin_thunderbird.
# It is defined here because it is inherited independently in modules sale, crm.
class sale_config_settings(osv.osv_memory):
_name = 'sale.config.settings'
_inherit = 'res.config.settings'
@ -91,18 +90,6 @@ class sale_config_settings(osv.osv_memory):
help="""When you create a new contact (person or company), you will be able to load all the data from LinkedIn (photos, address, etc)."""),
'module_crm': fields.boolean('CRM'),
'module_sale' : fields.boolean('SALE'),
'module_plugin_thunderbird': fields.boolean('Enable Thunderbird plug-in',
help='The plugin allows you archive email and its attachments to the selected '
'OpenERP objects. You can select a partner, or a lead and '
'attach the selected mail as a .eml file in '
'the attachment of a selected record. You can create documents for CRM Lead, '
'Partner from the selected emails.\n'
'-This installs the module plugin_thunderbird.'),
'module_plugin_outlook': fields.boolean('Enable Outlook plug-in',
help='The Outlook plugin allows you to select an object that you would like to add '
'to your email and its attachments from MS Outlook. You can select a partner, '
'or a lead object and archive a selected email into an OpenERP mail message with attachments.\n'
'-This installs the module plugin_outlook.'),
'module_mass_mailing': fields.boolean(
'Manage mass mailing campaigns',
help='Get access to statistics with your mass mailing, manage campaigns.'),

View File

@ -159,26 +159,13 @@
<div name="config_sale">
<field name="module_crm" invisible="1"/>
<separator string="Emails Integration" attrs="{'invisible': [('module_crm','=',False)]}"/>
<p attrs="{'invisible': [('module_crm','=',False)]}">
<p name="config_email_integration" attrs="{'invisible': [('module_crm','=',False)]}">
OpenERP allows to automatically create leads (or others documents)
from incoming emails. You can automatically synchronize emails with OpenERP
using regular POP/IMAP accounts, using a direct email integration script for your
email server, or by manually pushing emails to OpenERP using specific
plugins for your preferred email application.
</p>
<group name="On Mail Client" attrs="{'invisible': [('module_crm','=',False)]}">
<label for="id" string="On Mail Client"/>
<div>
<div name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}" class="oe_inline">
<field name="module_plugin_thunderbird"/>
<label for="module_plugin_thunderbird"/>
</div>
<div name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}">
<field name="module_plugin_outlook" class="oe_inline"/>
<label for="module_plugin_outlook"/>
</div>
</div>
</group>
</div>
<div name="config_other"/>
</form>

View File

@ -33,7 +33,7 @@
</div>
</group>
</div>
<xpath expr="//group[@name='On Mail Client']" position="before">
<xpath expr="//p[@name='config_email_integration']" position="after">
<group name="default_alias">
<label for="id" string="Leads Email Alias"/>
<div attrs="{'invisible': [('alias_domain', '=', False)]}">

View File

@ -1,25 +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/>.
#
##############################################################################
import plugin_handler
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,41 +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 Plugins',
'version': '1.0',
'category': 'Hidden/Dependency',
'description': """
The common interface for plug-in.
=================================
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['base'],
'data': [],
'demo': [],
'test': [],
'installable': True,
'auto_install': False,
'images': [],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,23 +0,0 @@
# Arabic translation for openobject-addons
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-04-06 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Arabic <ar@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-04-06 06:59+0000\n"
"Last-Translator: Jiří Hajda <robie@centrum.cz>\n"
"Language-Team: Czech <cs@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# German 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-02-09 15:37+0000\n"
"Last-Translator: Ferdinand <Unknown>\n"
"Language-Team: German <de@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Spanish 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-11-08 11:25+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish <es@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "Manejador del plug-in"

View File

@ -1,23 +0,0 @@
# Spanish (Costa Rica) 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-02-17 20:49+0000\n"
"Last-Translator: Freddy Gonzalez <freddy.gonzalez.contreras@gmail.com>\n"
"Language-Team: Spanish (Costa Rica) <es_CR@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Finnish 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-06-24 12:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish <fi@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,24 +0,0 @@
# French 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-05-24 17:39+0000\n"
"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) "
"<maxime.chambreuil@savoirfairelinux.com>\n"
"Language-Team: French <fr@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Croatian 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-09 20:44+0000\n"
"Last-Translator: Goran Kliska <gkliska@gmail.com>\n"
"Language-Team: Croatian <hr@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Hungarian translation for openobject-addons
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2013-02-09 10:39+0000\n"
"Last-Translator: krnkris <Unknown>\n"
"Language-Team: Hungarian <hu@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Italian 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-15 10:49+0000\n"
"Last-Translator: Sergio Corato <Unknown>\n"
"Language-Team: Italian <it@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-04-29 04:51+0000\n"
"Last-Translator: Masaki Yamaya <Unknown>\n"
"Language-Team: Japanese <ja@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Lithuanian translation for openobject-addons
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2013-04-24 18:14+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Lithuanian <lt@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Macedonian translation for openobject-addons
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2013-03-01 17:19+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Macedonian <mk@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Mongolian translation for openobject-addons
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-08-24 06:21+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Mongolian <mn@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Norwegian Bokmal 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-09-10 13:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian Bokmal <nb@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "Plugg.behandleren"

View File

@ -1,23 +0,0 @@
# Dutch 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-02-14 13:02+0000\n"
"Last-Translator: Erwin van der Ploeg (BAS Solutions) <Unknown>\n"
"Language-Team: Dutch <nl@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,22 +0,0 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * plugin
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 7.0alpha\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-21 17:05+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: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr ""

View File

@ -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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-05-22 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese <pt@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Brazilian 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-02-16 01:34+0000\n"
"Last-Translator: Rafael Sales - http://www.tompast.com.br <Unknown>\n"
"Language-Team: Brazilian Portuguese <pt_BR@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-05-10 14:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian <ro@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler (manipulare.extensie)"

View File

@ -1,23 +0,0 @@
# Russian 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-09-14 07:44+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian <ru@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Slovenian translation for openobject-addons
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2013-01-30 20:35+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Slovenian <sl@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-06-04 15:14+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swedish <sv@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Turkish translation for openobject-addons
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-08-21 19:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Turkish <tr@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "eklenti.işlemci"

View File

@ -1,23 +0,0 @@
# Chinese (Simplified) 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-02-14 09:58+0000\n"
"Last-Translator: 开阖软件 Jeff Wang <jeff@osbzr.com>\n"
"Language-Team: Chinese (Simplified) <zh_CN@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,23 +0,0 @@
# Chinese (Traditional) 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-08-21 06:38+0000\n"
"Last-Translator: Eric Huang <eh@cenoq.com>\n"
"Language-Team: Chinese (Traditional) <zh_TW@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: 2014-04-22 07:47+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin
#: model:ir.model,name:plugin.model_plugin_handler
msgid "plugin.handler"
msgstr "plugin.handler"

View File

@ -1,181 +0,0 @@
'''
Created on 18 oct. 2011
@author: openerp
'''
from openerp.osv import osv
from openerp.tools.translate import _
class plugin_handler(osv.osv_memory):
_name = 'plugin.handler'
def _make_url(self, cr, uid, res_id, model, context=None):
"""
@param res_id: on which document the message is pushed
@param model: name of the document linked with the mail
@return url
"""
base_url = self.pool.get('ir.config_parameter').get_param(cr, uid, 'web.base.url', default='http://localhost:8069', context=context)
if base_url:
user = self.pool.get('res.users').browse(cr, uid, uid, context=context)
base_url += '/login?db=%s&login=%s&key=%s#id=%s&model=%s' % (cr.dbname, user.login, user.password, res_id, model)
return base_url
def is_installed(self, cr, uid):
return True
def partner_get(self, cr, uid, address_email):
partner_obj = self.pool.get('res.partner')
partner_ids = partner_obj.search(cr, uid, [('email', 'like', address_email)])
res_id = partner_ids and partner_ids[0] or 0
url = self._make_url(cr, uid, res_id, 'res.partner')
return ('res.partner', res_id, url)
def document_get(self, cr, uid, email):
"""
@param email: email is a standard RFC2822 email message
@return Dictionary which contain id and the model name of the document linked with the mail
if no document is found the id = 0
(model_name, res_id, url, name_get)
"""
mail_message_obj = self.pool.get('mail.message')
model = ""
res_id = 0
url = ""
name = ""
msg = self.pool.get('mail.thread').message_parse(cr, uid, email)
parent_id = msg.get('parent_id', False)
message_id = msg.get('message_id')
msg_id = False
if message_id:
msg_ids = mail_message_obj.search(cr, uid, [('message_id', '=', message_id)])
msg_id = len(msg_ids) and msg_ids[0] or False
if not msg_id and parent_id:
msg_id = parent_id
if msg_id:
msg = mail_message_obj.browse(cr, uid, msg_id)
res_id = msg.res_id
model = msg.model
url = self._make_url(cr, uid, res_id, model)
name = self.pool[model].name_get(cr, uid, [res_id])[0][1]
return (model, res_id, url, name)
def document_type(self, cr, uid, context=None):
"""
Return the list of available model to push
res.partner is a special case
otherwise all model that inherit from mail.thread
['res.partner', 'project.issue']
"""
mail_thread_obj = self.pool.get('mail.thread')
doc_dict = mail_thread_obj.message_capable_models(cr, uid, context)
doc_dict['res.partner'] = "Partner"
return doc_dict.items()
# Can be used where search record was used
def list_document_get(self, cr, uid, model, name):
"""
This function return the result of name_search on the object model
@param model: the name of the model
@param : the name of the document
@return : the result of name_search a list of tuple
[(id, 'name')]
"""
return self.pool[model].name_search(cr, uid, name)
def push_message(self, cr, uid, model, email, res_id=0):
"""
@param email: email is a standard RFC2822 email message
@param model: On which model the message is pushed
@param thread_id: on which document the message is pushed, if thread_id = 0 a new document is created
@return Dictionary which contain model , url and resource id.
"""
mail_message = self.pool.get('mail.message')
model_obj = self.pool[model]
mail_thread_obj = self.pool.get('mail.thread')
msg = mail_thread_obj.message_parse(cr, uid, email)
message_id = msg.get('message_id')
mail_ids = mail_message.search(cr, uid, [('message_id', '=', message_id), ('res_id', '=', res_id), ('model', '=', model)])
if message_id and mail_ids:
mail_record = mail_message.browse(cr, uid, mail_ids)[0]
res_id = mail_record.res_id
notify = _("Email already pushed")
elif res_id == 0:
if model == 'res.partner':
notify = _('Use the Partner button to create a new partner')
else:
res_id = model_obj.message_process(cr, uid, model, email)
notify = _("Mail successfully pushed, a new %s has been created.") % model
else:
email_from = msg.get('email_from')
if not email_from:
author_id = False
else:
authors = mail_thread_obj.message_find_partner_from_emails(cr, uid, [res_id], [email_from])
author_id = authors and authors[0].get('partner_id') or False
model_obj.message_post(cr, uid, [res_id],
body=msg.get('body'),
subject=msg.get('subject'),
type='comment' if model == 'res.partner' else 'email',
parent_id=msg.get('parent_id'),
attachments=msg.get('attachments'),
message_id=message_id,
email_from=email_from,
author_id=author_id)
notify = _("Mail successfully pushed")
url = self._make_url(cr, uid, res_id, model)
return (model, res_id, url, notify)
def contact_create(self, cr, uid, data, partner_id, context=None):
"""
@param data : the data use to create the res.partner
[('field_name', value)], field name is required
@param partner_id : On which partner the address is attached
if partner_id = 0 then create a new partner with the same name that the address
@return : the partner_id sended or created, this allow the plugin to open the right partner page
"""
partner_obj = self.pool.get('res.partner')
dictcreate = dict(data)
if partner_id:
is_company = partner_obj.browse(cr, uid, partner_id, context=context).is_company
if is_company:
dictcreate['parent_id'] = partner_id
partner_id = partner_obj.create(cr, uid, dictcreate)
url = self._make_url(cr, uid, partner_id, 'res.partner')
return ('res.partner', partner_id, url)
# Specific to outlook rfc822 is not available so we split in arguments headerd,body,attachemnts
def push_message_outlook(self, cr, uid, model, headers, res_id=0, body=False, body_html=False, attachments=False):
# ----------------------------------------
# solution 1
# construct a fake rfc822 from the separated arguement
#m = email.asdfsadf
# use the push_message method
#self.push_message(m)
# ----------------------------------------
# solution 2
# use self.pushmessage only with header and body
# add attachemnt yourself after
mail_message = self.pool.get('mail.message')
ir_attachment_obj = self.pool.get('ir.attachment')
attach_ids = []
msg = self.pool.get('mail.thread').message_parse(cr, uid, headers)
message_id = msg.get('message_id')
push_mail = self.push_message(cr, uid, model, headers, res_id)
res_id = push_mail[1]
model = push_mail[0]
notify = push_mail[3]
for name in attachments.keys():
attachment_ids = ir_attachment_obj.search(cr, uid, [('res_model', '=', model), ('res_id', '=', res_id), ('datas_fname', '=', name)])
if attachment_ids:
attach_ids.append(attachment_ids[0])
else:
vals = {"res_model": model, "res_id": res_id, "name": name, "datas": attachments[name], "datas_fname": name}
attach_ids.append(ir_attachment_obj.create(cr, uid, vals))
mail_ids = mail_message.search(cr, uid, [('message_id', '=', message_id), ('res_id', '=', res_id), ('model', '=', model)])
if mail_ids:
mail_message.write(cr, uid, mail_ids[0], {'attachment_ids': [(6, 0, attach_ids)], 'body': body_html})
url = self._make_url(cr, uid, res_id, model)
return (model, res_id, url, notify)

View File

@ -1,24 +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/>.
#
##############################################################################
import plugin_outlook
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,46 +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' : 'Outlook Plug-In',
'version' : '1.0',
'author' : 'OpenERP SA',
'website' : 'http://www.openerp.com/',
'depends' : ['base', 'mail','plugin'],
'category' : 'Customer Relationship Management',
'description': """
This module provides the Outlook Plug-in.
=========================================
Outlook plug-in allows you to select an object that you would like to add to
your email and its attachments from MS Outlook. You can select a partner, a task,
a project, an analytical account, or any other object and archive selected mail
into mail.message with attachments.
""",
'demo' : [],
'data' : ['plugin_outlook.xml'],
'auto_install': False,
'installable': True,
'images': ['images/config_outlook.jpeg','images/outlook_config_openerp.jpeg','images/outlook_push.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,98 +0,0 @@
# Arabic translation for openobject-addons
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-01-12 05:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Arabic <ar@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "الاسم"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "خطوات التثبيت و التهيئة"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "_Close"
#~ msgstr "إ_غلاق"
#~ msgid "Description"
#~ msgstr "وصف"
#~ msgid "Image"
#~ msgstr "صورة"

View File

@ -1,101 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-02-26 02:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian <bg@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "заглавие"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr ""
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plug-in"
#~ msgid "_Close"
#~ msgstr "_Затвори"
#~ msgid "Description"
#~ msgstr "Описание"
#~ msgid "Image"
#~ msgstr "Изображение"

View File

@ -1,107 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-02-13 00:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Catalan <ca@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.instal·lador"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "títol"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Passos d'instal·lació i configuració"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Connector Outlook"
#~ msgid "_Close"
#~ msgstr "_Tanca"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Fitxer del connector Outlook. Guardeu aquest fitxer i instal·leu aquest "
#~ "connector en l'aplicació Outlook."
#~ msgid "Description"
#~ msgstr "Descripció"
#~ msgid "Image"
#~ msgstr "Imatge"

View File

@ -1,89 +0,0 @@
# Czech translation for openobject-addons
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2013-03-31 16:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech <cs@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr ""
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""

View File

@ -1,89 +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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-01-27 09:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr ""
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""

View File

@ -1,118 +0,0 @@
# German translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-19 14:35+0000\n"
"Last-Translator: Ferdinand <Unknown>\n"
"Language-Team: German <de@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Outlook Plug-in 32bits"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Herunterladen und Installieren des Plug-Ins"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 oder höher."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Installiere Outlook Plugin"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "System Voraussetzungen"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "Titel"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Klicken Sie auf den obigen Link um die 32 oder 64 bit version zu laden und "
"danach installieren."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 oder höher."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Schließen"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook Plug-in 64bits"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Abfolge Installation und Konfiguration"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
"Outlook plug-in Datei. Speichern Sie diese Datei und installieren Sie diese "
"dann in Outlook."
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plug-in"
#~ msgid "_Close"
#~ msgstr "Beenden"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Outlook plug-in Datei. Speichern Sie diese Datei und installieren Sie diese "
#~ "dann als plug-in in Outlook."
#~ msgid "Description"
#~ msgstr "Beschreibung"
#~ msgid "Image"
#~ msgstr "Bild"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Dieses Plugin ermöglicht die Erstellung von Outlook Emails mit OpenERP "
#~ "Objekten."

View File

@ -1,101 +0,0 @@
# Greek 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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-02-08 19:50+0000\n"
"Last-Translator: Dimitris Andavoglou <dimitrisand@gmail.com>\n"
"Language-Team: Greek <el@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "τίτλος"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Βήματα Εγκατάστασης και Διαμόρφωσης"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Πρόσθετο Outook"
#~ msgid "_Close"
#~ msgstr "_Κλείσιμο"
#~ msgid "Description"
#~ msgstr "Περιγραφή"
#~ msgid "Image"
#~ msgstr "Εικόνα"

View File

@ -1,117 +0,0 @@
# Spanish translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-12 14:50+0000\n"
"Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
"Language-Team: Spanish <es@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Conector Outlook 32 bits"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Descargar e instalar el conector"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.instalador"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .NET Framework 3.5 o superior."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Instalar plug-in de Outlook"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Requisitos del sistema:"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "título"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Pulse en el enlace a continuación para descargar el instalador para la "
"versión de 32 o de 64 bits, y ejecútelo."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 o superior."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Cerrar"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Conector Outlook 64 bits"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Pasos de instalación y configuración"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
"Archivo del conector Outlook. Guarde este archivo e instálelo en Outlook."
#~ msgid "Outlook Plug-in"
#~ msgstr "Conector Outlook"
#~ msgid "_Close"
#~ msgstr "_Cerrar"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Fichero del conector Outlook. Guarde este fichero e instale este conector en "
#~ "la aplicación Outlook."
#~ msgid "Description"
#~ msgstr "Descripción"
#~ msgid "Image"
#~ msgstr "Imagen"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Este plug-in permite crear y enlazar correos de Outlook con objetos de "
#~ "OpenERP."

View File

@ -1,115 +0,0 @@
# Spanish translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-02-17 20:55+0000\n"
"Last-Translator: Freddy Gonzalez <freddy.gonzalez.contreras@gmail.com>\n"
"Language-Team: Spanish <es@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
"Language: es\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.instalador"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Instalar Outlook Plug-In"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "título"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Pasos de instalación y configuración"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Conector Outlook"
#~ msgid "Image"
#~ msgstr "Imagen"
#~ msgid "_Close"
#~ msgstr "_Cerrar"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Fichero del conector Outlook. Guarde este fichero e instale este conector en "
#~ "la aplicación Outlook."
#~ msgid "Description"
#~ msgstr "Descripción"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Este plug-in le permite crear y vincular mensajes de correo electrónico de "
#~ "Outlook con los objetos de OpenERP."

View File

@ -1,162 +0,0 @@
# Spanish translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2011-01-11 11:15+0000\n"
"PO-Revision-Date: 2011-01-13 23:06+0000\n"
"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
"<jesteve@zikzakmedia.com>\n"
"Language-Team: Spanish <es@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: 2011-09-05 05:56+0000\n"
"X-Generator: Launchpad (build 13830)\n"
#. module: outlook
#: field:outlook.installer,doc_file:0
msgid "Installation Manual"
msgstr "Manual de instalación"
#. module: outlook
#: field:outlook.installer,plugin_file:0
msgid "Outlook Plug-in"
msgstr "Conector Outlook"
#. module: outlook
#: field:outlook.installer,description:0
msgid "Description"
msgstr "Descripción"
#. module: outlook
#: model:ir.ui.menu,name:outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Outlook Plug-In"
msgstr "Conector Outlook"
#. module: outlook
#: view:outlook.installer:0
msgid "Skip"
msgstr "Omitir"
#. module: outlook
#: model:ir.module.module,shortdesc:outlook.module_meta_information
msgid "Outlook Interface"
msgstr "Interfaz Outlook"
#. module: outlook
#: field:outlook.installer,doc_name:0
#: field:outlook.installer,name:0
msgid "File name"
msgstr "Nombre fichero"
#. module: outlook
#: field:outlook.installer,outlook:0
msgid "Outlook Plug-in "
msgstr "Conector Outlook "
#. module: outlook
#: model:ir.module.module,description:outlook.module_meta_information
msgid ""
"\n"
" This module provide the Outlook plug-in. \n"
"\n"
" Outlook plug-in allows you to select an object that youd like to add\n"
" to your email and its attachments from MS Outlook. You can select a "
"partner, a task,\n"
" a project, an analytical account, or any other object and Archived "
"selected\n"
" mail in mailgate.messages with attachments.\n"
"\n"
" "
msgstr ""
"\n"
" Este módulo provee el conector (plug-in) de Outlook. \n"
"\n"
" El conector de Outlook le permite seleccionar un objeto que desearía "
"adjuntar\n"
" a su correo y sus adjuntos desde MS Outlook. Puede seleccionar una "
"empresa, una tarea,\n"
" un proyecto, una cuenta analítica, o cualquier otro objeto, y archivar "
"el correo seleccionado\n"
" en mensajes de correo con adjuntos.\n"
"\n"
" "
#. module: outlook
#: help:outlook.installer,doc_file:0
msgid "The documentation file :- how to install Outlook Plug-in."
msgstr "El fichero de documentación: Como instalar el conector Outlook."
#. module: outlook
#: model:ir.model,name:outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.instalador"
#. module: outlook
#: model:ir.actions.act_window,name:outlook.action_outlook_installer
#: model:ir.actions.act_window,name:outlook.action_outlook_wizard
#: view:outlook.installer:0
msgid "Outlook Plug-In Configuration"
msgstr "Configuración conector Outlook"
#. module: outlook
#: field:outlook.installer,progress:0
msgid "Configuration Progress"
msgstr "Progreso de la configuración"
#. module: outlook
#: view:outlook.installer:0
msgid ""
"This plug-in allows you to link your e-mail to OpenERP's documents. You can "
"attach it to any existing one in OpenERP or create a new one."
msgstr ""
"Este conector permite vincular su correo electrónico con documentos OpenERP. "
"Puede adjuntarlo con cualquier elemento de OpenERP o crear uno de nuevo."
#. module: outlook
#: help:outlook.installer,outlook:0
msgid ""
"Allows you to select an object that you would like to add to your email and "
"its attachments."
msgstr ""
"Le permite seleccionar un objeto al que desee agregar su correo electrónico "
"y archivos adjuntos."
#. module: outlook
#: view:outlook.installer:0
msgid "title"
msgstr "título"
#. module: outlook
#: view:outlook.installer:0
msgid "_Close"
msgstr "_Cerrar"
#. module: outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Pasos de instalación y configuración"
#. module: outlook
#: field:outlook.installer,config_logo:0
msgid "Image"
msgstr "Imagen"
#. module: outlook
#: help:outlook.installer,plugin_file:0
msgid ""
"outlook plug-in file. Save as this file and install this plug-in in outlook."
msgstr ""
"Fichero del conector Outlook. Guarde este fichero e instale este conector en "
"la aplicación Outlook."
#. module: outlook
#: view:outlook.installer:0
msgid "Configure"
msgstr "Configurar"

View File

@ -1,162 +0,0 @@
# Spanish translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2011-01-11 11:15+0000\n"
"PO-Revision-Date: 2011-01-13 23:06+0000\n"
"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
"<jesteve@zikzakmedia.com>\n"
"Language-Team: Spanish <es@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: 2011-09-05 05:56+0000\n"
"X-Generator: Launchpad (build 13830)\n"
#. module: outlook
#: field:outlook.installer,doc_file:0
msgid "Installation Manual"
msgstr "Manual de instalación"
#. module: outlook
#: field:outlook.installer,plugin_file:0
msgid "Outlook Plug-in"
msgstr "Conector Outlook"
#. module: outlook
#: field:outlook.installer,description:0
msgid "Description"
msgstr "Descripción"
#. module: outlook
#: model:ir.ui.menu,name:outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Outlook Plug-In"
msgstr "Conector Outlook"
#. module: outlook
#: view:outlook.installer:0
msgid "Skip"
msgstr "Omitir"
#. module: outlook
#: model:ir.module.module,shortdesc:outlook.module_meta_information
msgid "Outlook Interface"
msgstr "Interfaz Outlook"
#. module: outlook
#: field:outlook.installer,doc_name:0
#: field:outlook.installer,name:0
msgid "File name"
msgstr "Nombre fichero"
#. module: outlook
#: field:outlook.installer,outlook:0
msgid "Outlook Plug-in "
msgstr "Conector Outlook "
#. module: outlook
#: model:ir.module.module,description:outlook.module_meta_information
msgid ""
"\n"
" This module provide the Outlook plug-in. \n"
"\n"
" Outlook plug-in allows you to select an object that youd like to add\n"
" to your email and its attachments from MS Outlook. You can select a "
"partner, a task,\n"
" a project, an analytical account, or any other object and Archived "
"selected\n"
" mail in mailgate.messages with attachments.\n"
"\n"
" "
msgstr ""
"\n"
" Este módulo provee el conector (plug-in) de Outlook. \n"
"\n"
" El conector de Outlook le permite seleccionar un objeto que desearía "
"adjuntar\n"
" a su correo y sus adjuntos desde MS Outlook. Puede seleccionar una "
"empresa, una tarea,\n"
" un proyecto, una cuenta analítica, o cualquier otro objeto, y archivar "
"el correo seleccionado\n"
" en mensajes de correo con adjuntos.\n"
"\n"
" "
#. module: outlook
#: help:outlook.installer,doc_file:0
msgid "The documentation file :- how to install Outlook Plug-in."
msgstr "El fichero de documentación: Como instalar el conector Outlook."
#. module: outlook
#: model:ir.model,name:outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.instalador"
#. module: outlook
#: model:ir.actions.act_window,name:outlook.action_outlook_installer
#: model:ir.actions.act_window,name:outlook.action_outlook_wizard
#: view:outlook.installer:0
msgid "Outlook Plug-In Configuration"
msgstr "Configuración conector Outlook"
#. module: outlook
#: field:outlook.installer,progress:0
msgid "Configuration Progress"
msgstr "Progreso de la configuración"
#. module: outlook
#: view:outlook.installer:0
msgid ""
"This plug-in allows you to link your e-mail to OpenERP's documents. You can "
"attach it to any existing one in OpenERP or create a new one."
msgstr ""
"Este conector permite vincular su correo electrónico con documentos OpenERP. "
"Puede adjuntarlo con cualquier elemento de OpenERP o crear uno de nuevo."
#. module: outlook
#: help:outlook.installer,outlook:0
msgid ""
"Allows you to select an object that you would like to add to your email and "
"its attachments."
msgstr ""
"Le permite seleccionar un objeto al que desee agregar su correo electrónico "
"y archivos adjuntos."
#. module: outlook
#: view:outlook.installer:0
msgid "title"
msgstr "título"
#. module: outlook
#: view:outlook.installer:0
msgid "_Close"
msgstr "_Cerrar"
#. module: outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Pasos de instalación y configuración"
#. module: outlook
#: field:outlook.installer,config_logo:0
msgid "Image"
msgstr "Imagen"
#. module: outlook
#: help:outlook.installer,plugin_file:0
msgid ""
"outlook plug-in file. Save as this file and install this plug-in in outlook."
msgstr ""
"Fichero del conector Outlook. Guarde este fichero e instale este conector en "
"la aplicación Outlook."
#. module: outlook
#: view:outlook.installer:0
msgid "Configure"
msgstr "Configurar"

View File

@ -1,101 +0,0 @@
# Estonian translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2010-11-30 14:45+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Estonian <et@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Paigalda Outlook Plug-In"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "pealkiri"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Instaleerimise ja seadistamise sammud"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "_Close"
#~ msgstr "_Sulge"
#~ msgid "Description"
#~ msgstr "Kirjeldus"
#~ msgid "Image"
#~ msgstr "Pilt"
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plug-in"

View File

@ -1,103 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-06-20 09:14+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish <fi@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "otsikko"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Asennus ja konfigurointivaiheet"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook liitännäinen"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Outlook liitännäistiedosto. Talleta se tiedostona ja asenna outlookissa."
#~ msgid "Description"
#~ msgstr "Kuvaus"
#~ msgid "Image"
#~ msgstr "Kuva"

View File

@ -1,119 +0,0 @@
# French translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-01-13 04:57+0000\n"
"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) "
"<maxime.chambreuil@savoirfairelinux.com>\n"
"Language-Team: French <fr@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Greffon pour Outlook 32bits"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Télécharger et installer le greffon"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 ou supérieur."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Installer l'extension pour Outlook"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Pré-requis :"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "Titre :"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Cliquez sur le lien ci-dessus pour télécharger l'installateur soit pour 32 "
"bits, soit pour 64 bits, puis exécutez-le."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 ou supérieur."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Fermer"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Greffon pour Outlook 64bits"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Etapes de l'installation et de la configuration"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
"Fichier du greffon Outlook. Enregistrez ce fichier et installez-le dans "
"Outlook."
#~ msgid "Outlook Plug-in"
#~ msgstr "Extension pour Outlook"
#~ msgid "_Close"
#~ msgstr "_Fermer"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Fichier de l'extension pour Outlook. Enregistrez ce fichier et installez "
#~ "cette extension dans Outlook."
#~ msgid "Description"
#~ msgstr "Description"
#~ msgid "Image"
#~ msgstr "Image"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Cette extension vous permet de créer et de lier des courriels d'Outlook avec "
#~ "des objets d'OpenERP."

View File

@ -1,107 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-03-22 11:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Galician <gl@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.instalador"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "título"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Pasos da instalación e configuración"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Conectador Outlook"
#~ msgid "_Close"
#~ msgstr "_Pechar"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Ficheiro do conectador de Outlook. Garde este ficheiro e instale este "
#~ "conectador no Outlook."
#~ msgid "Description"
#~ msgstr "Descrición"
#~ msgid "Image"
#~ msgstr "Imaxe"

View File

@ -1,107 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-17 20:57+0000\n"
"Last-Translator: Goran Kliska <gkliska@gmail.com>\n"
"Language-Team: Croatian <hr@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Outlook Plug-in 32bita"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Preuzmi i instaliraj plug-in"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 ili noviji."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Instaliraj Outlook Plug-In"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "naziv"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Zatvori"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook Plug-in 64bita"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Koraci instalacije i konfiguracije"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plug-in"
#~ msgid "_Close"
#~ msgstr "_Zatvori"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "outlook plug-in datoteka. Snimi kako ovu datoteku i instaliraj ovaj plugin u "
#~ "Outlook."
#~ msgid "Description"
#~ msgstr "Opis"
#~ msgid "Image"
#~ msgstr "Slika"

View File

@ -1,106 +0,0 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * outlook
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.0dev\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2013-02-09 10:39+0000\n"
"Last-Translator: krnkris <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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Outlook Plug-in 32bites"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Plug-in letöltés és telepítés"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 vagy magasabb sorozatszámú."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Outlook Plug-In telepítés"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Rendszer követelmények"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "megnevezés"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Kattintson a fenti linkre a 32 vagy 64 bites letöltéséhez és telepítéséhez, "
"majd hajtsa végre."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 vagy magasabb verzió."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Bezárás"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook Plug-in 64bites"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Telepítás és beállítás lépései"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
"Outlook plug-in fájl. Mentse ezt a fájlt és telepítse az Outlook-ban."
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plug-in"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "outlook plug-in fájl. Mentse el ezt a fájlt és telepítse ezt a plug-in-t az "
#~ "outlookba."
#~ msgid "Description"
#~ msgstr "Leírás"
#~ msgid "Image"
#~ msgstr "Kép"

View File

@ -1,89 +0,0 @@
# Indonesian 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-07-16 09:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian <id@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr ""
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""

View File

@ -1,107 +0,0 @@
# Italian translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-01-13 05:18+0000\n"
"Last-Translator: Nicola Riolini - Micronaet <Unknown>\n"
"Language-Team: Italian <it@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "titolo"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Passi di installazione e configurazione"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Plug in per Outlook"
#~ msgid "_Close"
#~ msgstr "_Chiudi"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Plug in file per Outlook. Salva con nome questo file e installa questo plug "
#~ "in in outlook"
#~ msgid "Description"
#~ msgstr "Descrizione"
#~ msgid "Image"
#~ msgstr "Immagine"

View File

@ -1,110 +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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-05-02 03:10+0000\n"
"Last-Translator: Tomomi Mengelberg <tomomi.mengelberg@aquasys.co.jp>\n"
"Language-Team: Japanese <ja@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Outlook プラグインをインストールする。"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "タイトル"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "インストールと構成の手順"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr "outlook プラグインファイル. outlookでこのファイルを保存し、プラグインをインストールします。"
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook プラグイン"
#~ msgid "Image"
#~ msgstr "画像"
#~ msgid "Description"
#~ msgstr "説明"
#~ msgid "_Close"
#~ msgstr "閉じる(_C)"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr "このプラグインは、OpenERP オブジェストを使用してOutlookのメールを作成しリンクすることができます。"

View File

@ -1,91 +0,0 @@
# Macedonian translation for openobject-addons
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2013-03-01 17:28+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Macedonian <mk@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Outlook 32-битен додаток"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Превземи и инсталирај додаток"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 или понова."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Инсталирај Outlook додаток"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Системски побарувања:"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "наслов"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Кликни на линкот погоре за превземање на било 32 или 64-битна верзија и "
"изврши ја."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 или понова."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Затвори"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook додаток (64-битен)"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Чекори за инсталација и конфигурација"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""

View File

@ -1,114 +0,0 @@
# Mongolian translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2010-12-21 13:52+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Mongolian <mn@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Outlook залгаасыг суулгах"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "гарчиг"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Суулгацын ба Тохиргооны Алхамууд"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "_Close"
#~ msgstr "Хаах"
#~ msgid "Description"
#~ msgstr "Тайлбар"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "outlook залгаас файл. Үүнийг файл болгож хадгалаад outlook-д энэ залгаасыг "
#~ "суулгана."
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook залгаас"
#~ msgid "Image"
#~ msgstr "Зураг"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Энэ залгаас нь outlook-н имэйлүүдийг openerp обьектуудтай холбох, үүсгэх "
#~ "боломжийг олгоно."

View File

@ -1,114 +0,0 @@
# Norwegian Bokmal 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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-09-10 13:42+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian Bokmal <nb@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Installere Outlook Plugg-Inn."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "tittel"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Installasjon og Konfigurasjon trinn"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Description"
#~ msgstr "Beskrivelse:"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Outlook pluginn-filen. Lagre som denne filen og installere denne plugin-"
#~ "modulen i outlook."
#~ msgid "_Close"
#~ msgstr "_Lukk"
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plugginn"
#~ msgid "Image"
#~ msgstr "Bilde"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Denne plug-in tillater deg å opprette og koble Outlook e-post med openerp "
#~ "objekter."

View File

@ -1,117 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-21 19:17+0000\n"
"Last-Translator: Erwin van der Ploeg (BAS Solutions) <Unknown>\n"
"Language-Team: Dutch <nl@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Outlook Plug-in 32bits"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Download en installeer de plug-in"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 of hoger."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Installeer de Outlook Plug-In"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Systeem vereisten."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "titel"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Klik op de bovenstaande link om de installer voor 32 of 64 bits te "
"downloaden en te tarten."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 of hoger"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Afsluiten"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook Plug-in 64bits"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Installatie en configuratie stappen"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
"Outlook-plugin bestand. Sa dit bestand op en installeer het in Outlook."
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plug-in"
#~ msgid "_Close"
#~ msgstr "_Sluiten"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "outlook plug-in bestand. Sla op als dit bestand en installeer deze plug-in "
#~ "in outlook."
#~ msgid "Description"
#~ msgstr "Omschrijving"
#~ msgid "Image"
#~ msgstr "Afbeelding"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Deze plug-in geeft u de mogelijkheid om outlook e-mails te maken en te "
#~ "koppelen aan OpenERP objecten."

View File

@ -1,106 +0,0 @@
# Polish translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-01-12 18:59+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Polish <pl@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Kroki instalacji i konfiguracji"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Wtyczka Outlook"
#~ msgid "_Close"
#~ msgstr "_Zamknij"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Plik wtyczki outlooka. Zapisz jako ten plik i instaluj tę wtyczkę w outlooku."
#~ msgid "Description"
#~ msgstr "Opis"
#~ msgid "Image"
#~ msgstr "Obraz"

View File

@ -1,86 +0,0 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * plugin_outlook
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 7.0alpha\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-21 17:05+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: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Click on the link above to download the installer for either 32 or 64 bits, and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr ""
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""

View File

@ -1,110 +0,0 @@
# Portuguese translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2010-12-20 11:44+0000\n"
"Last-Translator: Rui Franco (multibase.pt) <Unknown>\n"
"Language-Team: Portuguese <pt@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 ou superior."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Instale o Plug-In do Outlook"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Exigências de sistema"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "Título"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Carregue na ligação acima para descarregar o instalador para 23 ou 64 bits, "
"e corra-o."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 ou superior."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Fechar"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Instalação e passos da configuração"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Plug-in do Outlook"
#~ msgid "Description"
#~ msgstr "Descrição"
#~ msgid "Image"
#~ msgstr "Imagem"
#~ msgid "_Close"
#~ msgstr "_Fechar"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Este plug-in permite que possa criar e vincular mails do Outlook com objetos "
#~ "OpenERP."

View File

@ -1,115 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-12-20 12:55+0000\n"
"Last-Translator: Fábio Martinelli - http://zupy.com.br "
"<webmaster@zupy.com.br>\n"
"Language-Team: Brazilian Portuguese <pt_BR@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Plug-in Outlook 32 bits"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Download e instale os plug-in"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 ou superior."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Instalar Plug-in do Outlook"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Requisitos do Sistema"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "Titulo"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Clique no link acima para dazer o download do instalador para o sistema de "
"32 ou 64 bits e executá-lo."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 ou superior."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Fechar"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook Plug-in 64bits"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Instalação e Etapas de Configuração"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr "Outlook plug-in file. Salve este arquivo e instale no Outlook."
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr "Plug-in do Outlook. Salve e instale esse plug-in no Outlook."
#~ msgid "Description"
#~ msgstr "Descrição"
#~ msgid "Image"
#~ msgstr "Imagem"
#~ msgid "Outlook Plug-in"
#~ msgstr "Plug0in do Outlook"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Este plugin te permite criar um link dos emails do Outlook para seus objetos "
#~ "do OpenErp"
#~ msgid "_Close"
#~ msgstr "_Fechar"

View File

@ -1,117 +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 <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-01-11 14:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian <ro@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Extensia Outlook 32biti"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Descarca si instaleaza extensia"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "program_de_instalare.outlook"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 sau mai sus."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Instalati Aplicatia Outlook"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Cerinte de sistem:"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "titlu"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Dati clic pe link-ul de mai sus pentru a downloada programul de instalare "
"pentru 32 sau 64 de biti, si rulati-l."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 sau mai sus."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Inchide"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Extensia Outlook 64biti"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Pasii de Instalare si Configurare"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
"Fisierul extensiei Outlook. Salvati acest fisier si instalati-l in Outlook."
#~ msgid "Outlook Plug-in"
#~ msgstr "Plug-in (aplicatie extensie) Outlook"
#~ msgid "Description"
#~ msgstr "Descriere"
#~ msgid "Image"
#~ msgstr "Imagine"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "fisier aplicatie outlook. Salvati acest fisier si instalati aplicatia in "
#~ "outlook."
#~ msgid "_Close"
#~ msgstr "_Inchideti"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Acest aplicatie va permite sa creati si sa conectati e-mail-uri in outlook "
#~ "cu obiecte openerp."

View File

@ -1,106 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2011-03-09 16:04+0000\n"
"Last-Translator: Stanislav Hanzhin <Unknown>\n"
"Language-Team: Russian <ru@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "заголовок"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Шаги установки и настойки"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Плагин для Outlook"
#~ msgid "_Close"
#~ msgstr "_Закрыть"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "файл плагина Outlook. Сохраните его на диск, после чего установите в Outlook."
#~ msgid "Description"
#~ msgstr "Описание"
#~ msgid "Image"
#~ msgstr "Изображение"

View File

@ -1,105 +0,0 @@
# Slovenian translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2010-12-16 18:08+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Slovenian <sl@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 ali višja verzija"
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Namesti Outlook vmesnik"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Sistemske zahteve"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "naslov"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 ali višja verzija."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Instlaciski in Konfiguraciski Postopki"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Vtičnik za Outlook"
#~ msgid "_Close"
#~ msgstr "_Zapri"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr "outlook vtičnik Datoteka. Shrani datoteko in jo namesti v outlook."
#~ msgid "Description"
#~ msgstr "Opis"
#~ msgid "Image"
#~ msgstr "Slika"

View File

@ -1,92 +0,0 @@
# Serbian latin translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2010-12-10 18:43+0000\n"
"Last-Translator: Milan Milosevic <Unknown>\n"
"Language-Team: Serbian latin <sr@latin@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr ""
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr ""
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr ""
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr ""
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr ""
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr ""
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plugin"

View File

@ -1,117 +0,0 @@
# Swedish translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2010-12-15 10:35+0000\n"
"Last-Translator: OpenERP Administrators <Unknown>\n"
"Language-Team: Swedish <sv@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Outlook-tillägg 32-bit"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Ladda ner och installera tillägget"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .NET Framework 3.5 eller högre."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Installera Outlook-tillägg"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Systemkrav:"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "titel"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Klicka på länken ovan för att ladda ner antingen 32-bits- eller 64-bits-"
"installationen och kör den."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 eller högre."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Stäng"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook-tillägg 64-bitars"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Installations- och konfigureringssteg"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr ""
"Filen för Outlook-tillägget. Spara filen och installera den i Outlook."
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Plug-in"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "outlook plug-in filen. Spara som denna fil och installera denna plug-in i "
#~ "outlook."
#~ msgid "Description"
#~ msgstr "Beskrivning"
#~ msgid "Image"
#~ msgstr "Bild"
#~ msgid "_Close"
#~ msgstr "_Stäng"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Detta programtillägg låter dig skapa och länka outlook-meddelanden med "
#~ "openerpobjekt."

View File

@ -1,116 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-01-23 23:25+0000\n"
"Last-Translator: Ahmet Altınışık <Unknown>\n"
"Language-Team: Turkish <tr@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "Outlook eklentisi 32bit"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "Eklentiyi indir ve kur"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.yükleyicisi"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .Net Framework 3.5 ya da üstü."
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "Outlook Eklentisini Kur"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "Sistem Gereksinimleri:"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "başlık"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr ""
"Yukarıdaki linke tıklayın ve 32 ya da 64 bit yükleyiciyi bilgisayarınıza "
"indirin."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 ya da üstü."
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "Kapat"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "Outlook Plug-in 64bit"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "Yükleme ve Yapılandırma Adımları"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr "Outlook eklenti dosyası. Dosyayı saklayın ve Outlook içinde kurun."
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook Eklentisi"
#~ msgid "_Close"
#~ msgstr "_Kapat"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr ""
#~ "Outlook eklenti-içe dosyası. Bu dosyayı kayıt edin ve bu eklenti-içe'yi "
#~ "outlook'a yükleyin"
#~ msgid "Description"
#~ msgstr "Açıklama"
#~ msgid "Image"
#~ msgstr "Resim"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr ""
#~ "Bu eklenti OpenERP nesneleri ile Outlook epostaları oluşturmanızı ve "
#~ "bağlantı kurmanızı sağlar."

View File

@ -1,110 +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 <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-12-21 17:05+0000\n"
"PO-Revision-Date: 2012-11-28 07:53+0000\n"
"Last-Translator: 盈通 ccdos <ccdos@intoerp.com>\n"
"Language-Team: Chinese (Simplified) <zh_CN@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: 2014-04-22 07:42+0000\n"
"X-Generator: Launchpad (build 16985)\n"
#. module: plugin_outlook
#: field:outlook.installer,plugin32:0
msgid "Outlook Plug-in 32bits"
msgstr "32位Outlook 插件"
#. module: plugin_outlook
#: view:sale.config.settings:0
msgid "Download and install the plug-in"
msgstr "下载并安装插件"
#. module: plugin_outlook
#: model:ir.model,name:plugin_outlook.model_outlook_installer
msgid "outlook.installer"
msgstr "outlook.installer"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS .Net Framework 3.5 or above."
msgstr "MS .net 框架3.5 或以上"
#. module: plugin_outlook
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_installer
#: model:ir.actions.act_window,name:plugin_outlook.action_outlook_wizard
#: model:ir.ui.menu,name:plugin_outlook.menu_base_config_plugins_outlook
#: view:outlook.installer:0
msgid "Install Outlook Plug-In"
msgstr "安装Outlook插件"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "System requirements:"
msgstr "系统要求"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "title"
msgstr "标题"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid ""
"Click on the link above to download the installer for either 32 or 64 bits, "
"and execute it."
msgstr "在链接上面单击 下载32位或64位安装文件然后执行。"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "MS Outlook 2005 or above."
msgstr "MS Outlook 2005 或以上"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Close"
msgstr "关闭"
#. module: plugin_outlook
#: field:outlook.installer,plugin64:0
msgid "Outlook Plug-in 64bits"
msgstr "64位Outlook 插件"
#. module: plugin_outlook
#: view:outlook.installer:0
msgid "Installation and Configuration Steps"
msgstr "安装和设置步骤"
#. module: plugin_outlook
#: help:outlook.installer,plugin32:0
#: help:outlook.installer,plugin64:0
msgid "Outlook plug-in file. Save this file and install it in Outlook."
msgstr "Outlook 插件文件保存然后在Outlook中安装"
#~ msgid "Outlook Plug-in"
#~ msgstr "Outlook插件"
#~ msgid "_Close"
#~ msgstr "关闭(_C)"
#~ msgid ""
#~ "outlook plug-in file. Save as this file and install this plug-in in outlook."
#~ msgstr "Outlook插件文件。保存这文件并安装这插件到Outlook"
#~ msgid "Description"
#~ msgstr "说明"
#~ msgid "Image"
#~ msgstr "图像"
#~ msgid ""
#~ "This plug-in allows you to create and link outlook emails with openerp "
#~ "objects."
#~ msgstr "这个插件用来创建outlook的邮件或把它们与openerp的对象连接起来。"

View File

@ -1,42 +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/>.
#
##############################################################################
from openerp.osv import fields
from openerp.osv import osv
from openerp import addons
import base64
class outlook_installer(osv.osv_memory):
_name = 'outlook.installer'
_inherit = 'res.config.installer'
_columns = {
'plugin32': fields.char('Outlook Plug-in 32bits', readonly=True, help="Outlook plug-in file. Save this file and install it in Outlook."),
'plugin64': fields.char('Outlook Plug-in 64bits', readonly=True, help="Outlook plug-in file. Save this file and install it in Outlook."),
}
def default_get(self, cr, uid, fields, context=None):
res = super(outlook_installer, self).default_get(cr, uid, fields, context)
base_url = self.pool.get('ir.config_parameter').get_param(cr, uid, 'web.base.url')
res['plugin32'] = base_url + '/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPluginSetup32.msi'
res['plugin64'] = base_url + '/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPluginSetup64.msi'
return res
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,88 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="view_outlook_installer" model="ir.ui.view">
<field name="name">outlook.installer.view</field>
<field name="model">outlook.installer</field>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Install Outlook Plug-In</attribute>
</form>
<xpath expr="//footer" position="replace">
<footer>
<button string="Close" class="oe_link" special="cancel" />
</footer>
</xpath>
<xpath expr="//separator[@string='title']" position="after">
<group>
<field name="plugin32" widget="url"/>
<field name="plugin64" widget="url"/>
</group>
<separator string="Installation and Configuration Steps"/>
<p>Click on the link above to download the installer for either 32 or 64 bits, and execute it.</p>
<p>System requirements:</p>
<ol>
<li> MS Outlook 2005 or above.</li>
<li> MS .Net Framework 3.5 or above.</li>
</ol>
<p>Outlook plug-in installation:</p>
<ol>
<li>Save the outlook plugin corresponding to your Office version (Office x86 or Office x64).</li>
<li>Double-click on the executable file and install the plugin.</li>
<li>Open Outlook (close it and open it again if it is already closed).</li>
<li>From the Outlook menubar: OpenERP -> Configuration.</li>
<li>Configure your openerp server.</li>
</ol>
</xpath>
<separator string="title" position="attributes">
<attribute name="string"></attribute>
</separator>
</data>
</field>
</record>
<record id="action_outlook_installer" model="ir.actions.act_window">
<field name="name">Install Outlook Plug-In</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">outlook.installer</field>
<field name="view_id" ref="view_outlook_installer"/>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
</record>
<!-- Sales Configuration -->
<record id="view_config_outlook_installer" model="ir.ui.view">
<field name="name">Sales Application</field>
<field name="model">sale.config.settings</field>
<field name="inherit_id" ref="base_setup.view_sale_config_settings"/>
<field name="arch" type="xml">
<div name="module_plugin_outlook" position="replace">
<div>
<field name="module_plugin_outlook" class="oe_inline"/>
<label for="module_plugin_outlook"/>
<button name="%(action_outlook_installer)d" type="action" string="Download and install the plug-in" icon="gtk-execute"
attrs="{'invisible': [('module_plugin_outlook','=',False)]}" class="oe_link"/>
</div>
</div>
</field>
</record>
<record id="action_outlook_wizard" model="ir.actions.act_window">
<field name="name">Install Outlook Plug-In</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">outlook.installer</field>
<field name="view_id" ref="view_outlook_installer"/>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="context">{'menu':True}</field>
</record>
<!-- <menuitem id="base.menu_base_config_plugins" name="Plugins" parent="base.menu_base_config" sequence="10"/>-->
<menuitem id="menu_base_config_plugins_outlook" action="action_outlook_wizard" parent="base.menu_base_config" sequence="5"/>
</data>
</openerp>

View File

@ -1,78 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
using System;
using System.Collections;
using System.Linq;
namespace OpenERPClient
{
public class Model
{
public string model;
public string name;
protected OpenERPConnect openerp_connect;
public OpenERPConnect Connection
{
set
{
this.openerp_connect = value;
}
get
{
return this.openerp_connect;
}
}
public Model()
{
}
public Model(string model)
{
/*
It gives the model name only.
:param model : madel name
*/
this.model = model;
}
public Model(string model, string name)
{
/*
It gives the model names with their descriptions.
:param model : model name
:param name : description of model
*/
this.name = name;
this.model = model;
}
public override string ToString()
{
/*
It overrides the name of model into ToString.
:return : String
*/
if (this.name != null) return this.name;
return this.model;
}
}
}

View File

@ -1,105 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8E62B8DF-E3A2-4429-A820-FB8A31C2EB00}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenERPClient</RootNamespace>
<AssemblyName>OpenERPClient</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CookComputing.XmlRpcV2">
<HintPath>..\CookComputing.XmlRpcV2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Model.cs" />
<Compile Include="OpenERPConnect.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Record.cs" />
<Compile Include="XMLRPCClient.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@ -1,383 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
using System;
using System.Windows.Forms;
using System.Collections;
using CookComputing.XmlRpc;
namespace OpenERPClient
{
public class ServiceUrl : System.Attribute
{
string _url;
public ServiceUrl(string url)
{
/*
It will contain the ServiceUrl.
:param url : url with server and port.
*/
this._url = url;
}
public string Url
{
/*
It will get and return the Url for the connection.
:return : String
*/
get
{
return _url;
}
}
public override string ToString()
{
/*
It will override the Tostring and return the _url.
*/
return this._url;
}
}
public enum OpenERPService
{
[ServiceUrl("/xmlrpc/object")]
Object = 1,
[ServiceUrl("/xmlrpc/db")]
DB = 2,
[ServiceUrl("/xmlrpc/common")]
Common = 3
}
public class OpenERPConnect
{
int uid;
string url;
string dbname;
string login;
string pwd;
bool chkpwd;
string password;
public string URL
{
/*
It will get and set the value of the url.
:return : String
*/
get
{
return url;
}
set
{
url = value;
}
}
public string DBName
{
/*
It will get and set the value of the Database Name.
:return : String
*/
get
{
return dbname;
}
set
{
dbname = value;
}
}
public string UserId
{
/*
It will get and set the value of the UserId.
:return : String
*/
get
{
return login;
}
set
{
login = value;
}
}
public string pswrd
{
/*
It will get and set the value of the Password.
:return : String
*/
get
{
return password;
}
set
{
password = value;
}
}
public bool rempwd
{
/*
It will get and set the value of the Remember Password.
:return : True or False
*/
get
{
return chkpwd;
}
set
{
chkpwd = value;
}
}
public string version;
XMLRPCClient rpcclient;
public void Open(Enum service)
{
/*
It opens the connetion by the url and service url.
:param service : enum service.
*/
string url = null;
Type type = service.GetType();
ServiceUrl[] _urls =
type.GetField(service.ToString()).GetCustomAttributes(typeof(ServiceUrl),
false) as ServiceUrl[];
if (_urls.Length > 0)
{
url = _urls[0].Url;
}
this.Open(url);
}
void Open(string service_url)
{
/*
It opens rpcclient by service url.
:param service_url : service url
*/
this.rpcclient = new XMLRPCClient(this.url + service_url);
}
void Close()
{
/*
It closes rpcclient.
*/
this.rpcclient = null;
}
public OpenERPConnect()
{
}
public OpenERPConnect(string url)
{
/*
It will contain the url wit the server and port.
:param url : url with the server and port.
*/
this.url = url;
}
public OpenERPConnect(string url, string dbname, string login, string pwd)
{
/*
It will do the connection with OpenERP server.
:param url : url with the server and port.
:param dbname : the list of database.
:param login : user name.
:param pwd : password.
*/
this.url = url;
this.dbname = dbname;
this.login = login;
this.pwd = pwd;
this.version = ServerVersion();
}
public Boolean isLoggedIn
{
/*
It will check whether successfully login to OpenERP is done or not.
:return : True or False.
*/
get
{
if (this.uid > 0) { return true; }
return false;
}
}
public int Login(string dbname, string userid, string pwd)
{
/*
It will check whether the entered dbname, userid and password are correct or not
and on that basis it will allow the user for connecting to OpenERP.
:param dbname : list of database
:param userid : userid
:param pwd : password of the user
:return : Integer
*/
this.Open(OpenERPClient.OpenERPService.Common);
object isLogin = this.rpcclient.Login(dbname, userid, pwd);
this.uid = 0;
if (Convert.ToBoolean(isLogin))
{
this.uid = Convert.ToInt32(isLogin);
}
this.pwd = pwd;
if (this.uid <= 0)
{
MessageBox.Show("Authentication Error!\nBad username and password.", Form.ActiveForm.Text, MessageBoxButtons.OK, MessageBoxIcon.Information);
}
this.Close();
return this.uid;
}
XmlRpcStruct ConvertAs(Hashtable value)
{
/*
It will convert the Hashtable into XmlRpcStruct and vise-versa.
:param value : Hasheable value.
:retutn : Hashtable values and vise versa the XmlRpcStruct value.
*/
XmlRpcStruct new_value;
new_value = new XmlRpcStruct();
foreach (string key in value.Keys)
{
object res;
if (value[key] == null)
{
res = "";
}
if (value[key].GetType() == typeof(Hashtable))
{
res = this.ConvertAs((Hashtable)value[key]);
}
else
{
res = value[key];
}
new_value.Add(key, res);
}
return new_value;
}
object[] ConvertArgs(object[] args)
{
/*
It will convert the arguments which are of type Hashtable into new arguments.
:param args : Objet value of arguments
:return : Object value of arguments.
*/
for (int i = 0; i < args.Length; i++)
{
object arg = args[i];
XmlRpcStruct new_arg;
if (arg.GetType() == typeof(Hashtable))
{
new_arg = this.ConvertAs((Hashtable)arg);
args[i] = new_arg;
}
}
return args;
}
public object Execute(string model, string method, params object[] args)
{
/*
It executes the model name, the method name and also the list of arrays arguments.
:param model : model name.
:param method : method name.
:params args : list of arrays of arguments.
:return : Object
*/
args = this.ConvertArgs(args);
this.Open(OpenERPClient.OpenERPService.Object);
object res = this.rpcclient.Execute(this.dbname, this.uid, this.pwd, model, method, args);
this.Close();
return res;
}
public object[] DBList()
{
/*
It will return the list of the database which will be created.
:return : Database List
*/
this.Open(OpenERPClient.OpenERPService.DB);
object[] res = this.rpcclient.DBList();
this.Close();
return res;
}
public string ServerVersion()
{
/*
It will give the version of the server which the user is using.
:return : String
*/
this.Open(OpenERPClient.OpenERPService.DB);
string version = this.rpcclient.ServerVersion();
this.Close();
return version;
}
}
}

View File

@ -1,36 +0,0 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("OpenERPClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("OpenERPClient")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0b69b9a4-1bfc-45d5-9788-983fbf57a505")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -1,69 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
using System.Collections;
namespace OpenERPClient
{
public class Record
{
public long id;
public string name;
public Model model;
public Hashtable columns;
public Record(long id, string name, Model model)
{
/*
It gives the record of id, name and model.
:param id : record id.
:param name : record name.
:param model : model name.
*/
this.id = id;
this.name = name;
this.model = model;
}
public Record(Hashtable columns, Model model)
{
/*
It gives the records in hashtable columns and also model name.
:param columns : hashtable column values.
:param model : model name.
*/
this.id = long.Parse(columns["id"].ToString());
if (columns.ContainsKey("name"))
{
this.name = columns["name"].ToString();
}
this.model = model;
this.columns = columns;
}
public override string ToString()
{
/*
It will override the Tostring.
*/
if (this.name != null) return this.name;
return this.id.ToString();
}
}
}

View File

@ -1,379 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
using System;
using System.Text;
using CookComputing.XmlRpc;
namespace OpenERPClient
{
public interface IOpenERPCommon : IXmlRpcProxy
{
[XmlRpcMethod("login")]
object Login(string dbname, string username, string pwd);
}
public interface IOpenERPObject : IXmlRpcProxy
{
[XmlRpcMethod("execute")]
Object Execute(string dbName, long userId, string pwd, string model, string method, params Object[] args);
}
public interface IOpenERPDB : IXmlRpcProxy
{
[XmlRpcMethod("list")]
Object[] DBList();
[XmlRpcMethod("server_version")]
string ServerVersion();
}
public interface Ixmlrpcconnect : IOpenERPCommon, IOpenERPDB, IOpenERPObject
{
}
public class XMLRPCClient : Ixmlrpcconnect
{
Ixmlrpcconnect rpcclient = (Ixmlrpcconnect)XmlRpcProxyGen.Create(typeof(Ixmlrpcconnect));
public XMLRPCClient(string ServiceUrl)
{
rpcclient.Url = ServiceUrl;
}
#region Ixmlrpcconnect Members
public object Login(string dbname, string username, string pwd)
{
return rpcclient.Login(dbname, username, pwd);
}
public object Execute(string dbName, long userId, string pwd, string model, string method, params object[] args)
{
return rpcclient.Execute(dbName, userId, pwd, model, method, args);
}
public object[] DBList()
{
return rpcclient.DBList();
}
public string ServerVersion()
{
return rpcclient.ServerVersion();
}
#endregion
#region IXmlRpcProxy Members
public bool AllowAutoRedirect
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates
{
get { throw new NotImplementedException(); }
}
public string ConnectionGroupName
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public System.Net.CookieContainer CookieContainer
{
get { throw new NotImplementedException(); }
}
public System.Net.ICredentials Credentials
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool EnableCompression
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool Expect100Continue
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public System.Net.WebHeaderCollection Headers
{
get { throw new NotImplementedException(); }
}
public Guid Id
{
get { throw new NotImplementedException(); }
}
public int Indentation
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool KeepAlive
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public XmlRpcNonStandard NonStandard
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool PreAuthenticate
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public Version ProtocolVersion
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public System.Net.IWebProxy Proxy
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public System.Net.CookieCollection ResponseCookies
{
get { throw new NotImplementedException(); }
}
public System.Net.WebHeaderCollection ResponseHeaders
{
get { throw new NotImplementedException(); }
}
public int Timeout
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public string Url
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool UseEmptyParamsTag
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool UseIndentation
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool UseIntTag
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public bool UseStringTag
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public string UserAgent
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public Encoding XmlEncoding
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public string XmlRpcMethod
{
get
{
throw new NotImplementedException();
}
set
{
throw new NotImplementedException();
}
}
public string[] SystemListMethods()
{
throw new NotImplementedException();
}
public object[] SystemMethodSignature(string MethodName)
{
throw new NotImplementedException();
}
public string SystemMethodHelp(string MethodName)
{
throw new NotImplementedException();
}
public event XmlRpcRequestEventHandler RequestEvent;
public event XmlRpcResponseEventHandler ResponseEvent;
#endregion
}
}

View File

@ -1,30 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenERPOutlookPlugin", "OpenERPOutlookPlugin\OpenERPOutlookPlugin.csproj", "{F4B2219B-F235-400F-81B4-92F15250BBA4}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "OpenERPOutlookPluginSetup", "OpenERPOutlookPluginSetup\OpenERPOutlookPluginSetup.vdproj", "{96333293-0156-4998-9065-42721CEB0368}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenERPClient", "OpenERPClient\OpenERPClient.csproj", "{8E62B8DF-E3A2-4429-A820-FB8A31C2EB00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4B2219B-F235-400F-81B4-92F15250BBA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B2219B-F235-400F-81B4-92F15250BBA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B2219B-F235-400F-81B4-92F15250BBA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B2219B-F235-400F-81B4-92F15250BBA4}.Release|Any CPU.Build.0 = Release|Any CPU
{96333293-0156-4998-9065-42721CEB0368}.Debug|Any CPU.ActiveCfg = Debug
{96333293-0156-4998-9065-42721CEB0368}.Release|Any CPU.ActiveCfg = Release
{8E62B8DF-E3A2-4429-A820-FB8A31C2EB00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E62B8DF-E3A2-4429-A820-FB8A31C2EB00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E62B8DF-E3A2-4429-A820-FB8A31C2EB00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E62B8DF-E3A2-4429-A820-FB8A31C2EB00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,52 +0,0 @@
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Revision
// Build Number
//
// You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified - the assembly cannot be signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine.
// (*) If the key file and a key name attributes are both specified, the
// following processing occurs:
// (1) If the KeyName can be found in the CSP - that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist, the key
// in the file is installed into the CSP and used.
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]

View File

@ -1,55 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
using System.Collections;
using OpenERPClient;
namespace OpenERPOutlookPlugin
{
static public class Cache
{
static private OpenERPOutlookPlugin _openerp;
static public OpenERPOutlookPlugin OpenERPOutlookPlugin
{
get
{
return _openerp;
}
set
{
_openerp = value;
}
}
static private Model[] document_models;
static public Model[] DocumentModelList
{
get
{
return document_models;
}
set
{
document_models = value;
}
}
}
}

View File

@ -1,109 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
using System;
using System.Collections;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using OpenERPClient;
namespace OpenERPOutlookPlugin
{
public class ConfigManager
{
string openerp_config_file = "openerp_config.ini";
public void SaveConfigurationSetting()
{
string filepath = Tools.GetAppFolderPath();
OpenERPOutlookPlugin openerp_outlook = Cache.OpenERPOutlookPlugin;
OpenERPConnect openerp_connect = openerp_outlook.Connection;
filepath = Path.Combine(filepath, openerp_config_file);
string[] datas = { "url=" + openerp_connect.URL, "userid=" + openerp_connect.UserId, "dbname=" + openerp_connect.DBName,"rempwd="+openerp_connect.rempwd,"pswrd=" + openerp_connect.pswrd };
StreamWriter userfile = new StreamWriter(filepath, false);
foreach (string data in datas)
{
userfile.WriteLine(data);
}
userfile.Close();
}
public void LoadConfigurationSetting()
{
string filePath = Tools.GetAppFolderPath();
filePath = Path.Combine(filePath, this.openerp_config_file);
OpenERPConnect openerp_connect=null;
OpenERPOutlookPlugin openerp_outlook=null;
openerp_outlook = Cache.OpenERPOutlookPlugin;
if (openerp_outlook == null)
{
openerp_outlook = new OpenERPOutlookPlugin(openerp_connect);
}
openerp_connect = openerp_outlook.Connection;
if (openerp_connect == null)
{
openerp_connect = new OpenERPConnect();
}
if (File.Exists(filePath))
{
string line;
using (StreamReader file = new StreamReader(filePath))
{
while ((line = file.ReadLine()) != null)
{
char[] delimiters = new char[] { '=' };
string[] parts = line.Split(delimiters, 2);
for (int i = 0; i < parts.Length; i += 2)
{
if (parts[i] == "url")
openerp_connect.URL = parts[i + 1].Trim();
else if (parts[i] == "userid")
openerp_connect.UserId = parts[i + 1].Trim();
else if (parts[i] == "dbname")
openerp_connect.DBName = parts[i + 1].Trim();
else if (parts[i] == "pswrd")
openerp_connect.pswrd = parts[i + 1].Trim();
else if (parts[i] == "rempwd")
{
openerp_connect.rempwd = false;
if (parts[i + 1].Trim().ToLower() == "true")
openerp_connect.rempwd = true;
}
}
}
file.Close();
}
}
openerp_outlook.Connection = openerp_connect;
Cache.OpenERPOutlookPlugin = openerp_outlook;
}
}
}

View File

@ -1,355 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
namespace OpenERPOutlookPlugin
{
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using office = Microsoft.Office.Core;
using outlook = Microsoft.Office.Interop.Outlook;
using OpenERPClient;
#region Read me for Add-in installation and setup information.
// When run, the Add-in wizard prepared the registry for the Add-in.
// At a later time, if the Add-in becomes unavailable for reasons such as:
// 1) You moved this project to a computer other than which is was originally created on.
// 2) You chose 'Yes' when presented with a message asking if you wish to remove the Add-in.
// 3) Registry corruption.
// you will need to re-register the Add-in by building the OpenERPOutlookPluginSetup project,
// right click the project in the Solution Explorer, then choose install.
#endregion
/// <summary>
/// The object for implementing an Add-in.
/// </summary>
/// <seealso class='IDTExtensibility2' />
[GuidAttribute("C86B5760-1254-4F40-BD25-2094A2A678C4"), ProgId("OpenERPOutlookPlugin.Connect")]
public class Connect : Object, Extensibility.IDTExtensibility2
{
/// <summary>
/// Implements the constructor for the Add-in object.
/// Place your initialization code within this method.
/// </summary>
public Connect()
{
}
public int cnt_mail = 0;
/// <summary>
/// Implements the OnConnection method of the IDTExtensibility2 interface.
/// Receives notification that the Add-in is being loaded.
/// </summary>
/// <param term='application'>
/// Root object of the host application.
/// </param>
/// <param term='connectMode'>
/// Describes how the Add-in is being loaded.
/// </param>
/// <param term='addInInst'>
/// Object representing this Add-in.
/// </param>
/// <seealso class='IDTExtensibility2' />
public void OnConnection(object application, Extensibility.ext_ConnectMode connectMode, object addInInst, ref System.Array custom)
{
applicationObject = application;
addInInstance = addInInst;
if (connectMode != Extensibility.ext_ConnectMode.ext_cm_Startup)
{
OnStartupComplete(ref custom);
}
}
/// <summary>
/// Implements the OnDisconnection method of the IDTExtensibility2 interface.
/// Receives notification that the Add-in is being unloaded.
/// </summary>
/// <param term='disconnectMode'>
/// Describes how the Add-in is being unloaded.
/// </param>
/// <param term='custom'>
/// Array of parameters that are host application specific.
/// </param>
/// <seealso class='IDTExtensibility2' />
public void OnDisconnection(Extensibility.ext_DisconnectMode disconnectMode, ref System.Array custom)
{
if (disconnectMode != Extensibility.ext_DisconnectMode.ext_dm_HostShutdown)
{
OnBeginShutdown(ref custom);
}
applicationObject = null;
}
/// <summary>
/// Implements the OnAddInsUpdate method of the IDTExtensibility2 interface.
/// Receives notification that the collection of Add-ins has changed.
/// </summary>
/// <param term='custom'>
/// Array of parameters that are host application specific.
/// </param>
/// <seealso class='IDTExtensibility2' />
public void OnAddInsUpdate(ref System.Array custom)
{
}
/// <summary>
/// Implements the OnStartupComplete method of the IDTExtensibility2 interface.
/// Receives notification that the host application has completed loading.
/// </summary>
/// <param term='custom'>
/// Array of parameters that are host application specific.
/// </param>
/// <seealso class='IDTExtensibility2' />
///
private office.CommandBarButton btn_open_partner;
private office.CommandBarButton btn_open_document;
private office.CommandBarButton btn_open_configuration_form;
private office.CommandBars oCommandBars;
private office.CommandBar menuBar;
private office.CommandBarPopup newMenuBar;
public int countMail()
{
/*
* Gives the number of selected mail.
* returns: Number of selected mail.
*/
cnt_mail = 0;
Microsoft.Office.Interop.Outlook.Application app = null;
app = new Microsoft.Office.Interop.Outlook.Application();
foreach (var selection in app.ActiveExplorer().Selection)
{
cnt_mail = app.ActiveExplorer().Selection.Count;
}
return cnt_mail;
}
public void OnStartupComplete(ref System.Array custom)
{
/*
* When outlook is opened it loads a Menu if Outlook plugin is installed.
* OpenERP - > Push, Partner ,Documents, Configuration
*/
Microsoft.Office.Interop.Outlook.Application app = null;
try
{
app = new Microsoft.Office.Interop.Outlook.Application();
object omissing = System.Reflection.Missing.Value;
menuBar = app.ActiveExplorer().CommandBars.ActiveMenuBar;
ConfigManager config = new ConfigManager();
config.LoadConfigurationSetting();
OpenERPOutlookPlugin openerp_outlook = Cache.OpenERPOutlookPlugin;
OpenERPConnect openerp_connect = openerp_outlook.Connection;
try
{
if (openerp_connect.URL != null && openerp_connect.DBName != null && openerp_connect.UserId != null && openerp_connect.pswrd != "")
{
string decodpwd = Tools.DecryptB64Pwd(openerp_connect.pswrd);
openerp_connect.Login(openerp_connect.DBName, openerp_connect.UserId, decodpwd);
}
}
catch(Exception )
{
MessageBox.Show("Unable to connect remote Server ' " + openerp_connect.URL + " '.", "OpenERP Connection",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);
}
newMenuBar = (office.CommandBarPopup)menuBar.Controls.Add(office.MsoControlType.msoControlPopup, omissing, omissing, omissing, true);
if (newMenuBar != null)
{
newMenuBar.Caption = "OpenERP";
newMenuBar.Tag = "My";
btn_open_partner = (office.CommandBarButton)newMenuBar.Controls.Add(office.MsoControlType.msoControlButton, omissing, omissing, 1, true);
btn_open_partner.Style = office.MsoButtonStyle.msoButtonIconAndCaption;
btn_open_partner.Caption = "Contact";
//Face ID will use to show the ICON in the left side of the menu.
btn_open_partner.FaceId = 3710;
newMenuBar.Visible = true;
btn_open_partner.Click += new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler(this.btn_open_partner_Click);
btn_open_document = (office.CommandBarButton)newMenuBar.Controls.Add(office.MsoControlType.msoControlButton, omissing, omissing, 2, true);
btn_open_document.Style = office.MsoButtonStyle.msoButtonIconAndCaption;
btn_open_document.Caption = "Documents";
//Face ID will use to show the ICON in the left side of the menu.
btn_open_document.FaceId = 258;
newMenuBar.Visible = true;
btn_open_document.Click += new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler(this.btn_open_document_Click);
btn_open_configuration_form = (office.CommandBarButton)newMenuBar.Controls.Add(office.MsoControlType.msoControlButton, omissing, omissing, 3, true);
btn_open_configuration_form.Style = office.MsoButtonStyle.msoButtonIconAndCaption;
btn_open_configuration_form.Caption = "Configuration";
//Face ID will use to show the ICON in the left side of the menu.
btn_open_configuration_form.FaceId = 5644;
newMenuBar.Visible = true;
btn_open_configuration_form.Click += new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler(this.btn_open_configuration_form_Click);
}
}
catch (Exception)
{
object oActiveExplorer;
oActiveExplorer = applicationObject.GetType().InvokeMember("ActiveExplorer", BindingFlags.GetProperty, null, applicationObject, null);
oCommandBars = (office.CommandBars)oActiveExplorer.GetType().InvokeMember("CommandBars", BindingFlags.GetProperty, null, oActiveExplorer, null);
}
}
void btn_open_configuration_form_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
{
frm_openerp_configuration frm_config = new frm_openerp_configuration();
frm_config.Show();
}
public static bool isLoggedIn()
{
/*
* This will check that it is connecting with server or not.
* If wrong server name or port is given then it will throw the message.
* returns true If conneted with server, otherwise False.
*/
if (Cache.OpenERPOutlookPlugin == null || Cache.OpenERPOutlookPlugin.isLoggedIn == false)
{
throw new Exception("OpenERP Server is not connected!\nPlease connect OpenERP Server from Configuration Menu.");
}
return true;
}
public static void handleException(Exception e)
{
string Title;
if (Form.ActiveForm != null)
{
Title = Form.ActiveForm.Text;
}
else
{
Title = "OpenERP Addin";
}
MessageBox.Show(e.Message, Title, MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
}
public static void displayMessage(string message)
{
string Title;
if (Form.ActiveForm != null)
{
Title = Form.ActiveForm.Text;
}
else
{
Title = "OpenERP Addin";
}
MessageBox.Show(message, Title, MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public void CheckMailCount()
{
if (countMail() == 0)
{
throw new Exception("No email selected.\nPlease select one email.");
}
if (countMail() > 1)
{
throw new Exception("Multiple selction is not allowed.\nPlease select only one email.");
}
}
void btn_open_partner_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
{
try
{
Connect.isLoggedIn();
this.CheckMailCount();
if (countMail() == 1)
{
foreach (outlook.MailItem mailitem in Tools.MailItems())
{
Object[] contact = Cache.OpenERPOutlookPlugin.RedirectPartnerPage(mailitem);
if ((int)contact[1] > 0)
{
Cache.OpenERPOutlookPlugin.RedirectWeb(contact[2]);
}
else
{
frm_contact contact_form = new frm_contact(mailitem.SenderName, mailitem.SenderEmailAddress);
contact_form.Show();
}
}
}
}
catch (Exception e)
{
Connect.handleException(e);
}
}
void btn_open_document_Click(Microsoft.Office.Core.CommandBarButton Ctrl, ref bool CancelDefault)
{
try
{
Connect.isLoggedIn();
this.CheckMailCount();
if (countMail() == 1)
{
frm_choose_document_opt frm_doc = new frm_choose_document_opt();
}
}
catch (Exception e)
{
Connect.handleException(e);
}
}
public void OnBeginShutdown(ref System.Array custom)
{
}
private object applicationObject;
private object addInInstance;
}
}

View File

@ -1,238 +0,0 @@
/*
OpenERP, Open Source Business Applications
Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
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/>.
*/
using System;
using System.Collections;
using System.Linq;
using OpenERPClient;
using outlook = Microsoft.Office.Interop.Outlook;
using System.Windows.Forms;
namespace OpenERPOutlookPlugin
{
public class OpenERPOutlookPlugin : Model
{
public Boolean isLoggedIn
{
/*
* This will check that user is logged in or not and gets the value
* returns : True if loggedIn, False otherwise.
*/
get
{
if (this.Connection != null) { return this.Connection.isLoggedIn; }
return false;
}
}
public OpenERPOutlookPlugin(OpenERPConnect connection)
{
this.Connection = connection;
//this.set_server_method();
}
public Record[] SearchRecord(string name,string model)
{
/*
* Gives name and model for search record.
*/
ArrayList object_list = new ArrayList();
Model parent_model;
parent_model = new Model(model);
ArrayList args = new ArrayList();
args.Add(parent_model.model);
if (name != null)
{
args.Add(name);
}
else
{
args.Add("");
}
object[] objects = (object[])this.openerp_connect.Execute("plugin.handler", "list_document_get", args.ToArray());
foreach (object obj in objects)
{
Hashtable document = new Hashtable();
object[] names = (object[])obj;
document.Add("id", names[0].ToString());
document.Add("name", names[1].ToString());
object_list.Add(new Record(document,parent_model));
}
return (Record[])object_list.ToArray(typeof(Record));
}
public string Name_get(outlook.MailItem mail)
{
string email = Tools.GetHeader(mail);
object doc = this.openerp_connect.Execute("plugin.handler", "document_get", email);
object[] name = (object[])doc;
return name[3].ToString();
}
public void RedirectWeb(object web_url)
{
/*
* Will open the url into the web browser.
*/
System.Diagnostics.Process.Start(web_url.ToString());
}
public object[] RedirectPartnerPage(outlook.MailItem mail)
{
/*
* Will Redirect to the web-browser and open partner.
* If it will not found partner in res.partner (in contact) then
it will open the contact form to create a partner.
:Param outlook.MailItem mailItem : Outlook Mail item
*/
string email_id = mail.SenderEmailAddress.ToString();
Object[] contact = (Object[])this.openerp_connect.Execute("plugin.handler", "partner_get", email_id);
return contact;
}
public void Open_Document(outlook.MailItem mail)
{
/*
* To open document attached in a url.returns the model_id and res_id of the document
:Param outlook.MailItem mail: Outlook mails.
*/
string email = Tools.GetHeader(mail);
object doc = this.openerp_connect.Execute("plugin.handler", "document_get", email);
object[] url = (object[])doc;
this.RedirectWeb(url[2].ToString());
}
public Boolean PushMail(outlook.MailItem mail, string model, int thread_id)
{
/*
* This will push the mail as per the selected items from the list.
:Param outlook.MailItem mail: selected mail from the outlook.
:Param string model : Model name to push.
:Param int thread_id : Thread id of the mail.
* If mail pushed successfully then it returns true.
* return False if mail Already Exist.
*/
OpenERPOutlookPlugin openerp_outlook = Cache.OpenERPOutlookPlugin;
OpenERPConnect openerp_connect = openerp_outlook.Connection;
ArrayList args = new ArrayList();
Hashtable vals = new Hashtable();
string email;
if (Tools.GetHeader(mail)!= null)
{
email = Tools.GetHeader(mail); //TODO: Outlook.MailItem Should be Converted into MIME Message
}
else
{
email = "";
}
args.Add(model);
args.Add(email.ToString());
args.Add(thread_id);
Hashtable attachments = Tools.GetAttachments(mail);
args.Add(mail.Body);
args.Add(mail.HTMLBody);
args.Add(attachments);
object push_mail = this.Connection.Execute("plugin.handler", "push_message_outlook", args.ToArray());
object[] push = (object[])push_mail;
if (Convert.ToInt32(push[1]) == 0)
{
MessageBox.Show(push[3].ToString());
}
else
{
this.RedirectWeb(push[2].ToString());
}
return true;
}
public long CreatePartnerRecord(string name)
{
/*
* Creates a partner record in res.partner as per the name given in the plugin form.
:Param String name: Name given to create a partner in the database.
* Returns a Long value : Partner id.
*/
Record[] partenr_list = this.SearchRecord(name,"res.partner");
int partner_id = 0;
foreach (Record partner in partenr_list)
{
partner_id = Convert.ToInt16(partner.id);
}
return partner_id;
}
public void CreateContactRecord(int partner_id, string name, string email_id)
{
/*
* Creates a Contact record in the res.partner as per the details given in the
plugin form of openERP outlook Plugin.
:Param string partner_id : Partner id for which it creates a contact
:Param string name : Contact name
:Param string email_id : Email address
*/
Hashtable values = new Hashtable();
values.Add("name", name);
values.Add("email", email_id);
ArrayList args = new ArrayList();
args.Add(values);
args.Add(partner_id);
object[] contact = (object[])this.openerp_connect.Execute("plugin.handler", "contact_create", args.ToArray());
this.RedirectWeb(contact[2].ToString());
}
public Model[] GetMailModels()
{
/*
* function to get objects to display in combo box
* returns the Array list of models.
*/
ArrayList obj_list = new ArrayList();
object mail_models = this.Connection.Execute("plugin.handler", "document_type");
foreach (object model in (object[])mail_models)
{
Model open_model;
string[] models = (string[])model;
open_model = new Model(models[0], models[1]);
open_model.Connection = this.Connection;
obj_list.Add(open_model);
}
return (Model[])obj_list.ToArray(typeof(Model));
}
}
}

View File

@ -1,279 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F4B2219B-F235-400F-81B4-92F15250BBA4}</ProjectGuid>
<OutputType>Library</OutputType>
<StartupObject>
</StartupObject>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>OpenERPOutlookPlugin</AssemblyName>
<RootNamespace>OpenERPOutlookPlugin</RootNamespace>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<OutputPath>.\bin\Debug\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
<IncrementalBuild>false</IncrementalBuild>
<RegisterForComInterop>true</RegisterForComInterop>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
<OutputPath>.\bin\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
<IncrementalBuild>false</IncrementalBuild>
<RegisterForComInterop>true</RegisterForComInterop>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CookComputing.XmlRpcV2">
<HintPath>..\CookComputing.XmlRpcV2.dll</HintPath>
</Reference>
<Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="System">
<HintPath>System.dll</HintPath>
<Name>System</Name>
</Reference>
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data">
<HintPath>System.Data.dll</HintPath>
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Net">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML">
<HintPath>System.XML.dll</HintPath>
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cache.cs" />
<Compile Include="ConfigManager.cs" />
<Compile Include="frm_contact.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_contact.designer.cs">
<DependentUpon>frm_contact.cs</DependentUpon>
</Compile>
<Compile Include="frm_create_doc.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_create_doc.Designer.cs">
<DependentUpon>frm_create_doc.cs</DependentUpon>
</Compile>
<Compile Include="frm_openerp_connection.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_openerp_connection.Designer.cs">
<DependentUpon>frm_openerp_connection.cs</DependentUpon>
</Compile>
<Compile Include="frm_push_mail.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_push_mail.designer.cs">
<DependentUpon>frm_push_mail.cs</DependentUpon>
</Compile>
<Compile Include="frm_select_partner.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_select_partner.Designer.cs">
<DependentUpon>frm_select_partner.cs</DependentUpon>
</Compile>
<Compile Include="frm_choose_document_opt.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_choose_document_opt.Designer.cs">
<DependentUpon>frm_choose_document_opt.cs</DependentUpon>
</Compile>
<Compile Include="OpenERPOutlookPlugin.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Tools.cs" />
<Compile Include="Connect.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="frm_openerp_configuration.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frm_openerp_configuration.Designer.cs">
<DependentUpon>frm_openerp_configuration.cs</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frm_contact.resx">
<DependentUpon>frm_contact.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frm_create_doc.resx">
<DependentUpon>frm_create_doc.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frm_openerp_configuration.resx">
<DependentUpon>frm_openerp_configuration.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frm_openerp_connection.resx">
<DependentUpon>frm_openerp_connection.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frm_push_mail.resx">
<DependentUpon>frm_push_mail.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frm_select_partner.resx">
<DependentUpon>frm_select_partner.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frm_choose_document_opt.resx">
<DependentUpon>frm_choose_document_opt.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<COMReference Include="Microsoft.Office.Core">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>4</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
<COMReference Include="Microsoft.Office.Interop.Outlook">
<Guid>{00062FFF-0000-0000-C000-000000000046}</Guid>
<VersionMajor>9</VersionMajor>
<VersionMinor>3</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\195737_152643643962_3595480_n.jpg" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Account.png" />
<Content Include="Resources\Archive.png" />
<Content Include="Resources\Case.png" />
<Content Include="Resources\Contact.png" />
<Content Include="Resources\Create.png" />
<Content Include="Resources\developped_by.png" />
<Content Include="Resources\Error.gif" />
<Content Include="Resources\Invoice.png" />
<Content Include="Resources\logo.png" />
<Content Include="Resources\Move.gif" />
<Content Include="Resources\MoveDown.png" />
<Content Include="Resources\MoveLeft.png" />
<Content Include="Resources\openerp.png" />
<Content Include="Resources\Partner.png" />
<Content Include="Resources\perform.gif" />
<Content Include="Resources\Product.png" />
<Content Include="Resources\Project.png" />
<Content Include="Resources\Sale.png" />
<Content Include="Resources\Search.gif" />
<Content Include="Resources\settings.png" />
<Content Include="Resources\Success.gif" />
<Content Include="Resources\Task.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenERPClient\OpenERPClient.csproj">
<Project>{8E62B8DF-E3A2-4429-A820-FB8A31C2EB00}</Project>
<Name>OpenERPClient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
</VisualStudio>
</ProjectExtensions>
</Project>

View File

@ -1,12 +0,0 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartWorkingDirectory>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\</StartWorkingDirectory>
<StartProgram>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe</StartProgram>
<StartAction>Program</StartAction>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<StartWorkingDirectory>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\</StartWorkingDirectory>
<StartProgram>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe</StartProgram>
<StartAction>Program</StartAction>
</PropertyGroup>
</Project>

View File

@ -1,119 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace OpenERPOutlookPlugin.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OpenERPOutlookPlugin.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
internal static System.Drawing.Bitmap _195737_152643643962_3595480_n {
get {
object obj = ResourceManager.GetObject("195737_152643643962_3595480_n", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Archive {
get {
object obj = ResourceManager.GetObject("Archive", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Create {
get {
object obj = ResourceManager.GetObject("Create", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Error {
get {
object obj = ResourceManager.GetObject("Error", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap MoveDown {
get {
object obj = ResourceManager.GetObject("MoveDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap MoveLeft {
get {
object obj = ResourceManager.GetObject("MoveLeft", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Search {
get {
object obj = ResourceManager.GetObject("Search", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Success {
get {
object obj = ResourceManager.GetObject("Success", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

View File

@ -1,145 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="MoveLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MoveLeft.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Archive" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Archive.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Create" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Create.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Success" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Success.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="195737_152643643962_3595480_n" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\195737_152643643962_3595480_n.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Error" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Error.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Search" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Search.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="MoveDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MoveDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -1,26 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3053
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace OpenERPOutlookPlugin.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
}
}

View File

@ -1,6 +0,0 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
</SettingsFile>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

Some files were not shown because too many files have changed in this diff Show More