Hungarian update

This commit is contained in:
Marc Delisle
2008-10-08 20:35:20 +00:00
parent d206376b8a
commit cd2a913960
2 changed files with 2 additions and 2 deletions

View File

@@ -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 -

View File

@@ -2,10 +2,9 @@
/* $Id$ */
// Peter Bakondy <bakondyp@freemail.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';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra)
$number_thousands_separator = ' ';
$number_decimal_separator = '.';