Added Hungarian translation (and fixed the default dictionaries for Italian as well).

SVN:trunk[1252]
This commit is contained in:
Denis Flaven
2011-04-28 17:23:45 +00:00
parent 5e64834b06
commit 7f17acf553
16 changed files with 3208 additions and 1 deletions

View File

@@ -468,6 +468,10 @@ class Config
'dictionaries/tr.dictionary.itop.core.php', // Support for Turkish
'dictionaries/zh.dictionary.itop.ui.php', // Support for Chinese
'dictionaries/zh.dictionary.itop.core.php', // Support for Chinese
'dictionaries/it.dictionary.itop.ui.php', // Support for Italian
'dictionaries/it.dictionary.itop.core.php', // Support for Italian
'dictionaries/hu.dictionary.itop.ui.php', // Support for Hungarian
'dictionaries/hu.dictionary.itop.core.php', // Support for Hungarian
);
foreach($this->m_aSettings as $sPropCode => $aSettingInfo)
{