Skip to content

Commit d76ee96

Browse files
author
fantu
committed
- Add other string to multilanguage system in tools module
- Update italian language
1 parent 705d274 commit d76ee96

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
22
$wb['User Settings'] = 'User Settings';
33
$wb['Settings'] = 'Settings';
4+
$wb['ISPConfig Tools'] = 'ISPConfig Tools';
5+
$wb['Password and Language'] = 'Password and Language';
46
?>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ $wb["language_txt"] = 'Language';
44
$wb["btn_save_txt"] = 'Save';
55
$wb["btn_cancel_txt"] = 'Cancel';
66
$wb["password_mismatch"] = 'The password in the second password field does not match the first password.';
7+
$wb["Form to edit the user password and language."] = 'Form to edit the user password and language.';
8+
$wb["Settings"] = 'Settings';
79
?>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
22
$wb['User Settings'] = 'Impostazioni utente';
33
$wb['Settings'] = 'Impostazioni';
4+
$wb['ISPConfig Tools'] = 'Strumenti ISPConfig';
5+
$wb['Password and Language'] = 'Password e Lingua';
46
?>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ $wb['language_txt'] = 'Lingua';
44
$wb['btn_save_txt'] = 'Salva';
55
$wb['btn_cancel_txt'] = 'Annulla';
66
$wb['password_mismatch'] = 'Il secondo campo password non corrisponde non il primo.';
7+
$wb['Form to edit the user password and language.'] = 'Form per modificare la password e la lingua dell`utente.';
8+
$wb['Settings'] = 'Impostazioni';
79
?>

interface/web/tools/templates/user_settings.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
33
<div class="panel panel_usersettings">
44

55
<div class="pnl_formsarea">
6-
<fieldset id="wf_area_usersettings"><legend>Settings</legend>
6+
<fieldset id="wf_area_usersettings"><legend>{tmpl_var name='Settings'}</legend>
77
<span class="wf_oneField">
88
<label for="passwort" class="wf_preField">{tmpl_var name='passwort_txt'}</label>
99
<input type="password" id="passwort" name="passwort" value="{tmpl_var name='passwort'}" size="15" maxlength="100">

0 commit comments

Comments
 (0)