diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-27 20:53:59 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-27 20:53:59 +0200 |
commit | 55b3c9e8ad80fc80ec9ecaac33474e186cb88ee8 (patch) | |
tree | 1bf1359fee6044a704ac8465753e3c147d61e6e3 /lib/plugins/revert | |
parent | e8b9cf5ae263f3b97aaa389dddd9e7458cc0894c (diff) | |
parent | baef77a2b52933a6dd7caf3f641ff5ce6e6164f3 (diff) | |
download | rpg-55b3c9e8ad80fc80ec9ecaac33474e186cb88ee8.tar.gz rpg-55b3c9e8ad80fc80ec9ecaac33474e186cb88ee8.tar.bz2 |
Merge branch 'master' into stable
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r-- | lib/plugins/revert/lang/de-informal/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/revert/lang/hi/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/revert/lang/la/intro.txt | 3 | ||||
-rw-r--r-- | lib/plugins/revert/lang/la/lang.php | 14 | ||||
-rw-r--r-- | lib/plugins/revert/lang/zh/lang.php | 1 |
5 files changed, 22 insertions, 2 deletions
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 <post@lupo49.de> */ $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 <i>%s</i> enthält.'; 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 <abhinavtyagi11@gmail.com> + * @author yndesai@gmail.com */ 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 @@ +<?php +/** + * Latin language file + * + */ +$lang['menu'] = 'Restituendi administrator'; +$lang['filter'] = 'Malas paginas quaerere'; +$lang['revert'] = 'Electas paginas restituere'; +$lang['reverted'] = '%s restitutur ut %s recenseas'; +$lang['removed'] = '%s deletur'; +$lang['revstart'] = 'Restitutio agens. Hic multo tempore agere potest. Si nimium tempus transit, manu restituis.'; +$lang['revstop'] = 'Restitutio feliciter perfecta.'; +$lang['note1'] = 'Caue: litteras maiores et minores discernit'; +$lang['note2'] = 'Caue: pagina in recentiori forma sine malis uerbis "<i>%s</i>" restituetur'; 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 <simonzhan@21cn.com> * @author mr.jinyi@gmail.com * @author ben <ben@livetom.com> + * @author lainme <lainme993@gmail.com> */ $lang['menu'] = '还原管理器'; $lang['filter'] = '搜索包含垃圾信息的页面'; |