about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/revert/lang/ia
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/revert/lang/ia')
-rw-r--r--wiki/lib/plugins/revert/lang/ia/intro.txt3
-rw-r--r--wiki/lib/plugins/revert/lang/ia/lang.php16
2 files changed, 19 insertions, 0 deletions
diff --git a/wiki/lib/plugins/revert/lang/ia/intro.txt b/wiki/lib/plugins/revert/lang/ia/intro.txt
new file mode 100644
index 0000000..ae548e9
--- /dev/null
+++ b/wiki/lib/plugins/revert/lang/ia/intro.txt
@@ -0,0 +1,3 @@
+====== Gestion de reversiones ======
+
+Iste pagina te adjuta con le reversion automatic de un attacco de spam. Pro cercar un lista de paginas spammose, primo entra un texto a cercar (p.ex. un URL de spam), postea confirma que le paginas trovate es realmente spam e reverte le modificationes.
\ No newline at end of file
diff --git a/wiki/lib/plugins/revert/lang/ia/lang.php b/wiki/lib/plugins/revert/lang/ia/lang.php
new file mode 100644
index 0000000..bec2eca
--- /dev/null
+++ b/wiki/lib/plugins/revert/lang/ia/lang.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * Interlingua language file
+ *
+ * @author robocap <robocap1@gmail.com>
+ * @author Martijn Dekker <martijn@inlv.org>
+ */
+$lang['menu']                  = 'Gestion de reversiones';
+$lang['filter']                = 'Cercar paginas spammose';
+$lang['revert']                = 'Reverter le paginas seligite';
+$lang['reverted']              = '%s revertite al version %s';
+$lang['removed']               = '%s removite';
+$lang['revstart']              = 'Le processo de reversion ha comenciate. Isto pote durar multo. Si le script expira ante de finir, tu debe divider le reversiones in blocos minor.';
+$lang['revstop']               = 'Le processo de reversion ha succedite.';
+$lang['note1']                 = 'Nota: iste recerca distingue inter majusculas e minusculas.';
+$lang['note2']                 = 'Nota: le pagina essera revertite al ultime version que non contine le termino de spam specificate, <i>%s</i>.';