aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/es/es.profile.php
blob: 7f32b0cf242f681788398b21f60f453f1c30753b (plain)
1
2
3
4
5
6
7
8
<?php
$es = array (
  'profile' => 'Perfil',
  'profile:notfound' => 'Lo sentimos. No se pudo encontrar el perfil solicitado.',
);

add_translation("es", $es);