Skip to content

Commit

Permalink
Merge pull request webERP-team#174 from rafa62/after_4.15.1_bug_fixes…
Browse files Browse the repository at this point in the history
…_only

Fix languages files
  • Loading branch information
TurboPT authored Aug 29, 2019
2 parents 1a50555 + 4add413 commit 2b2f591
Show file tree
Hide file tree
Showing 70 changed files with 249,671 additions and 90,502 deletions.
14 changes: 7 additions & 7 deletions includes/CurrenciesArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
$CurrencyName['INR'] = _('Indian rupee');
$CurrencyName['IQD'] = _('Iraqi dinar');
$CurrencyName['IRR'] = _('Iranian rial');
$CurrencyName['ISK'] = _('Icelandic króna');
$CurrencyName['ISK'] = _('Icelandic krona');
$CurrencyName['JMD'] = _('Jamaican dollar');
$CurrencyName['JOD'] = _('Jordanian dinar');
$CurrencyName['JPY'] = _('Japanese yen');
Expand Down Expand Up @@ -113,7 +113,7 @@
$CurrencyName['MZN'] = _('Mozambican metical');
$CurrencyName['NAD'] = _('Namibian dollar');
$CurrencyName['NGN'] = _('Nigerian naira');
$CurrencyName['NIO'] = _('Nicaraguan córdoba');
$CurrencyName['NIO'] = _('Nicaraguan cordoba');
$CurrencyName['NOK'] = _('Norwegian krone');
$CurrencyName['NPR'] = _('Nepalese rupee');
$CurrencyName['NZD'] = _('New Zealand dollar');
Expand All @@ -123,8 +123,8 @@
$CurrencyName['PGK'] = _('Papua New Guinean kina');
$CurrencyName['PHP'] = _('Philippine peso');
$CurrencyName['PKR'] = _('Pakistani rupee');
$CurrencyName['PLN'] = _('Polish złoty');
$CurrencyName['PYG'] = _('Paraguayan guaraní');
$CurrencyName['PLN'] = _('Polish zloty');
$CurrencyName['PYG'] = _('Paraguayan guarani');
$CurrencyName['QAR'] = _('Qatari riyal');
$CurrencyName['RON'] = _('Romanian new leu');
$CurrencyName['RSD'] = _('Serbian dinar');
Expand All @@ -141,14 +141,14 @@
$CurrencyName['SOS'] = _('Somali shilling');
$CurrencyName['SRD'] = _('Surinamese dollar');
$CurrencyName['SSP'] = _('South Sudanese pound');
$CurrencyName['STD'] = _('São Tomé and Príncipe dobra');
$CurrencyName['STD'] = _('Sao Tome and Principe dobra');
$CurrencyName['SYP'] = _('Syrian pound');
$CurrencyName['SZL'] = _('Swazi lilangeni');
$CurrencyName['THB'] = _('Thai baht');
$CurrencyName['TJS'] = _('Tajikistani somoni');
$CurrencyName['TMT'] = _('Turkmenistani manat');
$CurrencyName['TND'] = _('Tunisian dinar');
$CurrencyName['TOP'] = _('Tongan paʻanga');
$CurrencyName['TOP'] = _('Tongan pa\'anga');
$CurrencyName['TRY'] = _('Turkish lira');
$CurrencyName['TTD'] = _('Trinidad and Tobago dollar');
$CurrencyName['TWD'] = _('Taiwan new dollar');
Expand All @@ -161,7 +161,7 @@
$CurrencyName['UYI'] = _('Uruguayan unidad indexada (funds code)');
$CurrencyName['UYU'] = _('Uruguayan peso');
$CurrencyName['UZS'] = _('Uzbekistan som');
$CurrencyName['VEF'] = _('Venezuelan bolívar fuerte');
$CurrencyName['VEF'] = _('Venezuelan bolivar fuerte');
$CurrencyName['VND'] = _('Vietnamese dong');
$CurrencyName['VUV'] = _('Vanuatu vatu');
$CurrencyName['WST'] = _('Samoan tala');
Expand Down
Binary file modified locale/ar_EG.utf8/LC_MESSAGES/messages.mo
Binary file not shown.
Loading

0 comments on commit 2b2f591

Please sign in to comment.