Skip to content

Commit 4631375

Browse files
author
fantu
committed
Update italian language
1 parent 77d8a9e commit 4631375

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

interface/web/client/lib/lang/it_client.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
?>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
?>

interface/web/tools/lib/lang/it_usersettings.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
?>

0 commit comments

Comments
 (0)