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
e3133e84
Commit
e3133e84
authored
Jul 09, 2014
by
Till Brehm
Browse files
FS#3558: Add firstname field for clients and resellers.
parent
8164cdd8
Changes
52
Hide whitespace changes
Inline
Side-by-side
interface/web/client/lib/lang/ro_client.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Numar maxim de filtre spam';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Numar maxim de reguli filtre spam '
;
$wb
[
'default_mailserver_txt'
]
=
'Default Mailserver'
;
$wb
[
'company_name_txt'
]
=
'Nume companie'
;
$wb
[
'contact_firstname_txt'
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Nume Contact '
;
$wb
[
'username_txt'
]
=
'Username'
;
$wb
[
'password_txt'
]
=
'Parola'
;
...
...
interface/web/client/lib/lang/ro_reseller.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Max. number of spamfilter policies'
;
$wb
[
'default_mailserver_txt'
]
=
'Default Mailserver'
;
$wb
[
'company_name_txt'
]
=
'Company name'
;
$wb
[
'contact_firstname_txt'
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Contact name'
;
$wb
[
'username_txt'
]
=
'Username'
;
$wb
[
'password_txt'
]
=
'Password'
;
...
...
interface/web/client/lib/lang/ru_client.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Макс.число пользователе
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Макс.число правил спам-фильтра'
;
$wb
[
'default_mailserver_txt'
]
=
'Почтовый сервер по-умолчанию'
;
$wb
[
'company_name_txt'
]
=
'Название компании'
;
$wb
[
'contact_firstname_txt'
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Контактное лицо'
;
$wb
[
'username_txt'
]
=
'Логин'
;
$wb
[
'password_txt'
]
=
'Пароль'
;
...
...
interface/web/client/lib/lang/ru_reseller.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Макс. количество пользо
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Макс. количество правил спам-фильтра'
;
$wb
[
'default_mailserver_txt'
]
=
'Mail-сервер по-умолчанию'
;
$wb
[
'company_name_txt'
]
=
'Компания'
;
$wb
[
'contact_firstname_txt'
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Контактное лицо'
;
$wb
[
'username_txt'
]
=
'Логин'
;
$wb
[
'password_txt'
]
=
'Пароль'
;
...
...
interface/web/client/lib/lang/se_client.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Max antal spamfilteranvändare';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Max. number of spamfilter policies'
;
$wb
[
'default_mailserver_txt'
]
=
'Förvald epostserver'
;
$wb
[
'company_name_txt'
]
=
'Företagsnamn'
;
$wb
[
'contact_firstname_txt'
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Kontaktnamn'
;
$wb
[
'username_txt'
]
=
'Användarnamn'
;
$wb
[
'password_txt'
]
=
'Lösenord'
;
...
...
interface/web/client/lib/lang/se_reseller.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Max. number of spamfilter policies'
;
$wb
[
'default_mailserver_txt'
]
=
'Default Mailserver'
;
$wb
[
'company_name_txt'
]
=
'Company name'
;
$wb
[
'contact_firstname_txt'
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Contact name'
;
$wb
[
'username_txt'
]
=
'Username'
;
$wb
[
'password_txt'
]
=
'Password'
;
...
...
interface/web/client/lib/lang/sk_client.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Max. počet poUžívateľov Spamfilter';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Max. počet Spamfilter politík'
;
$wb
[
'default_mailserver_txt'
]
=
'Predvolený Mailserver'
;
$wb
[
'company_name_txt'
]
=
'Názov firmy'
;
$wb
[
'contact_firstname_txt'
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Meno kontaktnej osoby'
;
$wb
[
'username_txt'
]
=
'Užívateľské meno'
;
$wb
[
'password_txt'
]
=
'Heslo'
;
...
...
interface/web/client/lib/lang/sk_reseller.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Max. počet poUžívateľov Spamfiltrov';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Max. počet Spamfilter politík'
;
$wb
[
'default_mailserver_txt'
]
=
'Predvolený Mailserver'
;
$wb
[
'company_name_txt'
]
=
'Názov firmy'
;
$wb
[
"contact_firstname_txt"
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Meno kontaktnej osoby'
;
$wb
[
'username_txt'
]
=
'Užívateľské meno'
;
$wb
[
'password_txt'
]
=
'Heslo'
;
...
...
interface/web/client/lib/lang/tr_client.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Max. spam filtre kullanıcıları sayısı';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Max. spam filtre kuralı sayısı'
;
$wb
[
'default_mailserver_txt'
]
=
'Varsayılan Mail Sunucusu'
;
$wb
[
'company_name_txt'
]
=
'Şirket adı'
;
$wb
[
"contact_firstname_txt"
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Kontak adı'
;
$wb
[
'username_txt'
]
=
'Kullanıcı adı'
;
$wb
[
'password_txt'
]
=
'Şifre'
;
...
...
interface/web/client/lib/lang/tr_reseller.lng
View file @
e3133e84
...
...
@@ -13,6 +13,7 @@ $wb['limit_spamfilter_user_txt'] = 'Max. spamfilter kullanıcıları';
$wb
[
'limit_spamfilter_policy_txt'
]
=
'Max. spamfilter policy sayısı'
;
$wb
[
'default_mailserver_txt'
]
=
'Varsayılan Mail Sunucusu'
;
$wb
[
'company_name_txt'
]
=
'Şirket adı'
;
$wb
[
"contact_firstname_txt"
]
=
'Contact firstname'
;
$wb
[
'contact_name_txt'
]
=
'Kontak adı'
;
$wb
[
'username_txt'
]
=
'Kullanıcı adı'
;
$wb
[
'password_txt'
]
=
'Şifre'
;
...
...
interface/web/client/templates/client_edit_address.htm
View file @
e3133e84
...
...
@@ -14,6 +14,10 @@
<select
name=
"gender"
id=
"gender"
class=
"selectInput"
>
{tmpl_var name='gender'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"contact_firstname"
>
{tmpl_var name='contact_firstname_txt'}
</label>
<input
name=
"contact_firstname"
id=
"contact_firstname"
value=
"{tmpl_var name='contact_firstname'}"
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"contact_name"
>
{tmpl_var name='contact_name_txt'}*
</label>
...
...
interface/web/client/templates/reseller_edit_address.htm
View file @
e3133e84
...
...
@@ -14,6 +14,10 @@
<select
name=
"gender"
id=
"gender"
class=
"selectInput"
>
{tmpl_var name='gender'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"contact_firstname"
>
{tmpl_var name='contact_firstname_txt'}
</label>
<input
name=
"contact_firstname"
id=
"contact_firstname"
value=
"{tmpl_var name='contact_firstname'}"
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"contact_name"
>
{tmpl_var name='contact_name_txt'}*
</label>
...
...
Prev
1
2
3
Next
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