translation update
This commit is contained in:
parent
e32e401d47
commit
a50132e1e4
|
@ -429,7 +429,7 @@ class Config {
|
||||||
|
|
||||||
// prints current preferences
|
// prints current preferences
|
||||||
function printconf() {
|
function printconf() {
|
||||||
echo "<b>" . _("Server Address") . ": </b>" . $this->ServerURL . "<br>";
|
echo "<b>" . _("Server address") . ": </b>" . $this->ServerURL . "<br>";
|
||||||
echo "<b>" . _("Samba 3.x schema") . ": </b>" . $this->samba3 . "<br>";
|
echo "<b>" . _("Samba 3.x schema") . ": </b>" . $this->samba3 . "<br>";
|
||||||
echo "<b>" . _("Domain SID") . ": </b>" . $this->domainSID . "<br>";
|
echo "<b>" . _("Domain SID") . ": </b>" . $this->domainSID . "<br>";
|
||||||
echo "<b>" . _("UserSuffix") . ": </b>" . $this->Suff_users . "<br>";
|
echo "<b>" . _("UserSuffix") . ": </b>" . $this->Suff_users . "<br>";
|
||||||
|
@ -447,7 +447,7 @@ class Config {
|
||||||
echo "<b>" . _("Attributes in Group List") . ": </b>" . $this->grouplistAttributes . "<br>";
|
echo "<b>" . _("Attributes in Group List") . ": </b>" . $this->grouplistAttributes . "<br>";
|
||||||
echo "<b>" . _("Attributes in Host List") . ": </b>" . $this->hostlistAttributes . "<br>";
|
echo "<b>" . _("Attributes in Host List") . ": </b>" . $this->hostlistAttributes . "<br>";
|
||||||
echo "<b>" . _("Maximum list entries") . ": </b>" . $this->maxlistentries . "<br>";
|
echo "<b>" . _("Maximum list entries") . ": </b>" . $this->maxlistentries . "<br>";
|
||||||
echo "<b>" . _("Default Language") . ": </b>" . $this->defaultLanguage . "<br>";
|
echo "<b>" . _("Default language") . ": </b>" . $this->defaultLanguage . "<br>";
|
||||||
echo "<b>" . _("Path to external script") . ": </b>" . $this->scriptPath . "<br>";
|
echo "<b>" . _("Path to external script") . ": </b>" . $this->scriptPath . "<br>";
|
||||||
echo "<b>" . _("Server of external script") . ": </b>" . $this->scriptServer . "<br>";
|
echo "<b>" . _("Server of external script") . ": </b>" . $this->scriptServer . "<br>";
|
||||||
echo "<b>" . _("List of valid users") . ": </b>" . $this->Adminstring;
|
echo "<b>" . _("List of valid users") . ": </b>" . $this->Adminstring;
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -258,7 +258,7 @@ echo ("<table border=0>\n");
|
||||||
|
|
||||||
// language
|
// language
|
||||||
echo ("<tr>");
|
echo ("<tr>");
|
||||||
echo ("<td><b>" . _("Default Language") . ":</b></td><td>\n");
|
echo ("<td><b>" . _("Default language") . ":</b></td><td>\n");
|
||||||
// read available languages
|
// read available languages
|
||||||
$languagefile = "../../config/language";
|
$languagefile = "../../config/language";
|
||||||
if(is_file($languagefile))
|
if(is_file($languagefile))
|
||||||
|
|
Loading…
Reference in New Issue