From 47076215c71df6aa19754279fdcb88d8387f3c0e Mon Sep 17 00:00:00 2001 From: Matthias Schulte Date: Thu, 7 Oct 2010 20:05:31 +0200 Subject: new string / typo fixed --- lib/plugins/revert/lang/de-informal/lang.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/plugins/revert') diff --git a/lib/plugins/revert/lang/de-informal/lang.php b/lib/plugins/revert/lang/de-informal/lang.php index ffd2ab5dd..ac2f35e85 100644 --- a/lib/plugins/revert/lang/de-informal/lang.php +++ b/lib/plugins/revert/lang/de-informal/lang.php @@ -8,10 +8,11 @@ * @author Matthias Schulte */ $lang['menu'] = 'Zurückstellungsmanager'; -$lang['revert'] = 'Stelle ausgewählte Seiten zurück.'; +$lang['filter'] = 'Durchsuche als Spam markierte Seiten'; +$lang['revert'] = 'Setze ausgewählte Seiten zurück.'; $lang['reverted'] = '%s zu Revision %s zurückgesetzt'; $lang['removed'] = '%s entfernt'; -$lang['revstart'] = 'Zurückstellungsprozess gestartet. Dies kann eine längere Zeit dauern. Wenn das Skript vor Fertigstellung stopt, sollten Sie es in kleineren Stücken versuchen.'; +$lang['revstart'] = 'Zurückstellungsprozess gestartet. Dies kann eine längere Zeit dauern. Wenn das Skript vor Fertigstellung stoppt, solltest du es in kleineren Stücken versuchen.'; $lang['revstop'] = 'Zurückstellungsprozess erfolgreich beendet.'; $lang['note1'] = 'Beachte: Diese Suche berücksichtigt Gross- und Kleinschreibung'; $lang['note2'] = 'Beachte: Diese Seite wid zurückgestellt auf die letzte Version, die nicht den Spam-Ausdruck %s enthält.'; -- 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/revert/lang/hi/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/revert') diff --git a/lib/plugins/revert/lang/hi/lang.php b/lib/plugins/revert/lang/hi/lang.php index d8630a281..d6f78ffd6 100644 --- a/lib/plugins/revert/lang/hi/lang.php +++ b/lib/plugins/revert/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/revert/lang/la/intro.txt | 3 +++ lib/plugins/revert/lang/la/lang.php | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 lib/plugins/revert/lang/la/intro.txt create mode 100644 lib/plugins/revert/lang/la/lang.php (limited to 'lib/plugins/revert') diff --git a/lib/plugins/revert/lang/la/intro.txt b/lib/plugins/revert/lang/la/intro.txt new file mode 100644 index 000000000..35916f683 --- /dev/null +++ b/lib/plugins/revert/lang/la/intro.txt @@ -0,0 +1,3 @@ +====== Restituendi Administrator ====== + +Haec pagina contra mala interretialia paginas restituta. Ut paginas aegras quaeras, malum VRL scribe, deinde paginas malas eligas. \ No newline at end of file diff --git a/lib/plugins/revert/lang/la/lang.php b/lib/plugins/revert/lang/la/lang.php new file mode 100644 index 000000000..f742e63f2 --- /dev/null +++ b/lib/plugins/revert/lang/la/lang.php @@ -0,0 +1,14 @@ +%s" restituetur'; -- 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/revert/lang/zh/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/revert') diff --git a/lib/plugins/revert/lang/zh/lang.php b/lib/plugins/revert/lang/zh/lang.php index 892cf2dbe..36c8267d6 100644 --- a/lib/plugins/revert/lang/zh/lang.php +++ b/lib/plugins/revert/lang/zh/lang.php @@ -9,6 +9,7 @@ * @author Simon zhan * @author mr.jinyi@gmail.com * @author ben + * @author lainme */ $lang['menu'] = '还原管理器'; $lang['filter'] = '搜索包含垃圾信息的页面'; -- cgit v1.2.3