From: <rc...@us...> - 2014-03-17 15:12:45
|
Revision: 6612 http://sourceforge.net/p/web-erp/reponame/6612 Author: rchacon Date: 2014-03-17 15:12:41 +0000 (Mon, 17 Mar 2014) Log Message: ----------- Allow translations of tax category "Freight". Minor Spanish translations improvements. Modified Paths: -------------- trunk/includes/DefineCartClass.php trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po Modified: trunk/includes/DefineCartClass.php =================================================================== --- trunk/includes/DefineCartClass.php 2014-03-17 14:04:49 UTC (rev 6611) +++ trunk/includes/DefineCartClass.php 2014-03-17 15:12:41 UTC (rev 6612) @@ -374,7 +374,7 @@ /*Gets the Taxes and rates applicable to the freight based on the tax group of the branch combined with the tax category for this particular freight and SESSION['FreightTaxCategory'] the taxprovince of the dispatch location */ - $sql = "SELECT taxcatid FROM taxcategories WHERE taxcatname='Freight'"; + $sql = "SELECT taxcatid FROM taxcategories WHERE taxcatname='" . _('Freight') . "'";// To allow translations of tax category "Freight". $TaxCatQuery = DB_query($sql, $db); if ($TaxCatRow = DB_fetch_array($TaxCatQuery)) { 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 2014-03-17 14:04:49 UTC (rev 6611) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2014-03-17 15:12:41 UTC (rev 6612) @@ -8,7 +8,7 @@ "Project-Id-Version: WebERP 4.081\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-02-08 17:33+1300\n" -"PO-Revision-Date: 2014-02-28 16:37-0600\n" +"PO-Revision-Date: 2014-03-17 09:04-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: TecnoSoluciones.com <web...@te...>\n" "Language: es_ES\n" @@ -7089,7 +7089,7 @@ #: Credit_Invoice.php:421 msgid "Freight cost charged on invoice" -msgstr "Costo de transporte cargado en la Factura" +msgstr "Costo de flete cargado en la factura" #: Credit_Invoice.php:424 msgid "Credit Freight Cost" @@ -12636,7 +12636,7 @@ #: FreightCosts.php:28 FreightCosts.php:83 #: ../webSHOP/includes/PlaceOrder.php:274 msgid "Freight Costs" -msgstr "Costos de Flete" +msgstr "Costos de flete" #: FreightCosts.php:38 msgid "Select A Freight Company to set up costs for" @@ -17686,7 +17686,7 @@ #: OrderDetails.php:121 msgid "Freight Cost" -msgstr "Costo de Transporte" +msgstr "Costo de flete" #: OrderDetails.php:153 msgid "The SQL used to retrieve the line items, that failed was" @@ -28029,7 +28029,7 @@ #: ShopParameters.php:363 msgid "Freight Calculations" -msgstr "" +msgstr "Cálculos de flete" #: ShopParameters.php:378 msgid "Select the freight calculation method to use for the webSHOP" @@ -48707,12 +48707,12 @@ #: ../webSHOP/includes/DisplayShoppingCart.php:64 msgid "Freight cost" -msgstr "" +msgstr "Costo de flete" #: ../webSHOP/includes/DisplayShoppingCart.php:68 #: ../webSHOP/includes/PlaceOrder.php:280 msgid "Freight Costs paid by" -msgstr "" +msgstr "Costos de flete pagados por" #: ../webSHOP/includes/DisplayShoppingCart.php:79 #: ../webSHOP/includes/DisplayShoppingCart.php:85 |