From 987193f7b3dac995639665a40417605750081966 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Sun, 10 Oct 2010 16:15:43 +0200 Subject: Remove unneeded i18n files --- inc/lang/gl/subscribermail.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 inc/lang/gl/subscribermail.txt (limited to 'inc/lang/gl') diff --git a/inc/lang/gl/subscribermail.txt b/inc/lang/gl/subscribermail.txt deleted file mode 100644 index 0b1c3a662..000000000 --- a/inc/lang/gl/subscribermail.txt +++ /dev/null @@ -1,19 +0,0 @@ -Ola! - -A páxina @PAGE@ na wiki @TITLE@ foi mudada. -Aquí van as modificacións: - --------------------------------------------------------- -@DIFF@ --------------------------------------------------------- - -Para desubscribirte deste rexistro de cambios de páxina -na wiki en -@DOKUWIKIURL@ -fai unha visita a -@NEWPAGE@ -e selecciona 'Non avisar dos cambios'. - --- -Este correo foi xerado polo DokuWiki en -@DOKUWIKIURL@ -- cgit v1.2.3 From bf413a4e50ea09a0345533c5fb1d07e963bd6368 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 20 Feb 2011 18:33:02 +0000 Subject: 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. --- inc/lang/gl/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/lang/gl') 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'; -- cgit v1.2.3