|
From: <rc...@us...> - 2015-02-22 19:45:24
|
Revision: 7173
http://sourceforge.net/p/web-erp/reponame/7173
Author: rchacon
Date: 2015-02-22 19:45:21 +0000 (Sun, 22 Feb 2015)
Log Message:
-----------
Fix missing gettext.
Modified Paths:
--------------
trunk/GLBalanceSheet.php
trunk/GLProfit_Loss.php
trunk/GLTrialBalance.php
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
Modified: trunk/GLBalanceSheet.php
===================================================================
--- trunk/GLBalanceSheet.php 2015-02-22 17:43:08 UTC (rev 7172)
+++ trunk/GLBalanceSheet.php 2015-02-22 19:45:21 UTC (rev 7173)
@@ -716,7 +716,7 @@
'<button name="SelectADifferentPeriod" type="submit" value="'. _('Select A Different Period') .'"><img alt="" src="'.$RootPath.'/css/'.$Theme.
'/images/gl.png" /> ' . _('Select A Different Balance Date') . '</button>'.// "Select A Different Period" button.
'<button formaction="index.php" type="submit"><img alt="" src="'.$RootPath.'/css/'.$Theme.
- '/images/previous.png" /> ' . ('Return') . '</button>'.// "Return" button.
+ '/images/previous.png" /> ' . _('Return') . '</button>'.// "Return" button.
'</div>';
echo '</div></form>';
Modified: trunk/GLProfit_Loss.php
===================================================================
--- trunk/GLProfit_Loss.php 2015-02-22 17:43:08 UTC (rev 7172)
+++ trunk/GLProfit_Loss.php 2015-02-22 19:45:21 UTC (rev 7173)
@@ -1309,7 +1309,7 @@
'<button name="SelectADifferentPeriod" type="submit" value="'. _('Select A Different Period') .'"><img alt="" src="'.$RootPath.'/css/'.$Theme.
'/images/gl.png" /> ' . _('Select A Different Period') . '</button>'.// "Select A Different Period" button.
'<button formaction="index.php" type="submit"><img alt="" src="'.$RootPath.'/css/'.$Theme.
- '/images/previous.png" /> ' . ('Return') . '</button>'.// "Return" button.
+ '/images/previous.png" /> ' . _('Return') . '</button>'.// "Return" button.
'</div>';
}
echo '</div>';
Modified: trunk/GLTrialBalance.php
===================================================================
--- trunk/GLTrialBalance.php 2015-02-22 17:43:08 UTC (rev 7172)
+++ trunk/GLTrialBalance.php 2015-02-22 19:45:21 UTC (rev 7173)
@@ -733,7 +733,7 @@
'<button name="SelectADifferentPeriod" type="submit" value="'. _('Select A Different Period') .'"><img alt="" src="'.$RootPath.'/css/'.$Theme.
'/images/gl.png" /> ' . _('Select A Different Period') . '</button>'.// "Select A Different Period" button.
'<button formaction="index.php" type="submit"><img alt="" src="'.$RootPath.'/css/'.$Theme.
- '/images/previous.png" /> ' . ('Return') . '</button>'.// "Return" button.
+ '/images/previous.png" /> ' . _('Return') . '</button>'.// "Return" button.
'</div>';
}
echo '</div>
Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2015-02-22 17:43:08 UTC (rev 7172)
+++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2015-02-22 19:45:21 UTC (rev 7173)
@@ -8,7 +8,7 @@
"Project-Id-Version: webERP 4.12.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-22 11:19-0600\n"
-"PO-Revision-Date: 2015-02-22 11:41-0600\n"
+"PO-Revision-Date: 2015-02-22 11:50-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: TecnoSoluciones.com <web...@te...>\n"
"Language: es_ES\n"
@@ -24277,7 +24277,7 @@
#: ProductSpecs.php:396 QATests.php:401
#: reportwriter/languages/en_US/reports.php:53
msgid "Active"
-msgstr ""
+msgstr "Activo"
#: ProductSpecs.php:466
#, php-format
@@ -50551,7 +50551,7 @@
#: reportwriter/languages/en_US/reports.php:213
msgid "No Border"
-msgstr ""
+msgstr "Sin borde"
#: reportwriter/languages/en_US/reports.php:214
msgid "No Fill"
@@ -52026,25 +52026,3 @@
#: ../webSHOP/includes/session.php:137
msgid "Bank Transfer"
msgstr "Transferencia bancaria"
-
-#~ msgid "HTML View"
-#~ msgstr "Ver como HTML"
-
-#~ msgid "General Ledger Profit Loss Inquiry"
-#~ msgstr "Consultar Ganancias y Pérdidas Contables"
-
-#~ msgid "Statement of Profit and Loss for the"
-#~ msgstr "Estado de Ganancias y Pérdidas para el"
-
-#~ msgid "Trial Balance Report"
-#~ msgstr "Reporte de balance de comprobación"
-
-#~ msgid "Account:"
-#~ msgstr "Cuenta:"
-
-#~ msgid ""
-#~ "Select a csv file containing the details of the account codes that you "
-#~ "wish to import into webERP. "
-#~ msgstr ""
-#~ "Seleccione un archivo CSV con los detalles de los códigos contables que "
-#~ "desea importar al webERP. "
|