[I18N] Update translations from Launchpad 8.0 branches

This commit is contained in:
Olivier Dony 2014-10-08 17:52:25 +02:00
parent 99d740ad7d
commit 7439421ad2
2467 changed files with 269022 additions and 199823 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Arabic <ar@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian <bg@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bosnian <bs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -128,73 +198,6 @@ msgstr ""
" </p>\n"
" "
#. 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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Catalan <ca@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Danish <da@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,17 +7,154 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-09-21 20:41+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-09-30 09:26+0000\n"
"Last-Translator: Thorsten Vocks (OpenBig.org) <thorsten.vocks@big-"
"consulting.net>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-09-22 08:00+0000\n"
"X-Launchpad-Export-Date: 2014-10-01 06:31+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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 ""
"\n"
"Hallo ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Kunde</th>\n"
" <th>Vertrag</th>\n"
" <th>Datum</th>\n"
" <th>Anzahlungen</th>\n"
" <th>Kontakte</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}&vi"
"ew_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>Die folgenden Verträge laufen demnächst ab: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>Die folgenden abgelaufenen Verträge wurden immer noch nicht "
"bearbeitet: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>Die folgenden Verträge laufen in weniger als einen Monat ab: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" Sie können alle zu erneuernden Verträge hier auffinden:\n"
"</p>\n"
"<ul>\n"
" <li>Verkauf / Abrechnung / Zu verlängernde Verträge</li>\n"
"</ul>\n"
"<p>\n"
" Vielen Dank\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Automatische Email\n"
"gesendet von Odoo\n"
"</pre>\n"
"\n"
" "
#. module: account_analytic_analysis
#: help:account.analytic.account,toinvoice_total:0
msgid " Sum of everything that could be invoiced for this contract."
@ -158,138 +295,6 @@ msgstr ""
" </p>\n"
" "
#. 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 ""
"Hallo ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Kunde</th>\n"
" <th>Vertrag</th>\n"
" <th>Daten</th>\n"
" <th>Kontingente</th>\n"
" <th>Ansprechpartner</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}&vi"
"ew_type=form\">${account.name}</a></td>\n"
" <td>${account.date_start} bis ${account.date and account.date or "
"'???'}</td>\n"
" <td>\n"
" % if account.quantity_max != 0.0:\n"
" ${account.remaining_hours}/${account.quantity_max} "
"Einheiten\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>Die folgende Verträge laufen aus: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>Die folgenden Verträge werden verlängert: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>Die folgenden Verträge werden im kommenden Monat auslaufen: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" Sie können alle aktuellen Verträge einsehen und verlängern: \n"
"</p>\n"
"<ul>\n"
" <li>Verkauf / Abrechnung / Zu erneuernde Verträge</li>\n"
"</ul>\n"
"<p>\n"
" Danke,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Automatische Email durch Odoo\n"
"</pre>\n"
"\n"
" "
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
msgid "Account Analytic Lines"
@ -641,7 +646,7 @@ msgstr "Zuletzt aktualisiert am"
#. module: account_analytic_analysis
#: model:res.groups,name:account_analytic_analysis.group_template_required
msgid "Mandatory use of templates in contracts"
msgstr "Vertragsvorlage ist verbindlich"
msgstr "Vertragsvorlagen sind verbindlich"
#. module: account_analytic_analysis
#: field:sale.config.settings,group_template_required:0

View File

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Greek <el@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -117,73 +187,6 @@ msgstr ""
" </p>\n"
" "
#. 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

@ -7,15 +7,150 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-21 15:38+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-10-02 08:23+0000\n"
"Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-22 08:20+0000\n"
"X-Generator: Launchpad (build 17163)\n"
"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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 ""
"\n"
"Hola ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Cliente</th>\n"
" <th>Contrato</th>\n"
" <th>Fechas</th>\n"
" <th>Unidades prepago</th>\n"
" <th>Contacto</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}&vi"
"ew_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>Los siguientes contratos acaban de expirar: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>Los siguientes contratos expirados siguen sin ser procesados: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>Los siguientes contratos expirarán en menos de un mes: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" Puede comprobar todos los contratos a ser renovados usando el menú:\n"
"</p>\n"
"<ul>\n"
" <li>Ventas / Facturación / Contratos a renovar</li>\n"
"</ul>\n"
"<p>\n"
" Gracias,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Correo electrónico automático de Odoo\n"
"</pre>\n"
"\n"
" "
#. module: account_analytic_analysis
#: help:account.analytic.account,toinvoice_total:0
@ -143,136 +278,6 @@ msgstr ""
"</p>\n"
" "
#. 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 ""
"<p>Hola ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"</p><table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Cliente</th>\n"
" <th>Contrato</th>\n"
" <th>Fecha</th>\n"
" <th>Unidades prepagadas</th>\n"
" <th>Contacto</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} unidades\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>Los siguientes contratos han expirado: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>Los siguientes contratos expirados aún no han sido procesados: "
"</h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>Los siguientes contratos expirarán en menos de un mes: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" Puede comprobar todos los contratos a renovar usando el menú:\n"
"</p>\n"
"<ul>\n"
" <li>Ventas / Facturación / Contratos a renovar</li>\n"
"</ul>\n"
"<p>\n"
" Gracias,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Correo electrónico automático de Odoo\n"
"</pre>\n"
"\n"
" "
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
msgid "Account Analytic Lines"

