From 2366cb38b9d556b41d8ff4c1137225033cb86d56 Mon Sep 17 00:00:00 2001 From: Yagnesh Desai Date: Sun, 17 Oct 2010 12:23:11 +0200 Subject: Hindi language update --- lib/plugins/acl/lang/hi/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/acl') diff --git a/lib/plugins/acl/lang/hi/lang.php b/lib/plugins/acl/lang/hi/lang.php index d8630a281..d6f78ffd6 100644 --- a/lib/plugins/acl/lang/hi/lang.php +++ b/lib/plugins/acl/lang/hi/lang.php @@ -3,4 +3,5 @@ * Hindi language file * * @author Abhinav Tyagi + * @author yndesai@gmail.com */ -- cgit v1.2.3 From b5b0d7949c3ee36aa30680deb465f29320c4e98d Mon Sep 17 00:00:00 2001 From: Massimiliano Vassalli Date: Sun, 17 Oct 2010 12:29:08 +0200 Subject: Latin translation added I used the Latin of the first century B.C., so the word are written as Cicero wrote: for example there isn't the 'v' letter unless in capital form and if the word ending in -uus or -uum, I wrote -uos and -uom. This form of Latin, as I said, is that of the classic authores as Cicero, Caesar, Sallustius etc... --- lib/plugins/acl/lang/la/help.txt | 11 +++++++++++ lib/plugins/acl/lang/la/lang.php | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 lib/plugins/acl/lang/la/help.txt create mode 100644 lib/plugins/acl/lang/la/lang.php (limited to 'lib/plugins/acl') diff --git a/lib/plugins/acl/lang/la/help.txt b/lib/plugins/acl/lang/la/help.txt new file mode 100644 index 000000000..ba974f48c --- /dev/null +++ b/lib/plugins/acl/lang/la/help.txt @@ -0,0 +1,11 @@ +=== Auxilium: === + +Hic facultates spatiorum nominis paginarumque addere delereue potes. + +Tabella sinistra omnes paginas spatia nominisque ostendit. + +His campis mutare facultates electorum Sodalium Gregumque potes. + +In tabula omnes administrationis leges ostensae sunt. Delere quoque uel mutare plures leges potes. + +Si [[doku>acl|official documentation on ACL]] legas, maius auxilium in Vicem mutando habes. \ No newline at end of file diff --git a/lib/plugins/acl/lang/la/lang.php b/lib/plugins/acl/lang/la/lang.php new file mode 100644 index 000000000..dd6043602 --- /dev/null +++ b/lib/plugins/acl/lang/la/lang.php @@ -0,0 +1,33 @@ +%s nunc has facultates paginae "%s habes: %s.'; +$lang['p_user_ns'] = 'Sodalis %s nunc has facultates spatio nominis "%s habes: %s.'; +$lang['p_group_id'] = 'Socius\a gregis %s nunc has facultates paginae "%s habes: %s.'; +$lang['p_group_ns'] = 'Socius\a gregis %s nunc has facultates paginae "%s habes: %s.'; +$lang['p_choose_id'] = 'Sodalis grexue in campo insere ut facultates paginae %s uideas.'; +$lang['p_choose_ns'] = 'Sodalis grexue in campo insere ut facultates paginae %s uideas.'; +$lang['p_inherited'] = 'Caue: hae facultates et huic rei et aliis gregibus uel spatiis nominis legitimae sunt.'; +$lang['p_isadmin'] = 'Caue: electi greges semper plenum ius habent, eo quod ut magister\stra elegitur.'; +$lang['p_include'] = 'Maiores facultates minores includunt. Creare, onerare uel delere facultates solum spatis nominis, non paginis potes'; +$lang['current'] = 'Communes AAA leges'; +$lang['where'] = 'Pagina/Spatium nominis'; +$lang['who'] = 'Sodalis/Grex'; +$lang['perm'] = 'Facultates'; +$lang['acl_perm0'] = 'Nihil'; +$lang['acl_perm1'] = 'Legere'; +$lang['acl_perm2'] = 'Recensere'; +$lang['acl_perm4'] = 'Creare'; +$lang['acl_perm8'] = 'Onerare'; +$lang['acl_perm16'] = 'Delere'; +$lang['acl_new'] = 'Nouom addere'; +$lang['acl_mod'] = 'Nouom recensere'; -- cgit v1.2.3 From 6353ef5ad0cd97399815c17e59758611d1bc1f79 Mon Sep 17 00:00:00 2001 From: lainme Date: Tue, 19 Oct 2010 20:05:22 +0200 Subject: Chinese language update --- lib/plugins/acl/lang/zh/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/acl') diff --git a/lib/plugins/acl/lang/zh/lang.php b/lib/plugins/acl/lang/zh/lang.php index f9f924089..e806ad434 100644 --- a/lib/plugins/acl/lang/zh/lang.php +++ b/lib/plugins/acl/lang/zh/lang.php @@ -9,6 +9,7 @@ * @author Simon zhan * @author mr.jinyi@gmail.com * @author ben + * @author lainme */ $lang['admin_acl'] = '访问控制列表(ACL)管理器'; $lang['acl_group'] = '组'; -- cgit v1.2.3