From: <rc...@us...> - 2016-11-23 16:05:04
|
Revision: 7677 http://sourceforge.net/p/web-erp/reponame/7677 Author: rchacon Date: 2016-11-23 16:05:02 +0000 (Wed, 23 Nov 2016) Log Message: ----------- Standardise text. Modified Paths: -------------- trunk/ExchangeRateTrend.php trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po Modified: trunk/ExchangeRateTrend.php =================================================================== --- trunk/ExchangeRateTrend.php 2016-11-22 17:15:03 UTC (rev 7676) +++ trunk/ExchangeRateTrend.php 2016-11-23 16:05:02 UTC (rev 7677) @@ -3,9 +3,9 @@ /* This script shows the trend in exchange rates as retrieved from ECB. */ include('includes/session.inc'); -$Title = _('View Currency Trends');// Screen identification. -$ViewTopic= 'Currencies';// Filename's id in ManualContents.php's TOC. -$BookMark = 'ExchangeRateTrend';// Anchor's id in the manual's html document. +$Title = _('View Currency Trend'); +$ViewTopic= 'Currencies'; +$BookMark = 'ExchangeRateTrend'; include('includes/header.inc'); $FunctionalCurrency = $_SESSION['CompanyRecord']['currencydefault']; @@ -23,12 +23,11 @@ echo '<form method="post" id="update" action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '">'; echo '<div>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; - echo '<div class="centre">'; - echo '<p class="page_title_text"><img alt="" src="'.$RootPath.'/css/'.$Theme. - '/images/currency.png" title="' .// Icon image. - _('View Currency Trend') . '" /> ' .// Icon title. - _('View Currency Trend') . '</p>';// Page title. - echo '</div><table>'; // First column + echo '<p class="page_title_text"><img alt="" src="', $RootPath, '/css/', $Theme, + '/images/currency.png" title="', // Icon image. + _('View Currency Trend'), '" /> ', // Icon title. + _('View Currency Trend'), '</p>';// Page title. + echo '<table>'; // First column $SQL = "SELECT currabrev FROM currencies"; $result=DB_query($SQL); 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 2016-11-22 17:15:03 UTC (rev 7676) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2016-11-23 16:05:02 UTC (rev 7677) @@ -8,7 +8,7 @@ "Project-Id-Version: webERP 4.12.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-11-20 17:14-0600\n" -"PO-Revision-Date: 2016-11-22 11:01-0600\n" +"PO-Revision-Date: 2016-11-23 08:21-0600\n" "Last-Translator: Rafael E. Chacón <raf...@gm...>\n" "Language-Team: TecnoSoluciones.com <web...@te...>\n" "Language: es_ES\n" @@ -11948,7 +11948,7 @@ #: Departments.php:197 msgid "View all Departments" -msgstr "Ver todos los Departamentos" +msgstr "Ver todos los departamentos" #: Departments.php:220 msgid "The selected departemnt could not be found." @@ -12870,11 +12870,11 @@ #: ExchangeRateTrend.php:6 msgid "View Currency Trends" -msgstr "Ver Tendencias de la Divisa" +msgstr "Ver tendencia de la moneda" #: ExchangeRateTrend.php:29 ExchangeRateTrend.php:30 msgid "View Currency Trend" -msgstr "Ver Tendencia de la Divisa" +msgstr "Ver tendencia de la moneda" #: ExchangeRateTrend.php:76 msgid "Trend Currently Unavailable" @@ -29849,7 +29849,7 @@ #: SelectSupplier.php:178 msgid "View All Purchase Orders" -msgstr "Ver todas las Órdenes de Compra" +msgstr "Ver todas las órdenes de compra" #: SelectSupplier.php:180 msgid "List all open shipments for" |