diff --git a/addons/account/product_view.xml b/addons/account/product_view.xml index 2c540cb6ee6..73b31bbb02a 100644 --- a/addons/account/product_view.xml +++ b/addons/account/product_view.xml @@ -11,12 +11,16 @@ - - + + - - + + @@ -31,12 +35,16 @@ - - - - - - + + + + + + + + + + diff --git a/addons/auth_signup/auth_signup_data.xml b/addons/auth_signup/auth_signup_data.xml index f153f03237d..c14a79b417f 100644 --- a/addons/auth_signup/auth_signup_data.xml +++ b/addons/auth_signup/auth_signup_data.xml @@ -10,7 +10,7 @@ - + _usertemplate diff --git a/addons/event_sale/event_sale_view.xml b/addons/event_sale/event_sale_view.xml index 33bd7d7469e..c7b507169da 100644 --- a/addons/event_sale/event_sale_view.xml +++ b/addons/event_sale/event_sale_view.xml @@ -8,10 +8,11 @@
-
- +
diff --git a/addons/portal/portal_data.xml b/addons/portal/portal_data.xml index a9388ff1045..35dee070c71 100644 --- a/addons/portal/portal_data.xml +++ b/addons/portal/portal_data.xml @@ -2,85 +2,13 @@ - + - Portal - Portal members have specific access rights (such as record rules and restricted menus). - They usually do not belong to the usual OpenERP groups. - - - - - - Company News - public - - - - News - mail.wall - mail.group - - -

- Youd don't have unread company's news. -

-
-
- - - - Company Jobs - public - - - - Jobs - mail.wall - mail.group - - -

- Youd don't have unread job offers. -

-
-
- -
- - +
diff --git a/addons/portal/portal_demo.xml b/addons/portal/portal_demo.xml index c1c67ad9067..3abc9c8cef5 100644 --- a/addons/portal/portal_demo.xml +++ b/addons/portal/portal_demo.xml @@ -30,48 +30,5 @@ Mr Demo Portal
- - - Our company's first blog-post ! - mail.group - - Hello, and welcome to our company's portal !

-

It is a great pleasure to announce you the creation of our portal by writing this first news! As you may have seen, a new discussion group is now present under your 'My groups' menu: Company's News. We will post news about the company and its employees in this discussion group. Moreover, we will be able to communicate with our partners that are given the opportunity to join us in our portal.

-

