clearcorp team mailing list archive
-
clearcorp team
-
Mailing list archive
-
Message #00277
[Merge] lp:~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_hr_payroll into lp:openerp-costa-rica
Ronald Rubi has proposed merging lp:~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_hr_payroll into lp:openerp-costa-rica.
Requested reviews:
CLEARCORP drivers (clearcorp-drivers)
For more details, see:
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_hr_payroll/+merge/121087
[FIX] Fix translations in l10n_cr_hr_payroll
--
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_hr_payroll/+merge/121087
Your team CLEARCORP development team is subscribed to branch lp:openerp-costa-rica.
=== added symlink 'l10n_cr_hr_payroll/i18n/es.po'
=== target is u'es_CR.po'
=== modified file 'l10n_cr_hr_payroll/i18n/es_CR.po'
--- l10n_cr_hr_payroll/i18n/es_CR.po 2012-08-23 20:23:22 +0000
+++ l10n_cr_hr_payroll/i18n/es_CR.po 2012-08-23 20:47:34 +0000
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: OpenERP Server 6.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-08-23 19:15+0000\n"
-"PO-Revision-Date: 2012-08-23 13:16-0600\n"
+"POT-Creation-Date: 2012-08-23 20:36+0000\n"
+"PO-Revision-Date: 2012-08-23 14:43-0600\n"
"Last-Translator: Ronald Rubi <ronald.rubi@xxxxxxxxxxxxxxx>\n"
"Language-Team: Inglés <ronald.rubi@xxxxxxxxxxxxxxx>\n"
"MIME-Version: 1.0\n"
@@ -52,11 +52,21 @@
msgstr "Confirmar Nóminas"
#. module: l10n_cr_hr_payroll
+#: report:addons/l10n_cr_hr_payroll/report/payroll_report.mako:180
+msgid "REVIEWED BY:"
+msgstr "REVISADO POR:"
+
+#. module: l10n_cr_hr_payroll
#: selection:hr.payslip.run,schedule_pay:0
msgid "Semi-annually"
msgstr "Semestral"
#. module: l10n_cr_hr_payroll
+#: report:addons/l10n_cr_hr_payroll/report/payroll_report.mako:179
+msgid "BY:"
+msgstr "HECHO POR:"
+
+#. module: l10n_cr_hr_payroll
#: report:addons/l10n_cr_hr_payroll/report/payroll_report.mako:73
msgid "Normal"
msgstr "Normal"
@@ -205,6 +215,11 @@
msgstr "Renta"
#. module: l10n_cr_hr_payroll
+#: report:addons/l10n_cr_hr_payroll/report/payroll_report.mako:181
+msgid "APPROVED BY:"
+msgstr "APROBADO POR:"
+
+#. module: l10n_cr_hr_payroll
#: report:addons/l10n_cr_hr_payroll/report/payroll_report.mako:139
msgid "Total"
msgstr "Total"
=== modified file 'l10n_cr_hr_payroll/report/payroll_report.mako'
--- l10n_cr_hr_payroll/report/payroll_report.mako 2012-08-23 20:23:22 +0000
+++ l10n_cr_hr_payroll/report/payroll_report.mako 2012-08-23 20:47:34 +0000
@@ -176,9 +176,9 @@
<div class="act_as_table data_table" style="margin-top:30px">
<div class="act_as_tbody">
<div class="act_as_row" style="vertical-align: bottom">
- <div class="act_as_cell" style="padding-top:80px;padding-bottom:5px">${'BY:'}</div>
- <div class="act_as_cell" style="padding-top:80px;padding-bottom:5px">${'REVIEWED BY:'}</div>
- <div class="act_as_cell" style="padding-top:80px;padding-bottom:5px">${'APPROVED BY:'}</div>
+ <div class="act_as_cell" style="padding-top:80px;padding-bottom:5px"> ${_('BY:')} </div>
+ <div class="act_as_cell" style="padding-top:80px;padding-bottom:5px"> ${_('REVIEWED BY:')} </div>
+ <div class="act_as_cell" style="padding-top:80px;padding-bottom:5px"> ${_('APPROVED BY:')} </div>
</div>
</div>
</div>
Follow ups