|
From: <rc...@us...> - 2013-11-02 05:07:20
|
Revision: 6380
http://sourceforge.net/p/web-erp/reponame/6380
Author: rchacon
Date: 2013-11-02 05:07:18 +0000 (Sat, 02 Nov 2013)
Log Message:
-----------
Allow translate the name of the currency on Currencies.php. Minor translations.
Modified Paths:
--------------
trunk/Currencies.php
trunk/doc/Change.log
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.mo
trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po
Modified: trunk/Currencies.php
===================================================================
--- trunk/Currencies.php 2013-11-01 21:56:30 UTC (rev 6379)
+++ trunk/Currencies.php 2013-11-02 05:07:18 UTC (rev 6380)
@@ -8,7 +8,6 @@
$BookMark = 'Currencies';
include('includes/header.inc');
include('includes/CurrenciesArray.php');
-
include('includes/SQL_CommonFunctions.inc');
if (isset($_GET['SelectedCurrency'])){
@@ -351,7 +350,7 @@
</tr>',
$ImageFile,
$myrow['currabrev'],
- _($myrow['currency']),
+ _($CurrenciesArray[$myrow['currabrev']]['Currency']), // To get the currency name from the Currencies Array.
$myrow['country'],
$myrow['hundredsname'],
locale_number_format($myrow['decimalplaces'],0),
@@ -379,7 +378,7 @@
</tr>',
$ImageFile,
$myrow['currabrev'],
- _($myrow['currency']),
+ _($CurrenciesArray[$myrow['currabrev']]['Currency']), // To get the currency name from the Currencies Array.
$myrow['country'],
$myrow['hundredsname'],
locale_number_format($myrow['decimalplaces'],0),
@@ -518,4 +517,4 @@
} //end if record deleted no point displaying form to add record
include('includes/footer.inc');
-?>
\ No newline at end of file
+?>
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2013-11-01 21:56:30 UTC (rev 6379)
+++ trunk/doc/Change.log 2013-11-02 05:07:18 UTC (rev 6380)
@@ -1,5 +1,6 @@
webERP Change Log
-30/10/2013 rchacon: Allow translate the name of the currency on CustomerReceipt.php and Payments.php.
+01/11/2013 rchacon: Allow translate the name of the currency on Currencies.php.
+31/10/2013 rchacon: Allow translate the name of the currency on CustomerReceipt.php and Payments.php.
30/10/2013 rchacon: Allow insert different data on banktrans.ref and gltrans.narrative for the bank account on CustomerReceipt.php. Match the page_title_text with the MainMenuLinksArray option for Bank Account Payments Entry and Bank Account Receipts Entry. Regroup the General Ledger Transactions menu.
30/10/2013 Exson: Add required attribute for Z_MakeNewCompany.php to avoid file void error and make it more user friendly.
30/10/2013: Exson modify the locstock table change the bin to NULL to avoid stick sql standard constraint failed for those items without bin.
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-01 21:56:30 UTC (rev 6379)
+++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-11-02 05:07:18 UTC (rev 6380)
@@ -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-30 11:57-0600\n"
+"PO-Revision-Date: 2013-11-01 22:27-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: TecnoSoluciones.com <web...@te...>\n"
"Language: es_ES\n"
@@ -24762,7 +24762,7 @@
#: SalesCategories.php:348
msgid "Display in webSHOP?"
-msgstr ""
+msgstr "¿Mostrar en webSHOP?"
#: SalesCategories.php:371
msgid "Submit Information"
@@ -27187,14 +27187,12 @@
msgstr "Porcentaje de rebaja"
#: SellThroughSupport.php:465
-#, fuzzy
msgid "Support Start Date"
-msgstr "Fecha Inicio"
+msgstr "Fecha inicio del soporte"
#: SellThroughSupport.php:469
-#, fuzzy
msgid "Support End Date"
-msgstr "No hay Fecha Final"
+msgstr "Fecha final del soporte"
#: ShipmentCosting.php:6
msgid "Shipment Costing"
@@ -27743,9 +27741,8 @@
msgstr "El código de artículo"
#: ShopParameters.php:203 ShopParameters.php:206
-#, fuzzy
msgid "Test"
-msgstr "Empezar de nuevo"
+msgstr "Prueba"
#: ShopParameters.php:204 ShopParameters.php:207
#, fuzzy
Modified: trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po 2013-11-01 21:56:30 UTC (rev 6379)
+++ trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po 2013-11-02 05:07:18 UTC (rev 6380)
@@ -8,7 +8,7 @@
"Project-Id-Version: 3.13rc0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-06 21:34+1200\n"
-"PO-Revision-Date: 2013-08-11 19:08-0600\n"
+"PO-Revision-Date: 2013-11-01 22:48-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: Swedish <LL...@li...>\n"
"Language: sv\n"
@@ -40812,9 +40812,8 @@
msgstr "Område"
#: includes/CurrenciesArray.php:34
-#, fuzzy
msgid "Australian dollar"
-msgstr "Audit Trail"
+msgstr "Australisk dollar"
#: includes/CurrenciesArray.php:37
msgid "Aruban florin"
@@ -40872,7 +40871,7 @@
#: includes/CurrenciesArray.php:76
msgid "Bahamian dollar"
-msgstr ""
+msgstr "Bahamansk dollar"
#: includes/CurrenciesArray.php:79
msgid "Bhutanese ngultrum"
@@ -40887,13 +40886,12 @@
msgstr ""
#: includes/CurrenciesArray.php:88
-#, fuzzy
msgid "Belize dollar"
-msgstr "Storlek"
+msgstr "Belizisk dollar"
#: includes/CurrenciesArray.php:91
msgid "Canadian dollar"
-msgstr ""
+msgstr "Kanadensisk dollar"
#: includes/CurrenciesArray.php:94
#, fuzzy
@@ -40927,16 +40925,15 @@
#: includes/CurrenciesArray.php:115
msgid "Colombian peso"
-msgstr ""
+msgstr "Colombiansk peso"
#: includes/CurrenciesArray.php:118
msgid "Colombian Unidad de Valor Real"
msgstr ""
#: includes/CurrenciesArray.php:121
-#, fuzzy
msgid "Costa Rican colon"
-msgstr "Kostnad krävs"
+msgstr "Costaricansk colon"
#: includes/CurrenciesArray.php:124
msgid "Cuban peso convertible"
@@ -41251,9 +41248,8 @@
msgstr "Netto försäljningsvärde"
#: includes/CurrenciesArray.php:343
-#, fuzzy
msgid "New Zealand dollar"
-msgstr "Nya Depn"
+msgstr "Nyzeeländsk dollar"
#: includes/CurrenciesArray.php:346
msgid "Omani rial"
@@ -41331,7 +41327,7 @@
#: includes/CurrenciesArray.php:397
msgid "Swedish krona"
-msgstr ""
+msgstr "Svensk krona"
#: includes/CurrenciesArray.php:400
#, fuzzy
@@ -41415,12 +41411,11 @@
#: includes/CurrenciesArray.php:457
msgid "Ugandan shilling"
-msgstr ""
+msgstr "Ugandisk shilling"
#: includes/CurrenciesArray.php:460
-#, fuzzy
msgid "United States dollar"
-msgstr "Organisationsenhet"
+msgstr "Amerikansk dollar"
#: includes/CurrenciesArray.php:463
msgid "United States dollar next day (funds code)"
@@ -42083,7 +42078,7 @@
#: includes/LanguagesArray.php:129
msgid "Swedish"
-msgstr ""
+msgstr "Svenska"
#: includes/LanguagesArray.php:134
msgid "Kiswahili"
|