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/af/lang.php | |
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/af/lang.php')
-rw-r--r-- | inc/lang/af/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/af/lang.php b/inc/lang/af/lang.php index fce59d13e..6665196f4 100644 --- a/inc/lang/af/lang.php +++ b/inc/lang/af/lang.php @@ -26,6 +26,7 @@ $lang['btn_backlink'] = 'Wat skakel hierheen'; $lang['btn_subscribe'] = 'Hou bladsy dop'; $lang['btn_unsubscribe'] = 'Verwyder van bladsy dophoulys'; $lang['btn_resendpwd'] = 'E-pos nuwe wagwoord'; +$lang['btn_register'] = 'Skep gerus \'n rekening'; $lang['loggedinas'] = 'Ingeteken as'; $lang['user'] = 'Gebruikernaam'; $lang['pass'] = 'Wagwoord'; @@ -35,7 +36,6 @@ $lang['passchk'] = 'Herhaal wagwoord'; $lang['remember'] = 'Onthou my wagwoord oor sessies'; $lang['fullname'] = 'Regte naam'; $lang['email'] = 'E-pos'; -$lang['register'] = 'Skep gerus \'n rekening'; $lang['badlogin'] = 'Intekenfout'; $lang['minoredit'] = 'Klein wysiging'; $lang['reguexists'] = 'Die gebruikersnaam wat jy gebruik het, is alreeds gebruik. Kies asseblief \'n ander gebruikersnaam.'; |