From: <rc...@us...> - 2013-10-30 18:10:53
|
Revision: 6378 http://sourceforge.net/p/web-erp/reponame/6378 Author: rchacon Date: 2013-10-30 18:10:51 +0000 (Wed, 30 Oct 2013) Log Message: ----------- Allow translation for the button "Order some". Standardized to "Insert New Item". Some Spanish translation improvements. Modified Paths: -------------- trunk/PO_Items.php trunk/SelectProduct.php trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po Modified: trunk/PO_Items.php =================================================================== --- trunk/PO_Items.php 2013-10-30 16:11:22 UTC (rev 6377) +++ trunk/PO_Items.php 2013-10-30 18:10:51 UTC (rev 6378) @@ -1140,7 +1140,7 @@ <td><input type="text" name="StockCode" size="15" maxlength="18" value="' . $_POST['StockCode'] . '" /></td> </tr> <tr><td></td> - <td><b>' . _('OR') . ' </b><a target="_blank" href="'.$RootPath.'/Stocks.php">' . _('Create a New Stock Item') . '</a></td></tr> + <td><b>' . _('OR') . ' </b><a target="_blank" href="'.$RootPath.'/Stocks.php">' . _('Insert New Item') . '</a></td></tr> </table> <br /> @@ -1218,7 +1218,7 @@ #end of while loop echo '</table>'; echo '<input type="hidden" name="PO_ItemsResubmitFormValue" value="' . $_SESSION['PO_ItemsResubmitForm' . $identifier] . '" />'; - echo '<a name="end"></a><br /><div class="centre"><input type="submit" name="NewItem" value="Order some" /></div>'; + echo '<a name="end"></a><br /><div class="centre"><input type="submit" name="NewItem" value="' . _('Order some') . '" /></div>'; }#end if SearchResults to show echo '</div> Modified: trunk/SelectProduct.php =================================================================== --- trunk/SelectProduct.php 2013-10-30 16:11:22 UTC (rev 6377) +++ trunk/SelectProduct.php 2013-10-30 18:10:51 UTC (rev 6378) @@ -481,7 +481,7 @@ } /* end of ($Its_A_Kitset_Assembly_Or_Dummy == False) */ echo '</td><td valign="top" class="select">'; /* Stock Maintenance Options */ -echo '<a href="' . $RootPath . '/Stocks.php?">' . _('Add Inventory Items') . '</a><br />'; +echo '<a href="' . $RootPath . '/Stocks.php?">' . _('Insert New Item') . '</a><br />'; echo '<a href="' . $RootPath . '/Stocks.php?StockID=' . $StockID . '">' . _('Modify Item Details') . '</a><br />'; if ($Its_A_Kitset_Assembly_Or_Dummy == False) { echo '<a href="' . $RootPath . '/StockReorderLevel.php?StockID=' . $StockID . '">' . _('Maintain Reorder Levels') . '</a><br />'; @@ -516,7 +516,7 @@ /* Stock Transactions */ echo '</td><td class="select">'; /*Stock Maintenance Options */ - echo '<a href="' . $RootPath . '/Stocks.php?">' . _('Add Inventory Items') . '</a><br />'; + echo '<a href="' . $RootPath . '/Stocks.php?">' . _('Insert New Item') . '</a><br />'; echo '</td></tr></table>'; } // end displaying item options if there is one and only one record echo '<form action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '" method="post">'; 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-30 16:11:22 UTC (rev 6377) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-10-30 18:10:51 UTC (rev 6378) @@ -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-26 11:53-0600\n" +"PO-Revision-Date: 2013-10-30 11:57-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: TecnoSoluciones.com <web...@te...>\n" "Language: es_ES\n" @@ -2574,7 +2574,7 @@ #: SupplierTenderCreate.php:606 SupplierTenderCreate.php:712 #: SupplierTenders.php:445 WorkOrderEntry.php:638 WorkOrderIssue.php:690 msgid "Search Now" -msgstr "Buscar Ahora" +msgstr "Buscar ahora" #: BOMInquiry.php:47 BOMs.php:805 ContractBOM.php:52 MRPDemands.php:56 #: MRPReport.php:578 PO_Items.php:855 PO_SelectOSPurchOrder.php:65 @@ -4941,7 +4941,7 @@ #: ContractBOM.php:299 PO_Items.php:1103 msgid "Search For Stock Items" -msgstr "Buscar Artículos de Existencias" +msgstr "Buscar artículos de inventario" #: ContractBOM.php:327 PO_Items.php:1130 SelectCompletedOrder.php:529 #: SelectCreditItems.php:1002 @@ -4968,7 +4968,7 @@ #: ContractBOM.php:337 PO_Items.php:1141 msgid "Create a New Stock Item" -msgstr "Crear un Nuevo Artículo de Existencias" +msgstr "Crear un nuevo artículo de inventario" #: ContractBOM.php:356 FixedAssetItems.php:503 Stocks.php:1020 #: SupplierTenderCreate.php:850 SupplierTenders.php:689 @@ -30588,7 +30588,7 @@ #: Stocks.php:1382 msgid "Insert New Item" -msgstr "Agregar Nuevo Artículo" +msgstr "Agregar nuevo artículo" #: Stocks.php:1383 Stocks.php:1390 ../webSHOP/includes/Functions.php:127 #: ../webSHOP/includes/ShowSalesCategoriesMenu.php:15 @@ -47946,9 +47946,8 @@ msgstr "" #: ../webSHOP/index.php:131 -#, fuzzy msgid "Searching for:" -msgstr "Buscar Ahora" +msgstr "Buscando:" #: ../webSHOP/index.php:138 #, fuzzy |