source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/popularity/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.3 KB
Line 
1<?php
2/**
3 * Spanish language file
4 *
5 * @author [email protected]
6 * @author Enrico Nicoletto <[email protected]>
7 * @author Manuel Meco <[email protected]>
8 * @author VictorCastelan <[email protected]>
9 * @author Jordan Mero [email protected]
10 * @author Felipe Martinez <[email protected]>
11 * @author Javier Aranda <[email protected]>
12 * @author Zerial <[email protected]>
13 * @author Marvin Ortega <[email protected]>
14 * @author Daniel Castro Alvarado <[email protected]>
15 * @author Fernando J. Gómez <[email protected]>
16 * @author Victor Castelan <[email protected]>
17 * @author Mauro Javier Giamberardino <[email protected]>
18 * @author Oscar M. Lage <[email protected]>
19 * @author emezeta <[email protected]>
20 */
21$lang['name'] = 'Retroinformación (Feedback) plugin Popularity';
22$lang['submit'] = 'Enviar datos';
23$lang['autosubmit'] = 'Enviar automáticamente datos una vez al mes';
24$lang['submissionFailed'] = 'Los datos no se pudo enviar debido al error siguiente:';
25$lang['submitDirectly'] = 'Puede enviar los datos de forma manual mediante la presentación de la siguiente forma.';
26$lang['autosubmitError'] = 'El último auto no pudo presentar, debido al error siguiente:';
27$lang['lastSent'] = 'Los datos se han enviado';
Note: See TracBrowser for help on using the repository browser.