summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ImportarPerfil/ImportarPerfil.i18n.php
blob: d3e3281069572f9b601154ab480750251880efca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Internationalisation file for the Redirect extension.
 *
 * @file
 * @ingroup Extensions
 */

$messages = array();

/** English
 * @author Siebrand Mazeland
 */
$messages['es'] = array(
	'importarperfil-desc' => 'Se han importado los datos del [https://red.reevo.org/profile/$username perfil del usuario $username de la versión anterior de REEVO] a tu [[Usuario:$username|página de usuario]]";
',
);