Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
d76ee961
Commit
d76ee961
authored
Nov 16, 2008
by
fantu
Browse files
- Add other string to multilanguage system in tools module
- Update italian language
parent
705d2746
Changes
5
Hide whitespace changes
Inline
Side-by-side
interface/web/tools/lib/lang/en.lng
View file @
d76ee961
<?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
interface/web/tools/lib/lang/en_usersettings.lng
View file @
d76ee961
...
...
@@ -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
interface/web/tools/lib/lang/it.lng
View file @
d76ee961
<?php
$wb
[
'User Settings'
]
=
'Impostazioni utente'
;
$wb
[
'Settings'
]
=
'Impostazioni'
;
$wb
[
'ISPConfig Tools'
]
=
'Strumenti ISPConfig'
;
$wb
[
'Password and Language'
]
=
'Password e Lingua'
;
?>
interface/web/tools/lib/lang/it_usersettings.lng
View file @
d76ee961
...
...
@@ -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'
;
?>
interface/web/tools/templates/user_settings.htm
View file @
d76ee961
...
...
@@ -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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment