diff --git a/ChangeLog b/ChangeLog index 70281dd58..8aca42558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2136986 [auth] Cannot create database after session timeout - bug #1914066 [core] ForceSSL generates incorrectly escaped redirections (this time with the correct fix) ++ [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika 3.0.0.0 (2008-09-27) + [export] properly handle line breaks for YAML, thanks to Dan Barry - diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 36f203d2a..cc0867426 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -2,10 +2,9 @@ /* $Id$ */ // Peter Bakondy // Mihály Mészáros -// József Tamás Herczeg +// József Tamás Herczeg $charset = 'utf-8'; -$allow_recoding = TRUE; $text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra) $number_thousands_separator = ' '; $number_decimal_separator = '.';