File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed
Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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?>
Original file line number Diff line number Diff 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?>
Original file line number Diff line number Diff line change 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?>
Original file line number Diff line number Diff 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?>
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments