- Add other string to multilanguage system in tools module
- Update italian language
| | |
| | | <?php |
| | | $wb['User Settings'] = 'User Settings'; |
| | | $wb['Settings'] = 'Settings'; |
| | | $wb['ISPConfig Tools'] = 'ISPConfig Tools'; |
| | | $wb['Password and Language'] = 'Password and Language'; |
| | | ?> |
| | |
| | | $wb["btn_save_txt"] = 'Save'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | $wb["password_mismatch"] = 'The password in the second password field does not match the first password.'; |
| | | $wb["Form to edit the user password and language."] = 'Form to edit the user password and language.'; |
| | | $wb["Settings"] = 'Settings'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['User Settings'] = 'Impostazioni utente'; |
| | | $wb['Settings'] = 'Impostazioni'; |
| | | $wb['ISPConfig Tools'] = 'Strumenti ISPConfig'; |
| | | $wb['Password and Language'] = 'Password e Lingua'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Salva'; |
| | | $wb['btn_cancel_txt'] = 'Annulla'; |
| | | $wb['password_mismatch'] = 'Il secondo campo password non corrisponde non il primo.'; |
| | | $wb['Form to edit the user password and language.'] = 'Form per modificare la password e la lingua dell`utente.'; |
| | | $wb['Settings'] = 'Impostazioni'; |
| | | ?> |
| | |
| | | <div class="panel panel_usersettings">
|
| | |
|
| | | <div class="pnl_formsarea">
|
| | | <fieldset id="wf_area_usersettings"><legend>Settings</legend>
|
| | | <fieldset id="wf_area_usersettings"><legend>{tmpl_var name='Settings'}</legend>
|
| | | <span class="wf_oneField">
|
| | | <label for="passwort" class="wf_preField">{tmpl_var name='passwort_txt'}</label>
|
| | | <input type="password" id="passwort" name="passwort" value="{tmpl_var name='passwort'}" size="15" maxlength="100">
|