A new era of communication has begun! Feel free to post your feelings about our portal by replying on this message!

]]>
- comment - - -
- - - mail.group - - As your first portal member, I am very pleased to be able to communicate directly with you. Be sure I'll read all news carefully!

]]>
- - comment - - -
- - - mail.group - - That's good news! As said by Demo Portal User in the previous post, I'm looking forward to hearing from you!

]]>
- - comment - - -
- - - mail.group - - This feature is really great! We will be able to communicate directly to our partners!

]]>
- - comment - - -
- diff --git a/addons/portal/portal_view.xml b/addons/portal/portal_view.xml index bd2b6a251b2..6ba5c3a315b 100644 --- a/addons/portal/portal_view.xml +++ b/addons/portal/portal_view.xml @@ -111,10 +111,6 @@ - - - - Group Search diff --git a/addons/portal_crm/__init__.py b/addons/portal_crm/__init__.py deleted file mode 100644 index 92b3ac62321..00000000000 --- a/addons/portal_crm/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2011 OpenERP S.A (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import contact diff --git a/addons/portal_crm/__openerp__.py b/addons/portal_crm/__openerp__.py deleted file mode 100644 index f5e1ef6cab2..00000000000 --- a/addons/portal_crm/__openerp__.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Portal CRM', - 'version': '0.1', - 'category': 'Tools', - 'complexity': 'easy', - 'description': """ -This module adds a contact page (with a contact form creating a lead when submitted) to your portal if crm and portal are installed. -==================================================================================================================================== - """, - 'author': 'OpenERP SA', - 'depends': ['crm','portal'], - 'data': [ - 'contact_view.xml', - 'security/ir.model.access.csv', - ], - 'test': [ - 'test/contact_form.yml', - ], - 'installable': True, - 'auto_install': True, - 'category': 'Hidden', - 'css': ['static/src/css/portal_crm.css'], -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/portal_crm/contact.py b/addons/portal_crm/contact.py deleted file mode 100644 index 9260e17a5b1..00000000000 --- a/addons/portal_crm/contact.py +++ /dev/null @@ -1,128 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2011 OpenERP S.A (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv, fields -from openerp import SUPERUSER_ID - -class crm_contact_us(osv.TransientModel): - """ Create new leads through the "contact us" form """ - _name = 'portal_crm.crm_contact_us' - _description = 'Contact form for the portal' - _inherit = 'crm.lead' - _columns = { - 'company_ids' : fields.many2many('res.company', string='Companies', readonly=True), - } - - def _get_companies(self, cr, uid, context=None): - """ - Fetch companies in order to display them in the wizard view - - @return a list of ids of the companies - """ - r = self.pool.get('res.company').search(cr, uid, [], context=context) - return r - - def _get_user_name(self, cr, uid, context=None): - """ - If the user is logged in (i.e. not public), get the user's name to - pre-fill the partner_name field. - Same goes for the other _get_user_attr methods. - - @return current user's name if the user isn't "public", None otherwise - """ - user = self.pool.get('res.users').read(cr, uid, uid, ['login'], context) - - if (user['login'] != 'public'): - return self.pool.get('res.users').name_get(cr, uid, uid, context)[0][1] - else: - return None - - def _get_user_email(self, cr, uid, context=None): - user = self.pool.get('res.users').read(cr, uid, uid, ['login', 'email'], context) - - if (user['login'] != 'public' and user['email']): - return user['email'] - else: - return None - - def _get_user_phone(self, cr, uid, context=None): - user = self.pool.get('res.users').read(cr, uid, uid, ['login', 'phone'], context) - - if (user['login'] != 'public' and user['phone']): - return user['phone'] - else: - return None - - _defaults = { - 'partner_name': _get_user_name, - 'email_from': _get_user_email, - 'phone': _get_user_phone, - 'company_ids': _get_companies, - } - - def create(self, cr, uid, values, context=None): - """ - Since they are potentially sensitive, we don't want any user to be able - to read datas generated through this module. Therefore we'll write - these information directly in the crm.lead table and leave blank - entries in the contact table. - This is why the create() method is overwritten. - """ - crm_lead = self.pool.get('crm.lead') - - """ - Because of the complex inheritance of the crm.lead model and the other - models implied (like mail.thread, among others, that performs a read - when its create() method is called (in method message_get_subscribers()), - it is quite complicated to set proper rights for this object. - Therefore, user SUPERUSER_ID will perform the creation. - """ - values['contact_name'] = values['partner_name'] - crm_lead.create(cr, SUPERUSER_ID, dict(values, user_id=False), context) - - """ - Create an empty record in the contact table. - Since the 'name' field is mandatory, give an empty string to avoid an integrity error. - Pass mail_create_nosubscribe key in context because otherwise the inheritance - leads to a message_subscribe_user, that triggers access right issues. - """ - empty_values = dict((k, False) if k != 'name' else (k, '') for k, v in values.iteritems()) - return super(crm_contact_us, self).create(cr, SUPERUSER_ID, empty_values, {'mail_create_nosubscribe': True}) - - def submit(self, cr, uid, ids, context=None): - """ When the form is submitted, redirect the user to a "Thanks" message """ - return { - 'type': 'ir.actions.act_window', - 'view_mode': 'form', - 'view_type': 'form', - 'res_model': self._name, - 'res_id': ids[0], - 'view_id': self.pool.get('ir.model.data').get_object_reference(cr, uid, 'portal_crm', 'wizard_contact_form_view_thanks')[1], - 'target': 'new', - } - - def _needaction_domain_get(self, cr, uid, context=None): - """ - This model doesn't need the needactions mechanism inherited from - crm_lead, so simply override the method to return an empty domain - and, therefore, 0 needactions. - """ - return False diff --git a/addons/portal_crm/contact_view.xml b/addons/portal_crm/contact_view.xml deleted file mode 100644 index 76223cee59e..00000000000 --- a/addons/portal_crm/contact_view.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - Contact form - portal_crm.crm_contact_us - -
-

Contact us

-
- - - - - - - - - - - - - -

-
    -
  • -
  • -
  • -
  • -
  • -
- -
-
-
-
-
- -
-
-
- - - - - - - - - -
-
-
-
-
-
- - - - Wizard thanks message - portal_crm.crm_contact_us - - 99 - -
- - -
-
- - - Contact Us - portal_crm.crm_contact_us - form - - inline - {'default_type': 'lead'} - - - - - -
-
diff --git a/addons/portal_crm/i18n/bs.po b/addons/portal_crm/i18n/bs.po deleted file mode 100644 index 5847e661738..00000000000 --- a/addons/portal_crm/i18n/bs.po +++ /dev/null @@ -1,546 +0,0 @@ -# Bosnian 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-08-06 08:35+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bosnian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/cs.po b/addons/portal_crm/i18n/cs.po deleted file mode 100644 index 7cb52a07030..00000000000 --- a/addons/portal_crm/i18n/cs.po +++ /dev/null @@ -1,548 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-03-29 18:40+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Úspěšnost (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Kontaktujte nás" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Datum další akce" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "PSČ" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Nepřečtené zprávy" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Společnost" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Děkujeme za váš zájem, neprodleně vám na váš požadavek odpovíme." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Nejvyšší" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobilní" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Poznámky" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Zprávy" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Index barvy" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Jméno zákazníka" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Zrušeno" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Pokud je zaškrtnuto, nové zprávy vyžadují vaši pozornost." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Komunikační kanál (email, osobní komunikace, telefon, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampaň" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Další akce" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Udržuje záznamy o komunikaci (počet zpráv, …). Tento souhrn je přímo v HTML " -"formátu aby mohl být vložen do zobrazení kanban." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partner" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Kontaktujte nás" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Předmět" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Odhlášení" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Priorita" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Stát" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Sledující" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Způsob platby" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Nový" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Druh" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Email" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Kanál" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Nejnižší" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Datum vytvoření" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Skupiny" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Přihlašovací jméno" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Jméno kontaktu" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Kontakt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Očekávaný výnos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Obchodník" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/de.po b/addons/portal_crm/i18n/de.po deleted file mode 100644 index e1329eb9ef3..00000000000 --- a/addons/portal_crm/i18n/de.po +++ /dev/null @@ -1,564 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-16 17:47+0000\n" -"Last-Translator: Felix Schubert \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Interessent" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Anrede" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Erfolgsrate (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Kontakt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Nächste Zahlungserinnerung" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "PLZ" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Ungelesene Nachrichten" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Unternehmen" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Tage bis Eröffnung" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Danke für Ihre Anfrage, wir werden uns baldmöglichst darum kümmern." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Höchste" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobil" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Notizen" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Nachrichten" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Farbindex" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Längengrad" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Kundenname" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Abgebrochen" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Falls aktiviert, sind neue Nachrichten abzuarbeiten." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Kommunikationskanal (E-Mail, Persönlich, Telefon)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampagne" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Kundennummer" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Nächste Aktion" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Hier finden Sie die Nachrichtenübersicht (Anzahl Nachrichten etc., ...) im " -"html Format, um Sie später in einer Kanban Ansicht einfügen zu können." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partner" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Kontakt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Betreff" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Keine Werbe-E-Mails" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Priorität" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Status" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Followers" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Kunde (optional). Normalerweise erfolgt die Zuordnung bei der Umwandlung " -"eines Leads." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Zahlungsart" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Neu" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Typ" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "E-Mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Vertriebsweg" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Name" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Niedrigste" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Erstellungsdatum" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Schließen" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Ausstehend" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Typ wird zur Unterscheidung von Interessenten und Chancen verwendet." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Kategorien" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Stufe" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Benutzername" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Wenn Sie opt-out aktivieren, werden diesem Kontakt keine weiteren E-Mails " -"zugestellt." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Ansprechpartner" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Kontakt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Partner Kontakt E-Mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Erwarteter Umsatz" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Aufgaben" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Kontaktformular" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Währung" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Aktualisierungsdatum" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Erwartetes Abschlussdatum" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Referenz 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Benutzer E-Mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Start Bearbeitung" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "In Bearbeitung" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"Der Unternehmensname des Interessenten, der bei der Umwandlung des " -"Interessenten zur Chance verwendet wird." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Geschätzte Kosten" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Voraussichtliches Abschlussdatum dieser Chance" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Diese E-Mail Adressen werden automatisch dem CC-Feld aller ein- und " -"ausgehenden E-Mails hinzugefügt. Trennen Sie mehrere E-Mail-Adressen mit " -"Kommata." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Gering" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Abgeschlossen" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Zuweisungsdatum" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Status" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Globale CC" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Straße 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Ist Follower" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Aktiv" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Verkäufer" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Tage b. Beend." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Unternehmen" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Zusammenfassung" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Für den E-Mail-Versand wird die Standardadresse des Verkaufsteams verwendet." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Partner Kontakt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Längengrad" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "Letztes Datum wenn dieser Fall einem Partner zugewiesen wurde" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "E-Mail-Adresse des Kontakts" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Stadt" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Absenden" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Funktion" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Vermittelt durch" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Zugewiesener Partner" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Chance" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "Partner, dem der Fall zugewiesen wurde." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Staat" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Vielen Dank" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"Der Status wird bei der Anlage eines Falles auf 'Entwurf' gesetzt. Wenn der " -"Fall bearbeitet wird, wird der Status auf 'offen' gesetzt. Wenn der Fall " -"abgeschlossen wird, wird der Status auf 'Erledigt' gesetzt. Wenn der Fall " -"überprüft werden muss, wird der Status auf 'Schwebend' gesetzt." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Nachrichten- und Kommunikationsverlauf" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Aus welcher Kampange (Seminar, Marketing Kampange, Massen Mailing, ...) " -"wurde dieser Kontakt erzeugt?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Hoch" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Vertriebsteam" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Straße" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Letzte Aktion" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Kontaktformular für das Portal" diff --git a/addons/portal_crm/i18n/es.po b/addons/portal_crm/i18n/es.po deleted file mode 100644 index 95934d1804e..00000000000 --- a/addons/portal_crm/i18n/es.po +++ /dev/null @@ -1,566 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-13 16:19+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Iniciativa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Título" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Tasa de éxito (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Contáctenos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Fecha de la próxima acción" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Código postal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Mensajes sin leer" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Compañía" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Días para abrir" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Gracias por su interés. Le responderemos en breve." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Más alta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Móvil" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Notas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Mensajes" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Índice de color" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Geo latitud" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Nombre del cliente" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Cancelado" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Si está marcado, hay nuevos mensajes que requieren su atención" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Canal de comunicación (email, directo, teléfono, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Campaña" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Referencia" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Próxima acción" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Contiene el resumen del chatter (nº de mensajes, ...). Este resumen viene " -"directamente en formato HTML para poder ser insertado en las vistas kanban." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Empresa" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Contáctenos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Asunto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "No acepta recibir mensajes" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioridad" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Estado" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Seguidores" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Empresa asociada (opcional). Usualmente se crea al convertir la iniciativa." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Modo de pago" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Nuevo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tipo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Correo electrónico" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Canal" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Nombre" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Más baja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Fecha de creación" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Cerrar" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Pendiente" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "El tipo se utiliza para separar iniciativas y oportunidades" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Categorías" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Etapa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Nombre de usuario" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Si se marca la casilla 'No acepta recibir mensajes', este contacto ha " -"rehusado recibir correos electrónicos o ha eliminado su suscripción a una " -"campaña." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Nombre del contacto" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Contacto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Dirección de correo del contacto de la empresa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Ingreso estimado" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Tareas" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Formulario de contacto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Moneda" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Fecha de actualización" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Cierre previsto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Referencia 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Correo electrónico del usuario" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Abierto" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "En proceso" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"El nombre de la compañía de la futura empresa será creado al convertir la " -"iniciativa en oportunidad." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Costes previstos" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Fecha estimada en la que la oportunidad será ganada." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Estas direcciones de correo serán añadidas al campo CC para todos los " -"correos entrantes y salientes de este registro antes de ser enviados. Separe " -"las diferentes direcciones de correo con una coma." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Baja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Cerrado" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Fecha de asignación" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Estado" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "CC global" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Calle 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "Id." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Teléfono" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Es un seguidor" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Activo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Comercial" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Días para el cierre" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Compañías" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Resumen" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Cuando se envían correos electrónicos, la dirección de correo por defecto " -"proviene del equipo de ventas." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Nombre del contacto de la empresa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Geo longitud" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" -"Última fecha en la que este caso fue reenviado/asignado a una empresa" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Dirección de correo electrónico del contacto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Ciudad" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Enviar" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Función" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Recomendado por" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Empresa asignada" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Oportunidad" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "Empresa a la que este caso ha sido reenviado/asignado." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "País" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Gracias" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"El estado se establece a 'Borrador', cuando se crea el caso. Si el caso está " -"en progreso el estado se establece 'Abierto'. Cuando el caso finaliza, el " -"estado se establece a 'Realizado'. Si el caso necesita ser revisado, " -"entonces el estado se establece a 'Pendiente'." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Mensajes e historial de comunicación" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Campaña de procedencia (seminario, campaña de marketing, envío masivo de " -"correo, ... ) de este contacto" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Alta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Equipo de ventas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Calle" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Última acción" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formulario de contacto para el portal" diff --git a/addons/portal_crm/i18n/fi.po b/addons/portal_crm/i18n/fi.po deleted file mode 100644 index ed8c3a72160..00000000000 --- a/addons/portal_crm/i18n/fi.po +++ /dev/null @@ -1,548 +0,0 @@ -# Finnish 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-12-01 22:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-12-02 05:23+0000\n" -"X-Generator: Launchpad (build 16856)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Liidi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Titteli" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Onnistumistodennäköisyys (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Ota yhteyttä" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Seuraava toimenpidepäivä" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Faksi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Postinumero" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Lukemattomia viestejä" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Yritys" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Korkein" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Matkapuhelin" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Muistiinpanot" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Viestit" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Väri-indeksi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Asiakkaan nimi" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Peruttu" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Jos valittu, uudet viestit vaativat huomiosi." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Kommunikointikanava (sähköposti, suora, puhelin,...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampanja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Viite" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Seuraava toimenpide" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Sisältää viestien yhteenvedon (viestien määrän,...). Tämä yhteenveto on " -"valmiiksi html-muodossa, jotta se voidaan viedä kanban näkymään." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Kumppani" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Ota yhteyttä" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Aihe" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Jätä pois" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Tärkeys" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Valtio" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Seuraajat" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Maksutapa" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Uusi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tyyppi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Sähköposti" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Kanava" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Alin" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Luontipäivä" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Tyyppiä käytetään erottamaan liidit ja mahdollisuudet toisistaan" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Kategoriat" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Vaihe" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Käyttäjätunnus" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Yhteystiedon nimi" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Kontakti" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Kumppanin yhteystieto, sähköposti" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Odotetut tulot" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Tehtävät" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Yhteydenottolomake" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Valuutta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Päivityksen ajankohta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Odotettu päätös" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Viittaus 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Avattu" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "Kesken" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Myyjä" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/fr.po b/addons/portal_crm/i18n/fr.po deleted file mode 100644 index 686290f1ddd..00000000000 --- a/addons/portal_crm/i18n/fr.po +++ /dev/null @@ -1,561 +0,0 @@ -# French 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-05-22 16:34+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Piste" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Titre" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Taux de succès (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Contactez-nous" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Date de la prochaine action" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Code postal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Messages non-lus" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Société" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Jours pour ouvrir" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Merci de votre intérêt, nous répondrons rapidement à votre requête." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "La plus haute" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Portable" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Notes" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Messages" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Couleur" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Nom du client" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Annulé" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Si coché, de nouveaux messages demandent votre attention." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Canal de communication (courriel, direct, téléphone, etc.)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Campagne" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Référence" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Action suivante" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Contient le résumé de la discussion (nombre de messages, ...). Ce résumé est " -"au format HTML pour permettre son utilisation dans les vues kanban." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partenaire" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Contactez-nous" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Sujet" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Option de retrait" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Priorité" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "État" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Abonnés" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Partenaire associé (optionnel). Habituellement il est créé lors de la " -"conversion d'une piste." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Mode de paiement" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Nouveau" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Type" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Courriel" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Canal" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Nom" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "La plus basse" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Date de création" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Fermer" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "En attente" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Le type est utilisé pour différencier les pistes des opportunités" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Catégories" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Étape" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Identifiant" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Nom du contact" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Contact" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Courriel de contact du partenaire" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Revenu espéré" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Tâches" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Formulaire de contact" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Devise" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Date de mise à jour" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Date de fermeture prévue" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Référence 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Courriel de l'utilisateur" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Ouvert" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "En cours" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"Le nom de la future société partenaire qui sera créée quand la piste sera " -"convertie en opportunité" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Coûts prévus" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Estimation de la date à laquelle l'opportunité sera gagnée" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Ces adresses courriels seront mises en copie de tous les courriels reçus et " -"émis pour cet enregistrement. Séparez les adresses par une virgule" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Basse" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Fermée" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Statut" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normale" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Copie globale" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Rue (suite)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "Id." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Téléphone" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Est un abonné" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Active" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Vendeurs" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Jours pour fermer" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Sociétés" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Résumé" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Lors de l'envoi de courriels, l'adresse de courriel par défaut est celle de " -"l'équipe de vente." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Nom du contact chez le partenaire" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Adresse courriel du contact" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Ville" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Soumettre" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Fonction" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Référencé par" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Opportunité" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Pays" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Merci" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"Le statut est \"Brouillon\", quand un cas est créé. Si le cas est en cours, " -"le statut est \"Ouvert\". Lorsque le cas est terminé, le statut est " -"\"Terminé\". Si le cas doit être examiné alors le statut est \"En attente\"." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Historique des messages et communications" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"De quelle campagne (séminaire, campagne marketing, publipostage...) ce " -"contact provient-il ?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Haute" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Équipe commerciale" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Rue" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Dernière action" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formulaire de contact pour le portail" diff --git a/addons/portal_crm/i18n/he.po b/addons/portal_crm/i18n/he.po deleted file mode 100644 index b14cf413812..00000000000 --- a/addons/portal_crm/i18n/he.po +++ /dev/null @@ -1,546 +0,0 @@ -# Hebrew 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-12-30 19:12+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hebrew \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-12-31 04:47+0000\n" -"X-Generator: Launchpad (build 16877)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/hr.po b/addons/portal_crm/i18n/hr.po deleted file mode 100644 index a1079e3388d..00000000000 --- a/addons/portal_crm/i18n/hr.po +++ /dev/null @@ -1,546 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-10 06:48+0000\n" -"Last-Translator: Goran Kliska \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Potencijal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Naslov" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Kontaktirajte nas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Poštanski br." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Nepročitane poruke" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Organizacija" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Dana za otvaranje" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Najviši" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobilni" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Bilješke" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Poruke" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Indeks boje" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Geo Latitude" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Naziv kupca" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Otkazano" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampanja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Oznaka" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Slijedeća akcija" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partner" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Kontaktirajte nas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Predmet" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Isključiti" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioritet" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Način plaćanja" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Nova(i)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tip" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Email" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Kanal" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Naziv" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Najniži" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/hu.po b/addons/portal_crm/i18n/hu.po deleted file mode 100644 index 2e67a07fa38..00000000000 --- a/addons/portal_crm/i18n/hu.po +++ /dev/null @@ -1,568 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-09 13:08+0000\n" -"Last-Translator: krnkris \n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Érdeklődő" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Pozíció" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Siker mérték (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Lépjen velünk kapcsolatba" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Következő művelet időpontja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Irányítószám" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Olvasatlan üzenetek" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Vállalat" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Megnyitásig hátralévő napok" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Köszönjük érdeklődésüket, rövidesen válaszolunk." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Legmagasabb" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobil" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Megjegyzések" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Üzenetek" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Szín meghatározó" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Földrajzi szélesség" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Vevő neve" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Megszakítva" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Ha be van jelölve, akkor figyelje az új üzeneteket." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Communikéciós csatorna (levelezés, direkt, telefon, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampány" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Hivatkozás" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Következő művelet" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"A chettelés összegzést megállítja (üzenetek száma,...). Ez az összegzés " -"direkt HTML formátumú ahhoz hogy beilleszthető legyen a kanban nézetekbe." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partner" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Vegye fel a kapcsolatot velünk" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Tárgy" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Kilép" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioritás" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Állapot" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Követők" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Kapcsolat partner (választható). Rendszerint az érdeklődő átalakításánál " -"lesz létrehozva." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Fizetési mód" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Új" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Típus" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "E-mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Csatorna" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Név" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Legkisebb" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Létrehozás dátuma" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Bezárás" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Függőben lévő" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "A típust az érdeklődők és a lehetőségek szétválasztására használja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Kategóriák" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Szakasz" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Felhasználói belépés" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Ha a kilépés be van jelölve, akkor ez a kapcsolat visszautasította az e-" -"maileket vagy leiratkozott egy kampányról." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Kapcsolat neve" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Kapcsolat" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Partner kapcsolati Email" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Várható bevételek" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Feladatok" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Kapcsolatfelvételi űrlap" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Deviza" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Frissítés dátuma" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Várható befejezés" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Hivatkozás 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Felhasználó email címe" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Megnyitott" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "Folyamatban" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"A jövőben létrehozni kívánt partner vállalat neve ami akkor lesz létrehozva " -"amikor az érdeklődő át lesz alakítva lehetőséggé" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Tervezett költségek" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "A lehetőség elnyerésének körülbelüli időpontja/dátuma." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Ezek az email címek lesznek hozzáadva a CC /Carbon copy,másolat/ mezőhöz " -"minden bejövő és kimenő email-hez amit ezzel a feljegyzéssel küld. Több " -"email felsorolását vesszővel elválasztva adja meg." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Kevés" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Lezárt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Hozzárendelés dátuma" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Állapot" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normál" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Globális CC /másolat/" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Utca2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "Azonosító ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Ez egy követő" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Aktív" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Értékesítő" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Lezárásig hátralévő napok" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Vállalatok" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Összegzés" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Ha leveleket küld, az alapértelmezett email cím az értékesítő csoporttól " -"lesz kiválasztva." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Partner kapcsolattartó neve" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Földrajzi hosszúság" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" -"Ebben az esetben az utolsó dátum a partnerhez el lesz küldve/hozzá lesz " -"rendelve" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "A kapcsolat email címei" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Város" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Beküldés" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Funkció" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Előterjesztette" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Hozzárendelt partner" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Lehetőség" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" -"A partenr ebben az esetben ezzel együtt el lesz küldve/hozzá lesz rendelve." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Ország" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Köszönjük" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"Az állapota be lesz állítva mint 'Terv', amikor az ügyet létrehozza. Ha az " -"ügy feldolgozás alatt van akkor annak állapota be lesz állítva mint " -"'Nyitott'. Ha az ügy teljesítve lett, az állapota 'Elvégezve' lesz. Ha az " -"ügyet át kell nézni akkor annak állapota 'Függőben' lesz.." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Üzenetek és kommunikáció történet" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Melyik kampányból (szeminárium, értékesítési kampány, tömeges levélküldés, " -"...) érkezett ez a kapcsolat?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Legnagyobb" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Értékesítési csapat" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Utca" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Utolsó művelet" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Kapcsolati lap a portálhoz" diff --git a/addons/portal_crm/i18n/lt.po b/addons/portal_crm/i18n/lt.po deleted file mode 100644 index d3a6c2ba034..00000000000 --- a/addons/portal_crm/i18n/lt.po +++ /dev/null @@ -1,563 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-04-29 15:24+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Iniciatyva" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Kreipinys" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Pasisekimo tikimybė (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Kito veiksmo data" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Faksas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Pašto kodas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Neperžiūrėtos žinutės" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Įmonė" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Dienų skaičius iki atvėrimo" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Didžiausias" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobilus tel." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Pastabos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Pranešimai" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Spalvos indeksas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Pirkėjo pavadinimas" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Atšauktas" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Jeigu pažymėta, naujos žinutės reikalaus jūsų dėmesio." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Susisiekimo kanalas (el. paštu, tiesioginis, telefonu, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampanija" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Susiejimas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Kitas veiksmas" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Saugo pokalbių suvestinę (žinučių skaičius, ...). Ši apžvalga saugoma html " -"formatu, kad būtų galima įterpti į kanban rodinius." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partneris" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Aprašymas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Svarbumas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Savivaldybė" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Prenumeratoriai" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Susietas kontaktas (nebūtinas). Dažniausiai kontaktas būna sukuriamas " -"konvertuojant iniciatyvą." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Mokėjimo būdas" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Naujas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tipas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "El. paštas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Kanalas" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Pavadinimas" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Mažiausias" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Sukūrimo data" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Užverti" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Laukianti" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Tipas naudojamas atskirti iniciatyvas nuo pardavimo galimybių" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Kategorijos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Etapas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Naudotojo registracijos vardas" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Kontakto pavadinimas" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Kontaktas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Numanomos pajamos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Valiuta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Atnaujinimo data" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Numatomas užvėrimas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Susiejimas 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Naudotojo el. paštas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Atvertas" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "Vykdoma" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"Būsimo kontakto įmonės pavadinimas, kuris bus sukurtas konvertuojant " -"iniciatyvą į pardavimo galimybę" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Planuojamos išlaidos" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Numanoma data, iki kurios bus laimėta pardavimų galimybė" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Prieš siunčiant laišką šie el. pašto adresai bus pridėti į CC lauką visiems " -"išsiunčiamiems ir gaunamiems šio įrašo el. laiškams. Atskirkite atskirus el. " -"pašto adresus kableliu" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Žemas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Uždaryta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Būsena" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Įprasta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Bendras CC" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Gatvė 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefonas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Ar prenumeratorius" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Aktyvus" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Pardavėjas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Dienų skaičius iki užvėrimo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Įmonės" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Santrauka" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Siunčiant el. laiškus, pardavimų komandos vadovo el. pašto adresas yra " -"naudojamas kaip numatytasis." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Partnerio kontakto vardas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Kontakto el. pašto adresas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Miestas" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Pareigos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Remiamasi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Pardavimo galimybė" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Valstybė" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"Būsena yra nustatoma į „Naujas“, kuomet sukuriama iniciatyva. Jeigu " -"iniciatyva yra vykdoma, būsena nustatoma į „Vykdoma“. Įvykdžius iniciatyvą, " -"būsena nustatoma į „Uždaryta“. Jeigu iniciatyva turi būti peržiūrėta, būsena " -"nustatoma į „Laukianti“." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Žinučių ir pranešimų istorija" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Kampanija, kurios dėka buvo gautas šis kontaktas (seminaras, marketingo " -"kampanija, masinis laiškų siuntimas, ...)" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Aukštas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Pardavimų komanda" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Gatvė" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Paskutinis veiksmas" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/mk.po b/addons/portal_crm/i18n/mk.po deleted file mode 100644 index 4f4f79cafb0..00000000000 --- a/addons/portal_crm/i18n/mk.po +++ /dev/null @@ -1,563 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-21 13:43+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Трага" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Наслов" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Стапка на успех (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Контактирајте не" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Датум на следна акција" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Факс" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Поштенски број" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Непрочитани пораки" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Компанија" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Денови до отварање" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Ви благодариме за интересот, ќе одговориме на вашето барање наскоро." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Највисоко" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Мобилен" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Белешки" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Пораки" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Индекс на боја" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Гео ширина" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Име на клиент" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Откажано" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Доколку се означени новите пораки, потребно е да обрнете внимание." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Канал за комуникација (маил, директно, телефон, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Кампања" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Референца" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Следна операција" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Дава преглед на комуникацијата (број на пораки, ...). Овој преглед е " -"директно во html формат со цел да биде вметната во kanban поглед." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Партнер" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Контактирајте не" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Предмет" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Приоритет" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Земја" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Пратители" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Поврзан партнер (опционо). Обично се креира при конвертирање на трага." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Начин на плаќање" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Ново" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Тип" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Е-пошта" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Канал" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Име" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Најниско" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Датум на креирање" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Затвори" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Чекам" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Типот се користи за да се разделат Траги и Можности" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Категории" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Етапа" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Најава на корисник" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Доколку е означено opt-out, значи дека контактот одбива да прима мејлови или " -"unsubscribed to a campaign." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Име на контактот" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Контакт" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Е-пошта за контакт на партнер" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Очекуван приход" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Задачи" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Формулар за контакт" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Валута" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Датум на ажуруирање" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Очекувано затварање" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Референца 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Е-пошта на корисник" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Отворено" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "Во тек" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"Име на идната партнерска компанија кое ќе биде креирано при конвертирањето " -"на трага во можност" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Планирани трошоци" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Проценка на датумот на кој можноста ќе биде добиена." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Овие емаил адреси ќе бидат додадени во CC полето на сите влезни и излезни е-" -"пошти за овој запис пред да биде испратен. Одделете ги емаил адресите со " -"запирка" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Ниско" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Затворено" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Датум на назначување" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Статус" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Нормално" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Општа CC" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Улица2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Телефон" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Е пратител" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Активно" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Продавач" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Денови до затварање" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Компании" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Резиме" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Кога праќате мејлови, стандардните емаил адреси се земени од продажниот тим." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Контакт Име на партнер" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Гео должина" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "Последен датум кога овој предмет беше препратен/доделен на партнер" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Емаил адреса на контактот" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Град" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Поднеси" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Функција" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Препорачано од" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Назначен партнер" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Можност" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "Партнер кому овој предмет му е препратен/доделен." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Земја" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Ви благодариме" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"Статусот е поставен на 'Нацрт', кога предметот е креиран. Доколку предметот " -"е во тек статусот е поставен на 'Отворено'. Кога предметот е завршен, " -"статусот е поставен на 'Завршено'. Доколку предметот треба повторно да биде " -"разгледан, статиусот е поставен на 'Чекање'." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Историја на пораки и комуникација" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Од која кампања (семинар, маркетинг кампања, масовно испраќање пошта, ...) " -"произлегува овој контакт?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Високо" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Продажен тим" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Улица" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Последна операција" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Контакт од портал" diff --git a/addons/portal_crm/i18n/nl.po b/addons/portal_crm/i18n/nl.po deleted file mode 100644 index 9997003c636..00000000000 --- a/addons/portal_crm/i18n/nl.po +++ /dev/null @@ -1,567 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-09 18:30+0000\n" -"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Lead" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Titel" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Succes ratio (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Contact opnemen" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Volgende actiedatum" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Postcode" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Ongelezen berichten" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Bedrijf" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Dagen tot openen" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Bedankt voor uw interesse. U krijgt zo snel mogelijk een reactie." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Hoogste" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobiel" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Aantekeningen" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Berichten" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Kleur index" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Geo breedtegraad" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Klantnaam" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Geannuleerd" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Indien aangevinkt zullen nieuwe berichten uw aandacht vragen." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Communicatie kanaal (e-mail, direct, telefoon,...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Campagne" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Referentie" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Volgende actie" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Bevat de samenvatting van de chatter (aantal berichten,...). Deze " -"samenvatting is direct in html formaat om zo in de kanban weergave te worden " -"ingevoegd." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Relatie" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Neem contact met ons op" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Onderwerp" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Uitschrijven" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioriteit" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Status" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Volgers" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Gekoppelde relatie (optioneel). Normaliter aangemaakt wanneer de lead wordt " -"geconverteerd." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Betaalwijze" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Nieuw" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Soort" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "E-mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Kanaal" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Naam" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Laagste" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Aanmaakdatum" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Sluiten" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "In afwachting" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Soort wordt gebruikt om leads en prospects te scheiden" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Categorieën" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Fase" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Gebruikersnaam" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Als uitschrijven is aangevinkt, heeft deze contactpersoon geweigerd emails " -"te ontvangen of uitgeschreven voor een campagne." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Naam contactpersoon" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Contact" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Partner contactpersoon e-mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Verwachte omzet" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Taken" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Contactformulier" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Valuta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Wijzigingsdatum" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Verwachte sluiting" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Referentie 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Gebruikers e-mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Geopend" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "In behandeling" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"De naam van het toekomstige bedrijf, wat wordt aangemaakt als de lead wordt " -"geconverteerd naar een prospect." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Verwachte kosten" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Schat de datum in waarop u verwacht dat de prospect wordt gewonnen." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Deze email adressen worden toegevoegd aan het CC veld bij alle inkomende en " -"uitgaande emails voor dit record voorafgaand aan versturen. Scheidt " -"verschillende email adressen met een komma." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Laag" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Gesloten" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Datum toewijzing" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Status" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normaal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Globale CC" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Adres 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefoon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Is een volger" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Actief" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Verkoper" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Dagen tot sluiten" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Bedrijven" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Samenvatting" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Wanneer een e-mail, wordt verstuurd, wordt het standaard adres van het " -"verkoopteam gebruikt." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Relatie contactnaam" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Geo lengtegraad" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" -"Laatste datum dat dit dossier was doorgestuurd/toegewezen aan een relatie" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "E-mail adres van contactpersoon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Stad" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Verstuur" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Functie" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Doorverwezen door" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Toegewezen relatie" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Prospect" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "Relatie waaraan dit dossier is toegewezen." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Land" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Bedankt" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"De status is ingesteld op 'Concept' wanneer de lead wordt aangemaakt. Als de " -"lead in behandeling is, is de status ingesteld op 'Open'. wanneer de lead is " -"afgewerkt, wordt de status ingesteld op 'Gereed'. Indien de lead moet worden " -"gecontroleerd, wordt de status op ingesteld op 'In afwachting'." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Berichten en communicatie historie" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Van welke campagne (seminar, marketing campagne, masse mailing, etc.) komt " -"dit contact?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Hoog" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Verkoopteam" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Straat" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Laatste actie" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Contact formulier voor het portaal" diff --git a/addons/portal_crm/i18n/pl.po b/addons/portal_crm/i18n/pl.po deleted file mode 100644 index fc4e6d4f326..00000000000 --- a/addons/portal_crm/i18n/pl.po +++ /dev/null @@ -1,555 +0,0 @@ -# Polish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-11 11:41+0000\n" -"Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Sygnał" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Tytuł" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Współczynnik sukcesu (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Skontaktuj się z nami" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Data następnej akcji" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Faks" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Kod poczt." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Nieprzeczytane wiadomości" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Firma" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Dni do otwarcia" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "Dziękujemy za zainteresowanie, odpowiemy na zapytanie wkrótce." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Najwyższa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Komórka" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Uwagi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Wiadomości" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Indeks kolorów" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Szerokość geograficzna" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Nazwa Klienta" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Anulowano" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Jeśli zaznaczone, to wiadomość wymaga twojej uwagi" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "kanał komunikacyjny (mail, bezpośredni, telefon...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampania" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Odnośnik" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Następna akcja" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Skontaktuj się z nami" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Temat" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Odmowa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Priorytet" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Stan" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Powiązany partner (opcjonalnie). Zwykle tworzone przy konwertowaniu do " -"szansy." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Sposób zapłaty" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Nowe" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Typ" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Kanał" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Nazwa" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Najniższy" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Data utworzenia" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Zamknij" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Oczekiwanie" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Typ jest stosowany do rozróżnienia sygnałów od szans" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Kategorie" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Etap" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Nazwa użytkownika" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Jeśli zaznaczono Odmowa to znaczy, że kontakt odmówił przyjmowania maili lub " -"wypisał się z kampanii." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Nazwa kontaktu" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Kontakt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "email partnera kontaktu" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Spodziewany dochód" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Zadania" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Formularz kontaktowy" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Waluta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Data aktualizacji" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Spodziewane zamknięcie" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Odnośnik 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Adres email użytkownika" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Otwarte" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "W toku" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"Przyszła nazwa firmy partnera, która będzie utworzona podczas konwertowania " -"sygnału do szansy." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Planowane koszty" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Oszacowanie daty wygrania szansy" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Te adresy zostaną dodane do pola DW przy wysyłaniu i otrzymywaniu wiadomości " -"dla tego rekordu. Przy wielu adresach oddzielaj je przecinkami." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Niski" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Zamknięte" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Data przypisania" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Stan" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normalny" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Globalne DW" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Ulica2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Aktywne" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Sprzedawca" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Dni do zamknięcia" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Firmy" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Podsumowanie" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Przy wysyłaniu wiadomości domyślny adres jest pobierany z zespołu sprzedaży." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Nazwa kontaktu partnera" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Długość geograficzna" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "Ostatnia data przekazania/przypisania sprawy do partnera" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Adres email kontaktu" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Miasto" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Wyślij" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Funkcja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Polecone przez" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Przypisany partner" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Szansa" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Kraj" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Dziękujemy" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Wiadomości i historia komunikacji" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Wysoki" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Zespół sprzedaży" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Ulica" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Ostatnia akcja" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formularz kontaktowy dla portalu" diff --git a/addons/portal_crm/i18n/portal_crm.pot b/addons/portal_crm/i18n/portal_crm.pot deleted file mode 100644 index d4641024ab5..00000000000 --- a/addons/portal_crm/i18n/portal_crm.pot +++ /dev/null @@ -1,529 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * portal_crm -# -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: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "Holds the Chatter summary (number of messages, ...). This summary is directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "If opt-out is checked, this contact has refused to receive emails or unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "The name of the future partner company that will be created while converting the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "These email addresses will be added to the CC field of all inbound and outbound emails for this record before being sent. Separate multiple email addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "The Status is set to 'Draft', when a case is created. If the case is in progress the Status is set to 'Open'. When the case is over, the Status is set to 'Done'. If the case needs to be reviewed then the Status is set to 'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "From which campaign (seminar, marketing campaign, mass mailing, ...) did this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - diff --git a/addons/portal_crm/i18n/pt.po b/addons/portal_crm/i18n/pt.po deleted file mode 100644 index 4a7edc09761..00000000000 --- a/addons/portal_crm/i18n/pt.po +++ /dev/null @@ -1,547 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-05 09:41+0000\n" -"Last-Translator: Andrei Talpa (multibase.pt) \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Título" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Taxa de Sucesso (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Contacte-nos" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Código Postal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Empresa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" -"Agradecemos o seu interesse. Iremos responder ao seu pedido brevemente." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Maior" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Telemóvel" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Notas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Mensagens" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Nome do Cliente" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Cancelado" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Campanha" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Referência" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Parceiro" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Assunto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioridade" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Modo de Pagamento" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tipo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Email" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Nome" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Data de Criação" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Fechar" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Pendente" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Categorias" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Login do Utilizador" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Nome do Contacto" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Contacto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Tarefas" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Referência 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Email Utilizador" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "Em Progresso" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Estado" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "CC Global" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "É um Seguidor" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Empresas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Cidade" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Submeter" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Parceiro Atribuído" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Oportunidade" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "País" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Obrigado" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Rua" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/pt_BR.po b/addons/portal_crm/i18n/pt_BR.po deleted file mode 100644 index fc17390fa1a..00000000000 --- a/addons/portal_crm/i18n/pt_BR.po +++ /dev/null @@ -1,567 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-07 22:51+0000\n" -"Last-Translator: Fábio Martinelli - http://zupy.com.br " -"\n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Prospecto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Tratamento" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Taxa de Sucesso (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Contato" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Data da Próxima Ação" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "CEP" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Mensagens Não Lidas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Empresa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Dias para Abrir" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" -"Obrigado pelo interesse. Sua solicitação será respondida o mais breve " -"possível." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Mais Alto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Celular" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Notas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Mensagens" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Índice de Cores" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Latitude Geográfica" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Nome do Cliente" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Cancelado" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Se marcado novas mensagens requerem sua atenção" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Canal de comunicação (email, diretamente, telefone, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Campanha" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Referência" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Próxima Ação" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Contém o resumo da conversação (número de mensagens, ...). Este resumo é " -"gerado diretamente em formato HTML para que possa ser inserido nas visões " -"kanban." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Parceiro" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Entre em Contato Conosco" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Assunto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Desistência" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioridade" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Situação" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Seguidores" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Parceiro conectado (opcional). Normalmente criado na conversão de prospecto." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Forma de Pagamento" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Novo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tipo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "E-mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Canal" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Nome" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Mais Baixa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Data de Criação" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Fechar" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Pendente" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Tipo é utilizado para separar Prospectos e Oportunidades" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Categorias" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Estágio" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Login do Usuário" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"If desistência é marcado, este contato recusou receber e-mails ou inscrições " -"para uma campanha." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Nome do Contato" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Contato" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "E-mail de Contato do Parceiro" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Receita Esperada" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Tarefas" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Formulário de contato" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Moeda" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Data de Atualização" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Fechamento Esperado" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Referência 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "E-mail do Usuário" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Aberto" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "Em Progresso" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"O nome da futura empresa parceira que será criada quando o prospecto for " -"convertido para oportunidade" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Custos Planejados" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Estimativa de data em que a oportunidade será ganha." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Estes endereços de e-mail serão adicionados no campo CC de todas as entradas " -"e saídas de e-mails para este registro antes de serem enviados. Separe " -"múltiplos endereços de e-mail com vírgula." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Baixa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Fechado" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Data da Atribuição" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Situação" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "CC Global" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Complemento" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefone" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "É um Seguidor" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Ativo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Vendedor" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Dias para Fechar" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Empresas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Resumo" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Ao enviar e-mails, o endereço de e-mail padrão é o da equipe de vendas." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Nome de Contato do Parceiro" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Longitude Geográfica" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "Última data em que este caso foi enviado/atribuído a um parceiro" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Endereço de e-mail do contato" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Cidade" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Enviar" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Função" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Referenciado por" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Parceiro Atribuído" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Oportunidade" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "Parceiro para o qual este caso foi enviado/atribuído" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "País" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Obrigado" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"A Situação é definida como 'Provisória' quando o caso é criado. Se o caso " -"está em progresso, a Situação muda para 'Aberto'. Quando o caso termina, a " -"Situação é definida como 'Concluído'. Se o caso precisa ser revisado, a " -"Situação é definida como 'Pendente'." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Histórico de mensagens e comunicação" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"De qual campanha (seminário, campanha de marketing, e-mail em massa, ...) " -"este contato veio?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Alta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Equipe de Vendas" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Rua" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Última Ação" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formulário de contato para o portal" diff --git a/addons/portal_crm/i18n/ro.po b/addons/portal_crm/i18n/ro.po deleted file mode 100644 index e0fc70b00c4..00000000000 --- a/addons/portal_crm/i18n/ro.po +++ /dev/null @@ -1,568 +0,0 @@ -# Romanian 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-17 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Pista" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Titlu" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Rata de succes (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Contactati-ne" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Data Actiunii Urmatoare" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Cod postal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Mesaje Necitite" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Companie" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Zile pana la deschidere" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" -"va multumim pentru interes, vom da raspuns solicitarii dumneavoastra in " -"scurt timp." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Cel mai ridicat (cea mai ridicata)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobil" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Note" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Mesaje" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Index de Culori" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Latitudine Geo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Numele clientului" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Anulat(a)" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Daca este selectat, mesajele noi necesita atentia dumneavoastra." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "Canal de comunicare (e-mail, direct, telefon, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Campanie" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Referinta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Urmatoarea actiune" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Contine rezumatul Chatter (numar de mesaje, ...). Acest rezumat este direct " -"in format HTML, cu scopul de a se introduce in vizualizari kanban." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partener" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Contactati-ne" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Subiect" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Nu participati" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioritate" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Stare" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Urmari" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Partener asociat (optional). Creat de obicei atunci cand pista este " -"transformata." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Modalitatea de plata" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Nou(a)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tip" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "E-mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Canal" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Nume" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Cel mai scazut (cea mai scazuta)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Data Crearii" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Inchide" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "In asteptare" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Tip folosit pentru a separa Clientii potentiali si Oportunitatile" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Categorii" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Etapa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Autentificare Utilizator" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Daca este bifata optiunea de neparticipare, acest contact a refuzat sa " -"primeasca e-mailuri sau s-a dezabonat de la o campanie." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Numele Contactului" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Contact" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "E-mail Contact Partener" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Venituri Estimate" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Sarcini" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "Formular de contact" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Moneda" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Data Actualizarii" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Inchidere estimata" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Referinta 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "E-mail utilizator" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Deschis(a)" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "In curs de desfasurare" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"Numele viitorului partener al companiei care va fi creat in timpul " -"transformarii pistei in oportunitate" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Costuri planificate" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Estimarea datei in care oportunitatea va fi castigata." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Aceste adrese de email vor fi adaugate in campul CC al tuturor email-urilor " -"primite si trimise pentru aceasta inregistrare inainte de a fi trimise. " -"Despartiti adresele de mail multiple cu o virgula" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Scazut(a)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Inchis(a)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Data alocarii" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Status" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "CC global" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Strada2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Este o persoana interesata" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Activ(a)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Agent de vanzari" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Zile pana la inchidere" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Companii" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Continut" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Atunci cand trimiteti email-uri, adresa implicita este luata de la echipa de " -"vanzari." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "Numele de Contact al Partenerului" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Geo Longitudine" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" -"Ultima data cand acest caz a fost redirectionat/atribuit unui partener" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Adresa de email a contactului" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Oras" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Trimite" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Functie" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Recomandat de" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Partenerul Alocat" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Oportunitate" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "Partenerul caruia i-a fost redirectionat/atribuit cazul." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Tara" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Va multumim" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"Starea este setata pe 'Ciorna' atunci cand este creat un caz. Atunci cand " -"cazul este in desfasurare, Starea este setata pe 'Deschis'. Cand cazul este " -"finalizat, Starea este setata pe 'Efectuat'. Cand cazul trebuie revazut, " -"atunci Starea este setata pe 'In asteptare'." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Istoric mesaje si conversatii" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Din ce campanie (seminar, campanie de marketing, trimitere de e-mail-uri in " -"masa,...) provine acest contact?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Ridicat(a)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Echipa de vanzari" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Strada" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Ultima Actiune" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formular de contact pentru portal" diff --git a/addons/portal_crm/i18n/sl.po b/addons/portal_crm/i18n/sl.po deleted file mode 100644 index 00062a4f100..00000000000 --- a/addons/portal_crm/i18n/sl.po +++ /dev/null @@ -1,546 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-01-26 12:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Potencialna priložnost" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Naziv" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Kontakt" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Faks" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Pošta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Neprebrana sporočila" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Podjetje" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Najvišja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobilni telefon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Zapiski" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Sporočila" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Barvvni index" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Preklicano" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "Če je izbrano, zahtevajo nova sporočila vašo pozornost." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampanija" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Reference" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partner" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Zadeva" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioriteta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Regija" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "Sledilci" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Način plačila" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Novo" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Vrsta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Email" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Program" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Ime" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "Najnižja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Ustvarjeno dne" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Zaprto" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Na čakanju" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Skupine" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Faza" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Prijava uporabnika" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "Ime stika" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "Stik" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "Partnerjev e-mail" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Pričakovan prihodek" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Naloge" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Valuta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Datum posodobitve" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Sklic 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Odprto" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "V teku" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Načrtovani stroški" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Nizka" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Zaprto" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Status" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Običajno" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Ulica 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Je sledilec" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Aktivno" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Prodajalec" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Podjetja" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Povzetek" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "E-Mail stika" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "Kraj" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Pošlji" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "Funkcija" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Priložnost" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Država" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Hvala vam" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Sporočila in zgodovina sporočil" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Visoka" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Prodajna ekipa" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Ulica" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/sv.po b/addons/portal_crm/i18n/sv.po deleted file mode 100644 index 72288652121..00000000000 --- a/addons/portal_crm/i18n/sv.po +++ /dev/null @@ -1,548 +0,0 @@ -# Swedish 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-01-20 18:05+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Titel" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Kontakta oss" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Datum för nästa åtgärd" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Fax" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "Postnummer" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Olästa meddelanden" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Företag" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" -"Tack för ditt intresse, vi kommer att svara på din förfrågan så snart som " -"möjligt." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "Högsta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobil" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Anteckningar" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "Meddelanden" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Färgindex" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Kundnamn" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampanj" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Referens" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Nästa åtgärd" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "Partner" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Kontakta oss" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Ämne" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Prioritet" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/th.po b/addons/portal_crm/i18n/th.po deleted file mode 100644 index 04fe3bb7e42..00000000000 --- a/addons/portal_crm/i18n/th.po +++ /dev/null @@ -1,546 +0,0 @@ -# Thai 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-06-20 14:52+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Thai \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "ผู้นำ" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "คำนำหน้าชื่อ" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "โทรสาร" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "รหัสไปรษณีย์" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "ข้อความที่ยังไม่ได้อ่าน" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "บริษัท" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "พนักงานขาย" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/i18n/tr.po b/addons/portal_crm/i18n/tr.po deleted file mode 100644 index 3c2de0d55ea..00000000000 --- a/addons/portal_crm/i18n/tr.po +++ /dev/null @@ -1,563 +0,0 @@ -# Turkish 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-04 14:17+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "Aday" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "Unvan" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "Başarı Oranı (%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "Bize ulaşın" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "Sonraki Eylem Tarihi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "Faks" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "PKodu" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "Okunmamış Mesajlar" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "Firma" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "Açılış Günleri" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "İlginiz için teşekkür ederiz, isteğiniz kısa sürede yanıtlanacaktır." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "En yüksek" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "Mobil" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "Notlar" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "İletiler" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "Renk Endeksi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "Coğrafi Enlem" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "Müşteri Adı" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "Vazgeçildi" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "İşaretliyse yeni mesajlar ilginizi gerektirir." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "İletişim Kanalı (eposta, doğrudan, telefon, ...)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "Kampanya" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "Referans" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "Sonraki İşlem" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" -"Sohbetçi özetini (mesaj sayısı, ...) barındırır. Bu özet kanban " -"görünümlerine eklenmek üzere doğrudan html biçimindedir." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "İş Ortağı" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "Bize Ulaşın" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "Konu" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "Çekildi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "Öncelik" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "Bölge" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "İzleyiciler" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "" -"Bağlantılı iş ortağı (seçmeli). Genellikle adayın dönüştürülmesi sırasında " -"oluşturulur." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "Ödeme Biçimi" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "Yeni" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "Tip" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Eposta" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "Kanal" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "Adı" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "En düşük" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "Oluşturma Tarihi" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "Kapat" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "Bekliyor" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "Tür, Adaylar ve Fırsatları ayırdetmek için kullanılır" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "Kategoriler" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "Aşama" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "Kullanıcı Girişi" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" -"Eğer çekildi işaretlendiyse, bu kişi eposta almayı reddediyor ya da kampanya " -"üyeliğini iptal etmiş." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "İlgili Adı" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "İlgili" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "İş Ortağı İlgilisi Epostası" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "Umulan Gelir" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "Görevler" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "İletişim formu" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "Para Birimi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "Güncelleme Tarihi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "Umulan Kapanış" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "Referans 2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "Kullanıcı Epostası" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "Açık" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "Sürüyor" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "" -"Adayı fırsata dönüştürürken oluşturulacak gelecekteki iş ortağı şirketinin " -"adı" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "Planlanan Maliyetler" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "Fırsatın kazanılabileceği tarihin tahmin edilmesi." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" -"Bu eposta adresleri gönderilmeden önce bütün gelen ve giden epostaların CC " -"satırına eklenecektir. Birden fazla eposta adresini virgül ile ayırınız." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "Düşük" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "Kapalı" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "Atama Tarihi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "Durumu" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "Normal" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "Genel CC" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "Cadde2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "ID" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "Telefon" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "Bir İzleyicidir" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "Etkin" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "Satış Temsilcisi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "Kapanış için Gün Sayısı" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "Şirketler" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "Özet" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" -"Eposta gönderilirken, varsayılan eposta adresi satış ekibinden alınır." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "İş Ortağı İlgilisi Adı" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "Coğ Boylam" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "Bu durumun bir paydaşa iletildiği/atandığı son tarihtir." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "Kişinin eposta adresi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "İli" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "Gönder" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "İşlevi" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "Öneren" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "Atanmış İş Ortağı" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "Fırsat" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "Bu durumun iletildiği/ atandığı İş Ortağı" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "Ülke" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "Teşekkürler" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" -"Bir dava oluşturulduğunda Durumu 'Taslak' olarak ayarlanır. Dava sürmekteyse " -"Durumu 'Açık' olarak ayarlanır. Dava bittiğinde ise Durumu 'Yapıldı' olarak " -"ayarlanır. Dava gözden geçirilmeyi gerektiriyorsa Durumu 'Bekliyor' olarak " -"ayarlanır." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "Mesajlar ve iletişim geçmişi" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" -"Bu kişi hangi kampanyadan (seminer, pazarlama kampanyası, toplu postalama, " -"...) geldi?" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "Yüksek" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "Satış Takımı" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "Cadde" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "Son İşlem" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Portal için iletişim formu" diff --git a/addons/portal_crm/i18n/zh_CN.po b/addons/portal_crm/i18n/zh_CN.po deleted file mode 100644 index 120a5eb3b1a..00000000000 --- a/addons/portal_crm/i18n/zh_CN.po +++ /dev/null @@ -1,546 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-11-29 08:12+0000\n" -"Last-Translator: mrshelly \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Lead" -msgstr "线索" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,title:0 -msgid "Title" -msgstr "职位" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,probability:0 -msgid "Success Rate (%)" -msgstr "成功率(%)" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact us" -msgstr "联系我们" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action:0 -msgid "Next Action Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,fax:0 -msgid "Fax" -msgstr "传真" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,zip:0 -msgid "Zip" -msgstr "邮政编码" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_unread:0 -msgid "Unread Messages" -msgstr "未读消息" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_id:0 -msgid "Company" -msgstr "公司" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_open:0 -msgid "Days to Open" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you for your interest, we'll respond to your request shortly." -msgstr "感谢你的关注, 我们会尽快给您回复." - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Highest" -msgstr "最高" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,mobile:0 -msgid "Mobile" -msgstr "手机" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,description:0 -msgid "Notes" -msgstr "备注" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages" -msgstr "消息" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,color:0 -msgid "Color Index" -msgstr "颜色索引" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_latitude:0 -msgid "Geo Latitude" -msgstr "地理纬度" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_name:0 -msgid "Customer Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Cancelled" -msgstr "已取消" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_unread:0 -msgid "If checked new messages require your attention." -msgstr "如果要求你关注新消息,勾选此项" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,channel_id:0 -msgid "Communication channel (mail, direct, phone, ...)" -msgstr "联系方式(电子邮件,面谈,电话等)" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type_id:0 -msgid "Campaign" -msgstr "营销活动" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref:0 -msgid "Reference" -msgstr "参考" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_next:0 -#: field:portal_crm.crm_contact_us,title_action:0 -msgid "Next Action" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_summary:0 -msgid "" -"Holds the Chatter summary (number of messages, ...). This summary is " -"directly in html format in order to be inserted in kanban views." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_id:0 -msgid "Partner" -msgstr "业务伙伴" - -#. module: portal_crm -#: model:ir.actions.act_window,name:portal_crm.action_contact_us -msgid "Contact Us" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,name:0 -msgid "Subject" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,opt_out:0 -msgid "Opt-Out" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,priority:0 -msgid "Priority" -msgstr "优先级" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state_id:0 -msgid "State" -msgstr "省/ 州" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_follower_ids:0 -msgid "Followers" -msgstr "关注者" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_id:0 -msgid "Linked partner (optional). Usually created when converting the lead." -msgstr "关联业务伙伴(可选), 通常用于在线索转换时自动创建业务伙伴." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,payment_mode:0 -msgid "Payment Mode" -msgstr "付款方式" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "New" -msgstr "新建" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,type:0 -msgid "Type" -msgstr "类别" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_from:0 -msgid "Email" -msgstr "Email" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,channel_id:0 -msgid "Channel" -msgstr "渠道" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Name" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Lowest" -msgstr "最低" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,create_date:0 -msgid "Creation Date" -msgstr "创建日期" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Close" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Pending" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type:0 -msgid "Type is used to separate Leads and Opportunities" -msgstr "类型用于区分销售线索和商机" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,categ_ids:0 -msgid "Categories" -msgstr "类别" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,stage_id:0 -msgid "Stage" -msgstr "阶段" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_login:0 -msgid "User Login" -msgstr "用户名" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,opt_out:0 -msgid "" -"If opt-out is checked, this contact has refused to receive emails or " -"unsubscribed to a campaign." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,contact_name:0 -msgid "Contact Name" -msgstr "联系人姓名" - -#. module: portal_crm -#: model:ir.ui.menu,name:portal_crm.portal_company_contact -msgid "Contact" -msgstr "联系人" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_email:0 -msgid "Partner Contact Email" -msgstr "合作伙伴邮箱" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_revenue:0 -msgid "Expected Revenue" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,task_ids:0 -msgid "Tasks" -msgstr "任务" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Contact form" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_currency:0 -msgid "Currency" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,write_date:0 -msgid "Update Date" -msgstr "更新日期" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_deadline:0 -msgid "Expected Closing" -msgstr "预期结束" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,ref2:0 -msgid "Reference 2" -msgstr "参考2" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_email:0 -msgid "User Email" -msgstr "用户电子邮件" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_open:0 -msgid "Opened" -msgstr "已打开" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,state:0 -msgid "In Progress" -msgstr "进行中" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_name:0 -msgid "" -"The name of the future partner company that will be created while converting " -"the lead into opportunity" -msgstr "在销售线索转化为商机时对应创建业务伙伴的公司名称." - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,planned_cost:0 -msgid "Planned Costs" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_deadline:0 -msgid "Estimate of the date on which the opportunity will be won." -msgstr "预计商机落单日期." - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_cc:0 -msgid "" -"These email addresses will be added to the CC field of all inbound and " -"outbound emails for this record before being sent. Separate multiple email " -"addresses with a comma" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Low" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_closed:0 -#: selection:portal_crm.crm_contact_us,state:0 -msgid "Closed" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_assign:0 -msgid "Assignation Date" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,state:0 -msgid "Status" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "Normal" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,email_cc:0 -msgid "Global CC" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street2:0 -msgid "Street2" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,id:0 -msgid "ID" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,phone:0 -msgid "Phone" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_is_follower:0 -msgid "Is a Follower" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,active:0 -msgid "Active" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,user_id:0 -msgid "Salesperson" -msgstr "销售员" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,day_close:0 -msgid "Days to Close" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,company_ids:0 -msgid "Companies" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,message_summary:0 -msgid "Summary" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,section_id:0 -msgid "" -"When sending mails, the default email address is taken from the sales team." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_address_name:0 -msgid "Partner Contact Name" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_longitude:0 -msgid "Geo Longitude" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,date_assign:0 -msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,email_from:0 -msgid "Email address of the contact" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,city:0 -msgid "City" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Submit" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,function:0 -msgid "Function" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,referred:0 -msgid "Referred By" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Assigned Partner" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,type:0 -msgid "Opportunity" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,partner_assigned_id:0 -msgid "Partner this case has been forwarded/assigned to." -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,country_id:0 -msgid "Country" -msgstr "" - -#. module: portal_crm -#: view:portal_crm.crm_contact_us:0 -msgid "Thank you" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,state:0 -msgid "" -"The Status is set to 'Draft', when a case is created. If the case is in " -"progress the Status is set to 'Open'. When the case is over, the Status is " -"set to 'Done'. If the case needs to be reviewed then the Status is set to " -"'Pending'." -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,message_ids:0 -msgid "Messages and communication history" -msgstr "" - -#. module: portal_crm -#: help:portal_crm.crm_contact_us,type_id:0 -msgid "" -"From which campaign (seminar, marketing campaign, mass mailing, ...) did " -"this contact come from?" -msgstr "" - -#. module: portal_crm -#: selection:portal_crm.crm_contact_us,priority:0 -msgid "High" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,section_id:0 -msgid "Sales Team" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,street:0 -msgid "Street" -msgstr "" - -#. module: portal_crm -#: field:portal_crm.crm_contact_us,date_action_last:0 -msgid "Last Action" -msgstr "" - -#. module: portal_crm -#: model:ir.model,name:portal_crm.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" diff --git a/addons/portal_crm/security/ir.model.access.csv b/addons/portal_crm/security/ir.model.access.csv deleted file mode 100644 index 648ccb1617d..00000000000 --- a/addons/portal_crm/security/ir.model.access.csv +++ /dev/null @@ -1,3 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_calendar_event_portal,calendar.event.portal,calendar.model_calendar_event,base.group_portal,1,1,0,0 -access_calendar_event_type_portal,calendar.event.type.portal,calendar.model_calendar_event_type,base.group_portal,1,0,0,0 diff --git a/addons/portal_crm/static/src/css/portal_crm.css b/addons/portal_crm/static/src/css/portal_crm.css deleted file mode 100644 index e322f1cb9da..00000000000 --- a/addons/portal_crm/static/src/css/portal_crm.css +++ /dev/null @@ -1,40 +0,0 @@ - /* Root container */ -.openerp .oe_portal_crm_contact { - min-width: 960px; -} - -/* Contact form section */ -.openerp .oe_portal_crm_contact .oe_portal_crm_contact_form { - margin-right: 10px; -} -.openerp .oe_portal_crm_contact .oe_portal_crm_contact_form input[type="text"] { - width: 40%; -} - -/* Offices list section */ -.openerp .oe_portal_crm_contact .oe_portal_crm_office { - background: #DDD; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); - -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); - -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); - -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); -} -.openerp .oe_portal_crm_contact .oe_portal_crm_office * { - background: transparent !important; -} -.openerp .oe_portal_crm_contact .oe_portal_crm_office .oe_fold_column.oe_kanban_record { - float: none; - display: block; - width: 100%; - margin-bottom: 5px; - padding: 5px; -} -.openerp .oe_portal_crm_contact .oe_portal_crm_office li:last-child { - margin-bottom: 1em; -} -.openerp .oe_portal_crm_contact .oe_portal_crm_office ul:last-child li:last-child { - margin-bottom: 0; -} diff --git a/addons/portal_crm/test/contact_form.yml b/addons/portal_crm/test/contact_form.yml deleted file mode 100644 index 7ba93a9e831..00000000000 --- a/addons/portal_crm/test/contact_form.yml +++ /dev/null @@ -1,38 +0,0 @@ -- - Set the current user as portal user. -- - !context - 'uid': 'portal.demo_user0' -- - As a portal user, I fill in the contact form and submit it. -- - !record {model: portal_crm.crm_contact_us, id: contact_us_01}: - name: 'Need information about your contact form module' - partner_name: 'Mr. John Doe' - email_from: 'mister@john.doe' - phone: '+32 444 11 22 33' - description: 'Dear Sir or Madam, could you get back to me asap ? Regards.' -- - For security reasons, the wizard values is empty. -- - !python {model: portal_crm.crm_contact_us}: | - obj = self.browse(cr, uid, ref("contact_us_01")) - assert not(obj.name or obj.partner_name or obj.email_from or obj.phone or obj.description), 'All the wizard\'s values are not empty' -- - And a lead is created with the proper values. -- - !python {model: crm.lead}: | - from openerp import SUPERUSER_ID - - ids = self.search(cr, SUPERUSER_ID, [('name', '=', 'Need information about your contact form module')]) - assert len(ids) == 1, 'There are more than one matching lead, while only one was expected' - - obj = self.browse(cr, SUPERUSER_ID, ids[0]) - expected_values = dict( - name='Need information about your contact form module', - partner_name='Mr. John Doe', - email_from='mister@john.doe', - phone='+32 444 11 22 33', - description='Dear Sir or Madam, could you get back to me asap ? Regards.') - for k, v in expected_values.iteritems(): - assert obj[k] == expected_values[k], 'Lead data mismatch: expected %s, got %s' % (expected_values[k], obj[k]) diff --git a/addons/portal_event/__init__.py b/addons/portal_event/__init__.py deleted file mode 100644 index 71376240d03..00000000000 --- a/addons/portal_event/__init__.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-TODAY OpenERP SA () -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## diff --git a/addons/portal_event/__openerp__.py b/addons/portal_event/__openerp__.py deleted file mode 100644 index 05d84875647..00000000000 --- a/addons/portal_event/__openerp__.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-TODAY OpenERP SA () -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Portal Event', - 'version': '0.1', - 'category': 'Tools', - 'complexity': 'easy', - 'description': """ -This module adds event menu and features to your portal if event and portal are installed. -========================================================================================== - """, - 'author': 'OpenERP SA', - 'depends': [ - 'event', - 'portal', - ], - 'data': [ - 'portal_event_view.xml', - 'security/portal_security.xml', - 'security/ir.model.access.csv', - ], - 'installable': True, - 'auto_install': True, - 'category': 'Hidden', -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/portal_event/i18n/cs.po b/addons/portal_event/i18n/cs.po deleted file mode 100644 index ec6c038bceb..00000000000 --- a/addons/portal_event/i18n/cs.po +++ /dev/null @@ -1,59 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-01-01 11:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Nastavení portálu" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Nejsou zde žádné veřejné události." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Soukromá" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Událost" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Události" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Viditelnost" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Viditelnost události na kontaktní stránce portálu" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Veřejná" diff --git a/addons/portal_event/i18n/de.po b/addons/portal_event/i18n/de.po deleted file mode 100644 index 022fde92b40..00000000000 --- a/addons/portal_event/i18n/de.po +++ /dev/null @@ -1,59 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-16 17:52+0000\n" -"Last-Translator: Felix Schubert \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Portal Einstellungen" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Keine öffentlichen Events vorhanden." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privat" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Event" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Events" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Sichtbarkeit" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Sichtbar auf der Kontaktseite des Portals" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Öffentlich" diff --git a/addons/portal_event/i18n/es.po b/addons/portal_event/i18n/es.po deleted file mode 100644 index b01a159e9a3..00000000000 --- a/addons/portal_event/i18n/es.po +++ /dev/null @@ -1,59 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-12 14:51+0000\n" -"Last-Translator: luis tobar \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Configuración del portal" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "No hay eventos públicos." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privado" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Evento" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Eventos" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Visibilidad" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Visibilidad del evento en la página de contacto del portal" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Público" diff --git a/addons/portal_event/i18n/fr.po b/addons/portal_event/i18n/fr.po deleted file mode 100644 index ad489f3993f..00000000000 --- a/addons/portal_event/i18n/fr.po +++ /dev/null @@ -1,59 +0,0 @@ -# French 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-05-22 16:32+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Paramètres du portail" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Il n'y a pas d'évènements publics." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privé" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Évènement" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Évènements" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Visibilité" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Visibilité des évènements dans la page de contact du portail" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Public" diff --git a/addons/portal_event/i18n/hr.po b/addons/portal_event/i18n/hr.po deleted file mode 100644 index 7bdc92d649b..00000000000 --- a/addons/portal_event/i18n/hr.po +++ /dev/null @@ -1,59 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-10 06:58+0000\n" -"Last-Translator: Goran Kliska \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Postave portala" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privatno" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Event" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Eventi" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Vidljivost" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Javno" diff --git a/addons/portal_event/i18n/hu.po b/addons/portal_event/i18n/hu.po deleted file mode 100644 index 083c5b3c10b..00000000000 --- a/addons/portal_event/i18n/hu.po +++ /dev/null @@ -1,59 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-05 19:15+0000\n" -"Last-Translator: krnkris \n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Portál beállítások" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Nincsenek nyilvános, közösségi rendezvények." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privát" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Rendezvény" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Rendezvények" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Láthatóság" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Rendezvények láthatósága a portál kapcsolati oldalon" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Nyilvános" diff --git a/addons/portal_event/i18n/mk.po b/addons/portal_event/i18n/mk.po deleted file mode 100644 index 6065d283dd0..00000000000 --- a/addons/portal_event/i18n/mk.po +++ /dev/null @@ -1,59 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-03-01 17:03+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Подесување на портал" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Нема јавни настани." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Приватно" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Настан" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Настани" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Видливост" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Видливост на настан на контакт страната на порталот" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Јавно" diff --git a/addons/portal_event/i18n/nl.po b/addons/portal_event/i18n/nl.po deleted file mode 100644 index 10d103361ef..00000000000 --- a/addons/portal_event/i18n/nl.po +++ /dev/null @@ -1,59 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-09 19:17+0000\n" -"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Portaal instellingen" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Er zijn geen openbare evenementen" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privé" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Evenement" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Evenementen" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Zichtbaarheid" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Evenementen zichtbaar in de portaal contactpagina" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Openbaar" diff --git a/addons/portal_event/i18n/portal_event.pot b/addons/portal_event/i18n/portal_event.pot deleted file mode 100644 index 75c84cf6bf4..00000000000 --- a/addons/portal_event/i18n/portal_event.pot +++ /dev/null @@ -1,58 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * portal_event -# -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: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "" - diff --git a/addons/portal_event/i18n/pt.po b/addons/portal_event/i18n/pt.po deleted file mode 100644 index e9906040c6c..00000000000 --- a/addons/portal_event/i18n/pt.po +++ /dev/null @@ -1,59 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-05 09:43+0000\n" -"Last-Translator: Andrei Talpa (multibase.pt) \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Configurações do portal" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Não existem eventos públicos." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privado" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Evento" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Eventos" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Visibilidade" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Visibilidade do evento na página de contactos do portal" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Público" diff --git a/addons/portal_event/i18n/pt_BR.po b/addons/portal_event/i18n/pt_BR.po deleted file mode 100644 index 45391855927..00000000000 --- a/addons/portal_event/i18n/pt_BR.po +++ /dev/null @@ -1,59 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-04 13:38+0000\n" -"Last-Translator: Cristiano Korndörfer \n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Configurações do Portal" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Não há eventos públicos." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Particular" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Evento" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Eventos" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Visibilidade" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "A visibilidade do evento na página de contato do portal" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Público" diff --git a/addons/portal_event/i18n/ro.po b/addons/portal_event/i18n/ro.po deleted file mode 100644 index 376ce14f4fa..00000000000 --- a/addons/portal_event/i18n/ro.po +++ /dev/null @@ -1,59 +0,0 @@ -# Romanian 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-01-09 17:49+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Configurari Portal" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Nu exista evenimente publice." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Personal" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Eveniment" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Evenimente" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Vizibilitate" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Vizibilitatea evenimentului in pagina de contact a portalului" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Public" diff --git a/addons/portal_event/i18n/sl.po b/addons/portal_event/i18n/sl.po deleted file mode 100644 index cf930920ee2..00000000000 --- a/addons/portal_event/i18n/sl.po +++ /dev/null @@ -1,59 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-24 12:33+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Nastavitve portala" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Ni javnih dogodkov" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Zasebno" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Dogodek" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Dogodki" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Vidljivost" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Vidljivost dogodka na kontaktni strani portala" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Javno" diff --git a/addons/portal_event/i18n/sv.po b/addons/portal_event/i18n/sv.po deleted file mode 100644 index a7260656db9..00000000000 --- a/addons/portal_event/i18n/sv.po +++ /dev/null @@ -1,59 +0,0 @@ -# Swedish 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-01-26 14:08+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Portalinställningar" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Det finns inga offentliga evenemang." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Privat" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Evenemang" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Evenemang" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Synlighet" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Offentlig" diff --git a/addons/portal_event/i18n/tr.po b/addons/portal_event/i18n/tr.po deleted file mode 100644 index c3913a78d89..00000000000 --- a/addons/portal_event/i18n/tr.po +++ /dev/null @@ -1,59 +0,0 @@ -# Turkish 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-04 14:17+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "Portal Ayarları" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "Herkese açık etkinlik yok." - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "Özel" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "Etkinlik" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "Etkinlikler" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "Görünürlük" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "Portalı iletişim sayfasında etkinliğin görünürlülüğü" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "Herkese Açık" diff --git a/addons/portal_event/i18n/zh_CN.po b/addons/portal_event/i18n/zh_CN.po deleted file mode 100644 index 8b8be80fb5a..00000000000 --- a/addons/portal_event/i18n/zh_CN.po +++ /dev/null @@ -1,59 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-11-28 12:36+0000\n" -"Last-Translator: 盈通 ccdos \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_event -#: view:event.event:0 -msgid "Portal Settings" -msgstr "门户设置" - -#. module: portal_event -#: model:ir.actions.act_window,help:portal_event.action_event_view -msgid "There are no public events." -msgstr "没有公共的活动。" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Private" -msgstr "私有的" - -#. module: portal_event -#: model:ir.model,name:portal_event.model_event_event -msgid "Event" -msgstr "活动" - -#. module: portal_event -#: model:ir.actions.act_window,name:portal_event.action_event_view -#: model:ir.ui.menu,name:portal_event.portal_company_events -msgid "Events" -msgstr "活动" - -#. module: portal_event -#: field:event.event,visibility:0 -msgid "Visibility" -msgstr "可见性" - -#. module: portal_event -#: help:event.event,visibility:0 -msgid "Event's visibility in the portal's contact page" -msgstr "活动在门户联系人页面的可见性" - -#. module: portal_event -#: selection:event.event,visibility:0 -msgid "Public" -msgstr "公共的" diff --git a/addons/portal_event/portal_event_view.xml b/addons/portal_event/portal_event_view.xml deleted file mode 100644 index 4eca34b39c2..00000000000 --- a/addons/portal_event/portal_event_view.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - Events - ir.actions.act_window - event.event - kanban,calendar,tree - {"search_default_upcoming":1} - - There are no public events. - - - - - - diff --git a/addons/portal_event/security/ir.model.access.csv b/addons/portal_event/security/ir.model.access.csv deleted file mode 100644 index 9d3b05d9d5d..00000000000 --- a/addons/portal_event/security/ir.model.access.csv +++ /dev/null @@ -1,5 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_event,event,event.model_event_event,base.group_portal,1,0,0,0 -access_registration,registration,event.model_event_registration,base.group_portal,1,1,1,1 -access_event,event,event.model_event_event,base.group_public,1,0,0,0 -access_registration,registration,event.model_event_registration,base.group_public,1,1,1,1 diff --git a/addons/portal_event/security/portal_security.xml b/addons/portal_event/security/portal_security.xml deleted file mode 100644 index 52674c82c43..00000000000 --- a/addons/portal_event/security/portal_security.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - Event: portal and public users: public only - - ['|', - ('visibility', '=', 'public'), - ('message_follower_ids', 'in', [user.partner_id.id]) - ] - - - - - - Event/Registration: portal and public users: personal only - - [('user_id', '=', user.id)] - - - - - diff --git a/addons/portal_hr_employees/__init__.py b/addons/portal_hr_employees/__init__.py deleted file mode 100644 index f0abe52049a..00000000000 --- a/addons/portal_hr_employees/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import hr_employee diff --git a/addons/portal_hr_employees/__openerp__.py b/addons/portal_hr_employees/__openerp__.py deleted file mode 100644 index 7dacfa6688b..00000000000 --- a/addons/portal_hr_employees/__openerp__.py +++ /dev/null @@ -1,43 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Portal HR employees', - 'version': '0.1', - 'category': 'Tools', - 'complexity': 'easy', - 'description': """ -This module adds a list of employees to your portal's contact page if hr and portal_crm (which creates the contact page) are installed. -======================================================================================================================================= - """, - 'author': 'OpenERP SA', - 'depends': ['hr','portal_crm'], - 'data': [ - 'hr_employee_view.xml', - 'security/ir.model.access.csv', - ], - 'installable': True, - 'auto_install': True, - 'category': 'Hidden', - 'css': ['static/src/css/portal_hr_employees.css'], -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/portal_hr_employees/hr_employee.py b/addons/portal_hr_employees/hr_employee.py deleted file mode 100644 index c31a820b7b6..00000000000 --- a/addons/portal_hr_employees/hr_employee.py +++ /dev/null @@ -1,69 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2011 OpenERP S.A (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import fields, osv - -class crm_contact_us(osv.TransientModel): - """ Add employees list to the portal's contact page """ - _inherit = 'portal_crm.crm_contact_us' - _columns = { - 'employee_ids' : fields.many2many('hr.employee', string='Employees', readonly=True), - } - - """ Little trick to display employees in our wizard view """ - def _get_employee(self, cr, uid, context=None): - """ Employees flagged as 'private' won't appear on the contact page """ - r = self.pool.get('hr.employee').search(cr, uid, [('visibility', '!=', 'private')], context=context) - return r - - _defaults = { - 'employee_ids' : _get_employee, - } - -class hr_employee(osv.osv): - _inherit = 'hr.employee' - - """ - ``visibility``: defines if the employee appears on the portal's contact page - - 'public' means the employee will appear for everyone (public) - - 'private' means the employee won't appear - """ - _columns = { - 'visibility': fields.selection([('public', 'Public'),('private', 'Private')], - string='Visibility', help='Employee\'s visibility in the portal\'s contact page'), - 'public_info': fields.text('Public Info'), - } - _defaults = { - 'visibility': 'private', - } - -class calendar_attendee(osv.osv): - _inherit = 'calendar.attendee' - - def create(self, cr, uid, vals, context=None): - user_pool = self.pool.get('res.users') - partner_id = vals.get('partner_id') - users = user_pool.search_read(cr, uid, [('partner_id','=', partner_id)],['employee_ids'], context=context) - for user in users: - if user['employee_ids']: - vals['state'] = 'accepted' - return super(calendar_attendee, self).create(cr, uid, vals, context=context) - diff --git a/addons/portal_hr_employees/hr_employee_view.xml b/addons/portal_hr_employees/hr_employee_view.xml deleted file mode 100644 index 8e8cece12c8..00000000000 --- a/addons/portal_hr_employees/hr_employee_view.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - portal_hr_employees_form - hr.employee - - - - - - - - - - - Employees - hr.employee - - - - - - - - - - - - - - - - HR - Employees Kanban (Portal) - hr.employee - 32 - - - - - - -
-
- -
-
-

- -

-
    -
  • -
  • -
  • Tel:
  • -
  • Mobile:
  • -
  • -
  • -
-
-
- -
-
-
-
-
- - - Our Team - hr.employee - - kanban - form - [('visibility','!=','private')] - - current - - - - crm_contact_us - portal_crm.crm_contact_us - - - - Our Team - - - - - -
-
diff --git a/addons/portal_hr_employees/i18n/cs.po b/addons/portal_hr_employees/i18n/cs.po deleted file mode 100644 index e2073a20dfd..00000000000 --- a/addons/portal_hr_employees/i18n/cs.po +++ /dev/null @@ -1,95 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-03-30 09:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "" diff --git a/addons/portal_hr_employees/i18n/de.po b/addons/portal_hr_employees/i18n/de.po deleted file mode 100644 index ec55345cc5c..00000000000 --- a/addons/portal_hr_employees/i18n/de.po +++ /dev/null @@ -1,95 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-16 18:16+0000\n" -"Last-Translator: Felix Schubert \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Ausbilder" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Unser Team" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Gruppiert nach..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Unternehmen" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Öffentlich" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Sichtbarkeit des Mitarbeiters auf der Kontaktseite des Portals" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privat" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Manager" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Mitarbeiter" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Arbeitsstelle" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Sichtbarkeit" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Öffentliche Info" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Kontakt Formular für das Portal" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Abteilung" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Mitarbeiter" diff --git a/addons/portal_hr_employees/i18n/es.po b/addons/portal_hr_employees/i18n/es.po deleted file mode 100644 index eb3364309df..00000000000 --- a/addons/portal_hr_employees/i18n/es.po +++ /dev/null @@ -1,95 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-22 11:40+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Monitor" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Nuestro equipo" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Compañía" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Público" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Visibilidad del empleado en la página de contacto del portal" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privado" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Responsable" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Empleado" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Puesto" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Visibilidad" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Información pública" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formulario de contacto para el portal" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Departamento" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Empleados" diff --git a/addons/portal_hr_employees/i18n/fr.po b/addons/portal_hr_employees/i18n/fr.po deleted file mode 100644 index 612845570d9..00000000000 --- a/addons/portal_hr_employees/i18n/fr.po +++ /dev/null @@ -1,95 +0,0 @@ -# French 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-05-22 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Mentor" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Notre équipe" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Regrouper par..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Société" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Public" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Visibilité de l'employé dans la page de contact du portail" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privé" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Responsable" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Employé" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Poste" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Visibilité" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Information publique" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formulaire de contact pour le portail" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Département" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Employés" diff --git a/addons/portal_hr_employees/i18n/hr.po b/addons/portal_hr_employees/i18n/hr.po deleted file mode 100644 index 8b61466724c..00000000000 --- a/addons/portal_hr_employees/i18n/hr.po +++ /dev/null @@ -1,95 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-10 07:00+0000\n" -"Last-Translator: Goran Kliska \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Trener" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Grupiraj po..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Organizacija" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Javno" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privatno" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Voditelj" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Radnik" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Radno mjesto" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Vidljivost" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Odjel" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Radnici" diff --git a/addons/portal_hr_employees/i18n/hu.po b/addons/portal_hr_employees/i18n/hu.po deleted file mode 100644 index 502c8093d21..00000000000 --- a/addons/portal_hr_employees/i18n/hu.po +++ /dev/null @@ -1,95 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-01 10:47+0000\n" -"Last-Translator: krnkris \n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Tréner" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Csoportunk" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Csoportosítás ezzel..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Vállalat" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Nyilvános" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "alkalmazottak láthatósága a portál kapcsolati oldalán" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privát" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Menedzser" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Alkalmazott" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Munka" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Láthatóság" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Nyilvános információ" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Kapcsolati lap a portálhoz" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Osztály, részleg" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Alkalmazottak" diff --git a/addons/portal_hr_employees/i18n/lt.po b/addons/portal_hr_employees/i18n/lt.po deleted file mode 100644 index 4aa2bdc158d..00000000000 --- a/addons/portal_hr_employees/i18n/lt.po +++ /dev/null @@ -1,95 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-04-29 15:24+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Mentorius" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Grupuoti pagal..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Įmonė" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Viešas" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Darbuotojo matomumas portale, kontaktų puslapyje" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privatus" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Vadovas" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Darbuotojas" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Pareigybės" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Matomumas" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Padalinys" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Darbuotojai" diff --git a/addons/portal_hr_employees/i18n/mk.po b/addons/portal_hr_employees/i18n/mk.po deleted file mode 100644 index 8eb78a7a8c6..00000000000 --- a/addons/portal_hr_employees/i18n/mk.po +++ /dev/null @@ -1,95 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-21 13:44+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Тренер" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Нашиот тим" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Групирај по..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Компанија" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Јавно" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Видливост на вработениот на страната за контакт на порталот" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Приватно" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Менаџер" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Вработен" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Работно место" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Видливост" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Јавни информации" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Контакт од порталот" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Одделение" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Вработени" diff --git a/addons/portal_hr_employees/i18n/nl.po b/addons/portal_hr_employees/i18n/nl.po deleted file mode 100644 index 085a2552631..00000000000 --- a/addons/portal_hr_employees/i18n/nl.po +++ /dev/null @@ -1,95 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-09 18:38+0000\n" -"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Coach" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Ons Team" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Groepeer op..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Bedrijf" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Openbaar" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Werknemers zichtbaarheid in de ontactpagina van het portaal." - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privé" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Manager" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Werknemer" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Functie" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Zichtbaarheid" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Publieke informatie" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Contact formulier voor het portaal" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Afdeling" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Werknemers" diff --git a/addons/portal_hr_employees/i18n/pl.po b/addons/portal_hr_employees/i18n/pl.po deleted file mode 100644 index 3de1310f67b..00000000000 --- a/addons/portal_hr_employees/i18n/pl.po +++ /dev/null @@ -1,95 +0,0 @@ -# Polish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-16 11:56+0000\n" -"Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Trener" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Grupuj wg..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Firma" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Publiczne" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Widoczność pracowników na stronie kontaktowej portalu" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Prywatne" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Menedżer" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Pracownik" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Stanowisko" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Widoczność" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formularz kontaktowy dla portalu" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Dział" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Pracownicy" diff --git a/addons/portal_hr_employees/i18n/portal_hr_employees.pot b/addons/portal_hr_employees/i18n/portal_hr_employees.pot deleted file mode 100644 index adba430f460..00000000000 --- a/addons/portal_hr_employees/i18n/portal_hr_employees.pot +++ /dev/null @@ -1,94 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * portal_hr_employees -# -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: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "" - diff --git a/addons/portal_hr_employees/i18n/pt.po b/addons/portal_hr_employees/i18n/pt.po deleted file mode 100644 index e663339144f..00000000000 --- a/addons/portal_hr_employees/i18n/pt.po +++ /dev/null @@ -1,95 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-10 17:52+0000\n" -"Last-Translator: Andrei Talpa (multibase.pt) \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Empresa" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Público" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Privado" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Visibilidade" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Departamento" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "" diff --git a/addons/portal_hr_employees/i18n/pt_BR.po b/addons/portal_hr_employees/i18n/pt_BR.po deleted file mode 100644 index d893466fcb9..00000000000 --- a/addons/portal_hr_employees/i18n/pt_BR.po +++ /dev/null @@ -1,96 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-12-22 01:47+0000\n" -"Last-Translator: Fábio Martinelli - http://zupy.com.br " -"\n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Treinador" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Nossa Equipe" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Agrupar Por..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Empresa" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Público" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Visibilidade do colaborador na página de contato do portal" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Particular" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Gerente" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Colaborador" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Trabalho" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Visibilidade" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "informações Públicas" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formulário de contato para o portal" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Departamento" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Colaboradores" diff --git a/addons/portal_hr_employees/i18n/ro.po b/addons/portal_hr_employees/i18n/ro.po deleted file mode 100644 index 5e1367b7040..00000000000 --- a/addons/portal_hr_employees/i18n/ro.po +++ /dev/null @@ -1,95 +0,0 @@ -# Romanian 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-01-09 17:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Instructor" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Echipa Noastra" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Grupeaza dupa..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Compania" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Public" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Vizibilitatea angajatului in pagina de contact a portalului" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Personal" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Director" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Angajat" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Loc de munca" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Vizibilitate" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Informatii Publice" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Formular de contact pentru portal" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Departament" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Angajati" diff --git a/addons/portal_hr_employees/i18n/sl.po b/addons/portal_hr_employees/i18n/sl.po deleted file mode 100644 index a6d68114960..00000000000 --- a/addons/portal_hr_employees/i18n/sl.po +++ /dev/null @@ -1,95 +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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-01-26 22:01+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Združeno po..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Podjetje" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Javno" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Zasebno" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Vodja" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Zaposleni" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "Zaposlitev" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "" diff --git a/addons/portal_hr_employees/i18n/th.po b/addons/portal_hr_employees/i18n/th.po deleted file mode 100644 index be86362aef5..00000000000 --- a/addons/portal_hr_employees/i18n/th.po +++ /dev/null @@ -1,95 +0,0 @@ -# Thai 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-06-20 13:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Thai \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "โค้ช" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "จัดกลุ่มตาม..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "บริษัท" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "สาธารณะ" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "ส่วนตัว" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "ผู้จัดการ" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "พนักงาน" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "งาน" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "มองเห็นได้" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "แผนก" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "พนักงาน" diff --git a/addons/portal_hr_employees/i18n/tr.po b/addons/portal_hr_employees/i18n/tr.po deleted file mode 100644 index 752893700a2..00000000000 --- a/addons/portal_hr_employees/i18n/tr.po +++ /dev/null @@ -1,95 +0,0 @@ -# Turkish 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 , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2013-02-04 14:17+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "Çalıştırıcı" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "Takımımız" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "Grupla İle..." - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "Firma" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "Genel" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "Portal iletişim sayfasında çalışanların görünürlüğü" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "Özel" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "Yönetici" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "Personel" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "İş" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "Görünürlük" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "Genel Bilgisi" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "Portal için iletişim formu" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "Departmen" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "Personeller" diff --git a/addons/portal_hr_employees/i18n/zh_CN.po b/addons/portal_hr_employees/i18n/zh_CN.po deleted file mode 100644 index ddb01aa3d34..00000000000 --- a/addons/portal_hr_employees/i18n/zh_CN.po +++ /dev/null @@ -1,95 +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 , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-11-28 14:15+0000\n" -"Last-Translator: 盈通 ccdos \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-09-12 06:39+0000\n" -"X-Generator: Launchpad (build 16761)\n" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Coach" -msgstr "" - -#. module: portal_hr_employees -#: model:ir.actions.act_window,name:portal_hr_employees.action_team -#: view:portal_crm.crm_contact_us:0 -msgid "Our Team" -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Group By..." -msgstr "" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Company" -msgstr "" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Public" -msgstr "公共的" - -#. module: portal_hr_employees -#: help:hr.employee,visibility:0 -msgid "Employee's visibility in the portal's contact page" -msgstr "员工的可见性在门户联系人页面" - -#. module: portal_hr_employees -#: selection:hr.employee,visibility:0 -msgid "Private" -msgstr "私有的" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Manager" -msgstr "经理" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_hr_employee -msgid "Employee" -msgstr "员工" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Job" -msgstr "工作" - -#. module: portal_hr_employees -#: field:hr.employee,visibility:0 -msgid "Visibility" -msgstr "可见性" - -#. module: portal_hr_employees -#: field:hr.employee,public_info:0 -msgid "Public Info" -msgstr "公共信息" - -#. module: portal_hr_employees -#: model:ir.model,name:portal_hr_employees.model_portal_crm_crm_contact_us -msgid "Contact form for the portal" -msgstr "来自门户的联系方式" - -#. module: portal_hr_employees -#: view:hr.employee:0 -msgid "Department" -msgstr "部门" - -#. module: portal_hr_employees -#: view:hr.employee:0 -#: field:portal_crm.crm_contact_us,employee_ids:0 -msgid "Employees" -msgstr "员工" diff --git a/addons/portal_hr_employees/security/ir.model.access.csv b/addons/portal_hr_employees/security/ir.model.access.csv deleted file mode 100644 index d75b49f791e..00000000000 --- a/addons/portal_hr_employees/security/ir.model.access.csv +++ /dev/null @@ -1,3 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_hr_employee_portal,hr.employee user,hr.model_hr_employee,base.group_portal,1,0,0,0 -access_hr_employee_public,hr.employee user,hr.model_hr_employee,base.group_public,1,0,0,0 diff --git a/addons/portal_hr_employees/static/src/css/portal_hr_employees.css b/addons/portal_hr_employees/static/src/css/portal_hr_employees.css deleted file mode 100644 index da511eaf2c0..00000000000 --- a/addons/portal_hr_employees/static/src/css/portal_hr_employees.css +++ /dev/null @@ -1,19 +0,0 @@ -/* Employees list section */ -.openerp .oe_portal_crm_contact .oe_kanban_groups { - width: 100%; -} -.openerp .oe_portal_crm_contact .oe_portal_crm_team { - margin-top: 30px; - padding-top: 30px; -} -.openerp .oe_portal_crm_contact .oe_portal_crm_team .oe_employee_details { - width: 170px; -} -.openerp .oe_portal_crm_contact .oe_portal_crm_team .oe_employee_image { -} - -.openerp .oe_employee_vignette ul, .openerp .oe_employee_vignette li { - margin: 0; - padding: 0; - list-style: none; -} diff --git a/addons/procurement/procurement_view.xml b/addons/procurement/procurement_view.xml index 4cb070bd92f..e0f345943ac 100644 --- a/addons/procurement/procurement_view.xml +++ b/addons/procurement/procurement_view.xml @@ -291,15 +291,49 @@ stock.warehouse.orderpoint
+ + product.template.search.procurement + product.template + + + + + + + + product.template.procurement product.template - + + + +

+ When you sell this service, nothing special will be triggered + to deliver the customer, as you set the procurement method as + 'Make to Stock'. +

+

+ When you sell this product, OpenERP will use the available + inventory for the delivery order. +

+ If there are not enough quantities available, the delivery order + will wait for new products. To fulfill the inventory, you should + create others rules like orderpoints. +

+

+ When you sell this product, a delivery order will be created. + OpenERP will consider that the required quantities are always + available as it's a consumable (as a result of this, the quantity + on hand may become negative). +

+
+
@@ -326,8 +360,10 @@