PDA

View Full Version : Hungarian Translation (added)


Tancosbaby
08-02-2007, 10:16 AM
$phrase['sign_guestbook'] = "Írok a Vendégkönyvbe";
$phrase['view_guestbook'] = "Megnézem a Vendégkönyvet";
$phrase['return_to'] = "Vissza";
$phrase['name'] = "Név";
$phrase['date'] = "Dátum";
$phrase['email'] = "E-mail";
$phrase['location'] = "Lakhely";
$phrase['message'] = "Üzenet";
$phrase['private_message'] = "Privát Üzenet";
$phrase['added'] = "Hozzáad";
$phrase['page'] = "Oldal";
$phrase['of'] = "ból";
$phrase['first'] = "Elsõ";
$phrase['next'] = "Következõ";
$phrase['previous'] = "Elõzõ";
$phrase['last'] = "Utolsó";
$phrase['private'] = "Privát";
$phrase['characters_left'] = "Karakter van hátra";
$phrase['smilies'] = "Hangulatjelek";
$phrase['verification_code'] = "Írd be az ellenõrzõ kódot";
$phrase['post_message'] = "Üzenet küldése";
$phrase['preview'] = "Megnéz";
$phrase['js_required_fields'] = "Ki kell töltened az alábbi területeket.";
$phrase['no_messages'] = "Nincs üzenet a Vendégkönyvben.";

Translation by Anett
[email protected]

Andreas
08-04-2007, 02:40 PM
Thanks! Your guestbook has been upgraded.

Tancosbaby
08-08-2007, 11:01 AM
Hi!

Where should I insert the special characters?:confused:

Thanks for help!

Tancosbaby
09-14-2007, 01:31 PM
Now I know that I have to insert the special characters here....
Sorry I late with it...

Anett

viktor79
10-10-2007, 07:40 AM
Hi!

"UTF-8" is the default character encoding format used in our browsers.

The strings in the Hungarian translation are not displayed correctly under "UTF-8" encoding, only in "ISO-8859-2" or "Windows-1250".

Is there a way to make the Hungarian translation work under "UTF-8"?

I would gladly help in any way I can to make this happen...


Viktor

P.S.:
Now I see as I checked the source code of my Guestbook page that it is coded with UTF-8, so even though I set an other encoding as my deafult encoding method, it will switch back to UTF-8 as soon as I browse to this page.

Andreas
12-27-2007, 05:13 PM
I've made a few changes to this translation and it should work now, even with UTF-8:

$phrase['sign_guestbook'] = "Írok a Vendégkönyvbe";
$phrase['view_guestbook'] = "Megnézem a Vendégkönyvet";
$phrase['return_to'] = "Vissza";
$phrase['name'] = "Név";
$phrase['date'] = "Dátum";
$phrase['email'] = "E-mail";
$phrase['location'] = "Lakhely";
$phrase['message'] = "Üzenet";
$phrase['private_message'] = "Privát Üzenet";
$phrase['added'] = "Hozzáad";
$phrase['page'] = "Oldal";
$phrase['of'] = "ból";
$phrase['first'] = "Els?";
$phrase['next'] = "Következ?";
$phrase['previous'] = "El?z?";
$phrase['last'] = "Utolsó";
$phrase['private'] = "Privát";
$phrase['characters_left'] = "Karakter van hátra";
$phrase['smilies'] = "Hangulatjelek";
$phrase['verification_code'] = "Írd be az ellen?rz? kódot";
$phrase['post_message'] = "Üzenet Írása";
$phrase['preview'] = "Megnéz";
$phrase['js_required_fields'] = "Ki kell t\u00F6ltened az al\u00C1bbi ter\u00FCleteket.";
$phrase['no_messages'] = "Nincs üzenet a Vendégkönyvben.";

Please let me know if this language still does not work.

UPDATE: It should work EXCEPT for where there are question marks (?). I'll look at this again... :)

I need some help with these ones:

$phrase['first'] = "Els?";
$phrase['next'] = "Következ?";
$phrase['previous'] = "El?z?";
$phrase['verification_code'] = "Írd be az ellen?rz? kódot";

Tancosbaby
12-30-2007, 04:20 AM
Thank you so much, it works. But yeah where there is "?" it doesn't work.
So there is "ő".
"o" with long accent.

Thank you!;)

Anett

Andreas
12-30-2007, 11:40 AM
Thanks for your help. Language has been updated and should be working now.