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/usermanager/lang/hi/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/usermanager') diff --git a/lib/plugins/usermanager/lang/hi/lang.php b/lib/plugins/usermanager/lang/hi/lang.php index d8630a281..d6f78ffd6 100644 --- a/lib/plugins/usermanager/lang/hi/lang.php +++ b/lib/plugins/usermanager/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/usermanager/lang/la/add.txt | 1 + lib/plugins/usermanager/lang/la/delete.txt | 1 + lib/plugins/usermanager/lang/la/edit.txt | 1 + lib/plugins/usermanager/lang/la/intro.txt | 1 + lib/plugins/usermanager/lang/la/lang.php | 46 ++++++++++++++++++++++++++++++ lib/plugins/usermanager/lang/la/list.txt | 1 + 6 files changed, 51 insertions(+) create mode 100644 lib/plugins/usermanager/lang/la/add.txt create mode 100644 lib/plugins/usermanager/lang/la/delete.txt create mode 100644 lib/plugins/usermanager/lang/la/edit.txt create mode 100644 lib/plugins/usermanager/lang/la/intro.txt create mode 100644 lib/plugins/usermanager/lang/la/lang.php create mode 100644 lib/plugins/usermanager/lang/la/list.txt (limited to 'lib/plugins/usermanager') diff --git a/lib/plugins/usermanager/lang/la/add.txt b/lib/plugins/usermanager/lang/la/add.txt new file mode 100644 index 000000000..beb797c4a --- /dev/null +++ b/lib/plugins/usermanager/lang/la/add.txt @@ -0,0 +1 @@ +===== Sodalem addere ===== \ No newline at end of file diff --git a/lib/plugins/usermanager/lang/la/delete.txt b/lib/plugins/usermanager/lang/la/delete.txt new file mode 100644 index 000000000..1eb5e1f14 --- /dev/null +++ b/lib/plugins/usermanager/lang/la/delete.txt @@ -0,0 +1 @@ +===== Sodalem delere ===== \ No newline at end of file diff --git a/lib/plugins/usermanager/lang/la/edit.txt b/lib/plugins/usermanager/lang/la/edit.txt new file mode 100644 index 000000000..4e3d3b2ae --- /dev/null +++ b/lib/plugins/usermanager/lang/la/edit.txt @@ -0,0 +1 @@ +===== Sodalem recensere ===== \ No newline at end of file diff --git a/lib/plugins/usermanager/lang/la/intro.txt b/lib/plugins/usermanager/lang/la/intro.txt new file mode 100644 index 000000000..7f5c011a8 --- /dev/null +++ b/lib/plugins/usermanager/lang/la/intro.txt @@ -0,0 +1 @@ +====== Sodalis Tabella ====== \ No newline at end of file diff --git a/lib/plugins/usermanager/lang/la/lang.php b/lib/plugins/usermanager/lang/la/lang.php new file mode 100644 index 000000000..2646979bd --- /dev/null +++ b/lib/plugins/usermanager/lang/la/lang.php @@ -0,0 +1,46 @@ + Date: Tue, 19 Oct 2010 20:05:22 +0200 Subject: Chinese language update --- lib/plugins/usermanager/lang/zh/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/usermanager') diff --git a/lib/plugins/usermanager/lang/zh/lang.php b/lib/plugins/usermanager/lang/zh/lang.php index 613826329..bae5454d4 100644 --- a/lib/plugins/usermanager/lang/zh/lang.php +++ b/lib/plugins/usermanager/lang/zh/lang.php @@ -8,6 +8,7 @@ * @author Simon zhan * @author mr.jinyi@gmail.com * @author ben + * @author lainme */ $lang['menu'] = '用户管理器'; $lang['noauth'] = '(用户认证不可用)'; -- cgit v1.2.3