karailiev
2008-11-28 141f4cfac274bf44eb96072e056bd073fb5c4b24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
$wb['username_txt'] = 'Gebruikersnaam';
$wb['username_err'] = 'Foutieve gebruikersnaam';
$wb['passwort_txt'] = 'Wachtwoord';
$wb['modules_txt'] = 'Module';
$wb['startmodule_txt'] = 'Startmodule';
$wb['app_theme_txt'] = 'Ontwerp';
$wb['typ_txt'] = 'Type';
$wb['active_txt'] = 'Actief';
$wb['language_txt'] = 'Taal';
$wb['name_txt'] = 'Naam';
$wb['vorname_txt'] = 'Voornaam';
$wb['unternehmen_txt'] = 'Bedrijf';
$wb['strasse_txt'] = 'Straat';
$wb['ort_txt'] = 'Plaatsnaam';
$wb['plz_txt'] = 'ZIP';
$wb['land_txt'] = 'Land';
$wb['email_txt'] = 'Email';
$wb['url_txt'] = 'Url';
$wb['telefon_txt'] = 'Telefoon';
$wb['fax_txt'] = 'Fax';
$wb['groups_txt'] = 'Groepen';
$wb['default_group_txt'] = 'Standaard groep';
$wb['btn_save_txt'] = 'Opslaan';
$wb['btn_cancel_txt'] = 'Annuleren';
$wb['username_empty'] = 'The username is empty.';
$wb['username_unique'] = 'There is already a user with this username.';
$wb['password_strength_txt'] = 'Password strength';
$wb['startmodule_err'] = 'Start module is not within modules.';
?>