source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/revert/lang/es/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.6 KB
Line 
1<?php
2/**
3 * Spanish language file
4 *
5 * @author Oscar M. Lage <[email protected]>
6 * @author Gabriel Castillo <[email protected]>
7 * @author [email protected]
8 * @author Enrico Nicoletto <[email protected]>
9 * @author Manuel Meco <[email protected]>
10 * @author VictorCastelan <[email protected]>
11 * @author Jordan Mero [email protected]
12 * @author Felipe Martinez <[email protected]>
13 * @author Javier Aranda <[email protected]>
14 * @author Zerial <[email protected]>
15 * @author Marvin Ortega <[email protected]>
16 * @author Daniel Castro Alvarado <[email protected]>
17 * @author Fernando J. Gómez <[email protected]>
18 * @author Victor Castelan <[email protected]>
19 * @author Mauro Javier Giamberardino <[email protected]>
20 * @author emezeta <[email protected]>
21 */
22$lang['menu'] = 'Restaurador';
23$lang['filter'] = 'Buscar páginas con spam';
24$lang['revert'] = 'Restaurar las páginas seleccionadas';
25$lang['reverted'] = '%s ha restaurado la revisión %s';
26$lang['removed'] = '%s borrado';
27$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.';
28$lang['revstop'] = 'El proceso de restaurado ha finalizado satisfactoriamente.';
29$lang['note1'] = 'Nota: la búsqueda diferencia entre mayúsculas y minúsculas.';
30$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>.';
Note: See TracBrowser for help on using the repository browser.