Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
8ab3cd 2 $wb['username_txt'] = 'Nome utente';
T 3 $wb['username_err'] = 'Nome utente troppo lungo o avente caratteri non validi.';
4 $wb['username_empty'] = 'Nome utente mancante.';
5 $wb['username_unique'] = 'Nome utente già utilizzato.';
0dae6d 6 $wb['passwort_txt'] = 'Password';
8ab3cd 7 $wb['password_strength_txt'] = 'Solidità password';
T 8 $wb['modules_txt'] = 'Modulo';
0dae6d 9 $wb['startmodule_txt'] = 'Startmodule';
407003 10 $wb['app_theme_txt'] = 'Aspetto';
8ab3cd 11 $wb['typ_txt'] = 'Tipo';
T 12 $wb['active_txt'] = 'Attiva';
13 $wb['language_txt'] = 'Lingua';
14 $wb['name_txt'] = 'Nome';
15 $wb['vorname_txt'] = 'Cognome';
16 $wb['unternehmen_txt'] = 'Azienda';
17 $wb['strasse_txt'] = 'Via';
18 $wb['ort_txt'] = 'Città';
19 $wb['plz_txt'] = 'CAP';
20 $wb['land_txt'] = 'Stato';
0dae6d 21 $wb['email_txt'] = 'Email';
F 22 $wb['url_txt'] = 'Url';
8ab3cd 23 $wb['telefon_txt'] = 'Telefono';
0dae6d 24 $wb['fax_txt'] = 'Fax';
8ab3cd 25 $wb['groups_txt'] = 'Gruppi';
T 26 $wb['default_group_txt'] = 'Gruppo predefinito';
0dae6d 27 $wb['startmodule_err'] = 'Start module is not within modules.';
407003 28 $wb['generate_password_txt'] = 'Genera Password';
TB 29 $wb['repeat_password_txt'] = 'Ripeti Password';
30 $wb['password_mismatch_txt'] = 'Le password non coincidono.';
31 $wb['password_match_txt'] = 'Le password coincidono.';
72695f 32 $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
dc9e64 33 $wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
407003 34 $wb['lost_password_function_txt'] = 'Forgot password function is available';
0dae6d 35 ?>