diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-01-07 21:47:55 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-01-07 21:47:55 +0100 |
commit | 9a3b7d9f166ec2227b91614228c308f50d3e259f (patch) | |
tree | 8b4ad4f644123ab361c9c2461fcc63f5abc0abba /lib | |
parent | d582d5d94de9f9e2a846939bf34b2394988da98f (diff) | |
download | rpg-9a3b7d9f166ec2227b91614228c308f50d3e259f.tar.gz rpg-9a3b7d9f166ec2227b91614228c308f50d3e259f.tar.bz2 |
Hungarian update
darcs-hash:20080107204755-7ad00-9213dd89e13a706b7e764aad2065278f12552356.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/acl/lang/hu/lang.php | 24 | ||||
-rw-r--r-- | lib/plugins/config/lang/hu/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/hu/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/revert/lang/hu/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/hu/lang.php | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/hu/lang.php b/lib/plugins/acl/lang/hu/lang.php new file mode 100644 index 000000000..7d5cbe767 --- /dev/null +++ b/lib/plugins/acl/lang/hu/lang.php @@ -0,0 +1,24 @@ +<?php +/** + * Hungarian language file + * + * @author Sandor TIHANYI <stihanyi@gmail.com> + */ +$lang['admin_acl'] = 'Hozzáférési lista (ACL) kezelő'; +$lang['acl_group'] = 'Csoport:'; +$lang['acl_user'] = 'Felhasználó:'; +$lang['acl_perms'] = 'Jogosultság ehhez:'; +$lang['page'] = 'oldal'; +$lang['namespace'] = 'névtér'; +$lang['current'] = 'Jelenlegi hozzáférési szabályok'; +$lang['where'] = 'Oldal/névtér'; +$lang['who'] = 'Felhasználó/Csoport'; +$lang['perm'] = 'Jogosultságok'; +$lang['acl_perm0'] = 'Semmi'; +$lang['acl_perm1'] = 'Olvaás'; +$lang['acl_perm2'] = 'Szerkesztés'; +$lang['acl_perm4'] = 'Létrehozás'; +$lang['acl_perm8'] = 'Feltöltés'; +$lang['acl_perm16'] = 'Törlés'; +$lang['acl_new'] = 'Új bejegyzés hozzáadása'; +$lang['acl_mod'] = 'Bejegyzés módosítása'; diff --git a/lib/plugins/config/lang/hu/lang.php b/lib/plugins/config/lang/hu/lang.php new file mode 100644 index 000000000..0e9003130 --- /dev/null +++ b/lib/plugins/config/lang/hu/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Hungarian language file + * + * @author Sandor TIHANYI <stihanyi@gmail.com> + */ diff --git a/lib/plugins/plugin/lang/hu/lang.php b/lib/plugins/plugin/lang/hu/lang.php new file mode 100644 index 000000000..0e9003130 --- /dev/null +++ b/lib/plugins/plugin/lang/hu/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Hungarian language file + * + * @author Sandor TIHANYI <stihanyi@gmail.com> + */ diff --git a/lib/plugins/revert/lang/hu/lang.php b/lib/plugins/revert/lang/hu/lang.php new file mode 100644 index 000000000..0e9003130 --- /dev/null +++ b/lib/plugins/revert/lang/hu/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Hungarian language file + * + * @author Sandor TIHANYI <stihanyi@gmail.com> + */ diff --git a/lib/plugins/usermanager/lang/hu/lang.php b/lib/plugins/usermanager/lang/hu/lang.php new file mode 100644 index 000000000..0e9003130 --- /dev/null +++ b/lib/plugins/usermanager/lang/hu/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Hungarian language file + * + * @author Sandor TIHANYI <stihanyi@gmail.com> + */ |