translation update

This commit is contained in:
Roland Gruber 2003-08-01 07:44:56 +00:00
parent e32e401d47
commit a50132e1e4
4 changed files with 263 additions and 418 deletions

View File

@ -429,7 +429,7 @@ class Config {
// prints current preferences
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>" . _("Domain SID") . ": </b>" . $this->domainSID . "<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 Host List") . ": </b>" . $this->hostlistAttributes . "<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>" . _("Server of external script") . ": </b>" . $this->scriptServer . "<br>";
echo "<b>" . _("List of valid users") . ": </b>" . $this->Adminstring;

File diff suppressed because it is too large Load Diff

View File

@ -258,7 +258,7 @@ echo ("<table border=0>\n");
// language
echo ("<tr>");
echo ("<td><b>" . _("Default Language") . ":</b></td><td>\n");
echo ("<td><b>" . _("Default language") . ":</b></td><td>\n");
// read available languages
$languagefile = "../../config/language";
if(is_file($languagefile))