From: <dai...@us...> - 2013-06-11 07:43:58
|
Revision: 6011 http://sourceforge.net/p/web-erp/reponame/6011 Author: daintree Date: 2013-06-11 07:43:53 +0000 (Tue, 11 Jun 2013) Log Message: ----------- Thomas Lie translation string errors corrected Modified Paths: -------------- trunk/Credit_Invoice.php trunk/InventoryPlanning.php trunk/MailInventoryValuation.php trunk/MailingGroupMaintenance.php trunk/OffersReceived.php trunk/includes/CountriesArray.php trunk/includes/CurrenciesArray.php Modified: trunk/Credit_Invoice.php =================================================================== --- trunk/Credit_Invoice.php 2013-06-08 23:41:35 UTC (rev 6010) +++ trunk/Credit_Invoice.php 2013-06-11 07:43:53 UTC (rev 6011) @@ -405,7 +405,7 @@ echo '<td class="number">' . $DisplayTaxAmount . '</td> <td class="number">' . $DisplayGrossLineTotal . '</td> - <td><a href="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '?identifier=' . $identifier . '&Delete=' . $LnItm->LineNumber . '" onclick="return confirm(\'' . _('Are you sure you wish to delete this item from the credit?') . '\');">' . _('Delete') . '</a></td> + <td><a href="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '?identifier=' . $identifier . '&Delete=' . $LnItm->LineNumber . '" onclick="return confirm(\'' . _('Are you sure you wish to delete this item from the credit?') . '\');">' . _('Delete') . '</a></td> </tr>'; echo '<tr ' . $RowStarter . '> Modified: trunk/InventoryPlanning.php =================================================================== --- trunk/InventoryPlanning.php 2013-06-08 23:41:35 UTC (rev 6010) +++ trunk/InventoryPlanning.php 2013-06-11 07:43:53 UTC (rev 6011) @@ -338,7 +338,7 @@ $SuggestedTopUpOrder = $IdealStockHolding - $InventoryPlan['qoh'] + $TotalDemand - $OnOrdRow['qtyonorder']; if ($SuggestedTopUpOrder <=0){ - $LeftOvers = $pdf->addTextWrap(720, $YPos, 40,$FontSize,_(' '),'right'); + $LeftOvers = $pdf->addTextWrap(720, $YPos, 40,$FontSize,' ','right'); } else { Modified: trunk/MailInventoryValuation.php =================================================================== --- trunk/MailInventoryValuation.php 2013-06-08 23:41:35 UTC (rev 6010) +++ trunk/MailInventoryValuation.php 2013-06-11 07:43:53 UTC (rev 6011) @@ -20,8 +20,7 @@ if (sizeOf($Recipients) == 0) { $Title = _('Inventory Valuation') . ' - ' . _('Problem Report'); include('includes/header.inc'); - prnMsg( _('There are no members of the Inventory Valuation - Recipients email group'), 'warn'); + prnMsg( _('There are no members of the Inventory Valuation Recipients email group'), 'warn'); include('includes/footer.inc'); exit; } Modified: trunk/MailingGroupMaintenance.php =================================================================== --- trunk/MailingGroupMaintenance.php 2013-06-08 23:41:35 UTC (rev 6010) +++ trunk/MailingGroupMaintenance.php 2013-06-11 07:43:53 UTC (rev 6011) @@ -212,7 +212,7 @@ <div class="centre"><a href="<?php echo htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'); ?>" /><?php echo _('View All Groups'); ?></a> <table class="selection"> - <th colspan="3"><div class="centre"><?php echo _('Assigend Users'); ?></div></th> + <th colspan="3"><div class="centre"><?php echo _('Assigned Users'); ?></div></th> <th colspan="3"><div class="centre"><?php echo _('Available Users'); ?></div></th> <?php $k = 0; Modified: trunk/OffersReceived.php =================================================================== --- trunk/OffersReceived.php 2013-06-08 23:41:35 UTC (rev 6010) +++ trunk/OffersReceived.php 2013-06-11 07:43:53 UTC (rev 6011) @@ -302,7 +302,7 @@ prnMsg(_('The rejected offers from').' '.$SupplierName.' '._('have been removed from the system and an email sent to') .' '.$Email, 'success'); }else{ - prnMsg(_('The rejected offers from').' '.$SupplierName.' '._('have been removed from the system and but the email does not sent to') + prnMsg(_('The rejected offers from').' '.$SupplierName.' '._('have been removed from the system and but no email was not sent to') .' '.$Email, 'warn'); } Modified: trunk/includes/CountriesArray.php =================================================================== --- trunk/includes/CountriesArray.php 2013-06-08 23:41:35 UTC (rev 6010) +++ trunk/includes/CountriesArray.php 2013-06-11 07:43:53 UTC (rev 6011) @@ -85,7 +85,7 @@ $CountriesArray['GU'] = _('Guam'); $CountriesArray['GW'] = _('Guinea-Bissau'); $CountriesArray['GY'] = _('Guyana'); -$CountriesArray['HK'] = _('Hong Kong)'); +$CountriesArray['HK'] = _('Hong Kong'); $CountriesArray['HN'] = _('Honduras'); $CountriesArray['HR'] = _('Croatia'); $CountriesArray['HT'] = _('Haiti'); Modified: trunk/includes/CurrenciesArray.php =================================================================== --- trunk/includes/CurrenciesArray.php 2013-06-08 23:41:35 UTC (rev 6010) +++ trunk/includes/CurrenciesArray.php 2013-06-11 07:43:53 UTC (rev 6011) @@ -532,7 +532,7 @@ $CurrenciesArray['XTS']['Currency'] = _('Code reserved for testing purposes'); $CurrenciesArray['XTS']['NumericCode'] = '963'; -$CurrenciesArray['XXX']['Currency'] = _('No currency '); +$CurrenciesArray['XXX']['Currency'] = _('No currency'); $CurrenciesArray['XXX']['NumericCode'] = '999'; $CurrenciesArray['YER']['Currency'] = _('Yemeni rial'); |