diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-06-02 21:43:30 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-06-02 21:43:30 +0200 |
commit | 640f0ac18e2bb5e5b2c8d04c7502aa5642134b4e (patch) | |
tree | 5d8b6f81e28c236e4591c3a4e9371402ba7499fd /lib/plugins/acl | |
parent | b0cf9ceb896757f0f24f21c062e0912bfc4fff08 (diff) | |
download | rpg-640f0ac18e2bb5e5b2c8d04c7502aa5642134b4e.tar.gz rpg-640f0ac18e2bb5e5b2c8d04c7502aa5642134b4e.tar.bz2 |
Slovenian language update
darcs-hash:20080602194330-7ad00-46832c8b425c5be806f68dc2faeb94449ddd26d8.gz
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/lang/sl/lang.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/sl/lang.php b/lib/plugins/acl/lang/sl/lang.php new file mode 100644 index 000000000..d30616ffd --- /dev/null +++ b/lib/plugins/acl/lang/sl/lang.php @@ -0,0 +1,19 @@ +<?php +/** + * Slovenian language file + * + * @author Dejan Levec <webphp@gmail.com> + */ +$lang['acl_group'] = 'Skupina'; +$lang['acl_user'] = 'Uporabnik'; +$lang['acl_perms'] = 'Dovoljenja za'; +$lang['page'] = 'Stran'; +$lang['btn_select'] = 'Izberi'; +$lang['who'] = 'Uporabnik/Skupina'; +$lang['perm'] = 'Dovoljenja'; +$lang['acl_perm1'] = 'Preberi'; +$lang['acl_perm2'] = 'Uredi'; +$lang['acl_perm4'] = 'Ustvari'; +$lang['acl_perm16'] = 'Zbriši'; +$lang['acl_new'] = 'Dodaj nov zapis'; +$lang['acl_mod'] = 'Spremeni zapis'; |