From: <rc...@us...> - 2013-11-03 00:26:39
|
Revision: 6381 http://sourceforge.net/p/web-erp/reponame/6381 Author: rchacon Date: 2013-11-03 00:26:36 +0000 (Sun, 03 Nov 2013) Log Message: ----------- Simplifies translation of the name of the currency (Thanks Phil Daintree). Minor translations improvements. Modified Paths: -------------- trunk/Currencies.php trunk/CustomerReceipt.php trunk/Payments.php trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po Modified: trunk/Currencies.php =================================================================== --- trunk/Currencies.php 2013-11-02 05:07:18 UTC (rev 6380) +++ trunk/Currencies.php 2013-11-03 00:26:36 UTC (rev 6381) @@ -350,7 +350,7 @@ </tr>', $ImageFile, $myrow['currabrev'], - _($CurrenciesArray[$myrow['currabrev']]['Currency']), // To get the currency name from the Currencies Array. + $CurrenciesArray[$myrow['currabrev']]['Currency'], // To get the currency name from the Currencies Array. $myrow['country'], $myrow['hundredsname'], locale_number_format($myrow['decimalplaces'],0), @@ -378,7 +378,7 @@ </tr>', $ImageFile, $myrow['currabrev'], - _($CurrenciesArray[$myrow['currabrev']]['Currency']), // To get the currency name from the Currencies Array. + $CurrenciesArray[$myrow['currabrev']]['Currency'], // To get the currency name from the Currencies Array. $myrow['country'], $myrow['hundredsname'], locale_number_format($myrow['decimalplaces'],0), Modified: trunk/CustomerReceipt.php =================================================================== --- trunk/CustomerReceipt.php 2013-11-02 05:07:18 UTC (rev 6380) +++ trunk/CustomerReceipt.php 2013-11-03 00:26:36 UTC (rev 6381) @@ -816,9 +816,9 @@ include($PathPrefix . 'includes/CurrenciesArray.php'); // To get the currency name. while ($myrow=DB_fetch_array($result)){ if ($_SESSION['ReceiptBatch']->Currency==$myrow['currabrev']){ - echo '<option selected="selected" value="' . $myrow['currabrev'] . '">' . _($CurrenciesArray[$myrow['currabrev']]['Currency']) . '</option>'; + echo '<option selected="selected" value="' . $myrow['currabrev'] . '">' . $CurrenciesArray[$myrow['currabrev']]['Currency'] . '</option>'; } else { - echo '<option value="' . $myrow['currabrev'] . '">' . _($CurrenciesArray[$myrow['currabrev']]['Currency']) . '</option>'; + echo '<option value="' . $myrow['currabrev'] . '">' . $CurrenciesArray[$myrow['currabrev']]['Currency'] . '</option>'; } } echo '</select></td> Modified: trunk/Payments.php =================================================================== --- trunk/Payments.php 2013-11-02 05:07:18 UTC (rev 6380) +++ trunk/Payments.php 2013-11-03 00:26:36 UTC (rev 6381) @@ -822,9 +822,9 @@ include($PathPrefix . 'includes/CurrenciesArray.php'); // To get the currency name. while ($myrow=DB_fetch_array($result)){ if ($_SESSION['PaymentDetail' . $identifier]->Currency==$myrow['currabrev']){ - echo '<option selected="selected" value="' . $myrow['currabrev'] . '">' . _($CurrenciesArray[$myrow['currabrev']]['Currency']) . '</option>'; + echo '<option selected="selected" value="' . $myrow['currabrev'] . '">' . $CurrenciesArray[$myrow['currabrev']]['Currency'] . '</option>'; } else { - echo '<option value="' . $myrow['currabrev'] . '">' . _($CurrenciesArray[$myrow['currabrev']]['Currency']) . '</option>'; + echo '<option value="' . $myrow['currabrev'] . '">' . $CurrenciesArray[$myrow['currabrev']]['Currency'] . '</option>'; } } echo '</select></td> 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-11-02 05:07:18 UTC (rev 6380) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-11-03 00:26:36 UTC (rev 6381) @@ -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-11-01 22:27-0600\n" +"PO-Revision-Date: 2013-11-02 18:01-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: TecnoSoluciones.com <web...@te...>\n" "Language: es_ES\n" @@ -8992,7 +8992,7 @@ #: GLAccountReport.php:269 Payments.php:935 StockAdjustments.php:477 #: SuppTransGLAnalysis.php:168 msgid "Select Tag" -msgstr "Seleccione centro de costo" +msgstr "Seleccionar centro de costo" #: CustomerReceipt.php:1051 GLBudgets.php:52 Payments.php:1017 msgid "No General ledger accounts have been set up yet" @@ -33904,7 +33904,7 @@ #: SystemParameters.php:432 msgid "Romalpa Clause" -msgstr "Cláusula Rot (Romalpa)" +msgstr "Cláusula de reserva de titularidad (cláusula Romalpa)" #: SystemParameters.php:434 msgid "" @@ -33971,14 +33971,15 @@ #: SystemParameters.php:467 msgid "Languages to Maintain Translations for Item Descriptions" -msgstr "" +msgstr "Idiomas para tener traducciones de las descripciones de artículos" #: SystemParameters.php:478 -#, fuzzy msgid "" "Select all the languages for which item description translations are to be " "maintained." -msgstr "Introduzca la fecha en que las transacciones se deben listar" +msgstr "" +"Seleccionar todos los idiomas en los cuales se mantendrán las descripciones " +"de artículos." #: SystemParameters.php:484 msgid "A picking note must be produced before an order can be delivered" @@ -34033,7 +34034,7 @@ #: SystemParameters.php:511 msgid "Laser Printed" -msgstr "Imprimir en una Láser" +msgstr "Imprimir en una láser" #: SystemParameters.php:512 msgid "Special Stationery" @@ -34045,7 +34046,7 @@ #: SystemParameters.php:518 msgid "Invoice Orientation" -msgstr "Orientación de la Factura" +msgstr "Orientación de la factura" #: SystemParameters.php:523 msgid "Select the invoice layout" @@ -34059,11 +34060,11 @@ #: SystemParameters.php:529 msgid "Show Company Details" -msgstr "Mostrar Detalles de la Compañía" +msgstr "Mostrar detalles de la compañía" #: SystemParameters.php:530 msgid "Hide Company Details" -msgstr "Ocultar Detalles de la Compañía" +msgstr "Ocultar detalles de la compañía" #: SystemParameters.php:532 msgid "" @@ -34081,15 +34082,15 @@ #: SystemParameters.php:537 msgid "Working Days on a Week" -msgstr "Días de Trabajo en una Semana" +msgstr "Días de trabajo en una semana" #: SystemParameters.php:539 SystemParameters.php:540 SystemParameters.php:541 msgid "working days" -msgstr "Días de Trabajo" +msgstr "Días de trabajo" #: SystemParameters.php:543 msgid "Number of working days on a week" -msgstr "Número de días laborables en una semana: " +msgstr "Número de días laborales en una semana" #: SystemParameters.php:548 msgid "Dispatch Cut-Off Time" @@ -34136,12 +34137,12 @@ #: SystemParameters.php:575 msgid "Default Price List" -msgstr "Lista de Precios Predeterminada" +msgstr "Lista de precios predeterminada" #: SystemParameters.php:578 SystemParameters.php:594 SystemParameters.php:638 #: SystemParameters.php:657 msgid "Unavailable" -msgstr "No Disponible" +msgstr "No disponible" #: SystemParameters.php:585 msgid "" @@ -34158,7 +34159,7 @@ #: SystemParameters.php:591 msgid "Default Shipper" -msgstr "Transportista Predeterminado" +msgstr "Transportista predeterminado" #: SystemParameters.php:601 msgid "" @@ -34170,7 +34171,7 @@ #: SystemParameters.php:604 msgid "Do Freight Calculation" -msgstr "Calcular Flete" +msgstr "Calcular flete" #: SystemParameters.php:609 msgid "" @@ -34259,7 +34260,7 @@ #: SystemParameters.php:670 msgid "Decimal Places to be used in Standard Cost" -msgstr "Decimales que se Utilizarán en el Costo Estándar" +msgstr "Decimales que se usarán en el costo estándar" #: SystemParameters.php:673 msgid "Number Of Periods Of StockUsage" |