oilyflutesalad
2010-01-16 a3e696cffaa1e3dc508b978428531638f3153c85
1
2
3
4
5
6
7
8
9
10
<?php
$wb['username_txt'] = 'Gebruikersnaam';
$wb['password_txt'] = 'Wachtwoord';
$wb['function_txt'] = 'Toegestane functies';
$wb['username_error_unique'] = 'Gebruikersnaam moet uniek zijn.';
$wb['username_error_empty'] = 'Gebruikersnaam mag niet leeg zijn.';
$wb['password_error_empty'] = 'Wachtwoord mag niet leeg zijn.';
$wb['password_strength_txt'] = 'Wachtwoord-sterkte';
?>