From 6de833cf19c26edcc5964b7b8f95b32691541e2b Mon Sep 17 00:00:00 2001 From: Matthias Schulte Date: Thu, 7 Oct 2010 20:30:03 +0200 Subject: Changed a formal word to an informal version added new strings / typos fixed --- lib/plugins/popularity/lang/de-informal/intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/de-informal/intro.txt b/lib/plugins/popularity/lang/de-informal/intro.txt index 4dfbb9ea6..ddae9347d 100644 --- a/lib/plugins/popularity/lang/de-informal/intro.txt +++ b/lib/plugins/popularity/lang/de-informal/intro.txt @@ -2,7 +2,7 @@ Dieses Werkzeug sammelt anonym Daten über dein Wiki und erlaubt es dir diese an die Entwickler von DokuWiki zu senden. Dies hilft ihnen zu verstehen, wie DokuWiki von den Nutzern verwendet wird und stellt somit sicher, dass Entscheidungen für zukünftige Entwicklungen mit reellen Nutzungsstatistiken belegbar sind. -Du wirst angehalten diesen Schritt von Zeit zu Zeit erneut zu machen um die Entwickler zu informieren wenn dein Wiki wächst. Deine aktuelleren Datensätze werden anhand einer anonymen Identifikationsnummer zugeordnet. +Bitte wiederhole diesen Schritt von Zeit zu Zeit, um die Entwickler zu informieren wenn dein Wiki wächst. Deine aktuelleren Datensätze werden anhand einer anonymen Identifikationsnummer zugeordnet. Die gesammelten Daten enthalten Informationen über deine Version von DokuWiki, die Anzahl und Größe der Seiten und Dateien, installierte Erweiterungen und Informationen über deine PHP-Version. -- cgit v1.2.3 From 4f177710f1028a6de393992928da4b15beebb418 Mon Sep 17 00:00:00 2001 From: Yuji Takenaka Date: Mon, 11 Oct 2010 20:59:29 +0200 Subject: Japanese language update --- lib/plugins/popularity/lang/ja/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/ja/lang.php b/lib/plugins/popularity/lang/ja/lang.php index 7f3c90f3d..1e0dbdc3f 100644 --- a/lib/plugins/popularity/lang/ja/lang.php +++ b/lib/plugins/popularity/lang/ja/lang.php @@ -5,6 +5,7 @@ * @author Ikuo Obataya * @author Daniel Dupriest * @author Kazutaka Miyasaka + * @author Yuji Takenaka */ $lang['name'] = '利用状況調査(ロードに少し時間が掛かります)'; $lang['submit'] = 'データ送信'; -- cgit v1.2.3 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/popularity/lang/hi/lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/hi/lang.php b/lib/plugins/popularity/lang/hi/lang.php index d8630a281..c0085d72a 100644 --- a/lib/plugins/popularity/lang/hi/lang.php +++ b/lib/plugins/popularity/lang/hi/lang.php @@ -3,4 +3,6 @@ * Hindi language file * * @author Abhinav Tyagi + * @author yndesai@gmail.com */ +$lang['submit'] = 'डेटा भेजे'; -- 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/popularity/lang/la/intro.txt | 5 +++++ lib/plugins/popularity/lang/la/lang.php | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 lib/plugins/popularity/lang/la/intro.txt create mode 100644 lib/plugins/popularity/lang/la/lang.php (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/la/intro.txt b/lib/plugins/popularity/lang/la/intro.txt new file mode 100644 index 000000000..6f4ce8488 --- /dev/null +++ b/lib/plugins/popularity/lang/la/intro.txt @@ -0,0 +1,5 @@ +====== Index Fauoris Popularis ====== + +Haec machina fauorem popularem mittis sic ut creatores uicis meliorem illum facere possint. + +Rursum te fauorem mittere experamus sic ut si mutationes meliores uel peiores esse uidere possimus. \ No newline at end of file diff --git a/lib/plugins/popularity/lang/la/lang.php b/lib/plugins/popularity/lang/la/lang.php new file mode 100644 index 000000000..e634f9d41 --- /dev/null +++ b/lib/plugins/popularity/lang/la/lang.php @@ -0,0 +1,7 @@ + Date: Tue, 19 Oct 2010 20:05:22 +0200 Subject: Chinese language update --- lib/plugins/popularity/lang/zh/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/popularity') diff --git a/lib/plugins/popularity/lang/zh/lang.php b/lib/plugins/popularity/lang/zh/lang.php index 22fad03b2..ee13b9f77 100644 --- a/lib/plugins/popularity/lang/zh/lang.php +++ b/lib/plugins/popularity/lang/zh/lang.php @@ -8,6 +8,7 @@ * @author Simon zhan * @author mr.jinyi@gmail.com * @author ben + * @author lainme */ $lang['name'] = '人气反馈(载入可能需要一些时间)'; $lang['submit'] = '发送数据'; -- cgit v1.2.3