Skip to content

Commit 3460a3b

Browse files
authored
Update aauth_lang.php
Translate some tags to Spanish.
1 parent dc0b2b1 commit 3460a3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

application/language/spanish/aauth_lang.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444

4545
// Misc. errors
4646
$lang['aauth_error_no_user'] = 'El usuario no existe.';
47-
$lang['aauth_error_vercode_invalid'] = 'Invalid Verification Code';
47+
$lang['aauth_error_vercode_invalid'] = 'Código de verificación invalido';
4848
$lang['aauth_error_account_not_verified'] = 'Tu cuenta aún no ha sido verificada, por favor revisa tu correo electrónico y verifica tu cuenta.';
4949
$lang['aauth_error_no_group'] = 'El grupo no existe';
50-
$lang['aauth_error_no_subgroup'] = 'Subgroup does not exist';
50+
$lang['aauth_error_no_subgroup'] = 'El subgrupo no existe';
5151
$lang['aauth_error_self_pm'] = 'No es posible enviarte un mensaje a ti mismo.';
5252
$lang['aauth_error_no_pm'] = 'Mensaje privado no encontrado';
5353

5454

5555
/* Info messages */
5656
$lang['aauth_info_already_member'] = 'El usuario ya es miembro del grupo';
57-
$lang['aauth_info_already_subgroup'] = 'Subgroup is already member of group';
57+
$lang['aauth_info_already_subgroup'] = 'El subgrupo ya es miembro del grupo';
5858
$lang['aauth_info_group_exists'] = 'El nombre del grupo ya existe';
5959
$lang['aauth_info_perm_exists'] = 'El nombre del permiso ya existe';

0 commit comments

Comments
 (0)