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
Jozef Sroka
ISPConfig 3
Commits
e33b6afd
Commit
e33b6afd
authored
Sep 27, 2016
by
Till Brehm
Browse files
Fixed #4209 Headlines missing or inconsistent
parent
addf2aea
Changes
110
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/templates/server_ip_map_list.htm
View file @
e33b6afd
<div
class=
'page-header'
></div>
<div
class=
'page-header'
>
<h1><tmpl_var
name=
"list_head_txt"
></h1>
</div>
<p
class=
"fieldset-legend"
>
{tmpl_var name="toolsarea_head_txt"}
</p>
<button
class=
"btn btn-default formbutton-success"
type=
"button"
data-load-content=
"admin/server_ip_map_edit.php"
>
{tmpl_var name="add_new_record_txt"}
</button>
<p
class=
"fieldset-legend"
><tmpl_var
name=
"list_head_txt"
></p>
...
...
interface/web/dns/templates/dns_import.htm
View file @
e33b6afd
<div
class=
'page-header'
>
<h1><tmpl_var
name=
"
list_head
_txt"
></h1>
<h1><tmpl_var
name=
"
zone_file_import
_txt"
></h1>
</div>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<legend><tmpl_var
name=
"zone_file_import_txt"
></legend>
<tmpl_if
name=
"is_admin"
>
<div
class=
"form-group"
>
<label
for=
"server_id"
class=
"col-sm-3 control-label"
>
{tmpl_var name='server_id_txt'}
</label>
...
...
interface/web/help/templates/faq_manage_questions_list.htm
View file @
e33b6afd
<h
2
>
{tmpl_var name="faq_faq_questions_txt"}
</h
2
>
<h
1
>
{tmpl_var name="faq_faq_questions_txt"}
</h
1
>
<p
class=
"fieldset-legend"
>
{tmpl_var name="toolsarea_head_txt"}
</p>
...
...
interface/web/sites/lib/lang/ar_database_quota_stats_list.lng
View file @
e33b6afd
...
...
@@ -5,4 +5,5 @@ $wb['client_txt'] = 'Client';
$wb
[
'used_txt'
]
=
'Used space'
;
$wb
[
'quota_txt'
]
=
'Quota'
;
$wb
[
'percentage_txt'
]
=
'Used in %'
;
$wb
[
'list_head_txt'
]
=
'Database Quota'
;
?>
interface/web/sites/lib/lang/ar_web_childdomain_list.lng
View file @
e33b6afd
...
...
@@ -12,4 +12,6 @@ $wb['no_flag_txt'] = 'No flag';
$wb
[
'none_txt'
]
=
'None'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new Subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new Aliasdomain'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains'
;
?>
interface/web/sites/lib/lang/ar_web_vhost_domain_admin_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['domain_txt'] = 'Alan Adı';
$wb
[
'add_new_record_txt'
]
=
'Web Sitesi Ekle'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/ar_web_vhost_domain_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['add_new_record_txt'] = 'Add new website';
$wb
[
'parent_domain_id_txt'
]
=
'Website'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/bg_database_quota_stats_list.lng
View file @
e33b6afd
...
...
@@ -5,4 +5,5 @@ $wb['client_txt'] = 'Client';
$wb
[
'used_txt'
]
=
'Used space'
;
$wb
[
'quota_txt'
]
=
'Quota'
;
$wb
[
'percentage_txt'
]
=
'Used in %'
;
$wb
[
'list_head_txt'
]
=
'Database Quota'
;
?>
interface/web/sites/lib/lang/bg_web_childdomain_list.lng
View file @
e33b6afd
...
...
@@ -12,4 +12,6 @@ $wb['no_flag_txt'] = 'No flag';
$wb
[
'none_txt'
]
=
'None'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new Subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new Aliasdomain'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains'
;
?>
interface/web/sites/lib/lang/bg_web_vhost_domain_admin_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['domain_txt'] = 'Домейн';
$wb
[
'add_new_record_txt'
]
=
'Добави нов сайт'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/bg_web_vhost_domain_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['add_new_record_txt'] = 'Нов сайт';
$wb
[
'parent_domain_id_txt'
]
=
'Website'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/br_database_quota_stats_list.lng
View file @
e33b6afd
...
...
@@ -5,4 +5,5 @@ $wb['client_txt'] = 'Client';
$wb
[
'used_txt'
]
=
'Used space'
;
$wb
[
'quota_txt'
]
=
'Quota'
;
$wb
[
'percentage_txt'
]
=
'Used in %'
;
$wb
[
'list_head_txt'
]
=
'Database Quota'
;
?>
interface/web/sites/lib/lang/br_web_childdomain_list.lng
View file @
e33b6afd
...
...
@@ -12,4 +12,6 @@ $wb['no_flag_txt'] = 'No flag';
$wb
[
'none_txt'
]
=
'Em Branco'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new Subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new Aliasdomain'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains'
;
?>
interface/web/sites/lib/lang/br_web_vhost_domain_admin_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['domain_txt'] = 'Domain';
$wb
[
'add_new_record_txt'
]
=
'Add new website'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/br_web_vhost_domain_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['add_new_record_txt'] = 'Adcionar um novo site';
$wb
[
'parent_domain_id_txt'
]
=
'Website'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/ca_database_quota_stats_list.lng
View file @
e33b6afd
...
...
@@ -5,4 +5,5 @@ $wb['client_txt'] = 'Client';
$wb
[
'used_txt'
]
=
'Used space'
;
$wb
[
'quota_txt'
]
=
'Quota'
;
$wb
[
'percentage_txt'
]
=
'Used in %'
;
$wb
[
'list_head_txt'
]
=
'Database Quota'
;
?>
interface/web/sites/lib/lang/ca_web_childdomain_list.lng
View file @
e33b6afd
...
...
@@ -12,4 +12,6 @@ $wb['domain_error_regex'] = 'Domain name invalid.';
$wb
[
'no_redirect_txt'
]
=
'No redirect'
;
$wb
[
'no_flag_txt'
]
=
'No flag'
;
$wb
[
'none_txt'
]
=
'None'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains'
;
?>
interface/web/sites/lib/lang/ca_web_vhost_domain_admin_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['domain_txt'] = 'Domain';
$wb
[
'add_new_record_txt'
]
=
'Add new website'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/ca_web_vhost_domain_list.lng
View file @
e33b6afd
...
...
@@ -8,4 +8,7 @@ $wb['add_new_record_txt'] = 'Add new website';
$wb
[
'parent_domain_id_txt'
]
=
'Website'
;
$wb
[
'add_new_subdomain_txt'
]
=
'Add new subdomain'
;
$wb
[
'add_new_aliasdomain_txt'
]
=
'Add new aliasdomain'
;
$wb
[
'domain_list_head_txt'
]
=
'Websites'
;
$wb
[
'aliasdomain_list_head_txt'
]
=
'Aliasdomains (Vhost)'
;
$wb
[
'subdomain_list_head_txt'
]
=
'Subdomains (Vhost)'
;
?>
interface/web/sites/lib/lang/cz_database_quota_stats_list.lng
View file @
e33b6afd
...
...
@@ -5,4 +5,5 @@ $wb['client_txt'] = 'Klient';
$wb
[
'used_txt'
]
=
'Využité místo'
;
$wb
[
'quota_txt'
]
=
'Kvóta'
;
$wb
[
'percentage_txt'
]
=
'Využito v %'
;
$wb
[
'list_head_txt'
]
=
'Database Quota'
;
?>
Prev
1
2
3
4
5
6
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