diff options
author | Anika Henke <anika@selfthinker.org> | 2011-02-20 18:33:02 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-02-20 18:33:02 +0000 |
commit | bf413a4e50ea09a0345533c5fb1d07e963bd6368 (patch) | |
tree | 7d656536e9a2b100c607dc33a35fa4d6336199de /inc/lang/gl | |
parent | b22b675ae4f8161cdffa97f24fa49e711ef7157d (diff) | |
download | rpg-bf413a4e50ea09a0345533c5fb1d07e963bd6368.tar.gz rpg-bf413a4e50ea09a0345533c5fb1d07e963bd6368.tar.bz2 |
added 'register' and 'resendpwd' to action links and buttons
Attention: $lang['register'] has been renamed to $lang['btn_register'],
anyone using that in any plugin or template should adjust it.
Diffstat (limited to 'inc/lang/gl')
-rw-r--r-- | inc/lang/gl/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/gl/lang.php b/inc/lang/gl/lang.php index 9f1b48173..37cf55d22 100644 --- a/inc/lang/gl/lang.php +++ b/inc/lang/gl/lang.php @@ -44,6 +44,7 @@ $lang['btn_draft'] = 'Editar borrador'; $lang['btn_recover'] = 'Recuperar borrador'; $lang['btn_draftdel'] = 'Eliminar borrador'; $lang['btn_revert'] = 'Restaurar'; +$lang['btn_register'] = 'Rexístrate'; $lang['loggedinas'] = 'Iniciaches sesión como'; $lang['user'] = 'Nome de Usuario'; $lang['pass'] = 'Contrasinal'; @@ -53,7 +54,6 @@ $lang['passchk'] = 'de novo'; $lang['remember'] = 'Lémbrame'; $lang['fullname'] = 'Nome Completo'; $lang['email'] = 'Correo-e'; -$lang['register'] = 'Rexístrate'; $lang['profile'] = 'Perfil de Usuario'; $lang['badlogin'] = 'Sentímolo, mais o nome de usuario ou o contrasinal non son correctos.'; $lang['minoredit'] = 'Trocos Menores'; |