diff options
author | andi <andi@splitbrain.org> | 2005-02-07 12:15:54 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-02-07 12:15:54 +0100 |
commit | 8037580c49641a6a445b5590dbaf25930d128c6e (patch) | |
tree | 4c4d7e0f41b27b1dd9917d75c9d3d522b9e1b1e9 | |
parent | 2585f9de01579448f4867712d52536f403098836 (diff) | |
download | rpg-8037580c49641a6a445b5590dbaf25930d128c6e.tar.gz rpg-8037580c49641a6a445b5590dbaf25930d128c6e.tar.bz2 |
hu update
darcs-hash:20050207111554-9977f-86cf4d1d4bd24362ffb396dc52eeae0cd070a4d7.gz
-rw-r--r-- | lang/hu/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
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';
|