summaryrefslogtreecommitdiff
path: root/lib/plugins/revert
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r--lib/plugins/revert/lang/es/intro.txt3
-rw-r--r--lib/plugins/revert/lang/es/lang.php17
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/es/intro.txt b/lib/plugins/revert/lang/es/intro.txt
new file mode 100644
index 000000000..39c5b047d
--- /dev/null
+++ b/lib/plugins/revert/lang/es/intro.txt
@@ -0,0 +1,3 @@
+====== Restaurador ======
+
+Esta página te ayuda con la restauración de ataques spam. Para encontrar una lista de páginas con spam introduce una cadena , luego confirma que las páginas encontradas son realmente un spam y restaura la edición. \ No newline at end of file
diff --git a/lib/plugins/revert/lang/es/lang.php b/lib/plugins/revert/lang/es/lang.php
new file mode 100644
index 000000000..e251d8fab
--- /dev/null
+++ b/lib/plugins/revert/lang/es/lang.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Spanishlanguage file
+ *
+ * @author Oscar M. Lage <r0sk10@gmail.com>
+ */
+$lang[encoding] = 'utf-8';
+$lang[direction] = 'ltr';
+$lang[menu] = 'Restaurador';
+$lang[filter] = 'Buscar páginas con spam';
+$lang[revert] = 'Restaurar las páginas seleccionadas';
+$lang[reverted] = '%s ha restaurado la revisión %s';
+$lang[removed] = '%s borrado';
+$lang[revstart] = 'El proceso de restaurado ha comenzado. Puede llevar bastante tiempo. Si el script se para antes de acabar, deberías restaurar cadenas más pequeñas.';
+$lang[revstop] = 'El proceso de restaurado ha finalizado satisfactoriamente.';
+$lang[note1] = 'Nota: la búsqueda diferencia mayúsculas de minúsculas (case sensitive)';
+$lang[note2] = 'Nota: la página será restaurada a la última versión que no tenga el término de spam dado <em>%s</em>.';