Hungarian update
This commit is contained in:
@@ -14,6 +14,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug #2136986 [auth] Cannot create database after session timeout
|
- bug #2136986 [auth] Cannot create database after session timeout
|
||||||
- bug #1914066 [core] ForceSSL generates incorrectly escaped redirections
|
- bug #1914066 [core] ForceSSL generates incorrectly escaped redirections
|
||||||
(this time with the correct fix)
|
(this time with the correct fix)
|
||||||
|
+ [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika
|
||||||
|
|
||||||
3.0.0.0 (2008-09-27)
|
3.0.0.0 (2008-09-27)
|
||||||
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
||||||
|
@@ -2,10 +2,9 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
// Peter Bakondy <bakondyp@freemail.hu>
|
// Peter Bakondy <bakondyp@freemail.hu>
|
||||||
// Mihály Mészáros <poizon at sth dot sze dot hu>
|
// Mihály Mészáros <poizon at sth dot sze dot hu>
|
||||||
// József Tamás Herczeg <localicer @NOSPAM@ gmail.com>
|
// József Tamás Herczeg <localicer @NOSPAM@ gmail DOT com>
|
||||||
|
|
||||||
$charset = 'utf-8';
|
$charset = 'utf-8';
|
||||||
$allow_recoding = TRUE;
|
|
||||||
$text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra)
|
$text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra)
|
||||||
$number_thousands_separator = ' ';
|
$number_thousands_separator = ' ';
|
||||||
$number_decimal_separator = '.';
|
$number_decimal_separator = '.';
|
||||||
|
Reference in New Issue
Block a user