File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -77,5 +77,5 @@ $wb['limit_dns_zone_error_notint'] = 'Il limite dei record dns deve essere un nu
7777$wb['default_dbserver_txt'] = 'Server Database predefinito';
7878$wb['limit_database_error_notint'] = 'Il limite dei database deve essere un numero.';
7979$wb['username_error_regex'] = 'Il nome utente contiene caratteri non validi.';
80- $wb['password_strength_txt'] = 'Password strength ';
80+ $wb['password_strength_txt'] = 'Sicurezza della Password ';
8181?>
Original file line number Diff line number Diff line change 11<?php
2- $wb['password_strength_0_txt'] = 'Too short ';
3- $wb['password_strength_1_txt'] = 'Weak ';
2+ $wb['password_strength_0_txt'] = 'Troppo corta ';
3+ $wb['password_strength_1_txt'] = 'Debole ';
44$wb['password_strength_2_txt'] = 'Fair';
5- $wb['password_strength_3_txt'] = 'Good ';
6- $wb['password_strength_4_txt'] = 'Strong ';
7- $wb['password_strength_5_txt'] = 'Very strong ';
5+ $wb['password_strength_3_txt'] = 'Buona ';
6+ $wb['password_strength_4_txt'] = 'Forte ';
7+ $wb['password_strength_5_txt'] = 'Molto forte ';
88?>
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ $wb['btn_cancel_txt'] = 'Annulla';
66$wb['password_mismatch'] = 'Il secondo campo password non corrisponde non il primo.';
77$wb['Form to edit the user password and language.'] = 'Form per modificare la password e la lingua dell`utente.';
88$wb['Settings'] = 'Impostazioni';
9- $wb['password_strength_txt'] = 'Password strength ';
9+ $wb['password_strength_txt'] = 'Sicurezza della Password ';
1010?>
You can’t perform that action at this time.
0 commit comments