Skip to content

Commit

Permalink
[I18N] Update translation templates with latest term changes
Browse files Browse the repository at this point in the history
  • Loading branch information
odony committed Sep 23, 2014
1 parent 5552a3e commit b74d830
Show file tree
Hide file tree
Showing 70 changed files with 3,854 additions and 2,944 deletions.
851 changes: 456 additions & 395 deletions addons/account/i18n/account.pot

Large diffs are not rendered by default.

135 changes: 68 additions & 67 deletions addons/account_analytic_analysis/i18n/account_analytic_analysis.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,82 @@
#
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"
"Content-Type: text/plain; charset=UTF-8\n"
"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."
Expand Down Expand Up @@ -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"
Expand Down
Loading

0 comments on commit b74d830

Please sign in to comment.