|
From: <rc...@us...> - 2013-10-12 16:40:09
|
Revision: 6351
http://sourceforge.net/p/web-erp/reponame/6351
Author: rchacon
Date: 2013-10-12 16:40:02 +0000 (Sat, 12 Oct 2013)
Log Message:
-----------
Adding translation for the table title.
Modified Paths:
--------------
trunk/GLTransInquiry.php
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
Modified: trunk/GLTransInquiry.php
===================================================================
--- trunk/GLTransInquiry.php 2013-10-11 23:23:08 UTC (rev 6350)
+++ trunk/GLTransInquiry.php 2013-10-12 16:40:02 UTC (rev 6351)
@@ -36,7 +36,7 @@
. _('Print') . '" alt="" />' . ' ' . $Title . '</p>';
echo '<table class="selection">'; //Main table
echo '<tr>
- <th colspan="7"><h2><b>' . $TransName . ' ' . $_GET['TransNo'] . '</b></h2></th>
+ <th colspan="7"><h2><b>' . _($TransName) . ' ' . $_GET['TransNo'] . '</b></h2></th>
</tr>
<tr>
<th>' . _('Date') . '</th>
@@ -197,4 +197,4 @@
}
include('includes/footer.inc');
-?>
\ No newline at end of file
+?>
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 2013-10-11 23:23:08 UTC (rev 6350)
+++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-10-12 16:40:02 UTC (rev 6351)
@@ -8,7 +8,7 @@
"Project-Id-Version: WebERP 4.081\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-06 21:34+1200\n"
-"PO-Revision-Date: 2013-10-08 15:09-0600\n"
+"PO-Revision-Date: 2013-10-12 10:38-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: TecnoSoluciones.com <web...@te...>\n"
"Language: es_ES\n"
@@ -19624,7 +19624,7 @@
#: PDFPeriodStockTransListing.php:46
msgid "Purchase Order Delivery"
-msgstr "Despacho de Orden de Compra"
+msgstr "Recepción de orden de compra"
#: PDFPeriodStockTransListing.php:47
msgid "Work Order Receipt"
|