From 8037580c49641a6a445b5590dbaf25930d128c6e Mon Sep 17 00:00:00 2001 From: andi Date: Mon, 7 Feb 2005 12:15:54 +0100 Subject: hu update darcs-hash:20050207111554-9977f-86cf4d1d4bd24362ffb396dc52eeae0cd070a4d7.gz --- lang/hu/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/hu/lang.php b/lang/hu/lang.php index d8c7c9471..3eeeae4ba 100644 --- a/lang/hu/lang.php +++ b/lang/hu/lang.php @@ -27,6 +27,7 @@ $lang['btn_logout'] = 'Kijelentkezés'; $lang['loggedinas'] = 'Belépett felhasználó: '; $lang['user'] = 'Azonosító'; $lang['pass'] = 'Jelszó'; +$lang['remember'] = 'Emlékezz rám'; $lang['fullname'] = 'Teljes név'; $lang['email'] = 'E-Mail'; $lang['register'] = 'Regisztráció'; @@ -67,6 +68,16 @@ $lang['diff'] = 'a különbségeket mutatja az aktuális változathoz kép $lang['line'] = 'sorszám'; $lang['breadcrumb'] = 'Nyomvonal'; $lang['lastmod'] = 'Utolsó módosítás'; +$lang['by'] = 'szerkesztette:'; + // Note: the Hungarian translation for 'by' is 'által', which is used + // usually AFTER the word (contrary to English), furthermore, it is very + // awkward usage as a preposition in the Hungarian language. + // IIRC this 'by' is used only in "inc/html.php", where the context is: + // if($INFO['editor']){ + // print ' '.$lang['by'].' '; + // print $INFO['editor']; + // } + // For THAT language context the translation is correct $lang['deleted'] = 'eltávolítva'; $lang['created'] = 'létrehozva'; $lang['restored'] = 'az előző változat helyreállítva'; -- cgit v1.2.3