[I18N] Update translation templates with latest term changes

This commit is contained in:
Olivier Dony 2014-09-23 19:13:50 +02:00
parent 5552a3e868
commit b74d830eb2
70 changed files with 4246 additions and 3336 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,71 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_analytic_analysis
#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template
msgid "\n"
"Hello ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Customer</th>\n"
" <th>Contract</th>\n"
" <th>Dates</th>\n"
" <th>Prepaid Units</th>\n"
" <th>Contact</th>\n"
" </tr>\n"
" % for partner, accounts in values:\n"
" % for account in accounts:\n"
" <tr>\n"
" <td>${partner.name}</td>\n"
" <td><a href=\"${ctx[\"base_url\"]}/#action=${ctx[\"action_id\"]}&id=${account.id}&view_type=form\">${account.name}</a></td>\n"
" <td>${account.date_start} to ${account.date and account.date or '???'}</td>\n"
" <td>\n"
" % if account.quantity_max != 0.0:\n"
" ${account.remaining_hours}/${account.quantity_max} units\n"
" % endif\n"
" </td>\n"
" <td>${account.partner_id.phone or ''}, ${account.partner_id.email or ''}</td>\n"
" </tr>\n"
" % endfor\n"
" % endfor\n"
"</table>\n"
"% endmacro \n"
"\n"
"% if \"new\" in ctx[\"data\"]:\n"
" <h2>The following contracts just expired: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>The following expired contracts are still not processed: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>The following contracts will expire in less than one month: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" You can check all contracts to be renewed using the menu:\n"
"</p>\n"
"<ul>\n"
" <li>Sales / Invoicing / Contracts to Renew</li>\n"
"</ul>\n"
"<p>\n"
" Thanks,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Odoo Automatic Email\n"
"</pre>\n"
"\n"
" "
msgstr ""
#. module: account_analytic_analysis
#: help:account.analytic.account,toinvoice_total:0
msgid " Sum of everything that could be invoiced for this contract."
@ -83,70 +148,6 @@ msgid "<p>\n"
" "
msgstr ""
#. module: account_analytic_analysis
#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template
msgid "<p>Hello ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"</p><table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Customer</th>\n"
" <th>Contract</th>\n"
" <th>Dates</th>\n"
" <th>Prepaid Units</th>\n"
" <th>Contact</th>\n"
" </tr>\n"
" % for partner, accounts in values:\n"
" % for account in accounts:\n"
" <tr>\n"
" <td>${partner.name}</td>\n"
" <td><a href=\"${ctx[\" base_url>${account.name}</a></td>\n"
" <td>${account.date_start} to ${account.date and account.date or '???'}</td>\n"
" <td>\n"
" % if account.quantity_max != 0.0:\n"
" ${account.remaining_hours}/${account.quantity_max} units\n"
" % endif\n"
" </td>\n"
" <td>${account.partner_id.phone or ''}, ${account.partner_id.email or ''}</td>\n"
" </tr>\n"
" % endfor\n"
" % endfor\n"
"</table>\n"
"% endmacro \n"
"\n"
"% if \"new\" in ctx[\"data\"]:\n"
" <h2>The following contracts just expired: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>The following expired contracts are still not processed: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>The following contracts will expire in less than one month: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" You can check all contracts to be renewed using the menu:\n"
"</p>\n"
"<ul>\n"
" <li>Sales / Invoicing / Contracts to Renew</li>\n"
"</ul>\n"
"<p>\n"
" Thanks,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Odoo Automatic Email\n"
"</pre>\n"
"\n"
" "
msgstr ""
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
msgid "Account Analytic Lines"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,128 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_level0
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
"\n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" Exception made if there was a mistake of ours, it seems that the following amount stays unpaid. Please, take\n"
"appropriate measures in order to carry out this payment in the next 8 days.\n"
"\n"
"Would your payment have been carried out after this mail was sent, please ignore this message. Do not hesitate to\n"
"contact our accounting department. \n"
"\n"
" </p>\n"
"<br/>\n"
"Best Regards,\n"
"<br/>\n"
" <br/>\n"
"${user.name}\n"
"\n"
"<br/>\n"
"<br/>\n"
"\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
" <br/>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_level2
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
" \n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" Despite several reminders, your account is still not settled.\n"
"Unless full payment is made in next 8 days, legal action for the recovery of the debt will be taken without\n"
"further notice.\n"
"I trust that this action will prove unnecessary and details of due payments is printed below.\n"
"In case of any queries concerning this matter, do not hesitate to contact our accounting department.\n"
"</p>\n"
"<br/>\n"
"Best Regards,\n"
"<br/>\n"
"<br/>\n"
"${user.name}\n"
"<br/>\n"
"<br/>\n"
"\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
" <br/>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_default
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
" \n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" Exception made if there was a mistake of ours, it seems that the following amount stays unpaid. Please, take\n"
"appropriate measures in order to carry out this payment in the next 8 days.\n"
"Would your payment have been carried out after this mail was sent, please ignore this message. Do not hesitate to\n"
"contact our accounting department.\n"
" </p>\n"
"<br/>\n"
"Best Regards,\n"
"<br/>\n"
"<br/>\n"
"${user.name}\n"
"<br/>\n"
"<br/>\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
"<br/>\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_level1
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
" \n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" We are disappointed to see that despite sending a reminder, that your account is now seriously overdue.\n"
"It is essential that immediate payment is made, otherwise we will have to consider placing a stop on your account\n"
"which means that we will no longer be able to supply your company with (goods/services).\n"
"Please, take appropriate measures in order to carry out this payment in the next 8 days.\n"
"If there is a problem with paying invoice that we are not aware of, do not hesitate to contact our accounting\n"
"department. so that we can resolve the matter quickly.\n"
"Details of due payments is printed below.\n"
" </p>\n"
"<br/>\n"
"Best Regards,\n"
" \n"
"<br/>\n"
"<br/>\n"
"${user.name}\n"
" \n"
"<br/>\n"
"<br/>\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
" <br/>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:account_followup.followup.line,description:account_followup.demo_followup_line3
msgid "\n"
@ -177,124 +299,6 @@ msgstr ""
msgid ": User's Company Name"
msgstr ""
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_level0
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
"\n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" Exception made if there was a mistake of ours, it seems that the following amount stays unpaid. Please, take\n"
"appropriate measures in order to carry out this payment in the next 8 days.\n"
"\n"
"Would your payment have been carried out after this mail was sent, please ignore this message. Do not hesitate to\n"
"contact our accounting department. \n"
"\n"
" </p>\n"
"<br>\n"
"Best Regards,\n"
"<br>\n"
" <br>\n"
"${user.name}\n"
"\n"
"<br>\n"
"<br>\n"
"\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
" <br>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_level2
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
" \n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" Despite several reminders, your account is still not settled.\n"
"Unless full payment is made in next 8 days, legal action for the recovery of the debt will be taken without\n"
"further notice.\n"
"I trust that this action will prove unnecessary and details of due payments is printed below.\n"
"In case of any queries concerning this matter, do not hesitate to contact our accounting department.\n"
"</p>\n"
"<br>\n"
"Best Regards,\n"
"<br>\n"
"<br>\n"
"${user.name}\n"
"<br>\n"
"<br>\n"
"\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
" <br>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_default
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
" \n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" Exception made if there was a mistake of ours, it seems that the following amount stays unpaid. Please, take\n"
"appropriate measures in order to carry out this payment in the next 8 days.\n"
"Would your payment have been carried out after this mail was sent, please ignore this message. Do not hesitate to\n"
"contact our accounting department.\n"
" </p>\n"
"<br>\n"
"Best Regards,\n"
"<br>\n"
"<br>\n"
"${user.name}\n"
"<br>\n"
"<br>\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
"<br>\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:email.template,body_html:account_followup.email_template_account_followup_level1
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
" \n"
" <p>Dear ${object.name},</p>\n"
" <p>\n"
" We are disappointed to see that despite sending a reminder, that your account is now seriously overdue.\n"
"It is essential that immediate payment is made, otherwise we will have to consider placing a stop on your account\n"
"which means that we will no longer be able to supply your company with (goods/services).\n"
"Please, take appropriate measures in order to carry out this payment in the next 8 days.\n"
"If there is a problem with paying invoice that we are not aware of, do not hesitate to contact our accounting\n"
"department. so that we can resolve the matter quickly.\n"
"Details of due payments is printed below.\n"
" </p>\n"
"<br>\n"
"Best Regards,\n"
" \n"
"<br>\n"
"<br>\n"
"${user.name}\n"
" \n"
"<br>\n"
"<br>\n"
"\n"
"${object.get_followup_table_html() | safe}\n"
"\n"
" <br>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: account_followup
#: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form
msgid "<p class=\"oe_view_nocontent_create\">\n"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -147,7 +147,7 @@ msgid "Are you sure you want to unreconcile this record?"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:310
#: code:addons/account_voucher/account_voucher.py:269
#, python-format
msgid "At the operation date, the exchange rate was\n"
"%s = %s"
@ -204,7 +204,7 @@ msgid "Cancelled"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:970
#: code:addons/account_voucher/account_voucher.py:929
#, python-format
msgid "Cannot delete voucher(s) which are already opened or paid."
msgstr ""
@ -214,11 +214,6 @@ msgstr ""
msgid "Check this box if you are unsure of that journal entry and if you want to note it as 'to be reviewed' by an accounting expert."
msgstr ""
#. module: account_voucher
#: model:ir.model,name:account_voucher.model_res_company
msgid "Companies"
msgstr ""
#. module: account_voucher
#: field:account.voucher,company_id:0
#: field:account.voucher.line,company_id:0
@ -233,7 +228,7 @@ msgid "Computed as the difference between the amount stated in the voucher and t
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1068
#: code:addons/account_voucher/account_voucher.py:1027
#, python-format
msgid "Configuration Error !"
msgstr ""
@ -384,8 +379,8 @@ msgid "Effective date for accounting entries"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:552
#: code:addons/account_voucher/account_voucher.py:1074
#: code:addons/account_voucher/account_voucher.py:511
#: code:addons/account_voucher/account_voucher.py:1033
#, python-format
msgid "Error!"
msgstr ""
@ -421,14 +416,8 @@ msgid "Full Reconcile"
msgstr ""
#. module: account_voucher
#: field:account.config.settings,income_currency_exchange_account_id:0
#: field:res.company,income_currency_exchange_account_id:0
msgid "Gain Exchange Rate Account"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1109
#: code:addons/account_voucher/account_voucher.py:1115
#: code:addons/account_voucher/account_voucher.py:1068
#: code:addons/account_voucher/account_voucher.py:1074
#, python-format
msgid "Go to the configuration panel"
msgstr ""
@ -443,11 +432,6 @@ msgstr ""
msgid "Group By"
msgstr ""
#. module: account_voucher
#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search
msgid "Group by month of Invoice Date"
msgstr ""
#. module: account_voucher
#: field:account.voucher,currency_help_label:0
msgid "Helping Sentence"
@ -480,7 +464,7 @@ msgid "Internal Notes"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:970
#: code:addons/account_voucher/account_voucher.py:929
#, python-format
msgid "Invalid Action!"
msgstr ""
@ -490,11 +474,6 @@ msgstr ""
msgid "Invoice"
msgstr ""
#. module: account_voucher
#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search
msgid "Invoice Date"
msgstr ""
#. module: account_voucher
#: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form
#: view:account.voucher:account_voucher.view_vendor_receipt_form
@ -561,12 +540,6 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_voucher
#: field:account.config.settings,expense_currency_exchange_account_id:0
#: field:res.company,expense_currency_exchange_account_id:0
msgid "Loss Exchange Rate Account"
msgstr ""
#. module: account_voucher
#: field:account.voucher,name:0
msgid "Memo"
@ -588,7 +561,7 @@ msgid "Multi Currency Voucher"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1254
#: code:addons/account_voucher/account_voucher.py:1213
#, python-format
msgid "No Account Base Code and Account Tax Code!"
msgstr ""
@ -751,19 +724,19 @@ msgid "Period"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1069
#: code:addons/account_voucher/account_voucher.py:1028
#, python-format
msgid "Please activate the sequence of selected journal !"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1075
#: code:addons/account_voucher/account_voucher.py:1034
#, python-format
msgid "Please define a sequence on the journal."
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:552
#: code:addons/account_voucher/account_voucher.py:511
#, python-format
msgid "Please define default credit/debit accounts on the journal \"%s\"."
msgstr ""
@ -896,7 +869,6 @@ msgid "Sales Receipts Analysis"
msgstr ""
#. module: account_voucher
#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search
#: field:sale.receipt.report,user_id:0
msgid "Salesperson"
msgstr ""
@ -951,7 +923,7 @@ msgstr ""
#: view:account.voucher:account_voucher.view_vendor_payment_form
#: view:account.voucher:account_voucher.view_voucher_filter_vendor
#: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay
#: code:addons/account_voucher/account_voucher.py:223
#: code:addons/account_voucher/account_voucher.py:182
#, python-format
msgid "Supplier"
msgstr ""
@ -990,7 +962,7 @@ msgid "The Voucher has been totally paid."
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1213
#: code:addons/account_voucher/account_voucher.py:1172
#, python-format
msgid "The invoice you are willing to pay is not valid anymore."
msgstr ""
@ -1098,7 +1070,7 @@ msgstr ""
#: view:account.voucher:account_voucher.view_voucher_filter_vendor
#: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay
#: field:account.voucher.line,voucher_id:0
#: code:addons/account_voucher/account_voucher.py:193
#: code:addons/account_voucher/account_voucher.py:152
#: model:res.request.link,name:account_voucher.req_link_voucher
#, python-format
msgid "Voucher"
@ -1158,7 +1130,7 @@ msgid "Website communication history"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:411
#: code:addons/account_voucher/account_voucher.py:370
#, python-format
msgid "Write-Off"
msgstr ""
@ -1169,33 +1141,33 @@ msgid "Write-Off Analytic Account"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1213
#: code:addons/account_voucher/account_voucher.py:1172
#, python-format
msgid "Wrong voucher line"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1254
#: code:addons/account_voucher/account_voucher.py:1213
#, python-format
msgid "You have to configure account base code and account tax code on the '%s' tax!"
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1114
#: code:addons/account_voucher/account_voucher.py:1073
#, python-format
msgid "You should configure the 'Gain Exchange Rate Account' to manage automatically the booking of accounting entries related to differences between exchange rates."
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1108
#: code:addons/account_voucher/account_voucher.py:1067
#, python-format
msgid "You should configure the 'Loss Exchange Rate Account' to manage automatically the booking of accounting entries related to differences between exchange rates."
msgstr ""
#. module: account_voucher
#: code:addons/account_voucher/account_voucher.py:1125
#: code:addons/account_voucher/account_voucher.py:1139
#: code:addons/account_voucher/account_voucher.py:1290
#: code:addons/account_voucher/account_voucher.py:1084
#: code:addons/account_voucher/account_voucher.py:1098
#: code:addons/account_voucher/account_voucher.py:1249
#, python-format
msgid "change"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -16,7 +16,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: analytic
#: code:addons/analytic/analytic.py:277
#: code:addons/analytic/analytic.py:278
#, python-format
msgid "%s (copy)"
msgstr ""
@ -334,7 +334,7 @@ msgid "Quantity"
msgstr ""
#. module: analytic
#: code:addons/analytic/analytic.py:271
#: code:addons/analytic/analytic.py:272
#, python-format
msgid "Quick account creation disallowed."
msgstr ""
@ -411,7 +411,7 @@ msgid "User"
msgstr ""
#. module: analytic
#: code:addons/analytic/analytic.py:271
#: code:addons/analytic/analytic.py:272
#, python-format
msgid "Warning"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,14 +15,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: auth_signup
#: model:email.template,subject:auth_signup.set_password_email
msgid "${object.company_id.name} invitation to connect on Odoo"
msgstr ""
#. module: auth_signup
#: model:email.template,body_html:auth_signup.set_password_email
msgid "<p>\n"
msgid "\n"
" \n"
" <p>\n"
" ${object.name},\n"
" </p>\n"
" <p>\n"
@ -49,13 +46,19 @@ msgstr ""
#. module: auth_signup
#: model:email.template,body_html:auth_signup.reset_password_email
msgid "<p>A password reset was requested for the Odoo account linked to this email.</p>\n"
msgid "\n"
"<p>A password reset was requested for the Odoo account linked to this email.</p>\n"
"\n"
"<p>You may change your password by following <a href=\"${object.signup_url}\">this link</a>.</p>\n"
"\n"
"<p>Note: If you do not expect this, you can safely ignore this email.</p>"
msgstr ""
#. module: auth_signup
#: model:email.template,subject:auth_signup.set_password_email
msgid "${object.company_id.name} invitation to connect on Odoo"
msgstr ""
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid "A password reset has been requested for this user. An email containing the following link has been sent:"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -82,7 +82,7 @@ msgstr ""
#. module: base_gengo
#: code:addons/base_gengo/ir_translation.py:76
#: code:addons/base_gengo/wizard/base_gengo_translations.py:101
#: code:addons/base_gengo/wizard/base_gengo_translations.py:102
#, python-format
msgid "Gengo Authentication Error"
msgstr ""
@ -128,13 +128,13 @@ msgid "Gengo Translation Service Level"
msgstr ""
#. module: base_gengo
#: code:addons/base_gengo/wizard/base_gengo_translations.py:79
#: code:addons/base_gengo/wizard/base_gengo_translations.py:80
#, python-format
msgid "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`."
msgstr ""
#. module: base_gengo
#: code:addons/base_gengo/wizard/base_gengo_translations.py:90
#: code:addons/base_gengo/wizard/base_gengo_translations.py:91
#, python-format
msgid "Gengo connection failed with this message:\n"
"``%s``"
@ -227,7 +227,7 @@ msgid "Sync Type"
msgstr ""
#. module: base_gengo
#: code:addons/base_gengo/wizard/base_gengo_translations.py:111
#: code:addons/base_gengo/wizard/base_gengo_translations.py:112
#, python-format
msgid "Sync limit should between 1 to 200 for Gengo translation services."
msgstr ""
@ -238,7 +238,7 @@ msgid "This comment will be automatically be enclosed in each an every request s
msgstr ""
#. module: base_gengo
#: code:addons/base_gengo/wizard/base_gengo_translations.py:106
#: code:addons/base_gengo/wizard/base_gengo_translations.py:107
#, python-format
msgid "This language is not supported by the Gengo translation services."
msgstr ""
@ -264,8 +264,8 @@ msgid "Ultra"
msgstr ""
#. module: base_gengo
#: code:addons/base_gengo/wizard/base_gengo_translations.py:106
#: code:addons/base_gengo/wizard/base_gengo_translations.py:111
#: code:addons/base_gengo/wizard/base_gengo_translations.py:107
#: code:addons/base_gengo/wizard/base_gengo_translations.py:112
#, python-format
msgid "Warning"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -36,21 +36,21 @@ msgid "Created on"
msgstr ""
#. module: base_import_module
#: code:addons/base_import_module/models/ir_module.py:29
#: code:addons/base_import_module/models/ir_module.py:80
#: code:addons/base_import_module/models/ir_module.py:88
#: code:addons/base_import_module/models/ir_module.py:30
#: code:addons/base_import_module/models/ir_module.py:82
#: code:addons/base_import_module/models/ir_module.py:91
#, python-format
msgid "Error !"
msgstr ""
#. module: base_import_module
#: code:addons/base_import_module/models/ir_module.py:88
#: code:addons/base_import_module/models/ir_module.py:90
#, python-format
msgid "File '%s' exceed maximum allowed file size"
msgstr ""
#. module: base_import_module
#: code:addons/base_import_module/models/ir_module.py:80
#: code:addons/base_import_module/models/ir_module.py:82
#, python-format
msgid "File is not a zip file!"
msgstr ""
@ -126,7 +126,7 @@ msgstr ""
#. module: base_import_module
#: code:addons/base_import_module/models/ir_module.py:29
#, python-format
msgid "Unmet module dependencies: %s, "
msgid "Unmet module dependencies: %s"
msgstr ""
#. module: base_import_module

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -77,7 +77,7 @@ msgstr ""
#. module: board
#. openerp-web
#: code:addons/board/static/src/js/dashboard.js:370
#: code:addons/board/static/src/js/dashboard.js:374
#, python-format
msgid "Can't find dashboard action"
msgstr ""
@ -110,7 +110,7 @@ msgstr ""
#. module: board
#. openerp-web
#: code:addons/board/static/src/js/dashboard.js:402
#: code:addons/board/static/src/js/dashboard.js:406
#, python-format
msgid "Could not add filter to dashboard"
msgstr ""
@ -150,7 +150,7 @@ msgstr ""
#. module: board
#. openerp-web
#: code:addons/board/static/src/js/dashboard.js:405
#: code:addons/board/static/src/js/dashboard.js:409
#, python-format
msgid "Filter added to dashboard"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,239 +15,28 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: calendar
#: model:email.template,body_html:calendar.calendar_template_meeting_changedate
msgid "\n"
" \n"
" \n"
" <div style=\"border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;\">\n"
" <div style=\"height:auto;text-align: center;font-size : 30px;color: #8A89BA;\">\n"
" <strong>${object.event_id.name}</strong>\n"
" </div>\n"
" <div style=\"height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px\">\n"
" <strong style=\"margin-left:12px\">Dear ${object.cn}</strong> ,<br>\n"
" <p style=\"margin-left:12px\">The date of the meeting has been changed...<br>\n"
" The meeting created by ${object.event_id.user_id.partner_id.name} is now scheduled for : ${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.</p>\n"
" </div>\n"
" <div style=\"height: auto;margin-left:12px;margin-top:30px;\">\n"
" <table>\n"
" <tr> \n"
" <td>\n"
" <div style=\"border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;\">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div>\n"
" <div style=\"font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;\">\n"
" ${object.event_id.get_interval(object.event_id.start,'day')}\n"
" </div>\n"
" <div style=\"font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba\">${object.event_id.get_interval(object.event_id.start, 'month')}</div>\n"
" <div style=\"border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;\">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div>\n"
" </td>\n"
" <td>\n"
" <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"margin-top: 15px; margin-left: 10px;font-size: 16px;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Where\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px\">\n"
" : ${object.event_id.location}\n"
" <span style=\"color:#A9A9A9; \">(<a href=\"http://maps.google.com/maps?oi=map&amp;q=${object.event_id.location}\">View Map</a>)\n"
" </span>\n"
" </div>\n"
" % endif\n"
" </td> \n"
" </tr> \n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" What\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:text-top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${object.event_id.description}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr>\n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Duration\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td colspan=\"3\" style=\"vertical-align:text-top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr> \n"
" <tr style=\" height: 30px;\">\n"
" <td style=\"height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" <div>\n"
" Attendees\n"
" </div>\n"
" </td>\n"
" <td colspan=\"3\">\n"
" : \n"
" % for attendee in object.event_id.attendee_ids:\n"
" <div style=\"display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};\"></div>\n"
" % if attendee.cn != object.cn:\n"
" <span style=\"margin-left:5px\">${attendee.cn}</span>\n"
" % else:\n"
" <span style=\"margin-left:5px\">You</span>\n"
" % endif\n"
" % endfor\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" </table> \n"
" </div>\n"
" <div style=\"height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;\">\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&amp;token=${object.access_token}&amp;action=${'action_id' in ctx and ctx['action_id'] or ''}&amp;id=${object.event_id.id}\">Accept</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or ''}&amp;token=${object.access_token}&amp;action=${'action_id' in ctx and ctx['action_id'] or ''}&amp;id=${object.event_id.id}\">Decline</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&amp;token=${object.access_token}&amp;action=${'action_id' in ctx and ctx['action_id'] or ''}&amp;id=${object.event_id.id}\">View</a>\n"
" </div> \n"
" </div>\n"
" \n"
" "
msgstr ""
#. module: calendar
#: model:email.template,body_html:calendar.calendar_template_meeting_invitation
msgid "\n"
" \n"
" \n"
" <div style=\"border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;\">\n"
" <div style=\"height:auto;text-align: center;font-size : 30px;color: #8A89BA;\">\n"
" <strong>${object.event_id.name}</strong>\n"
" </div>\n"
" <div style=\"height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px\">\n"
" <strong style=\"margin-left:12px\">Dear ${object.cn}</strong> ,<br><p style=\"margin-left:12px\">${object.event_id.user_id.partner_id.name} invited you for the ${object.event_id.name} meeting of ${object.event_id.user_id.company_id.name}.</p> \n"
" </div>\n"
" <div style=\"height: auto;margin-left:12px;margin-top:30px;\">\n"
" <table>\n"
" <tr>\n"
" <td>\n"
" <div style=\"border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;\">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div>\n"
" <div style=\"font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;\">\n"
" ${object.event_id.get_interval(object.event_id.start,'day')}\n"
" </div>\n"
" <div style=\"font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba\">${object.event_id.get_interval(object.event_id.start, 'month')}</div>\n"
" <div style=\"border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;\">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div>\n"
" </td>\n"
" <td>\n"
" <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"margin-top: 15px; margin-left: 10px;font-size: 16px;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Where\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px\">\n"
" : ${object.event_id.location}\n"
" <span style=\"color:#A9A9A9; \">(<a href=\"http://maps.google.com/maps?oi=map&amp;q=${object.event_id.location}\">View Map</a>)\n"
" </span>\n"
" </div>\n"
" % endif\n"
" </td> \n"
" </tr> \n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" What\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:text-top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${object.event_id.description}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr>\n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Duration\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td colspan=\"3\" style=\"vertical-align:text-top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr> \n"
" <tr style=\" height: 30px;\">\n"
" <td style=\"height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" <div>\n"
" Attendees\n"
" </div>\n"
" </td>\n"
" <td colspan=\"3\">\n"
" : \n"
" % for attendee in object.event_id.attendee_ids:\n"
" <div style=\"display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};\"></div>\n"
" % if attendee.cn != object.cn:\n"
" <span style=\"margin-left:5px\">${attendee.cn}</span>\n"
" % else:\n"
" <span style=\"margin-left:5px\">You</span>\n"
" % endif\n"
" % endfor\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </div>\n"
" <div style=\"height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;\">\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&amp;token=${object.access_token}&amp;action=${'action_id' in ctx and ctx['action_id'] or ''}&amp;id=${object.event_id.id}\">Accept</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or '' }&amp;token=${object.access_token}&amp;action=${'action_id' in ctx and ctx['action_id'] or ''}&amp;id=${object.event_id.id}\">Decline</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&amp;token=${object.access_token}&amp;action=${'action_id' in ctx and ctx['action_id'] or ''}&amp;id=${object.event_id.id}\">View</a>\n"
" </div> \n"
" </div>\n"
" \n"
" "
msgstr ""
#. module: calendar
#: model:email.template,body_html:calendar.calendar_template_meeting_reminder
msgid "\n"
" \n"
" \n"
" <html>\n"
" <head>\n"
" <meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" />\n"
" <title>${object.event_id.name}</title>\n"
" <style>\n"
" span.oe_mail_footer_access {\n"
" display:block; \n"
" text-align:center;\n"
" color:grey; \n"
" }\n"
" </style>\n"
" </head>\n"
" <body>\n"
" <div style=\"border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;\">\n"
" <div style=\"height:auto;text-align: center;font-size : 30px;color: #8A89BA;\">\n"
" <strong>${object.event_id.name}</strong> \n"
" </div>\n"
" <div style=\"height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px\">\n"
" <strong style=\"margin-left:12px\">Dear ${object.cn}</strong> ,<br>\n"
" <strong style=\"margin-left:12px\">Dear ${object.cn}</strong> ,<br/>\n"
" <p style=\"margin-left:12px\">That is a reminder for the event below : </p>\n"
" </div>\n"
" <div style=\"height: auto;margin-left:12px;margin-top:30px;\">\n"
@ -258,7 +47,7 @@ msgid "\n"
" <div style=\"font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;\">\n"
" ${object.event_id.get_interval(object.event_id.start,'day')}\n"
" </div>\n"
" <div style=\"font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba\">${object.event_id.get_interval(object.event_id.start, 'month')}</div>\n"
" <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div>\n"
" <div style=\"border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;\">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div>\n"
" </td>\n"
" <td>\n"
@ -271,11 +60,11 @@ msgid "\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px\">\n"
" <div style = \"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px\" >\n"
" : ${object.event_id.location}\n"
" <span style=\"color:#A9A9A9; \">(<a href=\"http://maps.google.com/maps?oi=map&amp;q=${object.event_id.location}\">View Map</a>)\n"
" <span style= \"color:#A9A9A9; \">(<a href=\"http://maps.google.com/maps?oi=map&q=${object.event_id.location}\">View Map</a>)\n"
" </span>\n"
" </div>\n"
" % endif\n"
@ -339,7 +128,257 @@ msgid "\n"
" </table>\n"
" </div> \n"
" </div>\n"
" \n"
" </body>\n"
" </html>\n"
" \n"
" "
msgstr ""
#. module: calendar
#: model:email.template,body_html:calendar.calendar_template_meeting_invitation
msgid "\n"
" <html>\n"
" <head>\n"
" <meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" />\n"
" <title>${object.event_id.name}</title>\n"
" <style> \n"
" span.oe_mail_footer_access {\n"
" display:block; \n"
" text-align:center;\n"
" color:grey; \n"
" }\n"
" </style>\n"
" </head>\n"
" <body>\n"
" <div style=\"border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;\">\n"
" <div style=\"height:auto;text-align: center;font-size : 30px;color: #8A89BA;\">\n"
" <strong>${object.event_id.name}</strong>\n"
" </div>\n"
" <div style=\"height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px\">\n"
" <strong style=\"margin-left:12px\">Dear ${object.cn}</strong> ,<br/><p style=\"margin-left:12px\">${object.event_id.user_id.partner_id.name} invited you for the ${object.event_id.name} meeting of ${object.event_id.user_id.company_id.name}.</p> \n"
" </div>\n"
" <div style=\"height: auto;margin-left:12px;margin-top:30px;\">\n"
" <table>\n"
" <tr>\n"
" <td>\n"
" <div style=\"border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;\">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div>\n"
" <div style=\"font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;\">\n"
" ${object.event_id.get_interval(object.event_id.start,'day')}\n"
" </div>\n"
" <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div>\n"
" <div style=\"border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;\">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div>\n"
" </td>\n"
" <td>\n"
" <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"margin-top: 15px; margin-left: 10px;font-size: 16px;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Where\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style = \"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px\" >\n"
" : ${object.event_id.location}\n"
" <span style= \"color:#A9A9A9; \">(<a href=\"http://maps.google.com/maps?oi=map&q=${object.event_id.location}\">View Map</a>)\n"
" </span>\n"
" </div>\n"
" % endif\n"
" </td> \n"
" </tr> \n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" What\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:text-top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${object.event_id.description}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr>\n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Duration\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td colspan=\"3\" style=\"vertical-align:text-top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr> \n"
" <tr style=\" height: 30px;\">\n"
" <td style=\"height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" <div>\n"
" Attendees\n"
" </div>\n"
" </td>\n"
" <td colspan=\"3\">\n"
" : \n"
" % for attendee in object.event_id.attendee_ids:\n"
" <div style=\"display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};\"></div>\n"
" % if attendee.cn != object.cn:\n"
" <span style=\"margin-left:5px\">${attendee.cn}</span>\n"
" % else:\n"
" <span style=\"margin-left:5px\">You</span>\n"
" % endif\n"
" % endfor\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </div>\n"
" <div style=\"height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;\">\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or '' }&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}\">View</a>\n"
" </div> \n"
" </div>\n"
" </body>\n"
" </html>\n"
" \n"
" "
msgstr ""
#. module: calendar
#: model:email.template,body_html:calendar.calendar_template_meeting_changedate
msgid " \n"
" <html>\n"
" <head>\n"
" <meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" />\n"
" <title>${object.event_id.name}</title>\n"
" <style>\n"
" span.oe_mail_footer_access {\n"
" display:block; \n"
" text-align:center;\n"
" color:grey; \n"
" }\n"
" </style>\n"
" </head>\n"
" <body>\n"
" <div style=\"border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;\">\n"
" <div style=\"height:auto;text-align: center;font-size : 30px;color: #8A89BA;\">\n"
" <strong>${object.event_id.name}</strong>\n"
" </div>\n"
" <div style=\"height: 50px;text-align: left;font-size : 14px;border-collapse: separate;margin-top:10px\">\n"
" <strong style=\"margin-left:12px\">Dear ${object.cn}</strong> ,<br/>\n"
" <p style=\"margin-left:12px\">The date of the meeting has been changed...<br/>\n"
" The meeting created by ${object.event_id.user_id.partner_id.name} is now scheduled for : ${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.</p>\n"
" </div>\n"
" <div style=\"height: auto;margin-left:12px;margin-top:30px;\">\n"
" <table>\n"
" <tr> \n"
" <td>\n"
" <div style=\"border-top-left-radius:3px;border-top-right-radius:3px;font-size:12px;border-collapse:separate;text-align:center;font-weight:bold;color:#ffffff;width:130px;min-height: 18px;border-color:#ffffff;background:#8a89ba;padding-top: 4px;\">${object.event_id.get_interval(object.event_id.start, 'dayname')}</div>\n"
" <div style=\"font-size:48px;min-height:auto;font-weight:bold;text-align:center;color: #5F5F5F;background-color: #E1E2F8;width: 130px;\">\n"
" ${object.event_id.get_interval(object.event_id.start,'day')}\n"
" </div>\n"
" <div style='font-size:12px;text-align:center;font-weight:bold;color:#ffffff;background-color:#8a89ba'>${object.event_id.get_interval(object.event_id.start, 'month')}</div>\n"
" <div style=\"border-collapse:separate;color:#8a89ba;text-align:center;width: 128px;font-size:12px;border-bottom-right-radius:3px;font-weight:bold;border:1px solid;border-bottom-left-radius:3px;\">${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}</div>\n"
" </td>\n"
" <td>\n"
" <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"margin-top: 15px; margin-left: 10px;font-size: 16px;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Where\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.location:\n"
" <div style = \"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 14px\" >\n"
" : ${object.event_id.location}\n"
" <span style= \"color:#A9A9A9; \">(<a href=\"http://maps.google.com/maps?oi=map&q=${object.event_id.location}\">View Map</a>)\n"
" </span>\n"
" </div>\n"
" % endif\n"
" </td> \n"
" </tr> \n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" What\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td style=\"vertical-align:text-top;\">\n"
" % if object.event_id.description :\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${object.event_id.description}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr>\n"
" \n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"height:auto; width: 120px; background : #CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" Duration\n"
" </div>\n"
" % endif\n"
" </td>\n"
" <td colspan=\"3\" style=\"vertical-align:text-top;\">\n"
" % if not object.event_id.allday and object.event_id.duration:\n"
" <div style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}\n"
" </div>\n"
" % endif\n"
" </td>\n"
" </tr> \n"
" <tr style=\" height: 30px;\">\n"
" <td style=\"height: 25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n"
" <div>\n"
" Attendees\n"
" </div>\n"
" </td>\n"
" <td colspan=\"3\">\n"
" : \n"
" % for attendee in object.event_id.attendee_ids:\n"
" <div style=\"display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};\"></div>\n"
" % if attendee.cn != object.cn:\n"
" <span style=\"margin-left:5px\">${attendee.cn}</span>\n"
" % else:\n"
" <span style=\"margin-left:5px\">You</span>\n"
" % endif\n"
" % endfor\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" </table> \n"
" </div>\n"
" <div style=\"height: auto;width:450px; margin:0 auto;padding-top:20px;padding-bottom:40px;\">\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#808080;margin : 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/decline?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline</a>\n"
" <a style=\"padding: 8px 30px 8px 30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#D8D8D8;text-decoration: none;color:#FFFFFF;\" href=\"/calendar/meeting/view?db=${'dbname' in ctx and ctx['dbname'] or ''}&token=${object.access_token}&action=${'action_id' in ctx and ctx['action_id'] or ''}&id=${object.event_id.id}\">View</a>\n"
" </div> \n"
" </div>\n"
" </body>\n"
" </html>\n"
" \n"
" "
msgstr ""
@ -378,7 +417,7 @@ msgid "<p class=\"oe_view_nocontent_create\">\n"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1537
#: code:addons/calendar/calendar.py:1570
#, python-format
msgid "A email has been send to specify that the date has been changed !"
msgstr ""
@ -399,13 +438,20 @@ msgstr ""
msgid "Active"
msgstr ""
#. module: calendar
#. openerp-web
#: code:addons/calendar/static/src/js/base_calendar.js:100
#, python-format
msgid "Add Favorite Calendar"
msgstr ""
#. module: calendar
#: field:calendar.event,allday:0
msgid "All Day"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:739
#: code:addons/calendar/calendar.py:772
#, python-format
msgid "AllDay , %s"
msgstr ""
@ -416,13 +462,13 @@ msgid "Amount"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1047
#: code:addons/calendar/calendar.py:1080
#, python-format
msgid "An invitation email has been sent to attendee %s"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1351
#: code:addons/calendar/calendar.py:1384
#, python-format
msgid "An invitation email has been sent to attendee(s)"
msgstr ""
@ -456,7 +502,7 @@ msgid "Availability"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1628
#: code:addons/calendar/calendar.py:1655
#: selection:calendar.attendee,availability:0
#: selection:calendar.event,show_as:0
#, python-format
@ -614,7 +660,7 @@ msgid "Email"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1325
#: code:addons/calendar/calendar.py:1358
#, python-format
msgid "Email addresses not found"
msgstr ""
@ -655,7 +701,7 @@ msgid "Error ! End date cannot be set before start date."
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1204
#: code:addons/calendar/calendar.py:1237
#, python-format
msgid "Error!"
msgstr ""
@ -740,7 +786,7 @@ msgid "Group By"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1560
#: code:addons/calendar/calendar.py:1593
#, python-format
msgid "Group by date is not supported, use the calendar view instead."
msgstr ""
@ -1152,13 +1198,6 @@ msgstr ""
msgid "Second"
msgstr ""
#. module: calendar
#. openerp-web
#: code:addons/calendar/static/src/js/base_calendar.js:100
#, python-format
msgid "Select Favorite Calendar"
msgstr ""
#. module: calendar
#: view:calendar.event:calendar.view_calendar_event_form
msgid "Select Weekdays"
@ -1239,7 +1278,7 @@ msgid "The"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1321
#: code:addons/calendar/calendar.py:1354
#, python-format
msgid "The following contacts have no email address :"
msgstr ""
@ -1315,7 +1354,7 @@ msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:103
#: code:addons/calendar/calendar.py:140
#: code:addons/calendar/calendar.py:1560
#: code:addons/calendar/calendar.py:1593
#, python-format
msgid "Warning!"
msgstr ""
@ -1395,7 +1434,7 @@ msgid "colorize"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1191
#: code:addons/calendar/calendar.py:1224
#, python-format
msgid "count cannot be negative or 0."
msgstr ""
@ -1406,14 +1445,14 @@ msgid "duration_minutes"
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1189
#: code:addons/calendar/calendar.py:1222
#, python-format
msgid "interval cannot be negative."
msgstr ""
#. module: calendar
#: code:addons/calendar/calendar.py:1189
#: code:addons/calendar/calendar.py:1191
#: code:addons/calendar/calendar.py:1222
#: code:addons/calendar/calendar.py:1224
#, python-format
msgid "warning!"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -22,6 +22,8 @@ msgid "# Meetings"
msgstr ""
#. module: crm
#: field:crm.lead.report,nbr_cases:0
#: field:crm.opportunity.report,nbr_cases:0
#: field:crm.phonecall.report,nbr:0
msgid "# of Cases"
msgstr ""
@ -208,7 +210,7 @@ msgid "<p>This opportunity did not have any activity since at least 5 days. Here
"<ul>\n"
"<li>Name: ${object.name}</li>\n"
"<li>ID: ${object.id}</li>\n"
"<li>Description: ${object.description}</li>\n"
"<li>Description: ${object.description}</field></li>\n"
"</ul>"
msgstr ""
@ -261,7 +263,7 @@ msgid "Alias Domain"
msgstr ""
#. module: crm
#: code:addons/crm/base_partner_merge.py:298
#: code:addons/crm/base_partner_merge.py:304
#, python-format
msgid "All contacts must have the same email. Only the Administrator can merge contacts with different emails."
msgstr ""
@ -318,6 +320,7 @@ msgstr ""
#. module: crm
#: field:crm.lead.report,opening_date:0
#: field:crm.opportunity.report,opening_date:0
msgid "Assignation Date"
msgstr ""
@ -353,11 +356,18 @@ msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_leads_country
#: model:ir.filters,name:crm.filter_opportunity_country
msgid "By Country"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team
msgid "By Sales Team"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_leads_salesperson
#: model:ir.filters,name:crm.filter_opportunity_salesperson
msgid "By Salespersons"
msgstr ""
@ -366,6 +376,11 @@ msgstr ""
msgid "CRM Lead Analysis"
msgstr ""
#. module: crm
#: model:ir.model,name:crm.model_crm_opportunity_report
msgid "CRM Opportunity Analysis"
msgstr ""
#. module: crm
#: model:ir.model,name:crm.model_crm_payment_mode
msgid "CRM Payment Mode"
@ -396,8 +411,10 @@ msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,campaign_id:0
#: field:crm.lead.report,campaign_id:0
#: field:crm.opportunity.report,campaign_id:0
#: view:crm.tracking.campaign:crm.crm_tracking_campaign_form
#: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree
#: field:crm.tracking.mixin,campaign_id:0
@ -454,7 +471,6 @@ msgstr ""
#. module: crm
#: field:crm.phonecall,categ_id:0
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
#: field:crm.phonecall.report,categ_id:0
#: field:crm.phonecall2phonecall,categ_id:0
msgid "Category"
@ -472,8 +488,10 @@ msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,medium_id:0
#: field:crm.lead.report,medium_id:0
#: field:crm.opportunity.report,medium_id:0
#: view:crm.tracking.medium:crm.crm_tracking_medium_view_form
#: field:crm.tracking.mixin,medium_id:0
#: view:crm.tracking.source:crm.crm_tracking_source_view_form
@ -538,6 +556,7 @@ msgstr ""
#. module: crm
#: field:crm.lead.report,date_closed:0
#: field:crm.opportunity.report,date_closed:0
#: field:crm.phonecall.report,date_closed:0
msgid "Close Date"
msgstr ""
@ -549,7 +568,7 @@ msgid "Closed"
msgstr ""
#. module: crm
#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120
#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105
#, python-format
msgid "Closed/Dead leads cannot be converted into opportunities."
msgstr ""
@ -560,11 +579,13 @@ msgid "Color Index"
msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,company_id:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,company_id:0
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: field:crm.opportunity.report,company_id:0
#: field:crm.phonecall,company_id:0
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
#: field:crm.phonecall.report,company_id:0
msgid "Company"
msgstr ""
@ -671,9 +692,12 @@ msgstr ""
#. module: crm
#: view:crm.lead:crm.crm_case_form_view_leads
#: view:crm.lead:crm.crm_case_form_view_oppor
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,country_id:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,country_id:0
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: field:crm.opportunity.report,country_id:0
msgid "Country"
msgstr ""
@ -741,15 +765,19 @@ msgstr ""
#. module: crm
#: field:crm.lead,create_date:0
#: field:crm.lead.report,create_date:0
#: field:crm.opportunity.report,create_date:0
#: view:crm.phonecall:crm.view_crm_case_phonecalls_filter
#: field:crm.phonecall,create_date:0
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
msgid "Creation Date"
msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: view:crm.lead.report:crm.view_report_crm_lead_filter
msgid "Creation date"
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
msgid "Creation Month"
msgstr ""
#. module: crm
@ -768,21 +796,21 @@ msgid "Current Line"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:959
#: code:addons/crm/crm_lead.py:989
#: view:crm.lead:crm.crm_case_form_view_leads
#: view:crm.lead:crm.crm_case_form_view_oppor
#: view:crm.lead:crm.crm_case_tree_view_oppor
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead2opportunity.partner,partner_id:0
#: field:crm.lead2opportunity.partner.mass,partner_id:0
#: field:crm.partner.binding,partner_id:0
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
#, python-format
msgid "Customer"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:961
#: code:addons/crm/crm_lead.py:991
#, python-format
msgid "Customer Email"
msgstr ""
@ -840,13 +868,20 @@ msgstr ""
msgid "Default to New Sales Team"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close
msgid "Delay To Close"
msgstr ""
#. module: crm
#: field:crm.lead.report,delay_open:0
#: field:crm.opportunity.report,delay_open:0
msgid "Delay to Assign"
msgstr ""
#. module: crm
#: field:crm.lead.report,delay_close:0
#: field:crm.opportunity.report,delay_close:0
msgid "Delay to Close"
msgstr ""
@ -943,16 +978,16 @@ msgid "Email address of the contact"
msgstr ""
#. module: crm
#: code:addons/crm/base_partner_merge.py:295
#: code:addons/crm/base_partner_merge.py:298
#: code:addons/crm/base_partner_merge.py:310
#: code:addons/crm/base_partner_merge.py:439
#: code:addons/crm/base_partner_merge.py:301
#: code:addons/crm/base_partner_merge.py:304
#: code:addons/crm/base_partner_merge.py:316
#: code:addons/crm/base_partner_merge.py:445
#, python-format
msgid "Error"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:429
#: code:addons/crm/crm_lead.py:430
#, python-format
msgid "Error!"
msgstr ""
@ -994,21 +1029,23 @@ msgid "Execution Status"
msgstr ""
#. module: crm
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,date_deadline:0
#: field:crm.opportunity.report,date_deadline:0
msgid "Exp. Closing"
msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,date_deadline:0
#: help:crm.lead.report,date_deadline:0
#: help:crm.opportunity.report,date_deadline:0
msgid "Expected Closing"
msgstr ""
#. module: crm
#: field:crm.lead,planned_revenue:0
#: field:crm.lead.report,probable_revenue:0
#: field:crm.opportunity.report,expected_revenue:0
msgid "Expected Revenue"
msgstr ""
@ -1018,8 +1055,19 @@ msgstr ""
msgid "Expected Revenues"
msgstr ""
#. module: crm
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "Expiration Closing"
msgstr ""
#. module: crm
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "Expiration Closing Month"
msgstr ""
#. module: crm
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "Extended Filters"
msgstr ""
@ -1055,7 +1103,7 @@ msgid "Followers"
msgstr ""
#. module: crm
#: code:addons/crm/base_partner_merge.py:295
#: code:addons/crm/base_partner_merge.py:301
#, python-format
msgid "For safety reasons, you cannot merge more than 3 contacts together. You can re-open the wizard several times if needed."
msgstr ""
@ -1066,7 +1114,7 @@ msgid "Force assignation"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:561
#: code:addons/crm/crm_lead.py:562
#, python-format
msgid "From %s : %s"
msgstr ""
@ -1095,6 +1143,7 @@ msgstr ""
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: view:crm.phonecall:crm.view_crm_case_phonecalls_filter
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
msgid "Group By"
@ -1125,6 +1174,7 @@ msgstr ""
#. module: crm
#: selection:crm.lead,priority:0
#: selection:crm.lead.report,priority:0
#: selection:crm.opportunity.report,priority:0
#: selection:crm.phonecall,priority:0
#: selection:crm.phonecall.report,priority:0
msgid "High"
@ -1146,6 +1196,7 @@ msgstr ""
#: field:crm.lead2opportunity.partner,id:0
#: field:crm.lead2opportunity.partner.mass,id:0
#: field:crm.merge.opportunity,id:0
#: field:crm.opportunity.report,id:0
#: field:crm.partner.binding,id:0
#: field:crm.payment.mode,id:0
#: field:crm.phonecall,id:0
@ -1237,7 +1288,6 @@ msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
msgid "Last Message"
msgstr ""
@ -1249,8 +1299,8 @@ msgstr ""
#. module: crm
#: field:crm.lead,date_last_stage_update:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,date_last_stage_update:0
#: field:crm.opportunity.report,date_last_stage_update:0
msgid "Last Stage Update"
msgstr ""
@ -1296,12 +1346,14 @@ msgid "Last Updated on"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:854
#: code:addons/crm/crm_lead.py:884
#: selection:crm.case.stage,type:0
#: view:crm.lead:crm.crm_case_form_view_oppor
#: selection:crm.lead,type:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: selection:crm.lead.report,type:0
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: selection:crm.opportunity.report,type:0
#, python-format
msgid "Lead"
msgstr ""
@ -1350,7 +1402,7 @@ msgid "Leads"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:83
#: code:addons/crm/crm_lead.py:84
#, python-format
msgid "Leads / Opportunities"
msgstr ""
@ -1359,7 +1411,7 @@ msgstr ""
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.lead.report:crm.view_report_crm_lead_graph
#: view:crm.lead.report:crm.view_report_crm_lead_graph_two
#: view:crm.lead.report:crm.view_report_crm_opportunity_graph
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph
#: model:ir.actions.act_window,name:crm.action_report_crm_lead
#: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam
#: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree
@ -1460,21 +1512,28 @@ msgid "Logged Calls"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:1019
#: code:addons/crm/crm_lead.py:1049
#, python-format
msgid "Logged a call for %(date)s. %(description)s"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_leads_long_term_revenue
msgid "Long Term Revenue"
msgstr ""
#. module: crm
#: model:crm.case.stage,name:crm.stage_lead7
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "Lost"
msgstr ""
#. module: crm
#: selection:crm.lead,priority:0
#: selection:crm.lead.report,priority:0
#: selection:crm.opportunity.report,priority:0
#: selection:crm.phonecall,priority:0
#: selection:crm.phonecall.report,priority:0
msgid "Low"
@ -1554,7 +1613,7 @@ msgid "Meeting"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:1033
#: code:addons/crm/crm_lead.py:1063
#, python-format
msgid "Meeting scheduled at '%s'<br> Subject: %s <br> Duration: %s hour(s)"
msgstr ""
@ -1627,31 +1686,31 @@ msgid "Merge with existing opportunities"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:546
#: code:addons/crm/crm_lead.py:547
#, python-format
msgid "Merged lead"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:540
#: code:addons/crm/crm_lead.py:541
#, python-format
msgid "Merged leads"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:542
#: code:addons/crm/crm_lead.py:543
#, python-format
msgid "Merged opportunities"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:546
#: code:addons/crm/crm_lead.py:547
#, python-format
msgid "Merged opportunity"
msgstr ""
#. module: crm
#: code:addons/crm/base_partner_merge.py:320
#: code:addons/crm/base_partner_merge.py:326
#, python-format
msgid "Merged with the following partners:"
msgstr ""
@ -1740,7 +1799,9 @@ msgstr ""
#. module: crm
#: model:crm.case.stage,name:crm.stage_lead1
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "New"
msgstr ""
@ -1769,13 +1830,13 @@ msgid "Next Action Date"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:974
#: code:addons/crm/crm_lead.py:1004
#, python-format
msgid "No Subject"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:731
#: code:addons/crm/crm_lead.py:761
#, python-format
msgid "No customer name defined. Please fill one of the following fields: Company Name, Contact Name or Email (\"Name <email@address>\")"
msgstr ""
@ -1789,6 +1850,7 @@ msgstr ""
#. module: crm
#: selection:crm.lead,priority:0
#: selection:crm.lead.report,priority:0
#: selection:crm.opportunity.report,priority:0
#: selection:crm.phonecall,priority:0
#: selection:crm.phonecall.report,priority:0
msgid "Normal"
@ -1816,12 +1878,14 @@ msgstr ""
#. module: crm
#: help:crm.lead.report,delay_close:0
#: help:crm.opportunity.report,delay_close:0
#: help:crm.phonecall.report,delay_close:0
msgid "Number of Days to close the case"
msgstr ""
#. module: crm
#: help:crm.lead.report,delay_open:0
#: help:crm.opportunity.report,delay_open:0
#: help:crm.phonecall.report,delay_open:0
msgid "Number of Days to open the case"
msgstr ""
@ -1832,7 +1896,7 @@ msgid "Object Name"
msgstr ""
#. module: crm
#: code:addons/crm/base_partner_merge.py:310
#: code:addons/crm/base_partner_merge.py:316
#, python-format
msgid "Only the destination contact may be linked to existing Journal Items. Please ask the Administrator if you need to merge several contacts linked to existing Journal Items."
msgstr ""
@ -1882,6 +1946,7 @@ msgid "Opportunities"
msgstr ""
#. module: crm
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: model:ir.actions.act_window,name:crm.action_report_crm_opportunity
#: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam
#: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree
@ -1894,13 +1959,23 @@ msgstr ""
msgid "Opportunities Analysis gives you an instant access to your opportunities with information such as the expected revenue, planned cost, missed deadlines or the number of interactions per opportunity. This report is mainly used by the sales manager in order to do the periodic review with the teams of the sales pipeline."
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort
msgid "Opportunities Cohort"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team
msgid "Opportunities Won Per Team"
msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_opportunities_filter
msgid "Opportunities that are assigned to me"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:834
#: code:addons/crm/crm_lead.py:864
#: field:calendar.event,opportunity_id:0
#: selection:crm.case.stage,type:0
#: view:crm.lead:crm.crm_case_tree_view_oppor
@ -1908,6 +1983,8 @@ msgstr ""
#: selection:crm.lead,type:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: selection:crm.lead.report,type:0
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: selection:crm.opportunity.report,type:0
#: view:crm.phonecall:crm.crm_case_phone_form_view
#: field:res.partner,opportunity_count:0
#, python-format
@ -1978,6 +2055,8 @@ msgstr ""
#. module: crm
#: field:crm.lead.report,delay_expected:0
#: field:crm.opportunity.report,delay_expected:0
#: model:ir.filters,name:crm.filter_leads_overpassed_deadline
msgid "Overpassed Deadline"
msgstr ""
@ -1988,12 +2067,10 @@ msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,partner_id:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,partner_id:0
#: field:crm.opportunity.report,partner_id:0
#: view:crm.phonecall:crm.view_crm_case_phonecalls_filter
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
#: field:crm.phonecall.report,partner_id:0
#: field:crm.phonecall2phonecall,partner_id:0
#: model:ir.model,name:crm.model_res_partner
@ -2093,6 +2170,11 @@ msgstr ""
msgid "Phone Calls Analysis"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do
msgid "Phone Calls To Do"
msgstr ""
#. module: crm
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
msgid "Phone Calls that are assigned to me"
@ -2162,11 +2244,6 @@ msgstr ""
msgid "Planned Date"
msgstr ""
#. module: crm
#: field:crm.lead.report,planned_revenue:0
msgid "Planned Revenue"
msgstr ""
#. module: crm
#: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban
#: field:crm.case.section,monthly_planned_revenue:0
@ -2174,7 +2251,7 @@ msgid "Planned Revenue per Month"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:601
#: code:addons/crm/crm_lead.py:633
#, python-format
msgid "Please select more than one element (lead or opportunity) from the list view."
msgstr ""
@ -2186,16 +2263,16 @@ msgstr ""
#. module: crm
#: field:crm.lead,priority:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,priority:0
#: field:crm.opportunity.report,priority:0
#: field:crm.phonecall,priority:0
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
#: field:crm.phonecall.report,priority:0
msgid "Priority"
msgstr ""
#. module: crm
#: field:crm.lead.report,probability:0
#: field:crm.opportunity.report,probability:0
msgid "Probability"
msgstr ""
@ -2204,11 +2281,6 @@ msgstr ""
msgid "Probability (%)"
msgstr ""
#. module: crm
#: field:crm.lead.report,probable_revenue:0
msgid "Probable Revenue"
msgstr ""
#. module: crm
#: model:crm.case.categ,name:crm.categ_oppor1
msgid "Product"
@ -2288,6 +2360,11 @@ msgstr ""
msgid "Responsible"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_leads_revenue_per_lead
msgid "Revenue Per Lead"
msgstr ""
#. module: crm
#: field:crm.segmentation.line,name:0
msgid "Rule Name"
@ -2322,12 +2399,15 @@ msgstr ""
#. module: crm
#: field:crm.case.categ,section_id:0
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,section_id:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,section_id:0
#: field:crm.lead2opportunity.partner,section_id:0
#: field:crm.lead2opportunity.partner.mass,section_id:0
#: field:crm.merge.opportunity,section_id:0
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: field:crm.opportunity.report,section_id:0
#: field:crm.payment.mode,section_id:0
#: view:crm.phonecall:crm.view_crm_case_phonecalls_filter
#: field:crm.phonecall,section_id:0
@ -2360,6 +2440,7 @@ msgstr ""
#: field:crm.lead2opportunity.partner,user_id:0
#: field:crm.lead2opportunity.partner.mass,user_id:0
#: field:crm.merge.opportunity,user_id:0
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter
msgid "Salesperson"
msgstr ""
@ -2413,7 +2494,7 @@ msgid "Scheduled Calls"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:1021
#: code:addons/crm/crm_lead.py:1051
#, python-format
msgid "Scheduled a call for %(date)s. %(description)s"
msgstr ""
@ -2535,11 +2616,13 @@ msgstr ""
#. module: crm
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "Show only lead"
msgstr ""
#. module: crm
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "Show only opportunity"
msgstr ""
@ -2555,8 +2638,10 @@ msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_leads_filter
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: field:crm.lead,source_id:0
#: field:crm.lead.report,source_id:0
#: field:crm.opportunity.report,source_id:0
#: field:crm.tracking.mixin,source_id:0
#: model:ir.actions.act_window,name:crm.crm_tracking_source_action
#: model:ir.model,name:crm.model_crm_tracking_source
@ -2576,6 +2661,8 @@ msgstr ""
#: field:crm.lead,stage_id:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,stage_id:0
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
#: field:crm.opportunity.report,stage_id:0
msgid "Stage"
msgstr ""
@ -2677,11 +2764,6 @@ msgstr ""
msgid "Tags"
msgstr ""
#. module: crm
#: view:crm.lead:crm.view_crm_case_opportunities_filter
msgid "Team"
msgstr ""
#. module: crm
#: help:crm.case.section,alias_id:0
msgid "The email address associated with this team. New emails received will automatically create new leads assigned to the team."
@ -2755,6 +2837,7 @@ msgstr ""
#. module: crm
#: help:crm.lead,campaign_id:0
#: help:crm.lead.report,campaign_id:0
#: help:crm.opportunity.report,campaign_id:0
#: help:crm.tracking.mixin,campaign_id:0
msgid "This is a name that helps you keep track of your different campaign efforts Ex: Fall_Drive, Christmas_Special"
msgstr ""
@ -2762,6 +2845,7 @@ msgstr ""
#. module: crm
#: help:crm.lead,medium_id:0
#: help:crm.lead.report,medium_id:0
#: help:crm.opportunity.report,medium_id:0
#: help:crm.tracking.mixin,medium_id:0
msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad"
msgstr ""
@ -2769,6 +2853,7 @@ msgstr ""
#. module: crm
#: help:crm.lead,source_id:0
#: help:crm.lead.report,source_id:0
#: help:crm.opportunity.report,source_id:0
#: help:crm.tracking.mixin,source_id:0
msgid "This is the source of the link Ex: Search Engine, another domain, or name of email list"
msgstr ""
@ -2796,7 +2881,7 @@ msgid "To Do"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:392
#: code:addons/crm/crm_lead.py:393
#, python-format
msgid "To relieve your sales pipe and group all Lost opportunities, configure one of your sales stage as follow:\n"
"probability = 0 %, select \"Change Probability Automatically\".\n"
@ -2804,7 +2889,7 @@ msgid "To relieve your sales pipe and group all Lost opportunities, configure on
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:412
#: code:addons/crm/crm_lead.py:413
#, python-format
msgid "To relieve your sales pipe and group all Won opportunities, configure one of your sales stage as follow:\n"
"probability = 100 % and select \"Change Probability Automatically\".\n"
@ -2822,6 +2907,17 @@ msgstr ""
msgid "Tools"
msgstr ""
#. module: crm
#: model:ir.filters,name:crm.filter_opportunity_top_opportunities
msgid "Top Opportunities"
msgstr ""
#. module: crm
#: field:crm.lead.report,planned_revenue:0
#: field:crm.opportunity.report,total_revenue:0
msgid "Total Revenue"
msgstr ""
#. module: crm
#: model:crm.case.categ,name:crm.categ_oppor6
msgid "Training"
@ -2830,14 +2926,15 @@ msgstr ""
#. module: crm
#: field:crm.case.stage,type:0
#: field:crm.lead,type:0
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: field:crm.lead.report,type:0
#: field:crm.opportunity.report,type:0
msgid "Type"
msgstr ""
#. module: crm
#: help:crm.lead,type:0
#: help:crm.lead.report,type:0
#: help:crm.opportunity.report,type:0
msgid "Type is used to separate Leads and Opportunities"
msgstr ""
@ -2881,6 +2978,7 @@ msgstr ""
#. module: crm
#: field:crm.lead.report,user_id:0
#: field:crm.opportunity.report,user_id:0
#: field:crm.phonecall.report,user_id:0
msgid "User"
msgstr ""
@ -2908,22 +3006,24 @@ msgstr ""
#. module: crm
#: selection:crm.lead,priority:0
#: selection:crm.lead.report,priority:0
#: selection:crm.opportunity.report,priority:0
msgid "Very High"
msgstr ""
#. module: crm
#: selection:crm.lead,priority:0
#: selection:crm.lead.report,priority:0
#: selection:crm.opportunity.report,priority:0
msgid "Very Low"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:391
#: code:addons/crm/crm_lead.py:411
#: code:addons/crm/crm_lead.py:601
#: code:addons/crm/crm_lead.py:730
#: code:addons/crm/crm_lead.py:392
#: code:addons/crm/crm_lead.py:412
#: code:addons/crm/crm_lead.py:633
#: code:addons/crm/crm_lead.py:760
#: code:addons/crm/crm_phonecall.py:291
#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120
#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105
#, python-format
msgid "Warning!"
msgstr ""
@ -2942,6 +3042,7 @@ msgstr ""
#: model:crm.case.stage,name:crm.stage_lead6
#: view:crm.lead:crm.view_crm_case_opportunities_filter
#: view:crm.lead.report:crm.view_report_crm_lead_filter
#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter
msgid "Won"
msgstr ""
@ -2951,14 +3052,14 @@ msgid "Working Time"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:429
#: code:addons/crm/crm_lead.py:430
#, python-format
msgid "You are already at the top level of your sales-team category.\n"
"Therefore you cannot escalate furthermore."
msgstr ""
#. module: crm
#: code:addons/crm/base_partner_merge.py:440
#: code:addons/crm/base_partner_merge.py:446
#, python-format
msgid "You have to specify a filter for your selection"
msgstr ""
@ -2980,13 +3081,13 @@ msgid "e.g. Call for proposal"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:932
#: code:addons/crm/crm_lead.py:962
#, python-format
msgid "lead"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:90
#: code:addons/crm/crm_lead.py:91
#, python-format
msgid "leads"
msgstr ""
@ -3002,13 +3103,13 @@ msgid "oe_kanban_text_red"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:930
#: code:addons/crm/crm_lead.py:960
#, python-format
msgid "opportunity"
msgstr ""
#. module: crm
#: code:addons/crm/crm_lead.py:1030
#: code:addons/crm/crm_lead.py:1060
#, python-format
msgid "unknown"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr ""
#. module: crm_claim
#: field:crm.claim.report,nbr:0
msgid "# of Cases"
msgid "# of Claims"
msgstr ""
#. module: crm_claim
@ -75,7 +75,6 @@ msgstr ""
#. module: crm_claim
#: field:crm.claim,type_action:0
#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter
#: field:crm.claim.report,type_action:0
msgid "Action Type"
msgstr ""
@ -121,7 +120,6 @@ msgstr ""
#. module: crm_claim
#: field:crm.claim,date:0
#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter
#: field:crm.claim.report,claim_date:0
msgid "Claim Date"
msgstr ""
@ -138,6 +136,7 @@ msgstr ""
#. module: crm_claim
#: view:crm.claim:crm_claim.view_crm_case_claims_filter
#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter
msgid "Claim Month"
msgstr ""
@ -159,6 +158,7 @@ msgstr ""
#. module: crm_claim
#: field:crm.claim,name:0
#: field:crm.claim.report,subject:0
msgid "Claim Subject"
msgstr ""
@ -417,11 +417,6 @@ msgstr ""
msgid "My Sales Team(s)"
msgstr ""
#. module: crm_claim
#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter
msgid "My company"
msgstr ""
#. module: crm_claim
#: model:crm.claim.stage,name:crm_claim.stage_claim1
msgid "New"
@ -492,7 +487,6 @@ msgstr ""
#. module: crm_claim
#: field:crm.claim,priority:0
#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter
#: field:crm.claim.report,priority:0
msgid "Priority"
msgstr ""
@ -625,7 +619,6 @@ msgstr ""
#. module: crm_claim
#: view:crm.claim:crm_claim.crm_case_claims_tree_view
#: view:crm.claim:crm_claim.view_crm_case_claims_filter
#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter
msgid "Type"
msgstr ""
@ -674,3 +667,8 @@ msgstr ""
msgid "Website communication history"
msgstr ""
#. module: crm_claim
#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload
msgid "Workload"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -22,7 +22,7 @@ msgstr ""
#. module: crm_helpdesk
#: field:crm.helpdesk.report,nbr:0
msgid "# of Cases"
msgid "# of Requests"
msgstr ""
#. module: crm_helpdesk
@ -79,7 +79,6 @@ msgstr ""
#. module: crm_helpdesk
#: field:crm.helpdesk,channel_id:0
#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter
#: field:crm.helpdesk.report,channel_id:0
msgid "Channel"
msgstr ""
@ -134,7 +133,6 @@ msgstr ""
#. module: crm_helpdesk
#: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk
#: field:crm.helpdesk,date:0
#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter
#: field:crm.helpdesk.report,date:0
msgid "Date"
msgstr ""
@ -364,6 +362,11 @@ msgstr ""
msgid "Misc"
msgstr ""
#. module: crm_helpdesk
#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter
msgid "Month"
msgstr ""
#. module: crm_helpdesk
#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter
msgid "Month of helpdesk requests"
@ -384,11 +387,6 @@ msgstr ""
msgid "My Sales Team(s)"
msgstr ""
#. module: crm_helpdesk
#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter
msgid "My company"
msgstr ""
#. module: crm_helpdesk
#: field:crm.helpdesk,name:0
msgid "Name"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -23,7 +23,7 @@ msgstr ""
#. module: document
#. openerp-web
#: code:addons/document/static/src/js/document.js:17
#: code:addons/document/static/src/js/document.js:19
#, python-format
msgid "%s (%s)"
msgstr ""
@ -79,7 +79,7 @@ msgstr ""
#. module: document
#. openerp-web
#: code:addons/document/static/src/js/document.js:6
#: code:addons/document/static/src/js/document.js:7
#, python-format
msgid "Attachment(s)"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,26 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: event
#: model:email.template,body_html:event.confirmation_event
msgid "\n"
" <p>Hello ${object.name},</p>\n"
" <p>The event ${object.event_id.name} that you registered for is confirmed and will be held from ${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to ${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n"
" For any further information please contact our event department.</p>\n"
" <p>Thank you for your participation!</p>\n"
" <p>Best regards</p>"
msgstr ""
#. module: event
#: model:email.template,body_html:event.confirmation_registration
msgid "\n"
" <p>Hello ${object.name},</p>\n"
" <p>We confirm that your registration to the event ${object.event_id.name} has been recorded.\n"
" You will automatically receive an email providing you more practical information (such as the schedule, the agenda...) as soon as the event is confirmed.</p>\n"
" <p>Thank you for your participation!</p>\n"
" <p>Best regards</p>"
msgstr ""
#. module: event
#: field:report.event.registration,confirm_state:0
msgid " # No of Confirmed Registrations"
@ -497,24 +517,6 @@ msgid "<p class=\"oe_view_nocontent_create\">\n"
" "
msgstr ""
#. module: event
#: model:email.template,body_html:event.confirmation_event
msgid "<p>Hello ${object.name},</p>\n"
" <p>The event ${object.event_id.name} that you registered for is confirmed and will be held from ${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to ${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n"
" For any further information please contact our event department.</p>\n"
" <p>Thank you for your participation!</p>\n"
" <p>Best regards</p>"
msgstr ""
#. module: event
#: model:email.template,body_html:event.confirmation_registration
msgid "<p>Hello ${object.name},</p>\n"
" <p>We confirm that your registration to the event ${object.event_id.name} has been recorded.\n"
" You will automatically receive an email providing you more practical information (such as the schedule, the agenda...) as soon as the event is confirmed.</p>\n"
" <p>Thank you for your participation!</p>\n"
" <p>Best regards</p>"
msgstr ""
#. module: event
#: view:event.registration:event.view_event_registration_form
#: selection:event.registration,state:0
@ -745,7 +747,6 @@ msgid "Event Confirmation Email"
msgstr ""
#. module: event
#: view:report.event.registration:event.view_report_event_registration_search
#: field:report.event.registration,event_date:0
msgid "Event Date"
msgstr ""
@ -760,6 +761,11 @@ msgstr ""
msgid "Event Details"
msgstr ""
#. module: event
#: view:report.event.registration:event.view_report_event_registration_search
msgid "Event Month"
msgstr ""
#. module: event
#: field:event.event,name:0
msgid "Event Name"
@ -785,7 +791,6 @@ msgid "Event Registration confirmed."
msgstr ""
#. module: event
#: view:report.event.registration:event.view_report_event_registration_search
#: field:report.event.registration,user_id:0
msgid "Event Responsible"
msgstr ""
@ -1046,6 +1051,11 @@ msgstr ""
msgid "No ticket available."
msgstr ""
#. module: event
#: field:report.event.registration,nbevent:0
msgid "Number of Events"
msgstr ""
#. module: event
#: field:event.registration,nb_register:0
msgid "Number of Participants"
@ -1057,7 +1067,7 @@ msgid "Number of Participations"
msgstr ""
#. module: event
#: field:report.event.registration,nbevent:0
#: field:report.event.registration,nbregistration:0
msgid "Number of Registrations"
msgstr ""
@ -1088,12 +1098,8 @@ msgstr ""
#. module: event
#: view:event.registration:event.view_registration_search
msgid "Participant"
msgstr ""
#. module: event
#: view:report.event.registration:event.view_report_event_registration_search
msgid "Participant / Contact"
msgid "Participant"
msgstr ""
#. module: event
@ -1119,7 +1125,6 @@ msgid "Reference of the sales order which created the registration"
msgstr ""
#. module: event
#: view:report.event.registration:event.view_report_event_registration_search
#: field:report.event.registration,user_id_registration:0
msgid "Register"
msgstr ""
@ -1159,7 +1164,6 @@ msgid "Registration Month"
msgstr ""
#. module: event
#: view:report.event.registration:event.view_report_event_registration_search
#: field:report.event.registration,registration_state:0
msgid "Registration State"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -38,7 +38,7 @@ msgstr ""
#. module: fleet
#: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act
msgid "<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new contract. \n"
" Click to create a new contract.\n"
" </p><p>\n"
" Manage all your contracts (leasing, insurances, etc.) with\n"
" their related services, costs. Odoo will automatically warn\n"
@ -65,7 +65,7 @@ msgstr ""
#. module: fleet
#: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act
msgid "<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new fuel log. \n"
" Click to create a new fuel log.\n"
" </p><p>\n"
" Here you can add refuelling entries for all vehicles. You can\n"
" also filter logs of a particular vehicle using the search\n"
@ -87,7 +87,7 @@ msgstr ""
#. module: fleet
#: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act
msgid "<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new odometer log. \n"
" Click to create a new odometer log.\n"
" </p>\n"
" <p>\n"
" Here you can add various odometer entries for all vehicles.\n"
@ -100,7 +100,7 @@ msgstr ""
#. module: fleet
#: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act
msgid "<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new service entry. \n"
" Click to create a new service entry.\n"
" </p><p>\n"
" Odoo helps you keeping track of all the services done\n"
" on your vehicle. Services can be of many type: occasional\n"
@ -122,7 +122,7 @@ msgstr ""
#. module: fleet
#: model:ir.actions.act_window,help:fleet.fleet_vehicle_act
msgid "<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new vehicle. \n"
" Click to create a new vehicle.\n"
" </p><p>\n"
" You will be able to manage your fleet by keeping track of the\n"
" contracts, services, fixed and recurring costs, odometers and\n"
@ -1127,6 +1127,11 @@ msgstr ""
msgid "Models"
msgstr ""
#. module: fleet
#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search
msgid "Month"
msgstr ""
#. module: fleet
#: selection:fleet.vehicle.log.contract,cost_frequency:0
msgid "Monthly"
@ -1732,11 +1737,6 @@ msgstr ""
msgid "Vehicle Costs"
msgstr ""
#. module: fleet
#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search
msgid "Vehicle Costs Month"
msgstr ""
#. module: fleet
#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search
msgid "Vehicle Costs by Month"
@ -1802,8 +1802,9 @@ msgid "Vehicles Services Logs"
msgstr ""
#. module: fleet
#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report
#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search
#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report
#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report
#: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search
msgid "Vehicles costs"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -16,31 +16,24 @@ msgstr ""
"Plural-Forms: \n"
#. module: gamification
#: selection:gamification.challenge.line,condition:0
msgid "<="
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:741
#, python-format
msgid "<br/>Nobody has succeeded to reach every goal, no badge is rewared for this challenge."
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:739
#, python-format
msgid "<br/>Reward (badge %s) for every succeeding user was sent to %s."
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:748
#, python-format
msgid "<br/>Special rewards were sent to the top competing users. The ranking for this challenge is :"
#: model:email.template,body_html:gamification.email_template_badge_received
msgid "\n"
" <p>Congratulation, you have received the badge <strong>${object.badge_id.name}</strong> !\n"
" % if object.sender_id\n"
" This badge was granted by <strong>${object.sender_id.name}</strong>.\n"
" % endif\n"
" </p>\n"
"\n"
" % if object.comment\n"
" <p><em>${object.comment}</em></p>\n"
" % endif\n"
" "
msgstr ""
#. module: gamification
#: model:email.template,body_html:gamification.email_template_goal_reminder
msgid "<header>\n"
msgid "\n"
" <header>\n"
" <strong>Reminder ${object.name}</strong>\n"
" </header>\n"
" \n"
@ -50,7 +43,8 @@ msgstr ""
#. module: gamification
#: model:email.template,body_html:gamification.simple_report_template
msgid "<header>\n"
msgid "\n"
"<header>\n"
" <strong>${object.name}</strong>\n"
"</header>\n"
"<p class=\"oe_grey\">The following message contains the current progress for the challenge ${object.name}</p>\n"
@ -64,10 +58,11 @@ msgid "<header>\n"
" <th>Completeness</th>\n"
" </tr>\n"
" % for line in ctx[\"challenge_lines\"]:\n"
" <tr if line>= 100:\n"
" <tr\n"
" % if line['completeness'] >= 100:\n"
" style=\"font-weight:bold;\"\n"
" % endif\n"
" &gt;\n"
" >\n"
" <td>${line['name']}</td>\n"
" <td>${line['target']}\n"
" % if line['suffix']:\n"
@ -96,10 +91,11 @@ msgid "<header>\n"
" <th>Current</th>\n"
" </tr>\n"
" % for goal in line['goals']:\n"
" <tr if goal.completeness>= 100:\n"
" <tr\n"
" % if goal.completeness >= 100:\n"
" style=\"font-weight:bold;\"\n"
" % endif\n"
" &gt;\n"
" >\n"
" <td>${goal['rank']}</td>\n"
" <td>${goal['name']}</td>\n"
" <td>${goal['completeness']}%</td>\n"
@ -112,13 +108,36 @@ msgid "<header>\n"
" % endfor\n"
" </table>\n"
"\n"
" <br><br>\n"
" <br/><br/>\n"
"\n"
" % endfor\n"
"% endif\n"
" "
msgstr ""
#. module: gamification
#: selection:gamification.challenge.line,condition:0
msgid "<="
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:745
#, python-format
msgid "<br/>Nobody has succeeded to reach every goal, no badge is rewared for this challenge."
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:743
#, python-format
msgid "<br/>Reward (badge %s) for every succeeding user was sent to %s."
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:752
#, python-format
msgid "<br/>Special rewards were sent to the top competing users. The ranking for this challenge is :"
msgstr ""
#. module: gamification
#: model:ir.actions.act_window,help:gamification.badge_list_action
msgid "<p class=\"oe_view_nocontent_create\">\n"
@ -178,20 +197,6 @@ msgid "<p>\n"
" "
msgstr ""
#. module: gamification
#: model:email.template,body_html:gamification.email_template_badge_received
msgid "<p>Congratulation, you have received the badge <strong>${object.badge_id.name}</strong> !\n"
" % if object.sender_id\n"
" This badge was granted by <strong>${object.sender_id.name}</strong>.\n"
" % endif\n"
" </p>\n"
"\n"
" % if object.comment\n"
" <p><em>${object.comment}</em></p>\n"
" % endif\n"
" "
msgstr ""
#. module: gamification
#: selection:gamification.challenge.line,condition:0
msgid ">="
@ -323,7 +328,7 @@ msgid "Can not grant"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/goal.py:444
#: code:addons/gamification/models/goal.py:453
#, python-format
msgid "Can not modify the configuration of a started goal"
msgstr ""
@ -436,11 +441,6 @@ msgstr ""
msgid "Condition"
msgstr ""
#. module: gamification
#: view:gamification.challenge:gamification.view_challenge_kanban
msgid "Configure Challenge"
msgstr ""
#. module: gamification
#: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users
msgid "Create User"
@ -484,7 +484,6 @@ msgid "Creator"
msgstr ""
#. module: gamification
#: view:gamification.goal:gamification.goal_search_view
#: field:gamification.goal.wizard,current:0
msgid "Current"
msgstr ""
@ -580,6 +579,7 @@ msgstr ""
#. module: gamification
#: selection:gamification.challenge,state:0
#: view:gamification.goal:gamification.goal_search_view
msgid "Done"
msgstr ""
@ -598,9 +598,9 @@ msgid "End Date"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:549
#: code:addons/gamification/models/goal.py:146
#: code:addons/gamification/models/goal.py:444
#: code:addons/gamification/models/challenge.py:553
#: code:addons/gamification/models/goal.py:148
#: code:addons/gamification/models/goal.py:453
#, python-format
msgid "Error!"
msgstr ""
@ -928,7 +928,12 @@ msgid "Individual Goals"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/goal.py:310
#: field:gamification.goal.definition,model_inherited_model_ids:0
msgid "Inherited models"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/goal.py:319
#, python-format
msgid "Invalid return content from the evaluation of code for definition %s"
msgstr ""
@ -1131,7 +1136,7 @@ msgid "No one, assigned through challenges"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:751
#: code:addons/gamification/models/challenge.py:755
#, python-format
msgid "Nobody reached the required conditions to receive special badges."
msgstr ""
@ -1186,11 +1191,6 @@ msgstr ""
msgid "Participating"
msgstr ""
#. module: gamification
#: view:gamification.goal:gamification.goal_search_view
msgid "Passed"
msgstr ""
#. module: gamification
#: selection:gamification.badge,rule_auth:0
msgid "People having some badges"
@ -1312,7 +1312,7 @@ msgid "Responsible"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:549
#: code:addons/gamification/models/challenge.py:553
#, python-format
msgid "Retrieving progress for personal challenge without user information"
msgstr ""
@ -1348,6 +1348,11 @@ msgstr ""
msgid "Rewards for challenges"
msgstr ""
#. module: gamification
#: view:gamification.goal:gamification.goal_search_view
msgid "Running"
msgstr ""
#. module: gamification
#: view:gamification.challenge:gamification.challenge_search_view
msgid "Running Challenges"
@ -1428,6 +1433,11 @@ msgstr ""
msgid "Setup your Company"
msgstr ""
#. module: gamification
#: view:gamification.challenge:gamification.challenge_form_view
msgid "Start Challenge"
msgstr ""
#. module: gamification
#: field:gamification.challenge,start_date:0
#: field:gamification.goal,start_date:0
@ -1507,7 +1517,7 @@ msgid "The action that will be called to update the goal value."
msgstr ""
#. module: gamification
#: code:addons/gamification/models/challenge.py:735
#: code:addons/gamification/models/challenge.py:739
#, python-format
msgid "The challenge %s is finished."
msgstr ""
@ -1533,7 +1543,7 @@ msgid "The day a new challenge will be automatically started. If no periodicity
msgstr ""
#. module: gamification
#: code:addons/gamification/models/goal.py:146
#: code:addons/gamification/models/goal.py:148
#, python-format
msgid "The domain for the definition %s seems incorrect, please check it.\n"
"\n"
@ -1656,7 +1666,7 @@ msgid "These goals will not be recomputed."
msgstr ""
#. module: gamification
#: code:addons/gamification/models/badge.py:230
#: code:addons/gamification/models/badge.py:238
#, python-format
msgid "This badge can not be sent by users."
msgstr ""
@ -1703,7 +1713,7 @@ msgid "Update"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/goal.py:478
#: code:addons/gamification/models/goal.py:487
#, python-format
msgid "Update %s"
msgstr ""
@ -1728,10 +1738,10 @@ msgid "Users"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/badge.py:230
#: code:addons/gamification/models/badge.py:232
#: code:addons/gamification/models/badge.py:234
#: code:addons/gamification/models/badge.py:236
#: code:addons/gamification/models/badge.py:238
#: code:addons/gamification/models/badge.py:240
#: code:addons/gamification/models/badge.py:242
#: code:addons/gamification/models/badge.py:244
#: code:addons/gamification/wizard/grant_badge.py:44
#, python-format
msgid "Warning!"
@ -1765,7 +1775,7 @@ msgid "Yearly"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/badge.py:232
#: code:addons/gamification/models/badge.py:240
#, python-format
msgid "You are not in the user allowed list."
msgstr ""
@ -1782,13 +1792,13 @@ msgid "You can still grant"
msgstr ""
#. module: gamification
#: code:addons/gamification/models/badge.py:234
#: code:addons/gamification/models/badge.py:242
#, python-format
msgid "You do not have the required badges."
msgstr ""
#. module: gamification
#: code:addons/gamification/models/badge.py:236
#: code:addons/gamification/models/badge.py:244
#, python-format
msgid "You have already sent this badge too many time this month."
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -41,7 +41,7 @@ msgid "Last Updated on"
msgstr ""
#. module: google_account
#: code:addons/google_account/google_account.py:169
#: code:addons/google_account/google_account.py:168
#, python-format
msgid "Something went wrong with your request to google"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -142,7 +142,6 @@ msgid "Current Month"
msgstr ""
#. module: hr_attendance
#: view:hr.attendance:hr_attendance.view_hr_attendance_filter
#: field:hr.attendance,name:0
msgid "Date"
msgstr ""
@ -245,6 +244,11 @@ msgstr ""
msgid "Min Delay"
msgstr ""
#. module: hr_attendance
#: view:hr.attendance:hr_attendance.view_hr_attendance_filter
msgid "Month"
msgstr ""
#. module: hr_attendance
#: view:hr.attendance:hr_attendance.view_hr_attendance_filter
msgid "My Attendance"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -434,6 +434,11 @@ msgstr ""
msgid "Check this box if you want to wait that all preceding phases are finished before launching this phase."
msgstr ""
#. module: hr_evaluation
#: field:hr.evaluation.report,closed:0
msgid "Close Date"
msgstr ""
#. module: hr_evaluation
#: model:survey.label,value:hr_evaluation.arow_3_1_9
msgid "Communication skills (written & verbally): clearness, concision, exactitude"
@ -484,7 +489,7 @@ msgstr ""
#. module: hr_evaluation
#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search
msgid "Creation Date"
msgid "Creation Month"
msgstr ""
#. module: hr_evaluation
@ -951,6 +956,11 @@ msgstr ""
msgid "Miscellaneous"
msgstr ""
#. module: hr_evaluation
#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search
msgid "Month"
msgstr ""
#. module: hr_evaluation
#: model:survey.label,value:hr_evaluation.oprow_2_5_2
msgid "My best achievements have been communicated to the community, internally or to customers"
@ -1099,7 +1109,7 @@ msgstr ""
#. module: hr_evaluation
#: field:hr.evaluation.report,request_id:0
msgid "Request_id"
msgid "Request ID"
msgstr ""
#. module: hr_evaluation
@ -1418,8 +1428,3 @@ msgstr ""
msgid "You cannot start evaluation without Appraisal."
msgstr ""
#. module: hr_evaluation
#: field:hr.evaluation.report,closed:0
msgid "closed"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -78,7 +78,6 @@ msgstr ""
#. module: hr_expense
#: field:hr.expense.line,analytic_account:0
#: view:hr.expense.report:hr_expense.view_hr_expense_report_search
#: field:hr.expense.report,analytic_account:0
msgid "Analytic account"
msgstr ""
@ -155,7 +154,7 @@ msgstr ""
#. module: hr_expense
#: view:hr.expense.report:hr_expense.view_hr_expense_report_search
msgid "Create Date"
msgid "Create Month"
msgstr ""
#. module: hr_expense
@ -268,7 +267,6 @@ msgstr ""
#. module: hr_expense
#: view:hr.expense.expense:hr_expense.view_hr_expense_filter
#: field:hr.expense.expense,employee_id:0
#: view:hr.expense.report:hr_expense.view_hr_expense_report_search
msgid "Employee"
msgstr ""
@ -286,8 +284,8 @@ msgstr ""
#: code:addons/hr_expense/hr_expense.py:167
#: code:addons/hr_expense/hr_expense.py:230
#: code:addons/hr_expense/hr_expense.py:232
#: code:addons/hr_expense/hr_expense.py:341
#: code:addons/hr_expense/hr_expense.py:345
#: code:addons/hr_expense/hr_expense.py:349
#, python-format
msgid "Error!"
msgstr ""
@ -300,7 +298,7 @@ msgid "Expense"
msgstr ""
#. module: hr_expense
#: code:addons/hr_expense/hr_expense.py:374
#: code:addons/hr_expense/hr_expense.py:370
#, python-format
msgid "Expense Account Move"
msgstr ""
@ -531,7 +529,7 @@ msgid "No expense journal found. Please make sure you have a journal with type '
msgstr ""
#. module: hr_expense
#: code:addons/hr_expense/hr_expense.py:345
#: code:addons/hr_expense/hr_expense.py:341
#, python-format
msgid "No purchase account found for the product %s (or for his category), please configure one."
msgstr ""
@ -557,7 +555,7 @@ msgid "Paid"
msgstr ""
#. module: hr_expense
#: code:addons/hr_expense/hr_expense.py:349
#: code:addons/hr_expense/hr_expense.py:345
#, python-format
msgid "Please configure Default Expense account for Product purchase: `property_account_expense_categ`."
msgstr ""
@ -574,6 +572,11 @@ msgstr ""
msgid "Product"
msgstr ""
#. module: hr_expense
#: field:hr.expense.report,product_qty:0
msgid "Product Quantity"
msgstr ""
#. module: hr_expense
#: model:ir.model,name:hr_expense.model_product_template
msgid "Product Template"
@ -585,7 +588,6 @@ msgid "Products"
msgstr ""
#. module: hr_expense
#: field:hr.expense.report,product_qty:0
#: view:website:hr_expense.report_expense
msgid "Qty"
msgstr ""
@ -623,7 +625,7 @@ msgid "Review Your Expenses Products"
msgstr ""
#. module: hr_expense
#: code:addons/hr_expense/hr_expense.py:447
#: code:addons/hr_expense/hr_expense.py:443
#, python-format
msgid "Selected Unit of Measure does not belong to the same category as the product Unit of Measure"
msgstr ""
@ -777,7 +779,7 @@ msgid "Waiting confirmation"
msgstr ""
#. module: hr_expense
#: code:addons/hr_expense/hr_expense.py:447
#: code:addons/hr_expense/hr_expense.py:443
#, python-format
msgid "Warning"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -87,7 +87,7 @@ msgid "Allocation Requests to Approve"
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/hr_holidays.py:501
#: code:addons/hr_holidays/hr_holidays.py:507
#, python-format
msgid "Allocation for %s"
msgstr ""
@ -108,6 +108,11 @@ msgstr ""
msgid "Apply Double Validation"
msgstr ""
#. module: hr_holidays
#: view:hr.holidays:hr_holidays.view_evaluation_report_graph
msgid "Appraisal Analysis"
msgstr ""
#. module: hr_holidays
#: view:hr.holidays:hr_holidays.allocation_company_new
#: view:hr.holidays:hr_holidays.edit_holiday_new
@ -250,7 +255,6 @@ msgid "Date of the last message posted on the record."
msgstr ""
#. module: hr_holidays
#: view:hr.holidays:hr_holidays.view_hr_holidays_filter
#: field:hr.holidays,department_id:0
msgid "Department"
msgstr ""
@ -428,7 +432,7 @@ msgid "Leave Meetings"
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/hr_holidays.py:367
#: code:addons/hr_holidays/hr_holidays.py:373
#: view:hr.holidays:hr_holidays.edit_holiday_new
#: view:hr.holidays:hr_holidays.view_holiday_new_calendar
#: selection:hr.holidays,type:0
@ -730,7 +734,7 @@ msgid "Request approved"
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/hr_holidays.py:466
#: code:addons/hr_holidays/hr_holidays.py:472
#, python-format
msgid "Request approved, waiting second validation."
msgstr ""
@ -793,7 +797,6 @@ msgid "Start Month"
msgstr ""
#. module: hr_holidays
#: view:hr.holidays:hr_holidays.view_hr_holidays_filter
#: field:hr.holidays,state:0
msgid "Status"
msgstr ""
@ -819,7 +822,7 @@ msgid "The employee or employee category of this request is missing. Please make
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/hr_holidays.py:496
#: code:addons/hr_holidays/hr_holidays.py:502
#, python-format
msgid "The feature behind the field 'Remaining Legal Leaves' can only be used when there is only one leave type with the option 'Allow to Override Limit' unchecked. (%s Found). Otherwise, the update is ambiguous as we cannot decide on which leave type the update has to be done. \n"
"You may prefer to use the classic menus 'Leave Requests' and 'Allocation Requests' located in 'Human Resources \\ Leaves' to manage the leave days of the employees if the configuration does not allow to use this field."
@ -836,7 +839,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type"
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/hr_holidays.py:446
#: code:addons/hr_holidays/hr_holidays.py:452
#, python-format
msgid "The number of remaining leaves is not sufficient for this leave type.\n"
"Please verify also the leaves waiting for validation."
@ -975,8 +978,10 @@ msgstr ""
#: code:addons/hr_holidays/hr_holidays.py:274
#: code:addons/hr_holidays/hr_holidays.py:285
#: code:addons/hr_holidays/hr_holidays.py:310
#: code:addons/hr_holidays/hr_holidays.py:496
#: code:addons/hr_holidays/hr_holidays.py:503
#: code:addons/hr_holidays/hr_holidays.py:329
#: code:addons/hr_holidays/hr_holidays.py:334
#: code:addons/hr_holidays/hr_holidays.py:502
#: code:addons/hr_holidays/hr_holidays.py:509
#, python-format
msgid "Warning!"
msgstr ""
@ -1008,11 +1013,18 @@ msgid "You cannot delete a leave which is in %s state."
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/hr_holidays.py:503
#: code:addons/hr_holidays/hr_holidays.py:509
#, python-format
msgid "You cannot reduce validated allocation requests"
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/hr_holidays.py:329
#: code:addons/hr_holidays/hr_holidays.py:334
#, python-format
msgid "You cannot set a leave request as '%s'. Contact a human resource manager."
msgstr ""
#. module: hr_holidays
#: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44
#, python-format

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -57,6 +57,11 @@ msgstr ""
msgid "Active"
msgstr ""
#. module: hr_payroll
#: view:hr.payslip:hr_payroll.view_hr_payslip_form
msgid "Add an internal note..."
msgstr ""
#. module: hr_payroll
#: view:website:hr_payroll.report_payslip
#: view:website:hr_payroll.report_payslipdetails

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -141,7 +141,7 @@ msgid "<p>Dear ${object.partner_name or 'applicant'},</p>\n"
" <p>If we cant reach you or if you miss our call, feel free to reach me back on the number 001 312 349 3030\n"
" If I do not answer, please let me a message with some schedules to call you back.</p>\n"
" <p>Kind regards,</p>\n"
" <br>\n"
" <br/>\n"
" ${object.user_id.signature | safe}"
msgstr ""
@ -153,7 +153,7 @@ msgid "<p>Dear ${object.partner_name or 'applicant'},</p>\n"
" campaign has reached its term.</p>\n"
" <p>If you want more details, feel free to contact us by phone.</p>\n"
" <p>Kind regards,</p>\n"
" <br>\n"
" <br/>\n"
" ${object.user_id and object.user_id.signature | safe or ''}"
msgstr ""
@ -246,7 +246,7 @@ msgid "Applicant's Name"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:92
#: code:addons/hr_recruitment/hr_recruitment.py:93
#: view:hr.applicant:hr_recruitment.crm_case_tree_view_job
#: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view
#, python-format
@ -421,14 +421,14 @@ msgid "Company Website"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:374
#: code:addons/hr_recruitment/hr_recruitment.py:377
#: field:hr.applicant,partner_id:0
#, python-format
msgid "Contact"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:376
#: code:addons/hr_recruitment/hr_recruitment.py:379
#, python-format
msgid "Contact Email"
msgstr ""
@ -499,11 +499,16 @@ msgid "Created on"
msgstr ""
#. module: hr_recruitment
#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter
#: field:hr.applicant,create_date:0
#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search
msgid "Creation Date"
msgstr ""
#. module: hr_recruitment
#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search
msgid "Creation Week"
msgstr ""
#. module: hr_recruitment
#: help:hr.applicant,message_last_post:0
msgid "Date of the last message posted on the record."
@ -545,7 +550,6 @@ msgstr ""
#: field:hr.applicant,type_id:0
#: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form
#: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree
#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search
#: field:hr.recruitment.report,type_id:0
#: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action
msgid "Degree"
@ -915,7 +919,6 @@ msgstr ""
#. module: hr_recruitment
#: field:hr.applicant,last_stage_id:0
#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search
#: field:hr.recruitment.report,last_stage_id:0
msgid "Last Stage"
msgstr ""
@ -923,7 +926,6 @@ msgstr ""
#. module: hr_recruitment
#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter
#: field:hr.applicant,date_last_stage_update:0
#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search
#: field:hr.recruitment.report,date_last_stage_update:0
msgid "Last Stage Update"
msgstr ""
@ -978,11 +980,6 @@ msgstr ""
msgid "Master Degree"
msgstr ""
#. module: hr_recruitment
#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search
msgid "Match this group by with a specific stage filter in order to analyse the recruitment process"
msgstr ""
#. module: hr_recruitment
#: view:hr.applicant:hr_recruitment.crm_case_form_view_job
msgid "Meeting"
@ -1041,7 +1038,7 @@ msgid "New Applicant"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:496
#: code:addons/hr_recruitment/hr_recruitment.py:504
#, python-format
msgid "New Employee %s Hired"
msgstr ""
@ -1052,8 +1049,8 @@ msgid "New Mail"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:414
#: code:addons/hr_recruitment/hr_recruitment.py:441
#: code:addons/hr_recruitment/hr_recruitment.py:421
#: code:addons/hr_recruitment/hr_recruitment.py:449
#, python-format
msgid "New application from %s"
msgstr ""
@ -1074,7 +1071,7 @@ msgid "Next Actions"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:388
#: code:addons/hr_recruitment/hr_recruitment.py:391
#, python-format
msgid "No Subject"
msgstr ""
@ -1110,7 +1107,6 @@ msgid "Office location"
msgstr ""
#. module: hr_recruitment
#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search
#: field:hr.recruitment.report,partner_id:0
msgid "Partner"
msgstr ""
@ -1519,7 +1515,7 @@ msgid "Very important"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:499
#: code:addons/hr_recruitment/hr_recruitment.py:507
#, python-format
msgid "Warning!"
msgstr ""
@ -1555,7 +1551,7 @@ msgid "Word of Mouth"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:499
#: code:addons/hr_recruitment/hr_recruitment.py:507
#, python-format
msgid "You must define an Applied Job and a Contact Name for this applicant."
msgstr ""
@ -1571,7 +1567,7 @@ msgid "e.g. Call for interview"
msgstr ""
#. module: hr_recruitment
#: code:addons/hr_recruitment/hr_recruitment.py:512
#: code:addons/hr_recruitment/hr_recruitment.py:520
#, python-format
msgid "job applicants"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,11 +15,6 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: hr_timesheet
#: field:hr.timesheet.report,cost:0
msgid "#Cost"
msgstr ""
#. module: hr_timesheet
#: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in
#: view:hr.sign.out.project:hr_timesheet.view_hr_timesheet_sign_out
@ -76,7 +71,6 @@ msgid "Accounting"
msgstr ""
#. module: hr_timesheet
#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search
#: field:hr.timesheet.report,account_id:0
#: model:ir.model,name:hr_timesheet.model_account_analytic_account
msgid "Analytic Account"
@ -125,6 +119,11 @@ msgstr ""
msgid "Company"
msgstr ""
#. module: hr_timesheet
#: field:hr.timesheet.report,cost:0
msgid "Cost"
msgstr ""
#. module: hr_timesheet
#: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form
msgid "Cost/Revenue"
@ -162,7 +161,6 @@ msgid "Current Status"
msgstr ""
#. module: hr_timesheet
#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search
#: field:hr.timesheet.report,date:0
msgid "Date"
msgstr ""
@ -222,7 +220,6 @@ msgid "Extended Filters..."
msgstr ""
#. module: hr_timesheet
#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search
#: field:hr.timesheet.report,general_account_id:0
msgid "General Account"
msgstr ""
@ -291,6 +288,11 @@ msgstr ""
msgid "Minimum Analytic Amount"
msgstr ""
#. module: hr_timesheet
#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search
msgid "Month"
msgstr ""
#. module: hr_timesheet
#: code:addons/hr_timesheet/hr_timesheet.py:189
#, python-format
@ -339,7 +341,6 @@ msgstr ""
#: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form
#: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search
#: field:hr.employee,product_id:0
#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search
#: field:hr.timesheet.report,product_id:0
msgid "Product"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -24,22 +24,22 @@ msgstr ""
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,nbr:0
msgid "#Nbr"
msgid "# Nbr Timesheet"
msgstr ""
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,total_attendance:0
msgid "#Total Attendance"
msgid "# Total Attendance"
msgstr ""
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,total_diff:0
msgid "#Total Diff"
msgid "# Total Diff"
msgstr ""
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,total_timesheet:0
msgid "#Total Timesheet"
msgid "# Total Timesheet"
msgstr ""
#. module: hr_timesheet_sheet
@ -271,14 +271,19 @@ msgstr ""
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522
#: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38
#, python-format
msgid "Error!"
msgstr ""
#. module: hr_timesheet_sheet
#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets
msgid "External Timesheet"
msgstr ""
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,message_follower_ids:0
msgid "Followers"
@ -344,8 +349,13 @@ msgid "In order to create a timesheet for this employee, you must link the emplo
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255
#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets
msgid "Internal Timesheet"
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258
#, python-format
msgid "Invalid Action!"
msgstr ""
@ -458,7 +468,7 @@ msgid "Please create an employee and associate it with this user."
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131
#, python-format
msgid "Please verify that the total difference of the sheet is lower than %.2f."
msgstr ""
@ -676,8 +686,8 @@ msgid "User"
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515
#, python-format
msgid "User Error!"
msgstr ""
@ -699,7 +709,7 @@ msgid "Warning !"
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131
#, python-format
msgid "Warning!"
msgstr ""
@ -721,31 +731,31 @@ msgid "Week"
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248
#, python-format
msgid "Week "
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496
#, python-format
msgid "You can not enter an attendance date outside the current timesheet dates."
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494
#, python-format
msgid "You can not enter an attendance in a submitted timesheet. Ask your manager to reset it before adding attendance."
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258
#, python-format
msgid "You cannot delete a timesheet which have attendance entries."
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256
#, python-format
msgid "You cannot delete a timesheet which is already confirmed."
msgstr ""
@ -757,7 +767,7 @@ msgid "You cannot duplicate a timesheet."
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515
#, python-format
msgid "You cannot enter an attendance date outside the current timesheet dates."
msgstr ""
@ -781,13 +791,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !"
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522
#, python-format
msgid "You cannot modify an entry in a confirmed timesheet"
msgstr ""
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381
#, python-format
msgid "You cannot modify an entry in a confirmed timesheet."
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -17,7 +17,7 @@ msgstr ""
#. module: im_chat
#. openerp-web
#: code:addons/im_chat/static/src/js/im_chat.js:87
#: code:addons/im_chat/static/src/js/im_chat.js:88
#, python-format
msgid "%d Messages"
msgstr ""
@ -145,7 +145,7 @@ msgstr ""
#. module: im_chat
#. openerp-web
#: code:addons/im_chat/static/src/js/im_chat.js:17
#: code:addons/im_chat/static/src/js/im_chat.js:18
#, python-format
msgid "Say something..."
msgstr ""
@ -184,7 +184,7 @@ msgstr ""
#. module: im_chat
#. openerp-web
#: code:addons/im_chat/static/src/js/im_chat.js:19
#: code:addons/im_chat/static/src/js/im_chat.js:20
#, python-format
msgid "Visitor"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -69,13 +69,6 @@ msgid "<p class=\"oe_view_nocontent_create\">\n"
" "
msgstr ""
#. module: im_livechat
#. openerp-web
#: code:addons/im_livechat/static/src/js/im_livechat.js:61
#, python-format
msgid "Anonymous"
msgstr ""
#. module: im_livechat
#: field:im_chat.session,anonymous_name:0
msgid "Anonymous Name"
@ -108,7 +101,7 @@ msgstr ""
#. module: im_livechat
#. openerp-web
#: code:addons/im_livechat/static/src/js/im_livechat.js:58
#: code:addons/im_livechat/static/src/js/im_livechat.js:85
#, python-format
msgid "Chat with one of our collaborators"
msgstr ""
@ -157,7 +150,7 @@ msgstr ""
#. module: im_livechat
#. openerp-web
#: code:addons/im_livechat/static/src/js/im_livechat.js:60
#: code:addons/im_livechat/static/src/js/im_livechat.js:87
#, python-format
msgid "How may I help you?"
msgstr ""
@ -244,7 +237,7 @@ msgstr ""
#. module: im_livechat
#. openerp-web
#: code:addons/im_livechat/static/src/js/im_livechat.js:119
#: code:addons/im_livechat/static/src/js/im_livechat.js:137
#, python-format
msgid "None of our collaborators seems to be available, please try again later."
msgstr ""
@ -349,6 +342,13 @@ msgstr ""
msgid "Users"
msgstr ""
#. module: im_livechat
#. openerp-web
#: code:addons/im_livechat/static/src/js/im_livechat.js:88
#, python-format
msgid "Visitor"
msgstr ""
#. module: im_livechat
#: field:im_livechat.channel,web_page:0
msgid "Web Page"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -16,7 +16,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: mail
#: code:addons/mail/mail_thread.py:385
#: code:addons/mail/mail_thread.py:384
#, python-format
msgid "%s created"
msgstr ""
@ -54,7 +54,7 @@ msgid "<div><p>Hello,</p><p>%s invited you to follow a new document.</p></div>"
msgstr ""
#. module: mail
#: code:addons/mail/mail_thread.py:135
#: code:addons/mail/mail_thread.py:134
#, python-format
msgid "<p class='oe_view_nocontent_create'>\n"
" Click here to add new %(document)s or send an email to: <a href='mailto:%(email)s'>%(email)s</a>\n"
@ -63,7 +63,7 @@ msgid "<p class='oe_view_nocontent_create'>\n"
msgstr ""
#. module: mail
#: code:addons/mail/mail_thread.py:146
#: code:addons/mail/mail_thread.py:145
#, python-format
msgid "<p class='oe_view_nocontent_create'>Click here to add new %(document)s</p>%(static_help)s"
msgstr ""
@ -120,19 +120,13 @@ msgid "<p>\n"
" "
msgstr ""
#. module: mail
#: code:addons/mail/mail_mail.py:159
#, python-format
msgid "<span class='oe_mail_footer_access'><small>about <a style='color:inherit' href=\"%s\">%s %s</a></small></span>"
msgstr ""
#. module: mail
#: help:mail.alias,alias_defaults:0
msgid "A Python dictionary that will be evaluated to provide default values when creating new records for this alias."
msgstr ""
#. module: mail
#: code:addons/mail/mail_message.py:755
#: code:addons/mail/mail_message.py:763
#, python-format
msgid "Access Denied"
msgstr ""
@ -443,7 +437,6 @@ msgstr ""
#: field:mail.message,create_uid:0
#: field:mail.message.subtype,create_uid:0
#: field:mail.wizard.invite,create_uid:0
#: field:publisher_warranty.contract,create_uid:0
msgid "Created by"
msgstr ""
@ -455,7 +448,6 @@ msgstr ""
#: field:mail.message,create_date:0
#: field:mail.message.subtype,create_date:0
#: field:mail.wizard.invite,create_date:0
#: field:publisher_warranty.contract,create_date:0
msgid "Created on"
msgstr ""
@ -650,13 +642,13 @@ msgid "Emails"
msgstr ""
#. module: mail
#: code:addons/mail/update.py:93
#: code:addons/mail/update.py:91
#, python-format
msgid "Error"
msgstr ""
#. module: mail
#: code:addons/mail/update.py:93
#: code:addons/mail/update.py:91
#, python-format
msgid "Error during communication with the publisher warranty server."
msgstr ""
@ -899,7 +891,7 @@ msgid "Invalid expression, it must be a literal python dictionary definition e.g
msgstr ""
#. module: mail
#: code:addons/mail/wizard/invite.py:96
#: code:addons/mail/wizard/invite.py:97
#, python-format
msgid "Invitation to follow %s: %s"
msgstr ""
@ -950,7 +942,6 @@ msgstr ""
#: field:mail.message,write_uid:0
#: field:mail.message.subtype,write_uid:0
#: field:mail.wizard.invite,write_uid:0
#: field:publisher_warranty.contract,write_uid:0
msgid "Last Updated by"
msgstr ""
@ -962,7 +953,6 @@ msgstr ""
#: field:mail.message,write_date:0
#: field:mail.message.subtype,write_date:0
#: field:mail.wizard.invite,write_date:0
#: field:publisher_warranty.contract,write_date:0
msgid "Last Updated on"
msgstr ""
@ -992,7 +982,7 @@ msgid "Log an internal note"
msgstr ""
#. module: mail
#: code:addons/mail/mail_mail.py:323
#: code:addons/mail/mail_mail.py:330
#, python-format
msgid "Mail Delivery Failed"
msgstr ""
@ -1188,7 +1178,7 @@ msgid "Never"
msgstr ""
#. module: mail
#: code:addons/mail/mail_thread.py:173
#: code:addons/mail/mail_thread.py:172
#, python-format
msgid "New"
msgstr ""
@ -1603,7 +1593,7 @@ msgstr ""
#. module: mail
#: code:addons/mail/mail_followers.py:155
#, python-format
msgid "Sent by %(company)s using %(odoo)s."
msgid "Sent by %(company)s using %(odoo)s"
msgstr ""
#. module: mail
@ -1736,7 +1726,7 @@ msgid "The owner of records created upon receiving emails on this alias. If this
msgstr ""
#. module: mail
#: code:addons/mail/mail_message.py:756
#: code:addons/mail/mail_message.py:764
#, python-format
msgid "The requested operation cannot be completed due to security restrictions. Please contact your system administrator.\n"
"\n"
@ -1937,17 +1927,29 @@ msgid "You cannot delete those groups, as the Whole Company group is required by
msgstr ""
#. module: mail
#: code:addons/mail/mail_thread.py:172
#: code:addons/mail/mail_thread.py:171
#, python-format
msgid "You have %d unread messages"
msgstr ""
#. module: mail
#: code:addons/mail/mail_thread.py:172
#: code:addons/mail/mail_thread.py:171
#, python-format
msgid "You have one unread message"
msgstr ""
#. module: mail
#: code:addons/mail/mail_mail.py:160
#, python-format
msgid "about"
msgstr ""
#. module: mail
#: code:addons/mail/mail_mail.py:160
#, python-format
msgid "access"
msgstr ""
#. module: mail
#. openerp-web
#: code:addons/mail/static/src/xml/mail.xml:137
@ -1957,7 +1959,7 @@ msgid "and"
msgstr ""
#. module: mail
#: code:addons/mail/mail_thread.py:116
#: code:addons/mail/mail_thread.py:115
#, python-format
msgid "document"
msgstr ""
@ -2097,3 +2099,9 @@ msgstr ""
msgid "uploading"
msgstr ""
#. module: mail
#: code:addons/mail/mail_mail.py:162
#, python-format
msgid "your messages"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -37,21 +37,6 @@ msgid "<p class=\"oe_view_nocontent_create\">\n"
" "
msgstr ""
#. module: marketing_campaign
#: model:email.template,body_html:marketing_campaign.email_template_1
msgid "<p>Hello, you will receive your welcome pack via email shortly.</p>"
msgstr ""
#. module: marketing_campaign
#: model:email.template,body_html:marketing_campaign.email_template_3
msgid "<p>Hi, we are delighted to let you know that you have entered the select circle of our Gold Partners</p>"
msgstr ""
#. module: marketing_campaign
#: model:email.template,body_html:marketing_campaign.email_template_2
msgid "<p>Hi, we are delighted to welcome you among our Silver Partners as of today!</p>"
msgstr ""
#. module: marketing_campaign
#: field:marketing.campaign.activity,server_action_id:0
msgid "Action"
@ -292,7 +277,6 @@ msgid "Date this segment was last closed or cancelled."
msgstr ""
#. module: marketing_campaign
#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search
#: field:campaign.analysis,day:0
msgid "Day"
msgstr ""
@ -438,6 +422,21 @@ msgstr ""
msgid "Group By"
msgstr ""
#. module: marketing_campaign
#: model:email.template,body_html:marketing_campaign.email_template_1
msgid "Hello, you will receive your welcome pack via email shortly."
msgstr ""
#. module: marketing_campaign
#: model:email.template,body_html:marketing_campaign.email_template_3
msgid "Hi, we are delighted to let you know that you have entered the select circle of our Gold Partners"
msgstr ""
#. module: marketing_campaign
#: model:email.template,body_html:marketing_campaign.email_template_2
msgid "Hi, we are delighted to welcome you among our Silver Partners as of today!"
msgstr ""
#. module: marketing_campaign
#: selection:marketing.campaign.transition,interval_type:0
msgid "Hour(s)"
@ -576,6 +575,7 @@ msgstr ""
#. module: marketing_campaign
#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree
#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph
msgid "Marketing Reports"
msgstr ""
@ -704,7 +704,6 @@ msgid "Outgoing Transitions"
msgstr ""
#. module: marketing_campaign
#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search
#: field:campaign.analysis,partner_id:0
#: field:marketing.campaign.workitem,partner_id:0
msgid "Partner"
@ -765,7 +764,6 @@ msgid "Reset"
msgstr ""
#. module: marketing_campaign
#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search
#: field:campaign.analysis,res_id:0
#: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search
#: field:marketing.campaign,object_id:0
@ -1046,7 +1044,6 @@ msgid "Workitems"
msgstr ""
#. module: marketing_campaign
#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search
#: field:campaign.analysis,year:0
msgid "Year"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr ""
#: model:email.template,body_html:marketing_campaign_crm_demo.email_template_8
msgid "<p>Hello,</p>\n"
" <p>Thanks for showing interest and for subscribing to technical training.</p>\n"
" If any further information required kindly revert back.I really appreciate your co-operation on this.\n"
" If any further information required kindly revert back.I really appreciate your co-operation on this.</p>\n"
" <p>If any further information is required, do not hesitate to reply to this message.</p>\n"
" <p>Regards,Odoo Team,</p>"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -16,7 +16,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: mass_mailing
#: code:addons/mass_mailing/models/mass_mailing.py:472
#: code:addons/mass_mailing/models/mass_mailing.py:473
#, python-format
msgid "%s (copy)"
msgstr ""
@ -147,6 +147,7 @@ msgstr ""
#: field:mail.mail.statistics,bounced:0
#: field:mail.mass_mailing,bounced:0
#: field:mail.mass_mailing.campaign,bounced:0
#: field:mail.statistics.report,bounced:0
msgid "Bounced"
msgstr ""
@ -261,6 +262,11 @@ msgstr ""
msgid "Date of technical error leading to the email not being sent"
msgstr ""
#. module: mass_mailing
#: help:mail.mass_mailing.contact,message_last_post:0
msgid "Date of the last message posted on the record."
msgstr ""
#. module: mass_mailing
#: help:mail.mail.statistics,scheduled:0
msgid "Date when the email has been created"
@ -296,6 +302,7 @@ msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing,delivered:0
#: field:mail.mass_mailing.campaign,delivered:0
#: field:mail.statistics.report,delivered:0
msgid "Delivered"
msgstr ""
@ -326,6 +333,7 @@ msgstr ""
#. module: mass_mailing
#: selection:mail.mass_mailing,state:0
#: selection:mail.statistics.report,state:0
msgid "Draft"
msgstr ""
@ -384,14 +392,25 @@ msgstr ""
msgid "Exclude Opt Out"
msgstr ""
#. module: mass_mailing
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search
msgid "Extended Filters..."
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing,failed:0
#: field:mail.mass_mailing.campaign,failed:0
msgid "Failed"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.contact,message_follower_ids:0
msgid "Followers"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing,email_from:0
#: field:mail.statistics.report,email_from:0
msgid "From"
msgstr ""
@ -402,6 +421,16 @@ msgstr ""
msgid "Group By"
msgstr ""
#. module: mass_mailing
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search
msgid "Group By..."
msgstr ""
#. module: mass_mailing
#: help:mail.mass_mailing.contact,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: mass_mailing
#: field:mail.mail.statistics,id:0
#: field:mail.mass_mailing,id:0
@ -411,6 +440,7 @@ msgstr ""
#: field:mail.mass_mailing.list,id:0
#: field:mail.mass_mailing.stage,id:0
#: field:mail.mass_mailing.test,id:0
#: field:mail.statistics.report,id:0
msgid "ID"
msgstr ""
@ -419,6 +449,11 @@ msgstr ""
msgid "ID of the related mail_mail. This field is an integer field becausethe related mail_mail can be deleted separately from its statistics.However the ID is needed for several action and controllers."
msgstr ""
#. module: mass_mailing
#: help:mail.mass_mailing.contact,message_unread:0
msgid "If checked new messages require your attention."
msgstr ""
#. module: mass_mailing
#: help:mail.mass_mailing.campaign,unique_ab_testing:0
msgid "If checked, recipients will be mailed only once, allowing to sendvarious mailings in a single campaign to test the effectivenessof the mailings."
@ -429,6 +464,16 @@ msgstr ""
msgid "In Document"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.contact,message_is_follower:0
msgid "Is a Follower"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.contact,message_last_post:0
msgid "Last Message Date"
msgstr ""
#. module: mass_mailing
#: field:mail.mail.statistics,write_uid:0
#: field:mail.mass_mailing,write_uid:0
@ -490,7 +535,7 @@ msgid "Mailing"
msgstr ""
#. module: mass_mailing
#: code:addons/mass_mailing/models/mass_mailing.py:343
#: code:addons/mass_mailing/models/mass_mailing.py:344
#: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list
#: field:mail.compose.message,mailing_list_ids:0
#: field:mail.mass_mailing.contact,list_id:0
@ -546,6 +591,16 @@ msgstr ""
msgid "Manage mass mailign using Campaigns"
msgstr ""
#. module: mass_mailing
#: field:mail.statistics.report,name:0
msgid "Mass Mail"
msgstr ""
#. module: mass_mailing
#: field:mail.statistics.report,campaign:0
msgid "Mass Mail Campaign"
msgstr ""
#. module: mass_mailing
#: model:ir.model,name:mass_mailing.model_mail_mass_mailing
#: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign
@ -554,15 +609,23 @@ msgstr ""
#: field:mail.mail,mailing_id:0
#: field:mail.mail.statistics,mass_mailing_id:0
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph
msgid "Mass Mailing"
msgstr ""
#. module: mass_mailing
#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report
#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report
msgid "Mass Mailing Analysis"
msgstr ""
#. module: mass_mailing
#: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign
#: field:mail.compose.message,mass_mailing_campaign_id:0
#: field:mail.mail.statistics,mass_mailing_campaign_id:0
#: field:mail.mass_mailing,mass_mailing_campaign_id:0
#: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search
msgid "Mass Mailing Campaign"
msgstr ""
@ -593,6 +656,18 @@ msgstr ""
msgid "Mass Mailing Stages"
msgstr ""
#. module: mass_mailing
#: model:ir.model,name:mass_mailing.model_mail_statistics_report
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search
msgid "Mass Mailing Statistics"
msgstr ""
#. module: mass_mailing
#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report
msgid "Mass Mailing Statistics allows you to check different mailing related information like number of bounced mails, opened mails, replied mails. You can sort out your analysis by different groups to get accurate grained analysis."
msgstr ""
#. module: mass_mailing
#: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings
#: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign
@ -610,6 +685,16 @@ msgstr ""
msgid "Message-ID"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.contact,message_ids:0
msgid "Messages"
msgstr ""
#. module: mass_mailing
#: help:mail.mass_mailing.contact,message_ids:0
msgid "Messages and communication history"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.campaign,name:0
#: field:mail.mass_mailing.category,name:0
@ -638,7 +723,7 @@ msgid "Open Marketing Menu"
msgstr ""
#. module: mass_mailing
#: code:addons/mass_mailing/models/mass_mailing.py:554
#: code:addons/mass_mailing/models/mass_mailing.py:555
#, python-format
msgid "Open with Visual Editor"
msgstr ""
@ -652,6 +737,7 @@ msgstr ""
#: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form
#: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban
#: field:mail.mass_mailing.campaign,opened:0
#: field:mail.statistics.report,opened:0
msgid "Opened"
msgstr ""
@ -735,6 +821,7 @@ msgstr ""
#: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form
#: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban
#: field:mail.mass_mailing.campaign,replied:0
#: field:mail.statistics.report,replied:0
msgid "Replied"
msgstr ""
@ -782,6 +869,16 @@ msgstr ""
msgid "Scheduled"
msgstr ""
#. module: mass_mailing
#: field:mail.statistics.report,scheduled_date:0
msgid "Scheduled Date"
msgstr ""
#. module: mass_mailing
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search
msgid "Scheduled Month"
msgstr ""
#. module: mass_mailing
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form
msgid "Select mailing lists..."
@ -822,9 +919,17 @@ msgstr ""
#: field:mail.mass_mailing,sent:0
#: selection:mail.mass_mailing,state:0
#: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3
#: field:mail.statistics.report,sent:0
#: selection:mail.statistics.report,state:0
msgid "Sent"
msgstr ""
#. module: mass_mailing
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search
msgid "Sent By"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing,sent_date:0
msgid "Sent Date"
@ -835,6 +940,11 @@ msgstr ""
msgid "Sent Emails"
msgstr ""
#. module: mass_mailing
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search
msgid "Sent Month"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.stage,sequence:0
msgid "Sequence"
@ -858,6 +968,7 @@ msgstr ""
#. module: mass_mailing
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search
#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search
msgid "State"
msgstr ""
@ -868,6 +979,7 @@ msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing,state:0
#: field:mail.statistics.report,state:0
msgid "Status"
msgstr ""
@ -881,6 +993,11 @@ msgstr ""
msgid "Subscribe"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.contact,message_summary:0
msgid "Summary"
msgstr ""
#. module: mass_mailing
#: view:email.template:mass_mailing.email_template_form_minimal
#: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing
@ -888,7 +1005,7 @@ msgid "Templates"
msgstr ""
#. module: mass_mailing
#: code:addons/mass_mailing/models/mass_mailing.py:540
#: code:addons/mass_mailing/models/mass_mailing.py:541
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form
#, python-format
msgid "Test Mailing"
@ -896,6 +1013,7 @@ msgstr ""
#. module: mass_mailing
#: selection:mail.mass_mailing,state:0
#: selection:mail.statistics.report,state:0
msgid "Tested"
msgstr ""
@ -926,6 +1044,21 @@ msgstr ""
msgid "Total"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.contact,message_unread:0
msgid "Unread Messages"
msgstr ""
#. module: mass_mailing
#: field:mail.mass_mailing.contact,website_message_ids:0
msgid "Website Messages"
msgstr ""
#. module: mass_mailing
#: help:mail.mass_mailing.contact,website_message_ids:0
msgid "Website communication history"
msgstr ""
#. module: mass_mailing
#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form
msgid "emails are in queue and will be sent soon."

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -159,11 +159,6 @@ msgstr ""
msgid "Customers"
msgstr ""
#. module: membership
#: view:report.membership:membership.view_report_membership_search
msgid "Date"
msgstr ""
#. module: membership
#: help:product.template,membership_date_from:0
#: help:res.partner,membership_start:0
@ -477,6 +472,11 @@ msgstr ""
msgid "Memberships"
msgstr ""
#. module: membership
#: view:report.membership:membership.view_report_membership_search
msgid "Month"
msgstr ""
#. module: membership
#: selection:membership.membership_line,state:0
#: selection:report.membership,membership_state:0
@ -531,6 +531,11 @@ msgstr ""
msgid "Product Template"
msgstr ""
#. module: membership
#: field:report.membership,quantity:0
msgid "Quantity"
msgstr ""
#. module: membership
#: view:report.membership:membership.view_report_membership_search
msgid "Revenue Done"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -16,7 +16,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: mrp
#: code:addons/mrp/stock.py:222
#: code:addons/mrp/stock.py:260
#, python-format
msgid " Manufacture"
msgstr ""
@ -33,13 +33,13 @@ msgid "# Manufacturing Orders"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:353
#: code:addons/mrp/mrp.py:356
#, python-format
msgid "%s (copy)"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:957
#: code:addons/mrp/mrp.py:958
#, python-format
msgid "%s produced"
msgstr ""
@ -332,13 +332,13 @@ msgid "BoM"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:324
#: code:addons/mrp/mrp.py:322
#, python-format
msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"."
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:345
#: code:addons/mrp/mrp.py:348
#, python-format
msgid "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any BoM defined."
msgstr ""
@ -364,7 +364,7 @@ msgid "BoM Type"
msgstr ""
#. module: mrp
#: code:addons/mrp/stock.py:219
#: code:addons/mrp/stock.py:257
#, python-format
msgid "Can't find any generic Manufacture route."
msgstr ""
@ -390,19 +390,19 @@ msgid "Cancelled"
msgstr ""
#. module: mrp
#: code:addons/mrp/stock.py:147
#: code:addons/mrp/stock.py:182
#, python-format
msgid "Cannot consume a move with negative or zero quantity."
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:613
#: code:addons/mrp/mrp.py:617
#, python-format
msgid "Cannot delete a manufacturing order in state '%s'."
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:700
#: code:addons/mrp/mrp.py:704
#, python-format
msgid "Cannot find a bill of material for this product."
msgstr ""
@ -692,9 +692,9 @@ msgid "End Date"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:700
#: code:addons/mrp/stock.py:147
#: code:addons/mrp/stock.py:219
#: code:addons/mrp/mrp.py:704
#: code:addons/mrp/stock.py:182
#: code:addons/mrp/stock.py:257
#: code:addons/mrp/wizard/change_production_qty.py:83
#: code:addons/mrp/wizard/change_production_qty.py:88
#, python-format
@ -869,9 +869,9 @@ msgid "Internal Reference"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:324
#: code:addons/mrp/mrp.py:345
#: code:addons/mrp/mrp.py:613
#: code:addons/mrp/mrp.py:322
#: code:addons/mrp/mrp.py:348
#: code:addons/mrp/mrp.py:617
#, python-format
msgid "Invalid Action!"
msgstr ""
@ -986,7 +986,7 @@ msgstr ""
#. module: mrp
#: code:addons/mrp/procurement.py:32
#: code:addons/mrp/stock.py:216
#: code:addons/mrp/stock.py:254
#, python-format
msgid "Manufacture"
msgstr ""
@ -1267,7 +1267,7 @@ msgid "Planning"
msgstr ""
#. module: mrp
#: code:addons/mrp/stock.py:134
#: code:addons/mrp/stock.py:169
#, python-format
msgid "Please provide proper quantity."
msgstr ""
@ -1875,8 +1875,8 @@ msgid "Technical field used to make the traceability of produced products"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:363
#: code:addons/mrp/mrp.py:430
#: code:addons/mrp/mrp.py:366
#: code:addons/mrp/mrp.py:433
#, python-format
msgid "The Product Unit of Measure you chose has a different category than in the product form."
msgstr ""
@ -2089,17 +2089,16 @@ msgid "Warehouse"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:363
#: code:addons/mrp/mrp.py:430
#: code:addons/mrp/mrp.py:366
#: code:addons/mrp/mrp.py:433
#, python-format
msgid "Warning"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:923
#: code:addons/mrp/stock.py:42
#: code:addons/mrp/stock.py:44
#: code:addons/mrp/stock.py:134
#: code:addons/mrp/stock.py:169
#, python-format
msgid "Warning!"
msgstr ""
@ -2251,13 +2250,6 @@ msgstr ""
msgid "Working Time"
msgstr ""
#. module: mrp
#: code:addons/mrp/mrp.py:923
#, python-format
msgid "You are going to produce total %s quantities of \"%s\".\n"
"But you can only produce up to total %s quantities."
msgstr ""
#. module: mrp
#: help:mrp.config.settings,module_mrp_byproduct:0
msgid "You can configure by-products in the bill of material.\n"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -129,13 +129,13 @@ msgid "Current"
msgstr ""
#. module: mrp_operations
#: field:mrp.workorder,date:0
msgid "Date"
#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production
msgid "Current Production"
msgstr ""
#. module: mrp_operations
#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter
msgid "Date Planned"
#: field:mrp.workorder,date:0
msgid "Date"
msgstr ""
#. module: mrp_operations
@ -285,6 +285,11 @@ msgstr ""
msgid "Manufacturing order cannot be started in state \"%s\"!"
msgstr ""
#. module: mrp_operations
#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter
msgid "Month Planned"
msgstr ""
#. module: mrp_operations
#: code:addons/mrp_operations/mrp_operations.py:462
#, python-format
@ -423,6 +428,11 @@ msgstr ""
msgid "Qty"
msgstr ""
#. module: mrp_operations
#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced
msgid "Quantity Produced"
msgstr ""
#. module: mrp_operations
#: selection:mrp.production.workcenter.line,production_state:0
msgid "Ready to Produce"
@ -614,3 +624,8 @@ msgstr ""
msgid "Working Hours"
msgstr ""
#. module: mrp_operations
#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload
msgid "Workload"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -138,7 +138,7 @@ msgid "Confirmed"
msgstr ""
#. module: mrp_repair
#: code:addons/mrp_repair/mrp_repair.py:539
#: code:addons/mrp_repair/mrp_repair.py:541
#, python-format
msgid "Couldn't find a pricelist line matching this product and quantity.\n"
"You have to change either the product, the quantity or the pricelist."
@ -437,7 +437,7 @@ msgid "No Invoice"
msgstr ""
#. module: mrp_repair
#: code:addons/mrp_repair/mrp_repair.py:526
#: code:addons/mrp_repair/mrp_repair.py:528
#, python-format
msgid "No Pricelist!"
msgstr ""
@ -468,7 +468,7 @@ msgid "No product defined on Fees!"
msgstr ""
#. module: mrp_repair
#: code:addons/mrp_repair/mrp_repair.py:537
#: code:addons/mrp_repair/mrp_repair.py:539
#, python-format
msgid "No valid pricelist line found !"
msgstr ""
@ -884,7 +884,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!"
msgstr ""
#. module: mrp_repair
#: code:addons/mrp_repair/mrp_repair.py:528
#: code:addons/mrp_repair/mrp_repair.py:530
#, python-format
msgid "You have to select a pricelist in the Repair form !\n"
"Please set one before choosing a product."

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -31,7 +31,7 @@ msgid "Created on"
msgstr ""
#. module: pad
#: code:addons/pad/pad.py:49
#: code:addons/pad/pad.py:50
#, python-format
msgid "Error"
msgstr ""
@ -72,7 +72,7 @@ msgid "Pad Server"
msgstr ""
#. module: pad
#: code:addons/pad/pad.py:49
#: code:addons/pad/pad.py:50
#, python-format
msgid "Pad creation failed, either there is a problem with your pad server URL or with your connection."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,12 +15,6 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: portal
#: code:addons/portal/mail_mail.py:45
#, python-format
msgid ", <span class='oe_mail_footer_access'><small>access %s %s through <a style='color:inherit' href=\"%s\">our Customer Portal</a></small></span>"
msgstr ""
#. module: portal
#: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal
msgid "<p>\n"
@ -377,3 +371,15 @@ msgstr ""
msgid "Your Odoo account at %(company)s"
msgstr ""
#. module: portal
#: code:addons/portal/mail_mail.py:46
#, python-format
msgid "access directly to"
msgstr ""
#. module: portal
#: code:addons/portal/mail_mail.py:48
#, python-format
msgid "your messages "
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,167 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: portal_sale
#: model:email.template,body_html:portal_sale.email_template_edi_invoice
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
"\n"
" <p>A new invoice is available for you: </p>\n"
" \n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
" &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
" &nbsp;&nbsp;Invoice number: <strong>${object.number}</strong><br />\n"
" &nbsp;&nbsp;Invoice total: <strong>${object.amount_total} ${object.currency_id.name}</strong><br />\n"
" &nbsp;&nbsp;Invoice date: ${object.date_invoice}<br />\n"
" % if object.origin:\n"
" &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
" % endif\n"
" % if object.user_id:\n"
" &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Invoice%20${object.number}\">${object.user_id.name}</a>\n"
" % endif\n"
" </p> \n"
"\n"
" <% set signup_url = object.get_signup_url() %>\n"
" % if signup_url:\n"
" <p>\n"
" You can access the invoice document and pay online via our Customer Portal:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\"\n"
" href=\"${signup_url}\">View Invoice</a>\n"
" % endif\n"
" \n"
" % if object.paypal_url:\n"
" <br/>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
" </a>\n"
" % endif\n"
" \n"
" <br/>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
" <br/>\n"
" <br/>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br/>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br/>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br/>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br/>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:&nbsp; ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web :&nbsp;<a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" % endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: portal_sale
#: model:email.template,body_html:portal_sale.email_template_edi_sale
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}: </p>\n"
"\n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
" &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
" &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
" &nbsp;&nbsp;Order total: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />\n"
" &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
" % if object.origin:\n"
" &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
" % endif\n"
" % if object.client_order_ref:\n"
" &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
" % endif\n"
" % if object.user_id:\n"
" &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
" % endif\n"
" </p>\n"
"\n"
" <% set signup_url = object.get_signup_url() %>\n"
" % if signup_url:\n"
" <p>\n"
" You can access this document and pay online via our Customer Portal:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\"\n"
" href=\"${signup_url}\">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>\n"
" % endif\n"
"\n"
" % if object.paypal_url:\n"
" <br/>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
" </a>\n"
" % endif\n"
"\n"
" <br/>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
" <br/>\n"
" <br/>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br/>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br/>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br/>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br/>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:&nbsp; ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web :&nbsp;<a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" % endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: portal_sale
#: model:email.template,report_name:portal_sale.email_template_edi_sale
msgid "${(object.name or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}"
@ -30,163 +191,6 @@ msgstr ""
msgid "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })"
msgstr ""
#. module: portal_sale
#: model:email.template,body_html:portal_sale.email_template_edi_invoice
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
"\n"
" <p>A new invoice is available for you: </p>\n"
" \n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
"   <strong>REFERENCES</strong><br>\n"
"   Invoice number: <strong>${object.number}</strong><br>\n"
"   Invoice total: <strong>${object.amount_total} ${object.currency_id.name}</strong><br>\n"
"   Invoice date: ${object.date_invoice}<br>\n"
" % if object.origin:\n"
"   Order reference: ${object.origin}<br>\n"
" % endif\n"
" % if object.user_id:\n"
"   Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Invoice ${object.number}\">${object.user_id.name}</a>\n"
" % endif\n"
" </p> \n"
"\n"
" <% set signup_url = object.get_signup_url() %>\n"
" % if signup_url:\n"
" <p>\n"
" You can access the invoice document and pay online via our Customer Portal:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\" href=\"${signup_url}\">View Invoice</a>\n"
" % endif\n"
" \n"
" % if object.paypal_url:\n"
" <br>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\">\n"
" </a>\n"
" % endif\n"
" \n"
" <br>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
" <br>\n"
" <br>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:  ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web : <a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" % endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: portal_sale
#: model:email.template,body_html:portal_sale.email_template_edi_sale
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}: </p>\n"
"\n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
"   <strong>REFERENCES</strong><br>\n"
"   Order number: <strong>${object.name}</strong><br>\n"
"   Order total: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br>\n"
"   Order date: ${object.date_order}<br>\n"
" % if object.origin:\n"
"   Order reference: ${object.origin}<br>\n"
" % endif\n"
" % if object.client_order_ref:\n"
"   Your reference: ${object.client_order_ref}<br>\n"
" % endif\n"
" % if object.user_id:\n"
"   Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Order ${object.name}\">${object.user_id.name}</a>\n"
" % endif\n"
" </p>\n"
"\n"
" <% set signup_url = object.get_signup_url() %>\n"
" % if signup_url:\n"
" <p>\n"
" You can access this document and pay online via our Customer Portal:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\" href=\"${signup_url}\">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>\n"
" % endif\n"
"\n"
" % if object.paypal_url:\n"
" <br>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\">\n"
" </a>\n"
" % endif\n"
"\n"
" <br>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
" <br>\n"
" <br>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:  ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web : <a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" % endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: portal_sale
#: view:account.config.settings:portal_sale.portal_sale_payment_option_config
msgid "Configure payment acquiring methods"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -21,8 +21,8 @@ msgid "# of Product Variants"
msgstr ""
#. module: product
#: code:addons/product/product.py:724
#: code:addons/product/product.py:1062
#: code:addons/product/product.py:725
#: code:addons/product/product.py:1070
#, python-format
msgid "%s (copy)"
msgstr ""
@ -373,12 +373,12 @@ msgid "Blank DVD-RW"
msgstr ""
#. module: product
#: model:product.template,name:product.product_product_5_product_template
#: model:product.template,name:product.product_product_5b_product_template
msgid "Bose Mini Bluetooth Speaker"
msgstr ""
#. module: product
#: model:product.template,description_sale:product.product_product_5_product_template
#: model:product.template,description_sale:product.product_product_5b_product_template
msgid "Bose's smallest portable Bluetooth speaker"
msgstr ""
@ -434,6 +434,11 @@ msgstr ""
msgid "Case"
msgstr ""
#. module: product
#: view:product.template:product.product_template_search_view
msgid "Category"
msgstr ""
#. module: product
#: field:product.category,type:0
msgid "Category Type"
@ -509,6 +514,11 @@ msgstr ""
msgid "Computers"
msgstr ""
#. module: product
#: view:product.template:product.product_template_form_view
msgid "Configurations"
msgstr ""
#. module: product
#: view:product.template:product.product_template_search_view
#: selection:product.template,type:0
@ -611,6 +621,7 @@ msgstr ""
#. module: product
#: model:product.template,description:product.product_product_5_product_template
#: model:product.template,description:product.product_product_5b_product_template
msgid "Custom computer assembled on order based on customer's requirement."
msgstr ""
@ -796,6 +807,11 @@ msgstr ""
msgid "Followers"
msgstr ""
#. module: product
#: help:product.pricelist.item,min_quantity:0
msgid "For the rule to apply, bought/sold quantity must be greater than or equal to minimum quantity specified in this field."
msgstr ""
#. module: product
#: model:product.template,description_sale:product.product_product_7_product_template
msgid "Frequency: 5Hz to 21kHz\n"
@ -1385,7 +1401,7 @@ msgid "New Price ="
msgstr ""
#. module: product
#: code:addons/product/product.py:704
#: code:addons/product/product.py:705
#, python-format
msgid "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' as of old Unit of Measure '%s'. If you need to change the unit of measure, you may deactivate this product from the 'Procurements' tab and create a new one."
msgstr ""
@ -1438,6 +1454,7 @@ msgstr ""
#. module: product
#: view:product.packaging:product.product_packaging_form_view
#: view:product.packaging:product.product_packaging_form_view_without_product
msgid "Other Info"
msgstr ""
@ -1453,6 +1470,11 @@ msgstr ""
msgid "Other Products"
msgstr ""
#. module: product
#: model:product.template,name:product.product_product_5_product_template
msgid "PC Assemble + Custom (PC on Demand) "
msgstr ""
#. module: product
#: model:product.template,name:product.product_product_3_product_template
msgid "PC Assemble SC234"
@ -1476,7 +1498,10 @@ msgstr ""
#. module: product
#: model:ir.model,name:product.model_product_packaging
#: view:product.packaging:product.product_packaging_form_view
#: view:product.packaging:product.product_packaging_form_view_without_product
#: view:product.packaging:product.product_packaging_tree_view
#: view:product.packaging:product.product_packaging_tree_view_product
#: view:product.template:product.product_template_form_view
msgid "Packaging"
msgstr ""
@ -1492,6 +1517,7 @@ msgstr ""
#. module: product
#: view:product.packaging:product.product_packaging_form_view
#: view:product.packaging:product.product_packaging_form_view_without_product
msgid "Palletization"
msgstr ""
@ -1859,7 +1885,7 @@ msgid "Products by Category"
msgstr ""
#. module: product
#: code:addons/product/product.py:805
#: code:addons/product/product.py:809
#, python-format
msgid "Products: "
msgstr ""
@ -2139,11 +2165,6 @@ msgstr ""
msgid "Specify the minimum amount of margin over the base price."
msgstr ""
#. module: product
#: help:product.pricelist.item,min_quantity:0
msgid "Specify the minimum quantity that needs to be bought/sold for the rule to apply."
msgstr ""
#. module: product
#: field:product.pricelist.version,date_start:0
msgid "Start Date"
@ -2475,7 +2496,7 @@ msgid "Unit of Measure Categories"
msgstr ""
#. module: product
#: code:addons/product/product.py:704
#: code:addons/product/product.py:705
#, python-format
msgid "Unit of Measure categories Mismatch!"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -17,7 +17,8 @@ msgstr ""
#. module: product_email_template
#: model:email.template,body_html:product_email_template.product_online_training_email_template
msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #333333;margin-top:30px;font-weight: 300;\">\n"
msgid " \n"
" <div style=\"height:auto;text-align: center;font-size : 40px;color: #333333;margin-top:30px;font-weight: 300;\">\n"
" Online Training + Certification\n"
" </div>\n"
" <div style=\"height:auto;text-left: center;font-size : 16px;color: #646464;margin-top:30px;margin-left:15px;margin-right:5px;\">\n"
@ -36,7 +37,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <li>Odoo <a href=\"https://www.openerp.com/certification\">Certification Exam</a> included (Pre-Ordered, available as of November 1st, 2013)</li>\n"
" </ul>\n"
" </div>\n"
" <hr color=\"DCDCFB\">\n"
" <hr color=\"DCDCFB\"/>\n"
" <div style=\"height:auto;text-align: center;font-size : 40px;color: #333333;margin-top:30px;font-weight: 300;\">\n"
" Structure of the Training\n"
" </div>\n"
@ -44,14 +45,14 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <table>\n"
" <tr>\n"
" <td>\n"
" <img src=\"https://www.openerp.com/saas_master/static/site_new/img/layout/online_training.png\">\n"
" <img src=\"https://www.openerp.com/saas_master/static/site_new/img/layout/online_training.png\"/>\n"
" </td>\n"
" <td style=\"height: auto;margin-top:10px;margin-bottom:10px;font-size:18px;color: #646464;\">\n"
" <strong>There are three components to the training</strong>\n"
" <ul>\n"
" <li>Videos with detailed demos</li>\n"
" <li>Hands-on exercises and their solutions</li>\n"
" <li>Live Q&amp;A sessions with a trainer</li>\n"
" <li>Live Q&A sessions with a trainer</li>\n"
" </ul>\n"
" </td>\n"
" </tr>\n"
@ -60,80 +61,80 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <div style=\"height:auto;text-align: left;font-size : 14px;color: #646464;margin-top:10px;margin-left:15px;\">\n"
" The 5-day training is modular, which means that you can choose to participate in the full training or to just 1 or 2 modules.\n"
" Nevertheless, <b>the first day of the training is compulsory</b> for everyone. The Monday is compulsory because the\n"
" introduction of Odoo is important before going through the other modules.<br><br>\n"
" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/PST). A Q&amp;A session will be hosted by an Odoo trainer.\n"
" Each day, the participants are expected to have done the following <b>BEFORE</b> attending the Q&amp;A session:\n"
" introduction of Odoo is important before going through the other modules.<br/><br/>\n"
" Each day of the week starts from 9 AM (CEST/PST) to 12 PM (CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n"
" Each day, the participants are expected to have done the following <b>BEFORE</b> attending the Q&A session:\n"
" <ul>\n"
" <li>Watch the videos for this day</li>\n"
" <li>Do the related exercises (written solutions will be provided upfront as well)</li>\n"
" <li>Send their questions by email before 5PM (CEST/PST) on the previous business day</li>\n"
" </ul><br>\n"
" The Q&amp;A session will be hosted on a web conference service.<b> A stable internet connection is required.</b> The trainer will\n"
" </ul><br/>\n"
" The Q&A session will be hosted on a web conference service.<b> A stable internet connection is required.</b> The trainer will\n"
" screen the questions for the day and select the most relevant ones to be answered during the session. The purpose of the\n"
" <b>Q&amp;A session is not to cover questions related to a specific implementation project </b>or company-specific business\n"
" <b>Q&A session is not to cover questions related to a specific implementation project </b>or company-specific business\n"
" workflows. The <b>questions should be about the material covered in the videos </b>and the exercises and should benefit\n"
" the other participants of the training as well.<br>\n"
" the other participants of the training as well.<br/>\n"
" Each day of the week is dedicated to specific applications in Odoo as per the following planning:\n"
" <ul style=\"color: #6d57e0\">\n"
" <li>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Monday\" style=\"text-decoration:none;\" target=\"_new\">Monday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Monday_1\" style=\"text-decoration:none;\" target=\"_new\">Introduction</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Monday_2\" style=\"text-decoration:none;\" target=\"_new\">CRM</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Monday_3\" style=\"text-decoration:none;\" target=\"_new\">Sales Management</a>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Monday\" style=\"text-decoration:none;\" target=_new>Monday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Monday_1\" style=\"text-decoration:none;\" target=_new>Introduction</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Monday_2\" style=\"text-decoration:none;\" target=_new>CRM</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Monday_3\" style=\"text-decoration:none;\" target=_new>Sales Management</a>\n"
" </li>\n"
" <li>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Tuesday\" style=\"text-decoration:none;\" target=\"_new\">Tuesday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_1\" style=\"text-decoration:none;\" target=\"_new\">Access rights</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_2\" style=\"text-decoration:none;\" target=\"_new\">Purchase</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_2\" style=\"text-decoration:none;\" target=\"_new\">Sales &amp; Purchase management</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_4\" style=\"text-decoration:none;\" target=\"_new\">Financial accounting</a>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Tuesday\" style=\"text-decoration:none;\" target=_new>Tuesday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_1\" style=\"text-decoration:none;\" target=_new>Access rights</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_2\" style=\"text-decoration:none;\" target=_new>Purchase</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_2\" style=\"text-decoration:none;\" target=_new>Sales &amp; Purchase management</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Tuesday_4\" style=\"text-decoration:none;\" target=_new>Financial accounting</a>\n"
" </li>\n"
" <li>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Wednesday\" style=\"text-decoration:none;\" target=\"_new\">Wednesday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Wednesday_1\" style=\"text-decoration:none;\" target=\"_new\">Project management</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Wednesday_2\" style=\"text-decoration:none;\" target=\"_new\">Human resources</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Wednesday_3\" style=\"text-decoration:none;\" target=\"_new\">Contract management</a>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Wednesday\" style=\"text-decoration:none;\" target=_new>Wednesday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Wednesday_1\" style=\"text-decoration:none;\" target=_new>Project management</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Wednesday_2\" style=\"text-decoration:none;\" target=_new>Human resources</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Wednesday_3\" style=\"text-decoration:none;\" target=_new>Contract management</a>\n"
" </li>\n"
" <li>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Thursday\" style=\"text-decoration:none;\" target=\"_new\">Thursday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Thursday_1\" style=\"text-decoration:none;\" target=\"_new\">Warehouse management</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Thursday_2\" style=\"text-decoration:none;\" target=\"_new\">Manufacturing (MRP) &amp; Sales</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Thursday_4\" style=\"text-decoration:none;\" target=\"_new\">Import/Export</a>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Thursday\" style=\"text-decoration:none;\" target=_new>Thursday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Thursday_1\" style=\"text-decoration:none;\" target=_new>Warehouse management</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Thursday_2\" style=\"text-decoration:none;\" target=_new>Manufacturing (MRP) &amp; Sales</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Thursday_4\" style=\"text-decoration:none;\" target=_new>Import/Export</a>\n"
" </li>\n"
" <li>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Friday\" style=\"text-decoration:none;\" target=\"_new\">Friday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Friday_1\" style=\"text-decoration:none;\" target=\"_new\">Pricelists</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Friday_2\" style=\"text-decoration:none;\" target=\"_new\">Point of Sale (POS)</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Friday_3\" style=\"text-decoration:none;\" target=\"_new\">Introduction to report customization</a>\n"
" <strong><a href=\"https://www.openerp.com/online-training#Friday\" style=\"text-decoration:none;\" target=_new>Friday: </a></strong>\n"
" <a href=\"https://www.openerp.com/online-training#Friday_1\" style=\"text-decoration:none;\" target=_new>Pricelists</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Friday_2\" style=\"text-decoration:none;\" target=_new>Point of Sale (POS)</a>,\n"
" <a href=\"https://www.openerp.com/online-training#Friday_3\" style=\"text-decoration:none;\" target=_new>Introduction to report customization</a>\n"
" </li>\n"
" </ul>\n"
" </div>\n"
" <div style=\"text-align: center;margin-top:30px;\">\n"
" <div style=\"text-align: center;margin-top:30px;\" >\n"
" <table cellspacing=\"5\" align=\"center\" cellpadding=\"5\">\n"
" <tr style=\"font-size : 20px;color: #333333;margin-top:30px;\">\n"
" <td>English</td>\n"
" <td>English</td>\n"
" <td>English</td></td>\n"
" <td>English</td></td>\n"
" <td>Spanish</td>\n"
" </tr>\n"
" <tr style=\"font-size : 10px;color: #646464;\">\n"
" <td>Europe</td>\n"
" <td>USA &amp; Canada</td>\n"
" <td>USA &amp; Latin America</td>\n"
" <td>USA & Canada</td>\n"
" <td>USA & Latin America</td>\n"
" </tr>\n"
" <tr style=\"font-size : 10px;color: #FFFFFF;background-color:#8b5bdd;\">\n"
" <td><a href=\"http://onlinetrainingencet.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=\"_new\">Register</a></td>\n"
" <td><a href=\"http://onlinetrainingenpst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=\"_new\">Register</a></td>\n"
" <td><a href=\"http://onlinetrainingespst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=\"_new\">Register</a></td>\n"
" <td><a href=\"http://onlinetrainingencet.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register</a></td>\n"
" <td><a href=\"http://onlinetrainingenpst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register</a></td>\n"
" <td><a href=\"http://onlinetrainingespst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register</a></td>\n"
" </tr>\n"
" </table>\n"
" </div>\n"
" <hr color=\"DCDCFB\">\n"
" <hr color=\"DCDCFB\"/>\n"
" <div style=\"height:auto;text-align: center;font-size : 40px;color: #333333;margin-top:40px;font-weight: 300;\">\n"
" Content of the Training\n"
" </div>\n"
" <div style=\"height:auto;text-align: center;font-size : 24px;color: #646464;margin-top:30px;\">\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\">Monday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\"><br><br>\n"
" Introduction, CRM &amp; Sales\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\" />Monday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\" /><br/><br/>\n"
" Introduction, CRM & Sales\n"
" <div style=\"text-align: left;font-size : 24px;color: #646464;margin-top:30px;\">Introduction: Get familiar with the V7.</div>\n"
" <table cellspacing=\"5\">\n"
" <tr style=\"text-align: center;font-size : 20px;color: #FFFFFF;background-color:#969696;\">\n"
@ -153,7 +154,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </ul>\n"
" </td>\n"
" <td style=\"width:50%;\">\n"
" The introduction exercises have been created to help you discover Odoo in an easy way. Their main objective is to present the different applications, menus, view types, shortcuts, field types, wizards, actions, etc. It will help you to discover how to navigate in Odoo!<br>\n"
" The introduction exercises have been created to help you discover Odoo in an easy way. Their main objective is to present the different applications, menus, view types, shortcuts, field types, wizards, actions, etc. It will help you to discover how to navigate in Odoo!<br/></br>\n"
" Therefore, the Introduction is compulsory for everyone, even if you need to learn a specific module given on an other date. This obligation has been made to make sure that you are not lost if you arrive in the middle of the training for another module.\n"
" </td>\n"
" </tr>\n"
@ -167,9 +168,9 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <tr style=\"text-align: left;font-size : 16px;color: #646464;\">\n"
" <td style=\"width:50%;\">\n"
" <ul>\n"
" <li>Manage Lead &amp; Opportunities</li>\n"
" <li>Manage Lead & Opportunities</li>\n"
" <li>Call, Meeting</li>\n"
" <li>Partners &amp; contacts</li>\n"
" <li>Partners & contacts</li>\n"
" <li>Automated actions</li>\n"
" <li>Import partners and contacts from LinkedIn</li>\n"
" </ul>\n"
@ -200,7 +201,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <li>Products to sell</li>\n"
" <li>Manual discounts</li>\n"
" <li>Margins</li>\n"
" <li>Sales &amp; Warehouse: Invoicing control (On demand / On\n"
" <li>Sales & Warehouse: Invoicing control (On demand / On\n"
" Delivery Order), Shipping policy (At once / Each product\n"
" when available)</li>\n"
" </ul>\n"
@ -215,7 +216,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </tr>\n"
" <tr style=\"text-align: left;font-size : 16px;color: #646464;\">\n"
" <td style=\"width:50%;\">\n"
" <strong>CRM &amp; Sales management:</strong>\n"
" <strong>CRM & Sales management:</strong>\n"
" <ul>\n"
" <li>From an opportunity to a sale order</li>\n"
" <li>Claims</li>\n"
@ -231,8 +232,8 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </table>\n"
" </div>\n"
" <div style=\"height:auto;text-align: center;font-size : 24px;color: #646464;margin-top:30px;\">\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\">Tuesday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\"><br><br>\n"
" Access rights, Sales &amp; Purchase, Financial accounting\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\" />Tuesday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\" /><br/><br/>\n"
" Access rights, Sales & Purchase, Financial accounting\n"
" <div style=\"text-align: left;font-size : 24px;color: #646464;margin-top:30px;\">Access rights</div>\n"
" <table cellspacing=\"5\">\n"
" <tr style=\"text-align: center;font-size : 20px;color: #FFFFFF;background-color:#969696;\">\n"
@ -266,7 +267,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <li>Products</li>\n"
" <li>Request for Quotation</li>\n"
" <li>Purchase order</li>\n"
" <li>Invoicing &amp; Invoice control</li>\n"
" <li>Invoicing & Invoice control</li>\n"
" <li>Incoming order (Complete/partial receipt)</li>\n"
" <li>Purchase requisition</li>\n"
" </ul>\n"
@ -282,7 +283,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </tr>\n"
" <tr style=\"text-align: left;font-size : 16px;color: #646464;\">\n"
" <td style=\"width:50%;\">\n"
" <strong>Sales &amp; Purchase management</strong>\n"
" <strong>Sales & Purchase management</strong>\n"
" <ul>\n"
" <li>Make to order product</li>\n"
" <li>Retailer process: buy a product and sell it without any customization/manufacturing</li>\n"
@ -304,7 +305,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <ul>\n"
" <li>Invoices</li>\n"
" <li>Refunds</li>\n"
" <li>Journal Entries &amp; Reconciliations</li>\n"
" <li>Journal Entries & Reconciliations</li>\n"
" <li>Reports / Closing of fiscal year</li>\n"
" <li>Accounts</li>\n"
" </ul>\n"
@ -315,7 +316,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <li>Carry out payments easily and adequately reconcile these payments with invoices</li>\n"
" <li>Quick creation of invoices with pre-set defaults on debtor/creditor and income/expense accounts</li>\n"
" <li>Multiple manners to reconcile</li>\n"
" <li>Configuration of accounts to ensure correct display in balance sheet and profit &amp; loss statement</li>\n"
" <li>Configuration of accounts to ensure correct display in balance sheet and profit & loss statement</li>\n"
" <li>Apply correct deferral methods to ensure the close of the fiscal year</li>\n"
" </ul>\n"
" </td>\n"
@ -323,7 +324,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </table>\n"
" </div>\n"
" <div style=\"height:auto;text-align: center;font-size : 24px;color: #646464;margin-top:30px;\">\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\">Wednesday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\"><br><br>\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\" />Wednesday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\" /><br/><br/>\n"
" Project management, Human resources, Contract management\n"
" <div style=\"text-align: left;font-size : 24px;color: #646464;margin-top:30px;\">Project Management</div>\n"
" <table cellspacing=\"5\">\n"
@ -344,7 +345,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <li>Manage and follow your projects, tasks and issues</li>\n"
" <li>Discover the Kanban view to quickly operate some actions and to quickly detect any bottlenecks in your projects flows</li>\n"
" <li>Discover the Gantt view to see how your project has been planned and adapt it according to new elements or to the people agenda</li>\n"
" <li>Define project members &amp; delegate tasks</li>\n"
" <li>Define project members & delegate tasks</li>\n"
" <li>Register issues and escalate them</li>\n"
" <li>Create automatically timesheet lines in the Human Resources menu from recorded work activities</li>\n"
" <li>Track and invoice (to customers) the costs associated to a project</li>\n"
@ -396,10 +397,10 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" <ul>\n"
" <li>Contracts</li>\n"
" <li>Invoicing methods\n"
" </li><li>Sale orders</li>\n"
" <li>Sale orders</li>\n"
" <li>Timesheets</li>\n"
" <li>Expenses</li>\n"
" \n"
" </li>\n"
" </ul>\n"
" </td>\n"
" <td style=\"width:50%;\">\n"
@ -414,8 +415,8 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </table>\n"
" </div>\n"
" <div style=\"height:auto;text-align: center;font-size : 24px;color: #646464;margin-top:30px;\">\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\">Thursday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\"><br><br>\n"
" Warehouse management, Manufacturing (MRP) &amp; Sales, Import/Export\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\" />Thursday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\" /><br/><br/>\n"
" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n"
" <div style=\"text-align: left;font-size : 24px;color: #646464;margin-top:30px;\">Warehouse management</div>\n"
" <table cellspacing=\"5\">\n"
" <tr style=\"text-align: center;font-size : 20px;color: #FFFFFF;background-color:#969696;\">\n"
@ -467,7 +468,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </tr>\n"
" <tr style=\"text-align: left;font-size : 16px;color: #646464;\">\n"
" <td style=\"width:50%;\">\n"
" <strong>MRP &amp; Sales</strong>\n"
" <strong>MRP & Sales</strong>\n"
" <ul>\n"
" <li>Product configuration Make to Stock / to Order</li>\n"
" <li>Commercial BoM (kit)</li>\n"
@ -475,7 +476,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </ul>\n"
" </td>\n"
" <td style=\"width:50%;\">\n"
" From the sales perspective, you will have a manufacturing order generated based on a request coming from a customer without any manual operation. This integration of those two aplications allows you to perform the following flow in an automated way: Sale order &gt; Stock level verification &gt; Production of the missing units &gt; Receival in stock of the finished goods &gt; Delivery to the customer.\n"
" From the sales perspective, you will have a manufacturing order generated based on a request coming from a customer without any manual operation. This integration of those two aplications allows you to perform the following flow in an automated way: Sale order > Stock level verification > Production of the missing units > Receival in stock of the finished goods > Delivery to the customer.\n"
" </td>\n"
" </tr>\n"
" </table>\n"
@ -502,7 +503,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </table>\n"
" </div>\n"
" <div style=\"height:auto;text-align: center;font-size : 24px;color: #646464;margin-top:30px;\">\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\">Friday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\"><br><br>\n"
" <hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-right: 25px;\" />Friday<hr style=\"display: inline-block; width: 15%; margin-bottom: 4px;margin-left: 25px;\" /><br/><br/>\n"
" Pricelists, Point of Sale (POS), Introduction to report customization\n"
" <div style=\"text-align: left;font-size : 24px;color: #646464;margin-top:30px;\">Pricelists</div>\n"
" <table cellspacing=\"5\">\n"
@ -550,7 +551,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </ul>\n"
" </td>\n"
" <td style=\"width:50%;\">\n"
" Odoo POS is the first POS running in a 100% web based environment, which means any computer with a browser can host the POS. The POS is a two-part system with a front-end (interaction with the client) and a back-end (managers can configure the system, print reports, analyse, ...)<br><br>\n"
" Odoo POS is the first POS running in a 100% web based environment, which means any computer with a browser can host the POS. The POS is a two-part system with a front-end (interaction with the client) and a back-end (managers can configure the system, print reports, analyse, ...)<br/><br/>\n"
" <strong>About the front-end:</strong>\n"
" <ul>\n"
" <li>Offline mode. Imagine several cases were having an offline mode is of prime interest: Connexion to server shutdown at a big supermarket / Use in environments that requires mobility but without wifi / Use in large environments like restaurants and gardens / Use in low tech environments</li>\n"
@ -585,7 +586,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </tr>\n"
" </table>\n"
" </div>\n"
" <div style=\"text-align: center;background-color:#FFFFFF;margin-top:30px;\">\n"
" <div style=\"text-align: center;background-color:#FFFFFF;margin-top:30px;\" >\n"
" <table cellspacing=\"5\" align=\"center\" cellpadding=\"5\">\n"
" <tr style=\"font-size : 20px;color: #333333;margin-top:30px;\">\n"
" <td>English</td>\n"
@ -594,17 +595,17 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </tr>\n"
" <tr style=\"font-size : 10px;color: #646464;\">\n"
" <td>Europe</td>\n"
" <td>USA &amp; Canada</td>\n"
" <td>USA &amp; Latin America</td>\n"
" <td>USA & Canada</td>\n"
" <td>USA & Latin America</td>\n"
" </tr>\n"
" <tr style=\"font-size : 10px;color: #FFFFFF;background-color:#8b5bdd;\">\n"
" <td><a href=\"http://onlinetrainingencet.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=\"_new\">Register</a></td>\n"
" <td><a href=\"http://onlinetrainingenpst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=\"_new\">Register</a></td>\n"
" <td><a href=\"http://onlinetrainingespst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=\"_new\">Register</a></td>\n"
" <td><a href=\"http://onlinetrainingencet.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register</a></td>\n"
" <td><a href=\"http://onlinetrainingenpst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register</a></td>\n"
" <td><a href=\"http://onlinetrainingespst.eventbrite.com\" style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register</a></td>\n"
" </tr>\n"
" </table>\n"
" </div>\n"
" <hr color=\"DCDCFB\">\n"
" <hr color=\"DCDCFB\"/>\n"
" <div style=\"height:auto;text-align: center;font-size : 30px;color: #333333;margin-top:10px;\">\n"
" Training Material\n"
" </div>\n"
@ -638,7 +639,7 @@ msgid "<div style=\"height:auto;text-align: center;font-size : 40px;color: #3333
" </tr>\n"
" </table>\n"
" </div>\n"
"\n"
"</div>\n"
" \n"
" "
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -26,8 +26,9 @@ msgid "# of Days"
msgstr ""
#. module: project
#: field:project.task.history.cumulative,nbr_tasks:0
#: field:report.project.task.user,nbr:0
msgid "# of tasks"
msgid "# of Tasks"
msgstr ""
#. module: project
@ -180,8 +181,9 @@ msgid "Assignation Date"
msgstr ""
#. module: project
#: view:project.task:project.view_task_search_form
#: view:report.project.task.user:project.view_task_project_user_search
msgid "Assignation date"
msgid "Assignation Month"
msgstr ""
#. module: project
@ -195,7 +197,9 @@ msgid "Assigned To"
msgstr ""
#. module: project
#: view:project.task:project.view_task_search_form
#: field:project.task,user_id:0
#: view:project.task.history.cumulative:project.view_task_history_search
#: view:report.project.task.user:project.view_task_project_user_search
msgid "Assigned to"
msgstr ""
@ -216,6 +220,7 @@ msgstr ""
#: selection:project.task.history,kanban_state:0
#: view:project.task.history.cumulative:project.view_task_history_search
#: selection:project.task.history.cumulative,kanban_state:0
#: selection:report.project.task.user,state:0
msgid "Blocked"
msgstr ""
@ -300,6 +305,7 @@ msgid "Companies"
msgstr ""
#. module: project
#: view:project.task:project.view_task_search_form
#: field:project.task,company_id:0
#: field:project.task.work,company_id:0
#: view:report.project.task.user:project.view_task_project_user_search
@ -331,7 +337,6 @@ msgstr ""
#. module: project
#: view:project.project:project.view_project
#: view:project.project:project.view_project_project_filter
#: view:report.project.task.user:project.view_task_project_user_search
#: field:report.project.task.user,partner_id:0
msgid "Contact"
msgstr ""
@ -373,6 +378,8 @@ msgid "Created on"
msgstr ""
#. module: project
#: view:project.task:project.view_task_search_form
#: view:project.task.history.cumulative:project.view_task_history_search
#: view:report.project.task.user:project.view_task_project_user_search
msgid "Creation Date"
msgstr ""
@ -630,6 +637,7 @@ msgstr ""
#. module: project
#: view:project.project:project.view_project_project_filter
#: view:project.task:project.view_task_search_form
#: view:project.task.history.cumulative:project.view_task_history_search
#: view:report.project.task.user:project.view_task_project_user_search
msgid "Group By"
msgstr ""
@ -724,6 +732,7 @@ msgstr ""
#. module: project
#: selection:project.project,state:0
#: selection:project.task,kanban_state:0
#: selection:report.project.task.user,state:0
msgid "In Progress"
msgstr ""
@ -788,9 +797,7 @@ msgid "Last Modification Date"
msgstr ""
#. module: project
#: view:project.task:project.view_task_search_form
#: field:project.task,date_last_stage_update:0
#: view:report.project.task.user:project.view_task_project_user_search
#: field:report.project.task.user,date_last_stage_update:0
msgid "Last Stage Update"
msgstr ""
@ -876,6 +883,11 @@ msgstr ""
msgid "Miscellaneous"
msgstr ""
#. module: project
#: view:project.task.history.cumulative:project.view_task_history_search
msgid "Month"
msgstr ""
#. module: project
#: view:project.task.history.cumulative:project.view_task_history_search
msgid "My Projects"
@ -1070,6 +1082,7 @@ msgstr ""
#: view:project.task:project.view_task_search_form
#: field:project.task,project_id:0
#: field:project.task.delegate,project_id:0
#: view:project.task.history.cumulative:project.view_task_history_search
#: field:project.task.history.cumulative,project_id:0
#: view:report.project.task.user:project.view_task_project_user_search
#: field:report.project.task.user,project_id:0
@ -1187,6 +1200,7 @@ msgstr ""
#: selection:project.task,kanban_state:0
#: selection:project.task.history,kanban_state:0
#: selection:project.task.history.cumulative,kanban_state:0
#: selection:report.project.task.user,state:0
msgid "Ready for next stage"
msgstr ""
@ -1236,11 +1250,6 @@ msgstr ""
msgid "Reviewer"
msgstr ""
#. module: project
#: view:project.task:project.view_task_search_form
msgid "Reviewers"
msgstr ""
#. module: project
#: view:project.project:project.view_project_project_filter
msgid "Search Project"
@ -1273,7 +1282,9 @@ msgstr ""
#: view:project.task:project.view_task_search_form
#: field:project.task,stage_id:0
#: field:project.task.history,type_id:0
#: view:project.task.history.cumulative:project.view_task_history_search
#: field:project.task.history.cumulative,type_id:0
#: view:report.project.task.user:project.view_task_project_user_search
#: field:report.project.task.user,stage_id:0
msgid "Stage"
msgstr ""
@ -1310,6 +1321,8 @@ msgstr ""
#. module: project
#: field:project.project,state:0
#: view:project.task.history.cumulative:project.view_task_history_search
#: field:report.project.task.user,state:0
msgid "Status"
msgstr ""
@ -1351,7 +1364,9 @@ msgstr ""
#: model:ir.model,name:project.model_project_task
#: view:project.config.settings:project.view_config_settings
#: view:project.task:project.view_task_form2
#: view:project.task:project.view_task_search_form
#: field:project.task.history,task_id:0
#: view:project.task.history.cumulative:project.view_task_history_search
#: field:project.task.history.cumulative,task_id:0
#: field:project.task.work,task_id:0
#: view:report.project.task.user:project.view_task_project_user_search
@ -1392,6 +1407,11 @@ msgstr ""
msgid "Task Delegation"
msgstr ""
#. module: project
#: model:ir.filters,name:project.filter_task_report_task_pipe
msgid "Task Pipe"
msgstr ""
#. module: project
#: model:mail.message.subtype,description:project.mt_task_ready
#: model:mail.message.subtype,name:project.mt_task_ready
@ -1647,11 +1667,6 @@ msgstr ""
msgid "User you want to delegate this task to"
msgstr ""
#. module: project
#: view:project.task:project.view_task_search_form
msgid "Users"
msgstr ""
#. module: project
#: field:project.task.delegate,state:0
msgid "Validation State"
@ -1700,6 +1715,11 @@ msgstr ""
msgid "Working time unit"
msgstr ""
#. module: project
#: model:ir.filters,name:project.filter_task_report_workload
msgid "Workload"
msgstr ""
#. module: project
#: code:addons/project/project.py:172
#, python-format

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -103,6 +103,7 @@ msgid "Assigned"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
#: field:project.issue,user_id:0
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,user_id:0
@ -176,6 +177,7 @@ msgid "Communication channel."
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
#: field:project.issue,company_id:0
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,company_id:0
@ -193,19 +195,24 @@ msgid "Configure"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
#: field:project.issue,partner_id:0
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,partner_id:0
msgid "Contact"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,create_date:0
msgid "Create Date"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
#: view:project.issue.report:project_issue.view_project_issue_report_filter
msgid "Create Day"
msgstr ""
#. module: project_issue
#: field:project.config.settings,fetchmail_issue:0
msgid "Create issues from an incoming email account "
@ -227,11 +234,6 @@ msgstr ""
msgid "Creation Date"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
msgid "Creation Month"
msgstr ""
#. module: project_issue
#: code:addons/project_issue/project_issue.py:424
#, python-format
@ -294,6 +296,11 @@ msgstr ""
msgid "Deadly bug"
msgstr ""
#. module: project_issue
#: model:ir.filters,name:project_issue.filter_issue_report_delay
msgid "Delay"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.project_issue_kanban_view
msgid "Delete"
@ -503,7 +510,6 @@ msgstr ""
#. module: project_issue
#: field:project.issue,date_last_stage_update:0
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,date_last_stage_update:0
msgid "Last Stage Update"
msgstr ""
@ -542,12 +548,8 @@ msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
msgid "My Issues"
msgstr ""
#. module: project_issue
#: view:project.issue.report:project_issue.view_project_issue_report_filter
msgid "My Task"
msgid "My Issues"
msgstr ""
#. module: project_issue
@ -602,6 +604,7 @@ msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.project_feature_tree_view
#: view:project.issue:project_issue.project_issue_tree_view
#: view:project.issue:project_issue.view_project_issue_filter
#: field:project.issue,priority:0
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,priority:0
@ -638,6 +641,11 @@ msgstr ""
msgid "Project Issue"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.project_issue_graph_view
msgid "Project Issues"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.project_issue_kanban_view
msgid "Project:"
@ -649,12 +657,11 @@ msgid "Ready for next stage"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
msgid "Responsible"
#: field:project.issue.report,reviewer_id:0
msgid "Reviewer"
msgstr ""
#. module: project_issue
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,section_id:0
msgid "Sale Team"
msgstr ""
@ -714,6 +721,7 @@ msgid "Tags"
msgstr ""
#. module: project_issue
#: view:project.issue:project_issue.view_project_issue_filter
#: field:project.issue,task_id:0
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,task_id:0
@ -758,7 +766,6 @@ msgstr ""
#. module: project_issue
#: field:project.issue,version_id:0
#: view:project.issue.report:project_issue.view_project_issue_report_filter
#: field:project.issue.report,version_id:0
msgid "Version"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,135 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: purchase
#: model:email.template,body_html:purchase.email_template_edi_purchase_done
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is a ${object.state in ('draft', 'sent') and 'request for quotation' or 'purchase order confirmation'} from ${object.company_id.name}: </p>\n"
" \n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
" &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
" &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
" &nbsp;&nbsp;Order total: <strong>${object.amount_total} ${object.currency_id.name}</strong><br />\n"
" &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
" % if object.origin:\n"
" &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
" % endif\n"
" % if object.partner_ref:\n"
" &nbsp;&nbsp;Your reference: ${object.partner_ref}<br />\n"
" % endif\n"
" % if object.validator:\n"
" &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.validator.email or ''}?subject=Order%20${object.name}\">${object.validator.name}</a>\n"
" % endif\n"
" </p>\n"
"\n"
" <br/>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you!</p>\n"
" <br/>\n"
" <br/>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br/>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br/>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br/>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br/>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:&nbsp; ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web :&nbsp;<a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" %endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: purchase
#: model:email.template,body_html:purchase.email_template_edi_purchase
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is a ${object.state in ('draft', 'sent') and 'request for quotation' or 'purchase order confirmation'} from ${object.company_id.name}: </p>\n"
" \n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
" &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
" &nbsp;&nbsp;RFQ number: <strong>${object.name}</strong><br />\n"
" &nbsp;&nbsp;RFQ date: ${object.date_order}<br />\n"
" % if object.origin:\n"
" &nbsp;&nbsp;RFQ reference: ${object.origin}<br />\n"
" % endif\n"
" % if object.partner_ref:\n"
" &nbsp;&nbsp;Your reference: ${object.partner_ref}<br />\n"
" % endif\n"
" % if object.validator:\n"
" &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.validator.email or ''}?subject=Order%20${object.name}\">${object.validator.name}</a>\n"
" % endif\n"
" </p>\n"
"\n"
" <br/>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you!</p>\n"
" <br/>\n"
" <br/>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br/>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br/>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br/>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br/>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:&nbsp; ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web :&nbsp;<a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" %endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: purchase
#: help:purchase.config.settings,module_stock_dropshipping:0
msgid "\n"
@ -30,7 +159,7 @@ msgid " * The 'Draft' status is set automatically when purchase order in draft s
msgstr ""
#. module: purchase
#: code:addons/purchase/stock.py:135
#: code:addons/purchase/stock.py:185
#, python-format
msgid " Buy"
msgstr ""
@ -71,133 +200,6 @@ msgstr ""
msgid "(update)"
msgstr ""
#. module: purchase
#: model:email.template,body_html:purchase.email_template_edi_purchase_done
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is a ${object.state in ('draft', 'sent') and 'request for quotation' or 'purchase order confirmation'} from ${object.company_id.name}: </p>\n"
" \n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
"   <strong>REFERENCES</strong><br>\n"
"   Order number: <strong>${object.name}</strong><br>\n"
"   Order total: <strong>${object.amount_total} ${object.currency_id.name}</strong><br>\n"
"   Order date: ${object.date_order}<br>\n"
" % if object.origin:\n"
"   Order reference: ${object.origin}<br>\n"
" % endif\n"
" % if object.partner_ref:\n"
"   Your reference: ${object.partner_ref}<br>\n"
" % endif\n"
" % if object.validator:\n"
"   Your contact: <a href=\"mailto:${object.validator.email or ''}?subject=Order ${object.name}\">${object.validator.name}</a>\n"
" % endif\n"
" </p>\n"
"\n"
" <br>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you!</p>\n"
" <br>\n"
" <br>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:  ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web : <a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" %endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: purchase
#: model:email.template,body_html:purchase.email_template_edi_purchase
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is a ${object.state in ('draft', 'sent') and 'request for quotation' or 'purchase order confirmation'} from ${object.company_id.name}: </p>\n"
" \n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
"   <strong>REFERENCES</strong><br>\n"
"   RFQ number: <strong>${object.name}</strong><br>\n"
"   RFQ date: ${object.date_order}<br>\n"
" % if object.origin:\n"
"   RFQ reference: ${object.origin}<br>\n"
" % endif\n"
" % if object.partner_ref:\n"
"   Your reference: ${object.partner_ref}<br>\n"
" % endif\n"
" % if object.validator:\n"
"   Your contact: <a href=\"mailto:${object.validator.email or ''}?subject=Order ${object.name}\">${object.validator.name}</a>\n"
" % endif\n"
" </p>\n"
"\n"
" <br>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you!</p>\n"
" <br>\n"
" <br>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:  ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web : <a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" %endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: purchase
#: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices
msgid "<p class=\"oe_view_nocontent_create\">\n"
@ -412,6 +414,11 @@ msgstr ""
msgid "Associated procurements"
msgstr ""
#. module: purchase
#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time
msgid "Average Delivery Time"
msgstr ""
#. module: purchase
#: field:purchase.report,price_average:0
msgid "Average Price"
@ -467,8 +474,8 @@ msgid "Bid Valid Until"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1157
#: code:addons/purchase/stock.py:129
#: code:addons/purchase/purchase.py:1160
#: code:addons/purchase/stock.py:179
#, python-format
msgid "Buy"
msgstr ""
@ -492,7 +499,7 @@ msgid "Can be Purchased"
msgstr ""
#. module: purchase
#: code:addons/purchase/stock.py:132
#: code:addons/purchase/stock.py:182
#, python-format
msgid "Can't find any generic Buy route."
msgstr ""
@ -513,17 +520,21 @@ msgid "Cancelled"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1005
#: code:addons/purchase/purchase.py:1007
#, python-format
msgid "Cannot delete a purchase order line which is in state '%s'."
msgstr ""
#. module: purchase
#: view:purchase.report:purchase.view_purchase_order_search
#: field:purchase.report,category_id:0
msgid "Category"
msgstr ""
#. module: purchase
#: view:purchase.report:purchase.view_purchase_order_search
msgid "Category of product"
msgstr ""
#. module: purchase
#: field:purchase.config.settings,group_advance_purchase_requisition:0
msgid "Choose from several bids in a call for bids"
@ -554,7 +565,7 @@ msgid "Configuration"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1211
#: code:addons/purchase/purchase.py:1214
#, python-format
msgid "Configuration Error!"
msgstr ""
@ -714,7 +725,6 @@ msgstr ""
#. module: purchase
#: field:purchase.order,location_id:0
#: view:purchase.report:purchase.view_purchase_order_search
#: field:purchase.report,location_id:0
msgid "Destination"
msgstr ""
@ -747,7 +757,7 @@ msgid "Draft PO"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1363
#: code:addons/purchase/purchase.py:1366
#, python-format
msgid "Draft Purchase Order created"
msgstr ""
@ -773,7 +783,7 @@ msgstr ""
#: code:addons/purchase/purchase.py:529
#: code:addons/purchase/purchase.py:546
#: code:addons/purchase/purchase.py:589
#: code:addons/purchase/stock.py:132
#: code:addons/purchase/stock.py:182
#, python-format
msgid "Error!"
msgstr ""
@ -802,12 +812,6 @@ msgstr ""
msgid "Extended Filters"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:681
#, python-format
msgid "First cancel all receipts related to this purchase order."
msgstr ""
#. module: purchase
#: field:purchase.order,fiscal_position:0
msgid "Fiscal Position"
@ -906,7 +910,7 @@ msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:328
#: code:addons/purchase/purchase.py:1005
#: code:addons/purchase/purchase.py:1007
#, python-format
msgid "Invalid Action!"
msgstr ""
@ -943,13 +947,13 @@ msgid "Invoice Received"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1479
#: code:addons/purchase/purchase.py:1482
#, python-format
msgid "Invoice paid"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1459
#: code:addons/purchase/purchase.py:1462
#, python-format
msgid "Invoice received"
msgstr ""
@ -1105,6 +1109,11 @@ msgstr ""
msgid "Messages and communication history"
msgstr ""
#. module: purchase
#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases
msgid "Monthly Purchases"
msgstr ""
#. module: purchase
#: view:website:purchase.report_purchaseorder
msgid "Net Price"
@ -1116,19 +1125,19 @@ msgid "New Mail"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1202
#: code:addons/purchase/purchase.py:1205
#, python-format
msgid "No address defined for the supplier"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1200
#: code:addons/purchase/purchase.py:1203
#, python-format
msgid "No default supplier defined for this product"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1198
#: code:addons/purchase/purchase.py:1201
#, python-format
msgid "No supplier defined for this product !"
msgstr ""
@ -1171,7 +1180,6 @@ msgstr ""
#: view:purchase.order:purchase.view_request_for_quotation_filter
#: field:purchase.order,date_order:0
#: field:purchase.order.line,date_order:0
#: view:purchase.report:purchase.view_purchase_order_search
#: field:purchase.report,date:0
msgid "Order Date"
msgstr ""
@ -1188,6 +1196,7 @@ msgstr ""
#. module: purchase
#: view:purchase.order:purchase.view_purchase_order_filter
#: view:purchase.report:purchase.view_purchase_order_search
msgid "Order Month"
msgstr ""
@ -1229,7 +1238,7 @@ msgid "Outgoing Mails"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1343
#: code:addons/purchase/purchase.py:1346
#, python-format
msgid "PO: %s"
msgstr ""
@ -1291,6 +1300,11 @@ msgstr ""
msgid "Pre-generate draft invoices based on purchase orders"
msgstr ""
#. module: purchase
#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier
msgid "Price Per Supplier"
msgstr ""
#. module: purchase
#: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type
msgid "Price Types"
@ -1334,7 +1348,6 @@ msgstr ""
#: field:purchase.order,product_id:0
#: view:purchase.order.line:purchase.purchase_order_line_search
#: field:purchase.order.line,product_id:0
#: view:purchase.report:purchase.view_purchase_order_search
#: field:purchase.report,product_id:0
msgid "Product"
msgstr ""
@ -1374,7 +1387,7 @@ msgid "Products by Category"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:840
#: code:addons/purchase/purchase.py:842
#, python-format
msgid "Products received"
msgstr ""
@ -1476,7 +1489,7 @@ msgid "Purchase Pricelist"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1365
#: code:addons/purchase/purchase.py:1368
#, python-format
msgid "Purchase line created and linked to an existing Purchase Order"
msgstr ""
@ -1524,12 +1537,11 @@ msgstr ""
#. module: purchase
#: field:purchase.order.line,product_qty:0
#: field:purchase.report,quantity:0
msgid "Quantity"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1367
#: code:addons/purchase/purchase.py:1370
#, python-format
msgid "Quantity added in existing Purchase Order Line"
msgstr ""
@ -1568,7 +1580,7 @@ msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:318
#: code:addons/purchase/purchase.py:934
#: code:addons/purchase/purchase.py:936
#, python-format
msgid "RFQ created"
msgstr ""
@ -1620,11 +1632,6 @@ msgstr ""
msgid "Reference"
msgstr ""
#. module: purchase
#: view:purchase.report:purchase.view_purchase_order_search
msgid "Reference UOM"
msgstr ""
#. module: purchase
#: field:purchase.report,product_uom:0
msgid "Reference Unit of Measure"
@ -1704,7 +1711,7 @@ msgid "Select an Open Sales Order"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1102
#: code:addons/purchase/purchase.py:1104
#, python-format
msgid "Selected Unit of Measure does not belong to the same category as the product Unit of Measure."
msgstr ""
@ -1791,7 +1798,7 @@ msgid "Supplier Features"
msgstr ""
#. module: purchase
#: view:res.partner:purchase.res_partner_view_purchase_buttons
#: view:res.partner:purchase.res_partner_view_purchase_account_buttons
msgid "Supplier Inv."
msgstr ""
@ -1799,7 +1806,7 @@ msgstr ""
#: code:addons/purchase/purchase.py:435
#: code:addons/purchase/wizard/purchase_line_invoice.py:115
#: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices
#: view:res.partner:purchase.res_partner_view_purchase_buttons
#: view:res.partner:purchase.res_partner_view_purchase_account_buttons
#, python-format
msgid "Supplier Invoices"
msgstr ""
@ -1837,19 +1844,19 @@ msgid "The pricelist sets the currency used for this purchase order. It also com
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1211
#: code:addons/purchase/purchase.py:1214
#, python-format
msgid "The product \"%s\" has been defined with your company as reseller which seems to be a configuration error!"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1121
#: code:addons/purchase/purchase.py:1123
#, python-format
msgid "The selected supplier has a minimal quantity set to %s %s, you should not purchase less."
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1117
#: code:addons/purchase/purchase.py:1119
#, python-format
msgid "The selected supplier only sells this product by %s"
msgstr ""
@ -1870,7 +1877,7 @@ msgid "The total amount"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1315
#: code:addons/purchase/purchase.py:1318
#, python-format
msgid "There is no supplier associated to product %s"
msgstr ""
@ -1927,13 +1934,13 @@ msgid "Total amount"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:680
#: code:addons/purchase/purchase.py:685
#, python-format
msgid "Unable to cancel the purchase order %s."
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:687
#: code:addons/purchase/purchase.py:691
#, python-format
msgid "Unable to cancel this purchase order."
msgstr ""
@ -1949,6 +1956,11 @@ msgstr ""
msgid "Unit Price"
msgstr ""
#. module: purchase
#: field:purchase.report,quantity:0
msgid "Unit Quantity"
msgstr ""
#. module: purchase
#: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action
msgid "Unit of Measure Categories"
@ -2013,7 +2025,6 @@ msgstr ""
#. module: purchase
#: field:purchase.order,validator:0
#: view:purchase.report:purchase.view_purchase_order_search
msgid "Validated by"
msgstr ""
@ -2029,15 +2040,14 @@ msgstr ""
#. module: purchase
#: model:ir.model,name:purchase.model_stock_warehouse
#: view:purchase.report:purchase.view_purchase_order_search
#: field:purchase.report,picking_type_id:0
msgid "Warehouse"
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:1102
#: code:addons/purchase/purchase.py:1117
#: code:addons/purchase/purchase.py:1121
#: code:addons/purchase/purchase.py:1104
#: code:addons/purchase/purchase.py:1119
#: code:addons/purchase/purchase.py:1123
#: code:addons/purchase/wizard/purchase_order_group.py:44
#, python-format
msgid "Warning!"
@ -2065,7 +2075,13 @@ msgid "You cannot confirm a purchase order without any purchase order line."
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:688
#: code:addons/purchase/purchase.py:686
#, python-format
msgid "You have already received some goods for it. "
msgstr ""
#. module: purchase
#: code:addons/purchase/purchase.py:692
#, python-format
msgid "You must first cancel all invoices related to this purchase order."
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -141,7 +141,7 @@ msgid "B9 23 33 x 62 mm"
msgstr ""
#. module: report
#: code:addons/report/models/report.py:279
#: code:addons/report/models/report.py:290
#, python-format
msgid "Bad Report Reference"
msgstr ""
@ -355,7 +355,7 @@ msgid "Report"
msgstr ""
#. module: report
#: code:addons/report/models/report.py:421
#: code:addons/report/models/report.py:438
#, python-format
msgid "Report (PDF)"
msgstr ""
@ -388,13 +388,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm"
msgstr ""
#. module: report
#: code:addons/report/models/report.py:128
#, python-format
msgid "The preferred way to edit a report is to use the HTML Editor"
msgstr ""
#. module: report
#: code:addons/report/models/report.py:280
#: code:addons/report/models/report.py:291
#, python-format
msgid "This report is not loaded into the database: %s."
msgstr ""
@ -419,7 +413,7 @@ msgid "Website:"
msgstr ""
#. module: report
#: code:addons/report/models/report.py:422
#: code:addons/report/models/report.py:439
#, python-format
msgid "Wkhtmltopdf failed (error code: %s). Message: %s"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,84 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: sale
#: model:email.template,body_html:sale.email_template_edi_sale
msgid "\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}: </p>\n"
"\n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
" &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
" &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
" &nbsp;&nbsp;Order total: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />\n"
" &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
" % if object.origin:\n"
" &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
" % endif\n"
" % if object.client_order_ref:\n"
" &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
" % endif\n"
" % if object.user_id:\n"
" &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
" % endif\n"
" </p>\n"
" <p>\n"
" You can view your quotation online:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\"\n"
" href=\"/quote/${object.id}/${object.access_token}\">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>\n"
"\n"
" % if object.paypal_url:\n"
" <br/>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
" </a>\n"
" % endif\n"
"\n"
" <br/>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
" <br/>\n"
" <br/>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br/>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br/>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br/>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br/>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:&nbsp; ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web :&nbsp;<a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" %endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: sale
#: field:product.product,sales_count:0
#: field:product.template,sales_count:0
@ -60,82 +138,6 @@ msgid "* The 'Draft' status is set when the related sales order in draft status.
"* The 'Cancelled' status is set when a user cancel the sales order related."
msgstr ""
#. module: sale
#: model:email.template,body_html:sale.email_template_edi_sale
msgid "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello ${object.partner_id.name},</p>\n"
" \n"
" <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}: </p>\n"
"\n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
"   <strong>REFERENCES</strong><br>\n"
"   Order number: <strong>${object.name}</strong><br>\n"
"   Order total: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br>\n"
"   Order date: ${object.date_order}<br>\n"
" % if object.origin:\n"
"   Order reference: ${object.origin}<br>\n"
" % endif\n"
" % if object.client_order_ref:\n"
"   Your reference: ${object.client_order_ref}<br>\n"
" % endif\n"
" % if object.user_id:\n"
"   Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Order ${object.name}\">${object.user_id.name}</a>\n"
" % endif\n"
" </p>\n"
" <p>\n"
" You can view your quotation online:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\" href=\"/quote/${object.id}/${object.access_token}\">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>\n"
"\n"
" % if object.paypal_url:\n"
" <br>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\">\n"
" </a>\n"
" % endif\n"
"\n"
" <br>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
" <br>\n"
" <br>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n"
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n"
" Phone:  ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web : <a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" %endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: sale
#: model:ir.actions.act_window,help:sale.action_orders
msgid "<p class=\"oe_view_nocontent_create\">\n"
@ -354,7 +356,6 @@ msgid "Allows you to specify different delivery and invoice addresses on a sales
msgstr ""
#. module: sale
#: view:sale.report:sale.view_order_product_search
#: field:sale.report,analytic_account_id:0
msgid "Analytic Account"
msgstr ""
@ -375,7 +376,7 @@ msgid "Before Delivery"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1042
#: code:addons/sale/sale.py:1041
#, python-format
msgid "Before choosing a product,\n"
" select a customer in the sales form."
@ -426,19 +427,19 @@ msgid "Cancelled"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:581
#: code:addons/sale/sale.py:588
#, python-format
msgid "Cannot cancel this sales order!"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1165
#: code:addons/sale/sale.py:1164
#, python-format
msgid "Cannot delete a sales order line which is in state '%s'."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1134
#: code:addons/sale/sale.py:1133
#, python-format
msgid "Cannot find a pricelist line matching this product and quantity.\n"
"You have to change either the product, the quantity or the pricelist."
@ -494,7 +495,7 @@ msgid "Company"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1142
#: code:addons/sale/sale.py:1141
#: code:addons/sale/wizard/sale_make_invoice_advance.py:92
#: code:addons/sale/wizard/sale_make_invoice_advance.py:96
#, python-format
@ -598,11 +599,12 @@ msgstr ""
#: view:sale.order:sale.view_sales_order_filter
#: field:sale.order,partner_id:0
#: field:sale.order.line,order_partner_id:0
#: view:sale.report:sale.view_order_product_search
msgid "Customer"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:457
#: code:addons/sale/sale.py:464
#, python-format
msgid "Customer Invoices"
msgstr ""
@ -755,12 +757,12 @@ msgid "Enable Invoicing Sales order lines"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:148
#: code:addons/sale/sale.py:383
#: code:addons/sale/sale.py:515
#: code:addons/sale/sale.py:612
#: code:addons/sale/sale.py:930
#: code:addons/sale/sale.py:947
#: code:addons/sale/sale.py:154
#: code:addons/sale/sale.py:390
#: code:addons/sale/sale.py:522
#: code:addons/sale/sale.py:605
#: code:addons/sale/sale.py:927
#: code:addons/sale/sale.py:944
#, python-format
msgid "Error!"
msgstr ""
@ -781,7 +783,7 @@ msgid "False"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:582
#: code:addons/sale/sale.py:589
#, python-format
msgid "First cancel all invoices attached to this sales order."
msgstr ""
@ -881,7 +883,7 @@ msgid "If checked new messages require your attention."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:298
#: code:addons/sale/sale.py:305
#, python-format
msgid "If you change the pricelist of this order (and eventually the currency), prices of existing order lines will not be updated."
msgstr ""
@ -897,7 +899,7 @@ msgid "In Progress"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:267
#: code:addons/sale/sale.py:274
#, python-format
msgid "In order to delete a confirmed sales order, you must cancel it before!"
msgstr ""
@ -909,9 +911,9 @@ msgid "Incorrect Data"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:267
#: code:addons/sale/sale.py:986
#: code:addons/sale/sale.py:1165
#: code:addons/sale/sale.py:274
#: code:addons/sale/sale.py:983
#: code:addons/sale/sale.py:1164
#, python-format
msgid "Invalid Action!"
msgstr ""
@ -995,7 +997,7 @@ msgid "Invoice created"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1224
#: code:addons/sale/sale.py:1217
#, python-format
msgid "Invoice paid"
msgstr ""
@ -1119,19 +1121,19 @@ msgid "New Mail"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1042
#: code:addons/sale/sale.py:1041
#, python-format
msgid "No Customer Defined!"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1126
#: code:addons/sale/sale.py:1125
#, python-format
msgid "No Pricelist ! : "
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1137
#: code:addons/sale/sale.py:1136
#, python-format
msgid "No valid pricelist line found ! :"
msgstr ""
@ -1179,11 +1181,6 @@ msgstr ""
msgid "Order"
msgstr ""
#. module: sale
#: view:sale.report:sale.view_order_product_search
msgid "Order Date"
msgstr ""
#. module: sale
#: view:sale.order:sale.view_order_form
#: field:sale.order,order_line:0
@ -1197,6 +1194,7 @@ msgstr ""
#. module: sale
#: view:sale.order:sale.view_sales_order_filter
#: view:sale.report:sale.view_order_product_search
msgid "Order Month"
msgstr ""
@ -1248,7 +1246,6 @@ msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_res_partner
#: view:sale.report:sale.view_order_product_search
#: field:sale.report,partner_id:0
msgid "Partner"
msgstr ""
@ -1274,13 +1271,13 @@ msgid "Percentage"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:931
#: code:addons/sale/sale.py:928
#, python-format
msgid "Please define income account for this product: \"%s\" (id:%d)."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:384
#: code:addons/sale/sale.py:391
#, python-format
msgid "Please define sales journal for this company: \"%s\" (id:%d)."
msgstr ""
@ -1302,7 +1299,7 @@ msgid "Pricelist"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:297
#: code:addons/sale/sale.py:304
#, python-format
msgid "Pricelist Warning!"
msgstr ""
@ -1334,10 +1331,10 @@ msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_product_product
#: field:sale.order,product_id:0
#: view:sale.order.line:sale.view_sales_order_line_filter
#: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter
#: field:sale.order.line,product_id:0
#: view:sale.report:sale.view_order_product_search
#: field:sale.report,product_id:0
msgid "Product"
msgstr ""
@ -1427,7 +1424,7 @@ msgid "Quotation confirmed"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:355
#: code:addons/sale/sale.py:362
#, python-format
msgid "Quotation created"
msgstr ""
@ -1478,11 +1475,6 @@ msgstr ""
msgid "Recreate Invoice"
msgstr ""
#. module: sale
#: view:sale.report:sale.view_order_product_search
msgid "Reference Unit of Measure"
msgstr ""
#. module: sale
#: help:sale.order,origin:0
msgid "Reference of the document that generated this sales order request."
@ -1508,6 +1500,11 @@ msgstr ""
msgid "Revenue of sent invoices per month."
msgstr ""
#. module: sale
#: field:procurement.order,sale_line_id:0
msgid "Sale Order Line"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_order_line_make_invoice
msgid "Sale OrderLine Make_invoice"
@ -1543,14 +1540,18 @@ msgstr ""
msgid "Sales Analysis"
msgstr ""
#. module: sale
#: model:ir.filters,name:sale.filter_sale_report_sales_funnel
msgid "Sales Funnel"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_make_invoice
msgid "Sales Make Invoice"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:277
#: code:addons/sale/sale.py:598
#: code:addons/sale/sale.py:284
#: model:ir.model,name:sale.model_sale_order
#: field:res.partner,sale_order_ids:0
#: model:res.request.link,name:sale.req_link_sale_order
@ -1658,11 +1659,6 @@ msgstr ""
msgid "Sales in Exception"
msgstr ""
#. module: sale
#: field:procurement.order,sale_line_id:0
msgid "Sales order line"
msgstr ""
#. module: sale
#: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter
msgid "Sales order lines done"
@ -1827,13 +1823,13 @@ msgid "The value of Advance Amount must be positive."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:948
#: code:addons/sale/sale.py:945
#, python-format
msgid "There is no Fiscal Position defined or Income category account defined for default properties of Product categories."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:148
#: code:addons/sale/sale.py:154
#, python-format
msgid "There is no default company for the current user!"
msgstr ""
@ -2058,13 +2054,13 @@ msgid "What do you want to invoice?"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:986
#: code:addons/sale/sale.py:983
#, python-format
msgid "You cannot cancel a sales order line that has already been invoiced."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:612
#: code:addons/sale/sale.py:605
#, python-format
msgid "You cannot confirm a sales order which has no line."
msgstr ""
@ -2076,13 +2072,13 @@ msgid "You cannot create invoice when sales order is not confirmed."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:516
#: code:addons/sale/sale.py:523
#, python-format
msgid "You cannot group sales having different currencies for the same partner."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:1124
#: code:addons/sale/sale.py:1123
#, python-format
msgid "You have to select a pricelist or a customer in the sales form !\n"
"Please set one before choosing a product."

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -55,3 +55,8 @@ msgstr ""
msgid "Sales Order Line"
msgstr ""
#. module: sale_mrp
#: model:ir.model,name:sale_mrp.model_stock_move
msgid "Stock Move"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -36,6 +36,11 @@ msgstr ""
msgid "Procurement"
msgstr ""
#. module: sale_service
#: model:ir.model,name:sale_service.model_product_product
msgid "Product"
msgstr ""
#. module: sale_service
#: model:ir.model,name:sale_service.model_product_template
msgid "Product Template"
@ -52,7 +57,6 @@ msgid "Project Management Information"
msgstr ""
#. module: sale_service
#: model:ir.model,name:sale_service.model_sale_order_line
#: field:project.task,sale_line_id:0
msgid "Sales Order Line"
msgstr ""
@ -69,7 +73,7 @@ msgid "Task Stage"
msgstr ""
#. module: sale_service
#: code:addons/sale_service/models/sale_service.py:97
#: code:addons/sale_service/models/sale_service.py:96
#, python-format
msgid "Task created"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -16,7 +16,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: sale_stock
#: code:addons/sale_stock/sale_stock.py:261
#: code:addons/sale_stock/sale_stock.py:266
#, python-format
msgid "(n/a)"
msgstr ""
@ -65,8 +65,8 @@ msgid "Companies"
msgstr ""
#. module: sale_stock
#: code:addons/sale_stock/sale_stock.py:272
#: code:addons/sale_stock/sale_stock.py:345
#: code:addons/sale_stock/sale_stock.py:277
#: code:addons/sale_stock/sale_stock.py:351
#, python-format
msgid "Configuration Error!"
msgstr ""
@ -164,7 +164,7 @@ msgid "Margin of error for dates promised to customers. Products will be schedul
msgstr ""
#. module: sale_stock
#: code:addons/sale_stock/sale_stock.py:340
#: code:addons/sale_stock/sale_stock.py:346
#, python-format
msgid "Not enough stock ! : "
msgstr ""
@ -191,12 +191,7 @@ msgid "Pick 'Deliver each product when available' if you allow partial delivery.
msgstr ""
#. module: sale_stock
#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit
msgid "Picked"
msgstr ""
#. module: sale_stock
#: code:addons/sale_stock/sale_stock.py:270
#: code:addons/sale_stock/sale_stock.py:275
#, python-format
msgid "Picking Information ! : "
msgstr ""
@ -216,6 +211,16 @@ msgstr ""
msgid "Prepare invoices based on task's activities"
msgstr ""
#. module: sale_stock
#: model:ir.model,name:sale_stock.model_product_product
msgid "Product"
msgstr ""
#. module: sale_stock
#: field:sale.order.line,product_tmpl_id:0
msgid "Product Template"
msgstr ""
#. module: sale_stock
#: field:sale.config.settings,group_mrp_properties:0
msgid "Product properties on order lines"
@ -319,7 +324,6 @@ msgstr ""
#. module: sale_stock
#: field:sale.order,warehouse_id:0
#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit
#: field:sale.report,warehouse_id:0
msgid "Warehouse"
msgstr ""
@ -336,14 +340,14 @@ msgid "You must first cancel all delivery order(s) attached to this sales order.
msgstr ""
#. module: sale_stock
#: code:addons/sale_stock/sale_stock.py:336
#: code:addons/sale_stock/sale_stock.py:342
#, python-format
msgid "You plan to sell %.2f %s but you only have %.2f %s available !\n"
"The real stock is %.2f %s. (without reservations)"
msgstr ""
#. module: sale_stock
#: code:addons/sale_stock/sale_stock.py:265
#: code:addons/sale_stock/sale_stock.py:270
#, python-format
msgid "You selected a quantity of %d Units.\n"
"But it's not compatible with the selected packaging.\n"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -22,19 +22,19 @@ msgid "\n"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:523
#: code:addons/share/wizard/share_wizard.py:525
#, python-format
msgid "(Copy for sharing)"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:548
#: code:addons/share/wizard/share_wizard.py:550
#, python-format
msgid "(Duplicated for modified sharing permissions)"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:598
#: code:addons/share/wizard/share_wizard.py:600
#, python-format
msgid "(Modified)"
msgstr ""
@ -65,7 +65,7 @@ msgid "Access rights to be granted on the shared documents."
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:639
#: code:addons/share/wizard/share_wizard.py:641
#, python-format
msgid "Action and Access Mode are required to create a shared access."
msgstr ""
@ -117,7 +117,7 @@ msgid "Configuration"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:490
#: code:addons/share/wizard/share_wizard.py:492
#, python-format
msgid "Copied access for sharing"
msgstr ""
@ -140,14 +140,14 @@ msgid "Current View Type"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:829
#: code:addons/share/wizard/share_wizard.py:861
#: code:addons/share/wizard/share_wizard.py:831
#: code:addons/share/wizard/share_wizard.py:863
#, python-format
msgid "Database"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:76
#: code:addons/share/wizard/share_wizard.py:77
#, python-format
msgid "Direct link or embed code"
msgstr ""
@ -168,14 +168,14 @@ msgid "Domain"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:812
#: code:addons/share/wizard/share_wizard.py:843
#: code:addons/share/wizard/share_wizard.py:814
#: code:addons/share/wizard/share_wizard.py:845
#, python-format
msgid "Email Required"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:76
#: code:addons/share/wizard/share_wizard.py:77
#: field:share.wizard,new_users:0
#, python-format
msgid "Emails"
@ -209,8 +209,8 @@ msgid "Group created to set access rights for sharing data with some users."
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:820
#: code:addons/share/wizard/share_wizard.py:852
#: code:addons/share/wizard/share_wizard.py:822
#: code:addons/share/wizard/share_wizard.py:854
#, python-format
msgid "Hello,\n"
"\n"
@ -218,7 +218,7 @@ msgid "Hello,\n"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:821
#: code:addons/share/wizard/share_wizard.py:823
#, python-format
msgid "I have shared %s (%s) with you!\n"
"\n"
@ -226,7 +226,7 @@ msgid "I have shared %s (%s) with you!\n"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:853
#: code:addons/share/wizard/share_wizard.py:855
#, python-format
msgid "I've shared %s with you!\n"
"\n"
@ -245,19 +245,19 @@ msgid "Include an Optional Personal Message"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:613
#: code:addons/share/wizard/share_wizard.py:615
#, python-format
msgid "Indirect sharing filter created by user %s (%s) for group %s"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:794
#: code:addons/share/wizard/share_wizard.py:796
#, python-format
msgid "Invitation"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:819
#: code:addons/share/wizard/share_wizard.py:821
#, python-format
msgid "Invitation to collaborate about %s"
msgstr ""
@ -319,7 +319,7 @@ msgid "Next"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:202
#: code:addons/share/wizard/share_wizard.py:204
#, python-format
msgid "No email address configured"
msgstr ""
@ -330,8 +330,8 @@ msgid "Non-Share Groups"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:833
#: code:addons/share/wizard/share_wizard.py:867
#: code:addons/share/wizard/share_wizard.py:835
#: code:addons/share/wizard/share_wizard.py:869
#, python-format
msgid "Odoo is a powerful and user-friendly suite of Business Applications (CRM, Sales, HR, etc.)\n"
"It is open source and can be found on http://www.openerp.com."
@ -353,8 +353,8 @@ msgid "Or insert the following code where you want to embed your documents"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:828
#: code:addons/share/wizard/share_wizard.py:860
#: code:addons/share/wizard/share_wizard.py:830
#: code:addons/share/wizard/share_wizard.py:862
#: field:share.wizard.result.line,password:0
#, python-format
msgid "Password"
@ -366,7 +366,7 @@ msgid "Personal Message"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:646
#: code:addons/share/wizard/share_wizard.py:648
#, python-format
msgid "Please indicate the emails of the persons to share with, one per line."
msgstr ""
@ -377,7 +377,7 @@ msgid "Please select the action that opens the screen containing the data you wa
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:757
#: code:addons/share/wizard/share_wizard.py:759
#, python-format
msgid "Record id not found"
msgstr ""
@ -454,7 +454,7 @@ msgid "Share your documents"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:770
#: code:addons/share/wizard/share_wizard.py:772
#, python-format
msgid "Shared access created!"
msgstr ""
@ -470,14 +470,14 @@ msgid "Sharing Options"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:60
#: code:addons/share/wizard/share_wizard.py:634
#: code:addons/share/wizard/share_wizard.py:61
#: code:addons/share/wizard/share_wizard.py:636
#, python-format
msgid "Sharing access cannot be created."
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:576
#: code:addons/share/wizard/share_wizard.py:578
#, python-format
msgid "Sharing filter created by user %s (%s) for group %s"
msgstr ""
@ -493,7 +493,7 @@ msgid "Sharing: preparation"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:635
#: code:addons/share/wizard/share_wizard.py:637
#, python-format
msgid "Sorry, the current screen and filter you are trying to share are not supported at the moment.\n"
"You may want to try a simpler filter."
@ -511,15 +511,15 @@ msgid "The action that opens the screen containing the data you wish to share."
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:812
#: code:addons/share/wizard/share_wizard.py:843
#: code:addons/share/wizard/share_wizard.py:814
#: code:addons/share/wizard/share_wizard.py:845
#, python-format
msgid "The current user must have an email address configured in User Preferences to be able to send outgoing emails."
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:825
#: code:addons/share/wizard/share_wizard.py:854
#: code:addons/share/wizard/share_wizard.py:827
#: code:addons/share/wizard/share_wizard.py:856
#, python-format
msgid "The documents are not attached, you can view them online directly on my Odoo server at:\n"
" %s\n"
@ -528,14 +528,14 @@ msgid "The documents are not attached, you can view them online directly on my O
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:863
#: code:addons/share/wizard/share_wizard.py:865
#, python-format
msgid "The documents have been automatically added to your current Odoo documents.\n"
""
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:830
#: code:addons/share/wizard/share_wizard.py:832
#, python-format
msgid "The documents have been automatically added to your subscriptions.\n"
"\n"
@ -543,14 +543,14 @@ msgid "The documents have been automatically added to your subscriptions.\n"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:757
#: code:addons/share/wizard/share_wizard.py:759
#, python-format
msgid "The share engine has not been able to fetch a record_id for your invitation."
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:826
#: code:addons/share/wizard/share_wizard.py:858
#: code:addons/share/wizard/share_wizard.py:828
#: code:addons/share/wizard/share_wizard.py:860
#, python-format
msgid "These are your credentials to access this protected area:\n"
""
@ -572,8 +572,8 @@ msgid "User"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:827
#: code:addons/share/wizard/share_wizard.py:859
#: code:addons/share/wizard/share_wizard.py:829
#: code:addons/share/wizard/share_wizard.py:861
#, python-format
msgid "Username"
msgstr ""
@ -584,20 +584,20 @@ msgid "Users"
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:864
#: code:addons/share/wizard/share_wizard.py:866
#, python-format
msgid "You may use your current login (%s) and password to view them.\n"
""
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:642
#: code:addons/share/wizard/share_wizard.py:644
#, python-format
msgid "You must be a member of the Share/User group to use the share wizard."
msgstr ""
#. module: share
#: code:addons/share/wizard/share_wizard.py:203
#: code:addons/share/wizard/share_wizard.py:205
#, python-format
msgid "You must configure your email address in the user preferences before using the Share button."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -41,7 +41,7 @@ msgid "Accounting Information"
msgstr ""
#. module: stock_account
#: code:addons/stock_account/wizard/stock_change_standard_price.py:70
#: code:addons/stock_account/wizard/stock_change_standard_price.py:76
#, python-format
msgid "Active ID is not set in Context."
msgstr ""
@ -186,8 +186,8 @@ msgid "Destination Journal"
msgstr ""
#. module: stock_account
#: code:addons/stock_account/product.py:49
#: code:addons/stock_account/product.py:81
#: code:addons/stock_account/product.py:83
#: code:addons/stock_account/product.py:116
#: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91
#, python-format
msgid "Error!"
@ -326,7 +326,7 @@ msgid "Move"
msgstr ""
#. module: stock_account
#: code:addons/stock_account/product.py:81
#: code:addons/stock_account/product.py:116
#, python-format
msgid "No difference between standard price and new price!"
msgstr ""
@ -358,7 +358,7 @@ msgid "Not Applicable"
msgstr ""
#. module: stock_account
#: code:addons/stock_account/product.py:49
#: code:addons/stock_account/product.py:83
#, python-format
msgid "One of the following information is missing on the product or product category and prevents the accounting valuation entries to be created:\n"
" Product: %s\n"
@ -400,7 +400,6 @@ msgid "Procurement Rule"
msgstr ""
#. module: stock_account
#: model:ir.model,name:stock_account.model_product_product
#: view:stock.history:stock_account.view_stock_history_report_search
#: field:stock.history,product_id:0
msgid "Product"
@ -479,8 +478,8 @@ msgid "Standard Price"
msgstr ""
#. module: stock_account
#: code:addons/stock_account/product.py:101
#: code:addons/stock_account/product.py:108
#: code:addons/stock_account/product.py:137
#: code:addons/stock_account/product.py:144
#, python-format
msgid "Standard Price changed"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -20,3 +20,8 @@ msgstr ""
msgid "Dropship"
msgstr ""
#. module: stock_dropshipping
#: model:ir.model,name:stock_dropshipping.model_stock_invoice_onshipping
msgid "Stock Invoice Onshipping"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: stock_landed_costs
#: code:addons/stock_landed_costs/stock_landed_costs.py:142
#: code:addons/stock_landed_costs/stock_landed_costs.py:150
#, python-format
msgid " already out"
msgstr ""
#. module: stock_landed_costs
#: model:ir.actions.act_window,help:stock_landed_costs.action_stock_landed_cost
msgid "<p class=\"oe_view_nocontent_create\">\n"
@ -90,6 +97,11 @@ msgstr ""
msgid "Compute"
msgstr ""
#. module: stock_landed_costs
#: field:stock.landed.cost.lines,price_unit:0
msgid "Cost"
msgstr ""
#. module: stock_landed_costs
#: field:stock.valuation.adjustment.lines,cost_line_id:0
msgid "Cost Line"
@ -151,8 +163,8 @@ msgstr ""
#. module: stock_landed_costs
#: code:addons/stock_landed_costs/stock_landed_costs.py:74
#: code:addons/stock_landed_costs/stock_landed_costs.py:110
#: code:addons/stock_landed_costs/stock_landed_costs.py:149
#: code:addons/stock_landed_costs/stock_landed_costs.py:112
#: code:addons/stock_landed_costs/stock_landed_costs.py:192
#, python-format
msgid "Error!"
msgstr ""
@ -292,7 +304,7 @@ msgid "Pickings"
msgstr ""
#. module: stock_landed_costs
#: code:addons/stock_landed_costs/stock_landed_costs.py:110
#: code:addons/stock_landed_costs/stock_landed_costs.py:112
#, python-format
msgid "Please configure Stock Expense Account for product: %s."
msgstr ""
@ -381,11 +393,6 @@ msgstr ""
msgid "Total"
msgstr ""
#. module: stock_landed_costs
#: field:stock.landed.cost.lines,price_unit:0
msgid "Unit Price"
msgstr ""
#. module: stock_landed_costs
#: field:stock.landed.cost,message_unread:0
msgid "Unread Messages"
@ -423,9 +430,9 @@ msgid "Weight"
msgstr ""
#. module: stock_landed_costs
#: code:addons/stock_landed_costs/stock_landed_costs.py:149
#: code:addons/stock_landed_costs/stock_landed_costs.py:192
#, python-format
msgid "You cannot validate a landed cost which has no valuation line."
msgid "You cannot validate a landed cost which has no valid valuation lines."
msgstr ""
#. module: stock_landed_costs

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-23 16:27+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,27 +15,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: survey
#: view:survey.page:survey.survey_page_tree
msgid "#Questions"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:246
#: code:addons/survey/survey.py:541
#: code:addons/survey/survey.py:660
#, python-format
msgid "%s (copy)"
msgstr ""
#. module: survey
#: view:website:survey.page
msgid "&times;"
msgstr ""
#. module: survey
#: model:email.template,body_html:survey.email_template_survey
msgid "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); \">\n"
msgid "\n"
" \n"
" <div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); \">\n"
" <p>Hello,</p>\n"
" <p>We are conducting a survey, and your response would be appreciated.</p>\n"
" <p><a href=\"__URL__\">Please, click here to start survey</a></p>\n"
@ -45,6 +29,24 @@ msgid "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-s
" "
msgstr ""
#. module: survey
#: view:survey.page:survey.survey_page_tree
msgid "#Questions"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:246
#: code:addons/survey/survey.py:543
#: code:addons/survey/survey.py:662
#, python-format
msgid "%s (copy)"
msgstr ""
#. module: survey
#: view:website:survey.page
msgid "&times;"
msgstr ""
#. module: survey
#: model:ir.actions.act_window,help:survey.action_survey_form
msgid "<p class=\"oe_view_nocontent_create\">Click to add a survey.</p>\n"
@ -178,7 +180,7 @@ msgstr ""
#. module: survey
#: view:survey.survey:survey.survey_kanban
msgid "Analyse Answers"
msgid "Analyze Answers"
msgstr ""
#. module: survey
@ -559,7 +561,7 @@ msgid "Error message"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:437
#: code:addons/survey/survey.py:439
#, python-format
msgid "Error!"
msgstr ""
@ -737,7 +739,7 @@ msgid "If closed, people won't be able to answer to surveys in this column."
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:647
#: code:addons/survey/survey.py:649
#: model:survey.question,comments_message:survey.feedback_1_1
#: model:survey.question,comments_message:survey.feedback_1_2
#: model:survey.question,comments_message:survey.feedback_2_1
@ -1572,6 +1574,11 @@ msgstr ""
msgid "Suggestion"
msgstr ""
#. module: survey
#: view:website:survey.result_number
msgid "Sum"
msgstr ""
#. module: survey
#: field:survey.survey,message_summary:0
msgid "Summary"
@ -1734,7 +1741,7 @@ msgid "The answer must be in the right type"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:645
#: code:addons/survey/survey.py:647
#: model:survey.question,validation_error_msg:survey.feedback_1_1
#: model:survey.question,validation_error_msg:survey.feedback_1_2
#: model:survey.question,validation_error_msg:survey.feedback_2_1
@ -1814,19 +1821,19 @@ msgid "They help new users to understand Odoo"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:698
#: code:addons/survey/survey.py:700
#, python-format
msgid "This answer must be an email address"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:740
#: code:addons/survey/survey.py:742
#, python-format
msgid "This is not a date/time"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:717
#: code:addons/survey/survey.py:719
#, python-format
msgid "This is not a number"
msgstr ""
@ -1842,7 +1849,7 @@ msgid "This message will be displayed when survey is completed"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:644
#: code:addons/survey/survey.py:646
#: model:survey.question,constr_error_msg:survey.feedback_1_1
#: model:survey.question,constr_error_msg:survey.feedback_1_2
#: model:survey.question,constr_error_msg:survey.feedback_2_1
@ -2032,9 +2039,9 @@ msgid "Votes"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:442
#: code:addons/survey/survey.py:896
#: code:addons/survey/survey.py:1028
#: code:addons/survey/survey.py:444
#: code:addons/survey/survey.py:898
#: code:addons/survey/survey.py:1030
#: code:addons/survey/wizard/survey_email_compose_message.py:95
#: code:addons/survey/wizard/survey_email_compose_message.py:188
#: code:addons/survey/wizard/survey_email_compose_message.py:213
@ -2104,20 +2111,20 @@ msgid "You can share your survey web public link and/or send private invitations
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:896
#: code:addons/survey/survey.py:1028
#: code:addons/survey/survey.py:898
#: code:addons/survey/survey.py:1030
#, python-format
msgid "You cannot duplicate this element!"
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:437
#: code:addons/survey/survey.py:439
#, python-format
msgid "You cannot send an invitation for a survey that has no questions."
msgstr ""
#. module: survey
#: code:addons/survey/survey.py:443
#: code:addons/survey/survey.py:445
#, python-format
msgid "You cannot send invitations for closed surveys."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -17,42 +17,42 @@ msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:1267
#: code:addons/web_calendar/static/src/js/web_calendar.js:1284
#, python-format
msgid "Add"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:26
#: code:addons/web_calendar/static/src/js/web_calendar.js:27
#, python-format
msgid "All day"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:895
#: code:addons/web_calendar/static/src/js/web_calendar.js:906
#, python-format
msgid "Are you sure you want to delete this record ?"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:64
#: code:addons/web_calendar/static/src/js/web_calendar.js:75
#, python-format
msgid "Calendar"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:120
#: code:addons/web_calendar/static/src/js/web_calendar.js:131
#, python-format
msgid "Calendar view has not defined 'date_start' attribute."
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:928
#: code:addons/web_calendar/static/src/js/web_calendar.js:939
#, python-format
msgid "Create"
msgstr ""
@ -66,35 +66,35 @@ msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:933
#: code:addons/web_calendar/static/src/js/web_calendar.js:944
#, python-format
msgid "Create: "
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:1199
#: code:addons/web_calendar/static/src/js/web_calendar.js:1216
#, python-format
msgid "Dataset for type '%s' is not defined."
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#: code:addons/web_calendar/static/src/js/web_calendar.js:32
#, python-format
msgid "Day"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:815
#: code:addons/web_calendar/static/src/js/web_calendar.js:826
#, python-format
msgid "Delete"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:816
#: code:addons/web_calendar/static/src/js/web_calendar.js:827
#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67
#, python-format
msgid "Edit Event"
@ -116,35 +116,35 @@ msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#, python-format
msgid "Month"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:1319
#: code:addons/web_calendar/static/src/js/web_calendar.js:1336
#, python-format
msgid "Open: "
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:28
#: code:addons/web_calendar/static/src/js/web_calendar.js:29
#, python-format
msgid "Today"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:806
#: code:addons/web_calendar/static/src/js/web_calendar.js:817
#, python-format
msgid "View: %s"
msgstr ""
#. module: web_calendar
#. openerp-web
#: code:addons/web_calendar/static/src/js/web_calendar.js:30
#: code:addons/web_calendar/static/src/js/web_calendar.js:31
#, python-format
msgid "Week"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -152,26 +152,26 @@ msgstr ""
#. module: web_graph
#. openerp-web
#: code:addons/web_graph/static/src/js/graph_widget.js:463
#: code:addons/web_graph/static/src/js/graph_widget.js:686
#: code:addons/web_graph/static/src/js/graph_widget.js:687
#: code:addons/web_graph/static/src/js/pivot_table.js:331
#: code:addons/web_graph/static/src/js/graph_widget.js:474
#: code:addons/web_graph/static/src/js/graph_widget.js:707
#: code:addons/web_graph/static/src/js/graph_widget.js:708
#: code:addons/web_graph/static/src/js/pivot_table.js:335
#, python-format
msgid "Total"
msgstr ""
#. module: web_graph
#. openerp-web
#: code:addons/web_graph/static/src/js/graph_widget.js:601
#: code:addons/web_graph/static/src/js/graph_widget.js:702
#: code:addons/web_graph/static/src/js/graph_widget.js:711
#: code:addons/web_graph/static/src/js/graph_widget.js:715
#: code:addons/web_graph/static/src/js/graph_widget.js:720
#: code:addons/web_graph/static/src/js/graph_widget.js:725
#: code:addons/web_graph/static/src/js/graph_widget.js:728
#: code:addons/web_graph/static/src/js/graph_widget.js:773
#: code:addons/web_graph/static/src/js/graph_widget.js:802
#: code:addons/web_graph/static/src/js/pivot_table.js:429
#: code:addons/web_graph/static/src/js/graph_widget.js:615
#: code:addons/web_graph/static/src/js/graph_widget.js:723
#: code:addons/web_graph/static/src/js/graph_widget.js:732
#: code:addons/web_graph/static/src/js/graph_widget.js:736
#: code:addons/web_graph/static/src/js/graph_widget.js:741
#: code:addons/web_graph/static/src/js/graph_widget.js:746
#: code:addons/web_graph/static/src/js/graph_widget.js:749
#: code:addons/web_graph/static/src/js/graph_widget.js:794
#: code:addons/web_graph/static/src/js/graph_widget.js:823
#: code:addons/web_graph/static/src/js/pivot_table.js:433
#, python-format
msgid "Undefined"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -38,21 +38,21 @@ msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:482
#: code:addons/web_kanban/static/src/js/kanban.js:484
#, python-format
msgid "An error has occured while moving the record to this group: "
msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:807
#: code:addons/web_kanban/static/src/js/kanban.js:809
#, python-format
msgid "Are you sure to remove this column ?"
msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:1060
#: code:addons/web_kanban/static/src/js/kanban.js:1062
#, python-format
msgid "Are you sure you want to delete this record ?"
msgstr ""
@ -66,7 +66,7 @@ msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:1225
#: code:addons/web_kanban/static/src/js/kanban.js:1227
#, python-format
msgid "Create: "
msgstr ""
@ -87,14 +87,14 @@ msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:788
#: code:addons/web_kanban/static/src/js/kanban.js:790
#, python-format
msgid "Edit column"
msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:779
#: code:addons/web_kanban/static/src/js/kanban.js:781
#: code:addons/web_kanban/static/src/xml/web_kanban.xml:46
#, python-format
msgid "Fold"
@ -123,14 +123,14 @@ msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:602
#: code:addons/web_kanban/static/src/js/kanban.js:604
#, python-format
msgid "Undefined"
msgstr ""
#. module: web_kanban
#. openerp-web
#: code:addons/web_kanban/static/src/js/kanban.js:779
#: code:addons/web_kanban/static/src/js/kanban.js:781
#, python-format
msgid "Unfold"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -25,6 +25,7 @@ msgid "&nbsp;"
msgstr ""
#. module: website
#: view:website:website.info
#: view:website:website.themes
msgid "&times;"
msgstr ""
@ -36,17 +37,33 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:356
#: code:addons/website/static/src/xml/website.editor.xml:366
#, python-format
msgid "(Youtube, Vimeo, Dailymotion)"
msgstr ""
#. module: website
#: view:website:website.info
msgid ",\n"
" updated:"
msgstr ""
#. module: website
#: view:website:website.layout
msgid ",\n"
" the #1"
msgstr ""
#. module: website
#: view:website:website.info
msgid ", author:"
msgstr ""
#. module: website
#: view:website:website.info
msgid ", updated:"
msgstr ""
#. module: website
#: view:website:website.sitemap_index_xml
msgid ".xml"
@ -161,7 +178,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:215
#: code:addons/website/static/src/xml/website.editor.xml:225
#: code:addons/website/static/src/xml/website.seo.xml:30
#, python-format
msgid "Add"
@ -199,7 +216,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:212
#: code:addons/website/static/src/xml/website.editor.xml:222
#, python-format
msgid "Add an image URL"
msgstr ""
@ -230,6 +247,13 @@ msgstr ""
msgid "All these icons are licensed under creative commons so that you can use them."
msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:212
#, python-format
msgid "Alternate Upload"
msgstr ""
#. module: website
#: view:website:website.themes
msgid "Amelia"
@ -281,7 +305,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:394
#: code:addons/website/static/src/xml/website.editor.xml:404
#, python-format
msgid "Autoplay"
msgstr ""
@ -399,7 +423,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:300
#: code:addons/website/static/src/xml/website.editor.xml:310
#: code:addons/website/static/src/xml/website.translator.xml:46
#: code:addons/website/static/src/xml/website.xml:74
#: view:website:website.500
@ -416,7 +440,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:308
#: code:addons/website/static/src/xml/website.editor.xml:318
#, python-format
msgid "Change"
msgstr ""
@ -433,7 +457,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:315
#: code:addons/website/static/src/xml/website.editor.xml:325
#, python-format
msgid "Change Media"
msgstr ""
@ -684,7 +708,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:313
#: code:addons/website/static/src/xml/website.editor.xml:323
#: code:addons/website/static/src/xml/website.snippets.xml:31
#: view:website:website.layout
#, python-format
@ -802,8 +826,8 @@ msgstr ""
#: code:addons/website/static/src/xml/website.editor.xml:11
#: code:addons/website/static/src/xml/website.editor.xml:30
#: code:addons/website/static/src/xml/website.editor.xml:191
#: code:addons/website/static/src/xml/website.editor.xml:239
#: code:addons/website/static/src/xml/website.editor.xml:298
#: code:addons/website/static/src/xml/website.editor.xml:249
#: code:addons/website/static/src/xml/website.editor.xml:308
#: code:addons/website/static/src/xml/website.seo.xml:71
#, python-format
msgid "Discard"
@ -811,7 +835,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:288
#: code:addons/website/static/src/xml/website.editor.xml:298
#, python-format
msgid "Discard edition"
msgstr ""
@ -949,7 +973,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:368
#: code:addons/website/static/src/xml/website.editor.xml:378
#, python-format
msgid "Embed Video (HTML)"
msgstr ""
@ -1205,7 +1229,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:321
#: code:addons/website/static/src/xml/website.editor.xml:331
#, python-format
msgid "Horizontal flip"
msgstr ""
@ -1247,7 +1271,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:291
#: code:addons/website/static/src/xml/website.editor.xml:301
#, python-format
msgid "If you discard the current edition,"
msgstr ""
@ -1294,6 +1318,11 @@ msgstr ""
msgid "Info"
msgstr ""
#. module: website
#: view:website:website.info
msgid "Information about the"
msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.snippets.xml:7
@ -1318,6 +1347,16 @@ msgstr ""
msgid "Install Language"
msgstr ""
#. module: website
#: view:website:website.info
msgid "Installed Applications"
msgstr ""
#. module: website
#: view:website:website.info
msgid "Installed Modules"
msgstr ""
#. module: website
#: view:website:website.500
msgid "Internal Server Error"
@ -1591,11 +1630,21 @@ msgstr ""
msgid "Not Published"
msgstr ""
#. module: website
#: view:website:website.info
msgid "Note: To hide this page, uncheck it from the top Customize menu."
msgstr ""
#. module: website
#: view:website:website.layout
msgid "Odoo"
msgstr ""
#. module: website
#: view:website:website.info
msgid "Odoo Version"
msgstr ""
#. module: website
#: view:website:website.snippets
msgid "Odoo provides essential platform for our project management.\n"
@ -1627,6 +1676,11 @@ msgstr ""
msgid "Ok"
msgstr ""
#. module: website
#: view:website:website.info
msgid "Open Source ERP"
msgstr ""
#. module: website
#: view:website:website.layout
msgid "Open Source eCommerce"
@ -1797,8 +1851,8 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:135
#: code:addons/website/static/src/xml/website.editor.xml:365
#: code:addons/website/static/src/xml/website.editor.xml:376
#: code:addons/website/static/src/xml/website.editor.xml:375
#: code:addons/website/static/src/xml/website.editor.xml:386
#, python-format
msgid "Preview"
msgstr ""
@ -1968,7 +2022,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:318
#: code:addons/website/static/src/xml/website.editor.xml:328
#, python-format
msgid "Rotation"
msgstr ""
@ -2054,7 +2108,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:232
#: code:addons/website/static/src/xml/website.editor.xml:242
#, python-format
msgid "Select a Picture"
msgstr ""
@ -2103,7 +2157,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:357
#: code:addons/website/static/src/xml/website.editor.xml:367
#, python-format
msgid "Set a video URL"
msgstr ""
@ -2123,6 +2177,11 @@ msgstr ""
msgid "Share"
msgstr ""
#. module: website
#: field:ir.ui.view,customize_show:0
msgid "Show As Optional Inherit"
msgstr ""
#. module: website
#: view:website:website.layout
msgid "Sign in"
@ -2182,7 +2241,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:320
#: code:addons/website/static/src/xml/website.editor.xml:330
#: view:website:website.snippet_options
#, python-format
msgid "Spin"
@ -2219,7 +2278,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:81
#: code:addons/website/static/src/xml/website.editor.xml:316
#: code:addons/website/static/src/xml/website.editor.xml:326
#: view:website:website.snippet_options
#, python-format
msgid "Style"
@ -2257,6 +2316,11 @@ msgstr ""
msgid "Sweet and cheery"
msgstr ""
#. module: website
#: view:website:website.info
msgid "Technical name:"
msgstr ""
#. module: website
#: view:website:website.snippets
msgid "Tell features the visitor would like to know, not what you'd like to say."
@ -2332,7 +2396,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:258
#: code:addons/website/static/src/xml/website.editor.xml:268
#, python-format
msgid "The image could not be deleted because it is used in the\n"
" following pages or views:"
@ -2505,14 +2569,21 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:207
#: code:addons/website/static/src/xml/website.editor.xml:209
#, python-format
msgid "Upload an image from your computer"
msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:208
#: code:addons/website/static/src/xml/website.editor.xml:215
#, python-format
msgid "Upload image without optimization"
msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:218
#, python-format
msgid "Uploading..."
msgstr ""
@ -2534,7 +2605,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:322
#: code:addons/website/static/src/xml/website.editor.xml:332
#, python-format
msgid "Vertical flip"
msgstr ""
@ -2810,7 +2881,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:295
#: code:addons/website/static/src/xml/website.editor.xml:305
#, python-format
msgid "You can cancel to return to the edition mode."
msgstr ""
@ -2841,7 +2912,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:292
#: code:addons/website/static/src/xml/website.editor.xml:302
#, python-format
msgid "all"
msgstr ""
@ -2853,7 +2924,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:325
#: code:addons/website/static/src/xml/website.editor.xml:335
#, python-format
msgid "border"
msgstr ""
@ -2896,7 +2967,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:214
#: code:addons/website/static/src/xml/website.editor.xml:224
#, python-format
msgid "http://openerp.com/logo.png"
msgstr ""
@ -2957,6 +3028,11 @@ msgstr ""
msgid "https://youraccount.github.io"
msgstr ""
#. module: website
#: view:website:website.info
msgid "instance of Odoo, the"
msgstr ""
#. module: website
#: view:website:website.snippets
msgid "not what you want to show."
@ -2967,7 +3043,7 @@ msgstr ""
#: code:addons/website/static/src/xml/website.editor.xml:9
#: code:addons/website/static/src/xml/website.editor.xml:28
#: code:addons/website/static/src/xml/website.editor.xml:189
#: code:addons/website/static/src/xml/website.editor.xml:298
#: code:addons/website/static/src/xml/website.editor.xml:308
#: code:addons/website/static/src/xml/website.seo.xml:69
#: code:addons/website/static/src/xml/website.translator.xml:44
#, python-format
@ -3025,7 +3101,7 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:292
#: code:addons/website/static/src/xml/website.editor.xml:302
#, python-format
msgid "unsaved changes will be lost."
msgstr ""
@ -3054,8 +3130,8 @@ msgstr ""
#. module: website
#. openerp-web
#: code:addons/website/static/src/xml/website.editor.xml:211
#: code:addons/website/static/src/xml/website.editor.xml:368
#: code:addons/website/static/src/xml/website.editor.xml:221
#: code:addons/website/static/src/xml/website.editor.xml:378
#, python-format
msgid "— or —"
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -49,7 +49,7 @@ msgstr ""
#. module: website_blog
#: model:blog.post,content:website_blog.blog_post_1
msgid "<section class=\"mt16 mb16 readable\">\n"
" \n"
" <iframe width=\"361\" height=\"200\" src=\"http://www.youtube.com/embed/EkbBFmIWoTE\" frameborder=\"0\" allowfullscreen></iframe>\n"
" <p data-chatter-id=\"counter_0/section\">\n"
" Emails are broken.\n"
" </p><p data-chatter-id=\"counter_1/section\">\n"
@ -166,9 +166,9 @@ msgid "<section class=\"row readable\">\n"
" online easy'. So how true is this statement?\n"
" </p><p data-chatter-id=\"counter_3/section\">\n"
" \"Odoo's latest launch will allow a business to go from\n"
" zero to trading online quicker than ever before, Stuart\n"
" zero to trading online quicker than ever before,&#8221; Stuart\n"
" Mackintosh, MD of Open Source specialist and Odoo\n"
" integration partner, OpusVL, explains. The investment\n"
" integration partner, OpusVL, explains. &#8220;The investment\n"
" required to have a fully automated business system is\n"
" dramatically reduced, enabling the small and medium\n"
" enterprise to compete at a level of functionality and\n"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -21,7 +21,7 @@ msgid "&times;"
msgstr ""
#. module: website_crm
#: code:addons/website_crm/controllers/main.py:83
#: code:addons/website_crm/controllers/main.py:84
#, python-format
msgid "Custom Fields: "
msgstr ""
@ -32,7 +32,7 @@ msgid "Email"
msgstr ""
#. module: website_crm
#: code:addons/website_crm/controllers/main.py:92
#: code:addons/website_crm/controllers/main.py:93
#, python-format
msgid "Environ Fields: "
msgstr ""

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -260,7 +260,7 @@ msgstr ""
#. module: website_event
#. openerp-web
#: code:addons/website_event/controllers/main.py:209
#: code:addons/website_event/controllers/main.py:215
#: code:addons/website_event/static/src/js/website.tour.event.js:25
#: code:addons/website_event/static/src/js/website_event.editor.js:11
#: view:website:website.layout

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -17,7 +17,6 @@ msgstr ""
#. module: website_forum
#: view:website:website_forum.header
#: view:website:website_forum.post_comment
msgid "&times;"
msgstr ""
@ -486,6 +485,7 @@ msgstr ""
#: view:forum.forum:website_forum.view_forum_forum_form
#: view:forum.post:website_forum.view_forum_post_search
#: field:forum.post,forum_id:0
#: field:forum.post.vote,forum_id:0
#: field:forum.tag,forum_id:0
#: model:ir.actions.act_url,name:website_forum.action_open_forum
#: model:ir.ui.menu,name:website_forum.menu_website_forum
@ -1111,6 +1111,11 @@ msgstr ""
msgid "Posts"
msgstr ""
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Public profile"
msgstr ""
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_25
#: model:gamification.challenge,name:website_forum.challenge_pundit
@ -1314,6 +1319,11 @@ msgstr ""
msgid "The question has been closed"
msgstr ""
#. module: website_forum
#: help:forum.post.vote,recipient_id:0
msgid "The user receiving the vote"
msgstr ""
#. module: website_forum
#: view:website:website_forum.private_profile
msgid "This profile is private!"
@ -1324,6 +1334,11 @@ msgstr ""
msgid "Title"
msgstr ""
#. module: website_forum
#: field:forum.post.vote,recipient_id:0
msgid "To"
msgstr ""
#. module: website_forum
#: view:website:website_forum.header
msgid "Toggle navigation"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -84,7 +84,7 @@ msgid "Join us, we offer you an extraordinary chance to learn, to\n"
msgstr ""
#. module: website_hr_recruitment
#: code:addons/website_hr_recruitment/controllers/main.py:67
#: code:addons/website_hr_recruitment/controllers/main.py:69
#: view:website:website.layout
#, python-format
msgid "New Job Offer"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -588,6 +588,11 @@ msgstr ""
msgid "Description"
msgstr ""
#. module: website_quote
#: field:product.template,quote_description:0
msgid "Description for the quote"
msgstr ""
#. module: website_quote
#: field:product.template,website_description:0
msgid "Description for the website"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -453,7 +453,7 @@ msgstr ""
#. module: website_sale
#. openerp-web
#: code:addons/website_sale/controllers/main.py:805
#: code:addons/website_sale/controllers/main.py:812
#: code:addons/website_sale/static/src/js/website_sale.editor.js:11
#: view:website:website.layout
#, python-format
@ -510,7 +510,9 @@ msgid "Parent Category"
msgstr ""
#. module: website_sale
#: code:addons/website_sale/controllers/main.py:622
#: view:website:website_sale.payment
#, python-format
msgid "Pay Now"
msgstr ""
@ -922,14 +924,14 @@ msgid "Thank you for your order."
msgstr ""
#. module: website_sale
#: code:addons/website_sale/controllers/main.py:716
#: code:addons/website_sale/controllers/main.py:723
#, python-format
msgid "The payment seems to have been canceled."
msgstr ""
#. module: website_sale
#: code:addons/website_sale/controllers/main.py:692
#: code:addons/website_sale/controllers/main.py:704
#: code:addons/website_sale/controllers/main.py:699
#: code:addons/website_sale/controllers/main.py:711
#, python-format
msgid "There seems to be an error with your request."
msgstr ""
@ -1070,14 +1072,14 @@ msgid "Your cart is empty!"
msgstr ""
#. module: website_sale
#: code:addons/website_sale/controllers/main.py:714
#: code:addons/website_sale/controllers/main.py:721
#, python-format
msgid "Your payment has been received."
msgstr ""
#. module: website_sale
#: code:addons/website_sale/controllers/main.py:718
#: code:addons/website_sale/controllers/main.py:722
#: code:addons/website_sale/controllers/main.py:725
#: code:addons/website_sale/controllers/main.py:729
#, python-format
msgid "Your transaction is waiting confirmation."
msgstr ""
@ -1117,6 +1119,16 @@ msgstr ""
msgid "comments"
msgstr ""
#. module: website_sale
#: view:website:website_sale.products
msgid "pagination form-inline col-md-3"
msgstr ""
#. module: website_sale
#: view:website:website_sale.product
msgid "pull-right"
msgstr ""
#. module: website_sale
#: view:website:website_sale.checkout
msgid "select..."

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0rc1\n"
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-14 13:09+0000\n"
"PO-Revision-Date: 2014-08-14 13:09+0000\n"
"POT-Creation-Date: 2014-09-23 16:28+0000\n"
"PO-Revision-Date: 2014-09-23 16:28+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -98,13 +98,13 @@ msgid "Please double-check your Twitter API Key and Secret"
msgstr ""
#. module: website_twitter
#: code:addons/website_twitter/controllers/main.py:20
#: code:addons/website_twitter/controllers/main.py:25
#, python-format
msgid "Please set a Twitter screen name to load favorites from, in the Website Settings (it does not have to be yours)"
msgstr ""
#. module: website_twitter
#: code:addons/website_twitter/controllers/main.py:18
#: code:addons/website_twitter/controllers/main.py:21
#, python-format
msgid "Please set the Twitter API Key and Secret in the Website Settings."
msgstr ""
@ -212,7 +212,7 @@ msgid "Twitter authorization error!"
msgstr ""
#. module: website_twitter
#: code:addons/website_twitter/controllers/main.py:29
#: code:addons/website_twitter/controllers/main.py:36
#, python-format
msgid "Twitter user @%(username)s has less than 12 favorite tweets. Please add more or choose a different screen name."
msgstr ""

File diff suppressed because it is too large Load Diff