Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
6d0a4e43
Commit
6d0a4e43
authored
Dec 14, 2005
by
Falko Timme
Browse files
No commit message
No commit message
parent
573f3531
Changes
4
Hide whitespace changes
Inline
Side-by-side
interface/lib/app.inc.php
View file @
6d0a4e43
...
...
@@ -144,7 +144,7 @@ class app {
if
(
$this
->
_language_inc
!=
1
)
{
// loading global and module Wordbook
@
include_once
(
$conf
[
"rootpath"
]
.
"/lib/lang/"
.
$_SESSION
[
"s"
][
"language"
]
.
".lng"
);
@
include_once
(
$conf
[
"rootpath"
]
.
"/web/"
.
$_SESSION
[
"s"
][
"module"
][
"name"
]
.
"/lib/lang/"
.
$_SESSION
[
"s"
][
"language"
]
.
".lng"
);
@
include_once
(
$conf
[
"rootpath"
]
.
"/web/"
.
$_SESSION
[
"s"
][
"module"
][
"name"
]
.
"/lib/lang/"
.
$_SESSION
[
"s"
][
"language"
]
.
".lng"
);
$this
->
_wb
=
$wb
;
$this
->
_language_inc
=
1
;
}
...
...
interface/web/dns/lib/lang/en.lng
0 → 100644
View file @
6d0a4e43
<?php
$wb
[
"Yes"
]
=
'Yes'
;
$wb
[
"No"
]
=
'No'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_soa_list.lng
View file @
6d0a4e43
...
...
@@ -17,7 +17,7 @@ $wb["page_next_txt"] = 'Next';
$wb
[
"page_back_txt"
]
=
'Back'
;
$wb
[
"delete_txt"
]
=
'Delete'
;
$wb
[
"filter_txt"
]
=
'Filter'
;
$wb
[
"Y"
]
=
'Yes'
;
$wb
[
"N"
]
=
'No'
;
$wb
[
"Y
es
"
]
=
'Yes'
;
$wb
[
"N
o
"
]
=
'No'
;
$wb
[
"add_new_record_txt"
]
=
'Add New Zone'
;
?>
\ No newline at end of file
interface/web/dns/list/soa.list.php
View file @
6d0a4e43
...
...
@@ -136,7 +136,7 @@ $liste["item"][] = array( 'field' => "active",
'prefix'
=>
""
,
'suffix'
=>
""
,
'width'
=>
""
,
'value'
=>
array
(
'Y'
=>
'Yes'
,
'N'
=>
'No'
));
'value'
=>
array
(
'Y'
=>
$app
->
lng
(
'Yes'
)
,
'N'
=>
$app
->
lng
(
'No'
))
)
;
/*
$liste["item"][] = array( 'field' => "xfer",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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