View File

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Argentina) <es_AR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -118,73 +188,6 @@ msgstr ""
" </p>\n"
" "
#. 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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Costa Rica) <es_CR@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Ecuador) <es_EC@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Mexico) <es_MX@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -118,73 +188,6 @@ msgstr ""
" </p>\n"
" "
#. 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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Paraguay) <es_PY@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Estonian <et@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Persian <fa@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish <fi@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: French <fr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -128,73 +198,6 @@ msgstr ""
" </p>\n"
" "
#. 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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Galician <gl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Gujarati <gu@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -99,73 +169,6 @@ msgid ""
" "
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

@ -7,15 +7,85 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Croatian <hr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
"X-Generator: Launchpad (build 17196)\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}&vi"
"ew_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
@ -128,73 +198,6 @@ msgstr ""
" </p>\n"
" "
#. 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

@ -7,134 +7,24 @@ msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-14 13:08+0000\n"
"PO-Revision-Date: 2014-08-14 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-09-23 16:27+0000\n"
"PO-Revision-Date: 2014-10-04 14:07+0000\n"
"Last-Translator: krnkris <Unknown>\n"
"Language-Team: Hungarian <hu@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n"
"X-Generator: Launchpad (build 17156)\n"
#. module: account_analytic_analysis
#: help:account.analytic.account,toinvoice_total:0
msgid " Sum of everything that could be invoiced for this contract."
msgstr " Minden összegzése, ami számlázható erre a szerződésre."
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click here to create a template of contract.\n"
" </p><p>\n"
" Templates are used to prefigure contract/project that \n"
" can be selected by the salespeople to quickly configure "
"the\n"
" terms and conditions of the contract.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" Kattintson szerződés sablon létrehozásához.\n"
" </p><p>\n"
" Sablonokat használ a szerződések/projektek "
"elképzelésénak kialakításához, \n"
" melyeket az értékesítő kiválaszthat és gyorsan "
"beállíthat a szerződés\n"
" feltételeihez és részleteihez.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new contract.\n"
" </p><p>\n"
" Use contracts to follow tasks, issues, timesheets or "
"invoicing based on\n"
" work done, expenses and/or sales orders. Odoo will "
"automatically manage\n"
" the alerts for the renewal of the contracts to the right "
"salesperson.\n"
" </p>\n"
" "
msgstr ""
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a quotation that can be converted into a "
"sales\n"
" order.\n"
" </p><p>\n"
" Use sale orders to track everything that should be invoiced\n"
" at a fix price on a contract.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" Kattintson árajánlat létrehozásához, mely átalakítható "
"megrendeléssé.\n"
" </p><p>\n"
" Használja a megrendeléseket egy fix áras szerződések "
"számlázásának\n"
" nyomon követéséhez.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new contract.\n"
" </p><p>\n"
" You will find here the contracts to be renewed because the\n"
" end date is passed or the working effort is higher than the\n"
" maximum authorized one.\n"
" </p><p>\n"
" Odoo automatically sets contracts to be renewed in a "
"pending\n"
" state. After the negociation, the salesman should close or "
"renew\n"
" pending contracts.\n"
" </p>\n"
" "
msgstr ""
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all
msgid ""
"<p>\n"
" You will find here timesheets and purchases you did for\n"
" contracts that can be reinvoiced to the customer. If you "
"want\n"
" to record new activities to invoice, you should use the "
"timesheet\n"
" menu instead.\n"
" </p>\n"
" "
msgstr ""
"<p>\n"
" Itt találja a szerződéséhez tartozó időbeosztást és "
"beszerzéseket,\n"
" melyeket újra számlázhat az ügyfél részére. Ha új "
"tevékenységet\n"
" szeretne felvinni a számlára, akkor inkább használja az "
"időbeosztás\n"
" menüt.\n"
" </p>\n"
" "
"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n"
"X-Generator: Launchpad (build 17196)\n"
#. module: account_analytic_analysis
#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template
msgid ""
"<p>Hello ${object.name},\n"
"\n"
"Hello ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"</p><table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Customer</th>\n"
" <th>Contract</th>\n"
@ -146,7 +36,9 @@ msgid ""
" % for account in accounts:\n"
" <tr>\n"
" <td>${partner.name}</td>\n"
" <td><a href=\"${ctx[\" base_url>${account.name}</a></td>\n"
" <td><a "
"href=\"${ctx[\"base_url\"]}/#action=${ctx[\"action_id\"]}&id=${account.id}&vi"
"ew_type=form\">${account.name}</a></td>\n"
" <td>${account.date_start} to ${account.date and account.date or "
"'???'}</td>\n"
" <td>\n"
@ -194,11 +86,215 @@ msgid ""
"\n"
" "
msgstr ""
"\n"
"Tisztelt ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Ügyfél</th>\n"
" <th>Szerződés</th>\n"
" <th>Dátumok</th>\n"
" <th>Előrefizetett egységek</th>\n"
" <th>Kapcsolat</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}&vi"
"ew_type=form\">${account.name}</a></td>\n"
" <td>${account.date_start} -tól ${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>A következő szerződés éppen lejárt: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>A következő lejárt szerződések még nincsenek végrehajtva: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>A következő szerződések egy hónapon belül lehárnak: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" Meg tudja nézni a megújítandó szerződéseket ezzel a menüvel:\n"
"</p>\n"
"<ul>\n"
" <li>Értékesítések / Számlázás / Megújítandó szerződések</li>\n"
"</ul>\n"
"<p>\n"
" Köszönöm,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Odoo rendszer automatikus Email\n"
"</pre>\n"
"\n"
" "
#. module: account_analytic_analysis
#: help:account.analytic.account,toinvoice_total:0
msgid " Sum of everything that could be invoiced for this contract."
msgstr " Minden összegzése, ami számlázható erre a szerződésre."
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click here to create a template of contract.\n"
" </p><p>\n"
" Templates are used to prefigure contract/project that \n"
" can be selected by the salespeople to quickly configure "
"the\n"
" terms and conditions of the contract.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" Kattintson szerződés sablon létrehozásához.\n"
" </p><p>\n"
" Sablonokat használ a szerződések/projektek "
"elképzelésénak kialakításához, \n"
" melyeket az értékesítő kiválaszthat és gyorsan "
"beállíthat a szerződés\n"
" feltételeihez és részleteihez.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new contract.\n"
" </p><p>\n"
" Use contracts to follow tasks, issues, timesheets or "
"invoicing based on\n"
" work done, expenses and/or sales orders. Odoo will "
"automatically manage\n"
" the alerts for the renewal of the contracts to the right "
"salesperson.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" Kattintson új szerződés létrehozásához.\n"
" </p><p>\n"
" Használja a szerződéseket a folyamatok, ügyek, időtáblák "
"vagy számlázások \n"
" elvégzett feladatok, kiadások és/vagy vevői "
"megrendelések alapján való nyomon követésére.\n"
" Odoo rendszer automatikusan kezeli a megfelelő "
"értékesítő felé a szerződés megújítására vonatkozó \n"
" figyelmeztetéseket.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a quotation that can be converted into a "
"sales\n"
" order.\n"
" </p><p>\n"
" Use sale orders to track everything that should be invoiced\n"
" at a fix price on a contract.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" Kattintson árajánlat létrehozásához, mely átalakítható "
"megrendeléssé.\n"
" </p><p>\n"
" Használja a megrendeléseket egy fix áras szerződések "
"számlázásának\n"
" nyomon követéséhez.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new contract.\n"
" </p><p>\n"
" You will find here the contracts to be renewed because the\n"
" end date is passed or the working effort is higher than the\n"
" maximum authorized one.\n"
" </p><p>\n"
" Odoo automatically sets contracts to be renewed in a "
"pending\n"
" state. After the negociation, the salesman should close or "
"renew\n"
" pending contracts.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" Kattintson egy új szerződés pontosításához.\n"
" </p><p>\n"
" Itt találja a megújítandó szerződéseket, mivel a határidő "
"dátum\n"
" már eltelt vagy a megoldási erőfeszítés értéke nagyobb, "
"mint\n"
" a maximum meghatározható érték.\n"
" </p><p>\n"
" Odoo automatikusan beállítja a szerződések megújítását "
"várakozó\n"
" állásba. A tárgyalás után, az értékesítőnek kell "
"véglegesíteni vagy \n"
" megújítani a szerződéseket.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all
msgid ""
"<p>\n"
" You will find here timesheets and purchases you did for\n"
" contracts that can be reinvoiced to the customer. If you "
"want\n"
" to record new activities to invoice, you should use the "
"timesheet\n"
" menu instead.\n"
" </p>\n"
" "
msgstr ""
"<p>\n"
" Itt találja a szerződéséhez tartozó időbeosztást és "
"beszerzéseket,\n"
" melyeket újra számlázhat az ügyfél részére. Ha új "
"tevékenységet\n"
" szeretne felvinni a számlára, akkor inkább használja az "
"időbeosztás\n"
" menüt.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
msgid "Account Analytic Lines"
msgstr ""
msgstr "Könyvelési elemző/analitikai sorok"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
@ -259,6 +355,8 @@ msgid ""
"Computed using the formula: Expected on timesheets - Total invoiced on "
"timesheets"
msgstr ""
"A következő forma használatával kiszámolt érték: A munkaidő-kimutatásokon "
"elvárt - Teljes kiszámlázott a munkaidő-kimutatásokon"
#. module: account_analytic_analysis
#: help:account.analytic.account,real_margin:0
@ -346,12 +444,12 @@ msgstr "Megújítandó szerződések"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,create_uid:0
msgid "Created by"
msgstr ""
msgstr "Készítette"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,create_date:0
msgid "Created on"
msgstr ""
msgstr "Létrehozás dátuma"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
@ -371,7 +469,7 @@ msgstr "Utolsó kiszámlázott költség dátuma"
#. module: account_analytic_analysis
#: field:account.analytic.account,recurring_next_date:0
msgid "Date of Next Invoice"
msgstr ""
msgstr "Következő számla dátuma"
#. module: account_analytic_analysis
#: help:account.analytic.account,last_worked_date:0
@ -381,17 +479,17 @@ msgstr "A gyűjtőkódon utoljára végzett munka dátuma."
#. module: account_analytic_analysis
#: selection:account.analytic.account,recurring_rule_type:0
msgid "Day(s)"
msgstr ""
msgstr "Nap(ok)"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,name:0
msgid "Description"
msgstr ""
msgstr "Leírás"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
msgid "End Month"
msgstr ""
msgstr "Befejezés hónapja"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
@ -407,7 +505,7 @@ msgstr "Határidő túllépett vagy az előre kifizetett egységek elfogytak"
#: code:addons/account_analytic_analysis/account_analytic_analysis.py:674
#, python-format
msgid "Error!"
msgstr ""
msgstr "Hiba!"
#. module: account_analytic_analysis
#: field:account.analytic.account,hours_qtt_est:0
@ -448,12 +546,12 @@ msgstr "Rögzített ár"
#. module: account_analytic_analysis
#: field:account.analytic.account,recurring_invoices:0
msgid "Generate recurring invoices automatically"
msgstr ""
msgstr "Ismétlődő számla automatikus létrehozása"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
msgid "Group By"
msgstr ""
msgstr "Csoportosítás"
#. module: account_analytic_analysis
#: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_user
@ -470,7 +568,7 @@ msgstr "Havonkénti óraösszesítő"
#: field:account_analytic_analysis.summary.month,id:0
#: field:account_analytic_analysis.summary.user,id:0
msgid "ID"
msgstr ""
msgstr "Azonosító ID"
#. module: account_analytic_analysis
#: help:account.analytic.account,ca_to_invoice:0
@ -505,12 +603,12 @@ msgstr "Folyamatban"
#. module: account_analytic_analysis
#: field:account.analytic.account,recurring_invoice_line_ids:0
msgid "Invoice Lines"
msgstr ""
msgstr "Számla tételsorok"
#. module: account_analytic_analysis
#: help:account.analytic.account,recurring_rule_type:0
msgid "Invoice automatically repeat at specified interval"
msgstr ""
msgstr "Számlák automatikusan ismétlődnek a megadott intervallum szerint"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
@ -540,12 +638,12 @@ msgstr "Utolsó számla dátuma"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,write_uid:0
msgid "Last Updated by"
msgstr ""
msgstr "Utoljára frissítve, által"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,write_date:0
msgid "Last Updated on"
msgstr ""
msgstr "Utoljára frissítve ekkor"
#. module: account_analytic_analysis
#: model:res.groups,name:account_analytic_analysis.group_template_required
@ -566,13 +664,13 @@ msgstr "Hónap"
#. module: account_analytic_analysis
#: selection:account.analytic.account,recurring_rule_type:0
msgid "Month(s)"
msgstr ""
msgstr "Hónap(ok)"
#. module: account_analytic_analysis
#: code:addons/account_analytic_analysis/account_analytic_analysis.py:669
#, python-format
msgid "No Customer Defined!"
msgstr ""
msgstr "Nincs ügyfél meghatározva!"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
@ -639,7 +737,7 @@ msgstr "Függő szerződések"
#: code:addons/account_analytic_analysis/account_analytic_analysis.py:675
#, python-format
msgid "Please define a sale journal for the company \"%s\"."
msgstr ""
msgstr "Kérem határozzon meg értékesítési naplót a vállalkozáshoz \"%s\"."
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
@ -649,12 +747,12 @@ msgstr "Árlista"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,product_id:0
msgid "Product"
msgstr ""
msgstr "Termék"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,quantity:0
msgid "Quantity"
msgstr ""
msgstr "Mennyiség"
#. module: account_analytic_analysis
#: field:account.analytic.account,real_margin:0
@ -669,12 +767,12 @@ msgstr "Valós fedezeti hányad (%)"
#. module: account_analytic_analysis
#: field:account.analytic.account,recurring_rule_type:0
msgid "Recurrency"
msgstr ""
msgstr "Ismétlődés"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
msgid "Recurring Invoices"
msgstr ""
msgstr "Ismétlődő számlák"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
@ -697,12 +795,12 @@ msgstr "Hátralévő idő"
#. module: account_analytic_analysis
#: field:account.analytic.account,recurring_interval:0
msgid "Repeat Every"
msgstr ""
msgstr "Összes ismétlése"
#. module: account_analytic_analysis
#: help:account.analytic.account,recurring_interval:0
msgid "Repeat every (Days/Week/Month/Year)"
msgstr ""
msgstr "Ismétlés minden (napon/héten/hónapban/évben)"
#. module: account_analytic_analysis
#: field:account.analytic.account,revenue_per_hour:0
@ -713,7 +811,7 @@ msgstr "Bevétel per idő (valós)"
#: code:addons/account_analytic_analysis/account_analytic_analysis.py:543
#, python-format
msgid "Sales Order Lines to Invoice of %s"
msgstr ""
msgstr "Vásárlói megrendelés tételsorait a számlához %s"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
@ -724,7 +822,7 @@ msgstr "Vevői megrendelések"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
msgid "Start Month"
msgstr ""
msgstr "Kezdő hónap"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
@ -734,7 +832,7 @@ msgstr "Állapot"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,price_subtotal:0
msgid "Sub Total"
msgstr ""
msgstr "Részösszeg"
#. module: account_analytic_analysis
#: help:account.analytic.account,fix_price_to_invoice:0
@ -857,12 +955,12 @@ msgstr "Még nem számlázott idők"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,price_unit:0
msgid "Unit Price"
msgstr ""
msgstr "Egységár"
#. module: account_analytic_analysis
#: field:account.analytic.invoice.line,uom_id:0
msgid "Unit of Measure"
msgstr ""
msgstr "Mennyiségi egység"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
@ -883,7 +981,7 @@ msgstr "Felhasználó"
#. module: account_analytic_analysis
#: selection:account.analytic.account,recurring_rule_type:0
msgid "Week(s)"
msgstr ""
msgstr "Het(ek)"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
@ -893,17 +991,22 @@ msgid ""
" defined on the product related (e.g timesheet \n"
" products are defined on each employee)."
msgstr ""
"Ha újraszámlázza a költségeket, Odoo a szerződés \n"
" árlistáját használja, mely a termékhez \n"
" kapcsolódóan meghatározott árat használja \n"
" (pl. munkaidő kimutatásos termék meghatározva\n"
" mindegyik munkavállalóhoz)."
#. module: account_analytic_analysis
#: selection:account.analytic.account,recurring_rule_type:0
msgid "Year(s)"
msgstr ""
msgstr "Év(ek)"
#. module: account_analytic_analysis
#: code:addons/account_analytic_analysis/account_analytic_analysis.py:669
#, python-format
msgid "You must first select a Customer for Contract %s!"
msgstr ""
msgstr "Először ki kell választania az Ügyfelet a Szerződéshez %s!"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
@ -924,6 +1027,9 @@ msgid ""
"[('type','=','contract'),'|','|',('fix_price_invoices','=',True), "
"('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}"
msgstr ""
"{'required': "
"[('type','=','contract'),'|','|',('fix_price_invoices','=',True), "
"('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_template_required
@ -942,4 +1048,4 @@ msgstr "⇒ Számla"
#. module: account_analytic_analysis
#: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
msgid "⇒ create invoices"
msgstr ""
msgstr "⇒ számlák létrehozása"

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