Skip to content
Snippets Groups Projects
Commit d76ee961 authored by fantu's avatar fantu
Browse files

- Add other string to multilanguage system in tools module

- Update italian language
parent 705d2746
No related branches found
No related tags found
No related merge requests found
<?php
$wb['User Settings'] = 'User Settings';
$wb['Settings'] = 'Settings';
$wb['ISPConfig Tools'] = 'ISPConfig Tools';
$wb['Password and Language'] = 'Password and Language';
?>
\ No newline at end of file
......@@ -4,4 +4,6 @@ $wb["language_txt"] = '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';
?>
\ No newline at end of file
<?php
$wb['User Settings'] = 'Impostazioni utente';
$wb['Settings'] = 'Impostazioni';
$wb['ISPConfig Tools'] = 'Strumenti ISPConfig';
$wb['Password and Language'] = 'Password e Lingua';
?>
......@@ -4,4 +4,6 @@ $wb['language_txt'] = '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';
?>
......@@ -3,7 +3,7 @@
<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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment