translation update
This commit is contained in:
parent
f4e4f2b3df
commit
8975b32018
|
@ -118,7 +118,7 @@ $helpArray = array (
|
||||||
"Text" => _("This is the identifier for the relative DN value. It must be one of the given allowed LDAP attributes (e.g. user accounts usually use \"uid\" while groups use \"cn\").")),
|
"Text" => _("This is the identifier for the relative DN value. It must be one of the given allowed LDAP attributes (e.g. user accounts usually use \"uid\" while groups use \"cn\").")),
|
||||||
"360" => array ("ext" => "FALSE", "Headline" => _("Profile name"),
|
"360" => array ("ext" => "FALSE", "Headline" => _("Profile name"),
|
||||||
"Text" => _("Name under which the profile will be saved. If a profile with the same name exists, it will be overwritten.")),
|
"Text" => _("Name under which the profile will be saved. If a profile with the same name exists, it will be overwritten.")),
|
||||||
"361" => array ("ext" => "FALSE", "Headline" => _("DN Suffix"),
|
"361" => array ("ext" => "FALSE", "Headline" => _("DN suffix"),
|
||||||
"Text" => _("The new account will be saved under this LDAP suffix.")),
|
"Text" => _("The new account will be saved under this LDAP suffix.")),
|
||||||
// 400 - 499
|
// 400 - 499
|
||||||
// Tilo Lutz
|
// Tilo Lutz
|
||||||
|
|
|
@ -51,7 +51,7 @@ class cache {
|
||||||
}
|
}
|
||||||
$scopes = array_keys($attributes);
|
$scopes = array_keys($attributes);
|
||||||
foreach ($scopes as $scope) {
|
foreach ($scopes as $scope) {
|
||||||
if (!@in_array($scope, $allowed_types)) trigger_error(sprintf(_('Invalid scope. Valid scopes are %s.'), implode(" ", $allowed_types)), E_USER_ERROR);
|
if (!@in_array($scope, $allowed_types)) trigger_error(sprintf('Invalid scope. Valid scopes are %s.', implode(" ", $allowed_types)), E_USER_ERROR);
|
||||||
}
|
}
|
||||||
// Everything seems to be OK, start processing data
|
// Everything seems to be OK, start processing data
|
||||||
foreach ($scopes as $scope) {
|
foreach ($scopes as $scope) {
|
||||||
|
|
|
@ -542,7 +542,7 @@ class accountContainer {
|
||||||
if (!is_string($type)) trigger_error('Argument of accountContainer must be string.', E_USER_ERROR);
|
if (!is_string($type)) trigger_error('Argument of accountContainer must be string.', E_USER_ERROR);
|
||||||
if (!is_string($base)) trigger_error('Argument of accountContainer must be string.', E_USER_ERROR);
|
if (!is_string($base)) trigger_error('Argument of accountContainer must be string.', E_USER_ERROR);
|
||||||
// *** fixme use global variable to determine allowed types
|
// *** fixme use global variable to determine allowed types
|
||||||
if (!in_array($type, getAvailableScopes())) trigger_error(_('Account type not recognized.'), E_USER_ERROR);
|
if (!in_array($type, getAvailableScopes())) trigger_error('Account type not recognized.', E_USER_ERROR);
|
||||||
$this->type = $type;
|
$this->type = $type;
|
||||||
$this->base = $base;
|
$this->base = $base;
|
||||||
// Set startpage
|
// Set startpage
|
||||||
|
|
Binary file not shown.
|
@ -10,7 +10,7 @@ msgstr ""
|
||||||
"Project-Id-Version: messages\n"
|
"Project-Id-Version: messages\n"
|
||||||
"Report-Msgid-Bugs-To: post@rolandgruber.de \n"
|
"Report-Msgid-Bugs-To: post@rolandgruber.de \n"
|
||||||
"POT-Creation-Date: 2004-01-14 17:45+0200\n"
|
"POT-Creation-Date: 2004-01-14 17:45+0200\n"
|
||||||
"PO-Revision-Date: 2004-10-23 14:08+0200\n"
|
"PO-Revision-Date: 2004-10-24 21:13+0200\n"
|
||||||
"Last-Translator: Roland Gruber <post@rolandgruber.de>\n"
|
"Last-Translator: Roland Gruber <post@rolandgruber.de>\n"
|
||||||
"Language-Team: Deutsch <lam-i18n@lists.sourceforge.org>\n"
|
"Language-Team: Deutsch <lam-i18n@lists.sourceforge.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -81,6 +81,8 @@ msgstr "Account"
|
||||||
#: ../lib/modules/posixAccount.inc:83 ../lib/modules/posixAccount.inc:84
|
#: ../lib/modules/posixAccount.inc:83 ../lib/modules/posixAccount.inc:84
|
||||||
#: ../lib/modules/posixAccount.inc:85 ../lib/modules/posixAccount.inc:86
|
#: ../lib/modules/posixAccount.inc:85 ../lib/modules/posixAccount.inc:86
|
||||||
#: ../lib/modules/posixAccount.inc:87 ../lib/modules/posixAccount.inc:88
|
#: ../lib/modules/posixAccount.inc:87 ../lib/modules/posixAccount.inc:88
|
||||||
|
#: ../lib/modules/sambaGroupMapping.inc:338
|
||||||
|
#: ../lib/modules/sambaGroupMapping.inc:339
|
||||||
#: ../lib/modules/inetOrgPerson.inc:53 ../lib/modules/inetOrgPerson.inc:55
|
#: ../lib/modules/inetOrgPerson.inc:53 ../lib/modules/inetOrgPerson.inc:55
|
||||||
#: ../lib/modules/inetOrgPerson.inc:57 ../lib/modules/inetOrgPerson.inc:59
|
#: ../lib/modules/inetOrgPerson.inc:57 ../lib/modules/inetOrgPerson.inc:59
|
||||||
#: ../lib/modules/inetOrgPerson.inc:61 ../lib/modules/inetOrgPerson.inc:63
|
#: ../lib/modules/inetOrgPerson.inc:61 ../lib/modules/inetOrgPerson.inc:63
|
||||||
|
@ -114,10 +116,6 @@ msgstr "Account deaktiviert"
|
||||||
msgid "Account modules"
|
msgid "Account modules"
|
||||||
msgstr "Accountmodule"
|
msgstr "Accountmodule"
|
||||||
|
|
||||||
#: ../lib/modules.inc:545
|
|
||||||
msgid "Account type not recognized."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfpage.php:725
|
#: ../templates/pdfedit/pdfpage.php:725
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Hinzufügen"
|
msgstr "Hinzufügen"
|
||||||
|
@ -135,8 +133,8 @@ msgid "Add section or static text"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules/posixAccount.inc:188 ../lib/modules/posixAccount.inc:319
|
#: ../lib/modules/posixAccount.inc:188 ../lib/modules/posixAccount.inc:319
|
||||||
#: ../lib/modules/posixAccount.inc:813 ../lib/modules/posixAccount.inc:874
|
#: ../lib/modules/posixAccount.inc:817 ../lib/modules/posixAccount.inc:879
|
||||||
#: ../lib/modules/posixAccount.inc:906 ../lib/modules/posixAccount.inc:947
|
#: ../lib/modules/posixAccount.inc:911 ../lib/modules/posixAccount.inc:952
|
||||||
#: ../help/help.inc:130
|
#: ../help/help.inc:130
|
||||||
msgid "Additional groups"
|
msgid "Additional groups"
|
||||||
msgstr "Zusätzliche Gruppen"
|
msgstr "Zusätzliche Gruppen"
|
||||||
|
@ -150,11 +148,11 @@ msgstr "Zusätzliche Aufgaben des Moduls:"
|
||||||
#: ../lib/modules/sambaSamAccount.inc:534
|
#: ../lib/modules/sambaSamAccount.inc:534
|
||||||
#: ../lib/modules/sambaSamAccount.inc:537
|
#: ../lib/modules/sambaSamAccount.inc:537
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:303
|
#: ../lib/modules/posixGroup.inc:303
|
||||||
msgid "Administrators group"
|
msgid "Administrators group"
|
||||||
msgstr ""
|
msgstr "Administratoren"
|
||||||
|
|
||||||
#: ../templates/domain.php:146 ../help/help.inc:262
|
#: ../templates/domain.php:146 ../help/help.inc:262
|
||||||
msgid "Algorithmic RID Base"
|
msgid "Algorithmic RID Base"
|
||||||
|
@ -199,28 +197,24 @@ msgid "Attributes in User List"
|
||||||
msgstr "Attributnamen in der Benutzerliste"
|
msgstr "Attributnamen in der Benutzerliste"
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfpage.php:859
|
#: ../templates/pdfedit/pdfpage.php:859
|
||||||
#, fuzzy
|
|
||||||
msgid "Available PDF fields"
|
msgid "Available PDF fields"
|
||||||
msgstr "Verfügbare Benutzer"
|
msgstr "Verfügbare PDF-Felder"
|
||||||
|
|
||||||
#: ../templates/config/confmodules.php:319
|
#: ../templates/config/confmodules.php:319
|
||||||
#, fuzzy
|
|
||||||
msgid "Available group modules"
|
msgid "Available group modules"
|
||||||
msgstr "Verfügbare Gruppen"
|
msgstr "Verfügbare Gruppenmodule"
|
||||||
|
|
||||||
#: ../lib/modules/posixAccount.inc:880
|
#: ../lib/modules/posixAccount.inc:885
|
||||||
msgid "Available groups"
|
msgid "Available groups"
|
||||||
msgstr "Verfügbare Gruppen"
|
msgstr "Verfügbare Gruppen"
|
||||||
|
|
||||||
#: ../templates/config/confmodules.php:422
|
#: ../templates/config/confmodules.php:422
|
||||||
#, fuzzy
|
|
||||||
msgid "Available host modules"
|
msgid "Available host modules"
|
||||||
msgstr "Verfügbare Benutzer"
|
msgstr "Verfügbare Hostmodule"
|
||||||
|
|
||||||
#: ../templates/config/confmodules.php:216
|
#: ../templates/config/confmodules.php:216
|
||||||
#, fuzzy
|
|
||||||
msgid "Available user modules"
|
msgid "Available user modules"
|
||||||
msgstr "Verfügbare Benutzer"
|
msgstr "Verfügbare Benutzermodule"
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:199
|
#: ../lib/modules/posixGroup.inc:199
|
||||||
msgid "Available users"
|
msgid "Available users"
|
||||||
|
@ -231,7 +225,7 @@ msgid "Available workstations"
|
||||||
msgstr "Verfügbare PCs"
|
msgstr "Verfügbare PCs"
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:203 ../lib/modules/sambaAccount.inc:626
|
#: ../lib/modules/posixGroup.inc:203 ../lib/modules/sambaAccount.inc:626
|
||||||
#: ../lib/modules/sambaSamAccount.inc:594 ../lib/modules/posixAccount.inc:884
|
#: ../lib/modules/sambaSamAccount.inc:594 ../lib/modules/posixAccount.inc:889
|
||||||
msgid "Back"
|
msgid "Back"
|
||||||
msgstr "Zurück"
|
msgstr "Zurück"
|
||||||
|
|
||||||
|
@ -251,9 +245,8 @@ msgstr "Zurück zum OU-Editor"
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfdelete.php:61 ../templates/pdfedit/pdfdelete.php:69
|
#: ../templates/pdfedit/pdfdelete.php:61 ../templates/pdfedit/pdfdelete.php:69
|
||||||
#: ../templates/pdfedit/pdfdelete.php:90
|
#: ../templates/pdfedit/pdfdelete.php:90
|
||||||
#, fuzzy
|
|
||||||
msgid "Back to PDF Editor"
|
msgid "Back to PDF Editor"
|
||||||
msgstr "Zurück zum OU-Editor"
|
msgstr "Zurück zum PDF-Editor"
|
||||||
|
|
||||||
#: ../templates/profedit/profilecreate.php:115
|
#: ../templates/profedit/profilecreate.php:115
|
||||||
#: ../templates/profedit/profiledelete.php:63
|
#: ../templates/profedit/profiledelete.php:63
|
||||||
|
@ -271,9 +264,8 @@ msgid "Back to group list"
|
||||||
msgstr "Zurück zur Gruppenliste"
|
msgstr "Zurück zur Gruppenliste"
|
||||||
|
|
||||||
#: ../templates/delete.php:238
|
#: ../templates/delete.php:238
|
||||||
#, fuzzy
|
|
||||||
msgid "Back to list"
|
msgid "Back to list"
|
||||||
msgstr "Zurück zur Benutzerliste"
|
msgstr "Zurück zur Liste"
|
||||||
|
|
||||||
#: ../templates/config/confsave.php:92 ../templates/config/confsave.php:97
|
#: ../templates/config/confsave.php:92 ../templates/config/confsave.php:97
|
||||||
#: ../templates/config/confsave.php:102 ../templates/config/confsave.php:107
|
#: ../templates/config/confsave.php:102 ../templates/config/confsave.php:107
|
||||||
|
@ -308,9 +300,8 @@ msgstr ""
|
||||||
"erlaubt"
|
"erlaubt"
|
||||||
|
|
||||||
#: ../lib/modules/quota.inc:34
|
#: ../lib/modules/quota.inc:34
|
||||||
#, fuzzy
|
|
||||||
msgid "Block quota"
|
msgid "Block quota"
|
||||||
msgstr "weiches Block-Quota"
|
msgstr "Block-Quota"
|
||||||
|
|
||||||
#: ../lib/modules/quota.inc:30
|
#: ../lib/modules/quota.inc:30
|
||||||
msgid "Block soft quota"
|
msgid "Block soft quota"
|
||||||
|
@ -326,7 +317,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules/quota.inc:34
|
#: ../lib/modules/quota.inc:34
|
||||||
msgid "Block soft quota must be smaller than block hard quota"
|
msgid "Block soft quota must be smaller than block hard quota"
|
||||||
msgstr ""
|
msgstr "Weiches Block-Quota muss kleiner sein als hartes Block-Quota"
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfpage.php:524
|
#: ../templates/pdfedit/pdfpage.php:524
|
||||||
msgid "Bottom"
|
msgid "Bottom"
|
||||||
|
@ -338,9 +329,8 @@ msgid "Builtin Group"
|
||||||
msgstr "Zusätzliche Gruppen"
|
msgstr "Zusätzliche Gruppen"
|
||||||
|
|
||||||
#: ../templates/masscreate.php:127
|
#: ../templates/masscreate.php:127
|
||||||
#, fuzzy
|
|
||||||
msgid "CSV file:"
|
msgid "CSV file:"
|
||||||
msgstr "Datei wählen:"
|
msgstr "CSV-Datei:"
|
||||||
|
|
||||||
#: ../templates/config/confmain.php:198 ../lib/config.inc:332
|
#: ../templates/config/confmain.php:198 ../lib/config.inc:332
|
||||||
#: ../help/help.inc:94
|
#: ../help/help.inc:94
|
||||||
|
@ -377,12 +367,10 @@ msgid "Cannot open config file!"
|
||||||
msgstr "Kann Konfigurationsdatei nicht öffnen!"
|
msgstr "Kann Konfigurationsdatei nicht öffnen!"
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfpage.php:605 ../templates/pdfedit/pdfpage.php:611
|
#: ../templates/pdfedit/pdfpage.php:605 ../templates/pdfedit/pdfpage.php:611
|
||||||
#, fuzzy
|
|
||||||
msgid "Change"
|
msgid "Change"
|
||||||
msgstr "Bereiche"
|
msgstr "Ändern"
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:155
|
#: ../lib/modules/posixGroup.inc:155
|
||||||
#, fuzzy
|
|
||||||
msgid "Change GID number of users and hosts"
|
msgid "Change GID number of users and hosts"
|
||||||
msgstr "Ändere die GID-Nummern aller Benutzer auf den neuen Wert"
|
msgstr "Ändere die GID-Nummern aller Benutzer auf den neuen Wert"
|
||||||
|
|
||||||
|
@ -407,6 +395,15 @@ msgstr "Hauptpasswort ändern"
|
||||||
msgid "Change password"
|
msgid "Change password"
|
||||||
msgstr "Passwort ändern"
|
msgstr "Passwort ändern"
|
||||||
|
|
||||||
|
#: ../lib/baseModule.inc:524
|
||||||
|
#, php-format
|
||||||
|
msgid "Changed value %s because only numeric values are allowed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/baseModule.inc:541
|
||||||
|
msgid "Changed value s because only US-ASCII allowed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules.inc:726
|
#: ../lib/modules.inc:726
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Check module"
|
msgid "Check module"
|
||||||
|
@ -418,7 +415,7 @@ msgstr "Hier klicken wenn Sie nicht zur nächsten Seite weitergeleitet werden."
|
||||||
|
|
||||||
#: ../templates/masscreate.php:135
|
#: ../templates/masscreate.php:135
|
||||||
msgid "Columns:"
|
msgid "Columns:"
|
||||||
msgstr ""
|
msgstr "Spalten:"
|
||||||
|
|
||||||
#: ../help/help.inc:238
|
#: ../help/help.inc:238
|
||||||
msgid "Comma separated list of unix workstations the user is allowed to login."
|
msgid "Comma separated list of unix workstations the user is allowed to login."
|
||||||
|
@ -427,9 +424,8 @@ msgstr ""
|
||||||
"Benutzer anmelden darf."
|
"Benutzer anmelden darf."
|
||||||
|
|
||||||
#: ../lib/modules/inetOrgPerson.inc:115
|
#: ../lib/modules/inetOrgPerson.inc:115
|
||||||
#, fuzzy
|
|
||||||
msgid "Common name"
|
msgid "Common name"
|
||||||
msgstr "Domänenname"
|
msgstr "Allgemeiner Name"
|
||||||
|
|
||||||
#: ../templates/login.php:119
|
#: ../templates/login.php:119
|
||||||
msgid "Configuration Login"
|
msgid "Configuration Login"
|
||||||
|
@ -450,8 +446,8 @@ msgstr "Einstellungsassistent"
|
||||||
#: ../templates/config/confmodules.php:257
|
#: ../templates/config/confmodules.php:257
|
||||||
#: ../templates/config/confmodules.php:360
|
#: ../templates/config/confmodules.php:360
|
||||||
#: ../templates/config/confmodules.php:463
|
#: ../templates/config/confmodules.php:463
|
||||||
msgid "Conflicting module: "
|
msgid "Conflicting module:"
|
||||||
msgstr ""
|
msgstr "Modulkonflikt:"
|
||||||
|
|
||||||
#: ../templates/config/profmanage.php:99
|
#: ../templates/config/profmanage.php:99
|
||||||
msgid "Could not rename file!"
|
msgid "Could not rename file!"
|
||||||
|
@ -501,9 +497,8 @@ msgstr "Neues Benutzerprofil erstellen"
|
||||||
#: ../templates/profedit/profilemain.php:140
|
#: ../templates/profedit/profilemain.php:140
|
||||||
#: ../templates/profedit/profilemain.php:183
|
#: ../templates/profedit/profilemain.php:183
|
||||||
#: ../templates/profedit/profilemain.php:226
|
#: ../templates/profedit/profilemain.php:226
|
||||||
#, fuzzy
|
|
||||||
msgid "Create a new profile"
|
msgid "Create a new profile"
|
||||||
msgstr "Neues Profil wurde erstellt."
|
msgstr "Neues Profil erstellen"
|
||||||
|
|
||||||
#: ../lib/modules.inc:772
|
#: ../lib/modules.inc:772
|
||||||
#, fuzzy, php-format
|
#, fuzzy, php-format
|
||||||
|
@ -511,28 +506,24 @@ msgid "Create another %s"
|
||||||
msgstr "Weiteren Benutzer anlegen"
|
msgstr "Weiteren Benutzer anlegen"
|
||||||
|
|
||||||
#: ../templates/masscreate.php:99
|
#: ../templates/masscreate.php:99
|
||||||
#, fuzzy
|
|
||||||
msgid "Create group accounts"
|
msgid "Create group accounts"
|
||||||
msgstr "Neue Accounts anlegen"
|
msgstr "Gruppenaccounts anlegen"
|
||||||
|
|
||||||
#: ../lib/modules/posixAccount.inc:820
|
#: ../lib/modules/posixAccount.inc:824
|
||||||
#, fuzzy
|
|
||||||
msgid "Create home directory"
|
msgid "Create home directory"
|
||||||
msgstr "Heimatverzeichnis"
|
msgstr "Heimatverzeichnis anlegen"
|
||||||
|
|
||||||
#: ../templates/masscreate.php:102
|
#: ../templates/masscreate.php:102
|
||||||
#, fuzzy
|
|
||||||
msgid "Create host accounts"
|
msgid "Create host accounts"
|
||||||
msgstr "Neue Accounts anlegen"
|
msgstr "Hostaccounts anlegen"
|
||||||
|
|
||||||
#: ../lib/modules.inc:672
|
#: ../lib/modules.inc:672
|
||||||
msgid "Create new Account"
|
msgid "Create new Account"
|
||||||
msgstr "Neuen Account anlegen"
|
msgstr "Neuen Account anlegen"
|
||||||
|
|
||||||
#: ../templates/masscreate.php:96
|
#: ../templates/masscreate.php:96
|
||||||
#, fuzzy
|
|
||||||
msgid "Create user accounts"
|
msgid "Create user accounts"
|
||||||
msgstr "Neue Accounts anlegen"
|
msgstr "Useraccounts anlegen"
|
||||||
|
|
||||||
#: ../templates/config/profmanage.php:84
|
#: ../templates/config/profmanage.php:84
|
||||||
msgid "Created new profile."
|
msgid "Created new profile."
|
||||||
|
@ -540,26 +531,19 @@ msgstr "Neues Profil wurde erstellt."
|
||||||
|
|
||||||
#: ../templates/tools.php:70
|
#: ../templates/tools.php:70
|
||||||
msgid "Creates accounts by uploading a CSV formated file."
|
msgid "Creates accounts by uploading a CSV formated file."
|
||||||
msgstr ""
|
msgstr "Erstellt Accounts durch das Hochladen einer CSV formatierten Datei."
|
||||||
|
|
||||||
#: ../lib/modules.inc:1527
|
#: ../lib/modules.inc:1532
|
||||||
msgid "DN"
|
msgid "DN"
|
||||||
msgstr "DN"
|
msgstr "DN"
|
||||||
|
|
||||||
#: ../help/help.inc:121
|
|
||||||
#, fuzzy
|
|
||||||
msgid "DN Suffix"
|
|
||||||
msgstr "Suffix"
|
|
||||||
|
|
||||||
#: ../templates/masscreate.php:138
|
#: ../templates/masscreate.php:138
|
||||||
#, fuzzy
|
|
||||||
msgid "DN settings"
|
msgid "DN settings"
|
||||||
msgstr "PDF-Einstellungen"
|
msgstr "DN-Einstellungen"
|
||||||
|
|
||||||
#: ../templates/masscreate.php:142
|
#: ../templates/masscreate.php:142 ../help/help.inc:121
|
||||||
#, fuzzy
|
|
||||||
msgid "DN suffix"
|
msgid "DN suffix"
|
||||||
msgstr "Benutzersuffix"
|
msgstr "DN-Suffix"
|
||||||
|
|
||||||
#: ../templates/delete.php:89
|
#: ../templates/delete.php:89
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
@ -568,11 +552,11 @@ msgstr "DN"
|
||||||
|
|
||||||
#: ../lib/modules/sambaGroupMapping.inc:251
|
#: ../lib/modules/sambaGroupMapping.inc:251
|
||||||
msgid "DOMAIN_ADMINS"
|
msgid "DOMAIN_ADMINS"
|
||||||
msgstr ""
|
msgstr "Domänenadministratoren"
|
||||||
|
|
||||||
#: ../templates/massBuildAccounts.php:164
|
#: ../templates/massBuildAccounts.php:164
|
||||||
msgid "Data field for RDN is empty!"
|
msgid "Data field for RDN is empty!"
|
||||||
msgstr ""
|
msgstr "Datenfeld für RDN ist leer!"
|
||||||
|
|
||||||
#: ../help/help.inc:185
|
#: ../help/help.inc:185
|
||||||
msgid "Date after the user is able to change his password. Format: DD-MM-YYYY"
|
msgid "Date after the user is able to change his password. Format: DD-MM-YYYY"
|
||||||
|
@ -596,9 +580,8 @@ msgid "Default language"
|
||||||
msgstr "Standardsprache"
|
msgstr "Standardsprache"
|
||||||
|
|
||||||
#: ../templates/masscreate.php:147 ../templates/masscreate.php:302
|
#: ../templates/masscreate.php:147 ../templates/masscreate.php:302
|
||||||
#, fuzzy
|
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
msgstr "Standardsprache"
|
msgstr "Standardwert"
|
||||||
|
|
||||||
#: ../templates/domain.php:218 ../templates/delete.php:103
|
#: ../templates/domain.php:218 ../templates/delete.php:103
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
|
@ -622,7 +605,7 @@ msgstr "Lösche Host(s)"
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfdelete.php:48 ../templates/pdfedit/pdfmain.php:133
|
#: ../templates/pdfedit/pdfdelete.php:48 ../templates/pdfedit/pdfmain.php:133
|
||||||
msgid "Delete PDF structure"
|
msgid "Delete PDF structure"
|
||||||
msgstr ""
|
msgstr "PDF-Struktur löschen"
|
||||||
|
|
||||||
#: ../templates/profedit/profiledelete.php:52
|
#: ../templates/profedit/profiledelete.php:52
|
||||||
msgid "Delete User Profile"
|
msgid "Delete User Profile"
|
||||||
|
@ -632,10 +615,9 @@ msgstr "Benutzerprofil löschen"
|
||||||
msgid "Delete domain(s)"
|
msgid "Delete domain(s)"
|
||||||
msgstr "Lösche Domäne(n)"
|
msgstr "Lösche Domäne(n)"
|
||||||
|
|
||||||
#: ../lib/modules/posixAccount.inc:851
|
#: ../lib/modules/posixAccount.inc:856
|
||||||
#, fuzzy
|
|
||||||
msgid "Delete home directory"
|
msgid "Delete home directory"
|
||||||
msgstr "Heimatverzeichnisse mitlöschen"
|
msgstr "Heimatverzeichnis löschen"
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfdelete.php:68
|
#: ../templates/pdfedit/pdfdelete.php:68
|
||||||
#: ../templates/profedit/profiledelete.php:70
|
#: ../templates/profedit/profiledelete.php:70
|
||||||
|
@ -660,14 +642,13 @@ msgid "Delete user(s)"
|
||||||
msgstr "Lösche Benutzer"
|
msgstr "Lösche Benutzer"
|
||||||
|
|
||||||
#: ../lib/modules/sambaGroupMapping.inc:56
|
#: ../lib/modules/sambaGroupMapping.inc:56
|
||||||
#, fuzzy
|
|
||||||
msgid "Deleted Account"
|
msgid "Deleted Account"
|
||||||
msgstr "Lösche Account"
|
msgstr "Gelöschter Account"
|
||||||
|
|
||||||
#: ../templates/delete.php:224
|
#: ../templates/delete.php:224
|
||||||
#, fuzzy, php-format
|
#, php-format
|
||||||
msgid "Deleted DN: %s"
|
msgid "Deleted DN: %s"
|
||||||
msgstr "Gelöschtes Profil:"
|
msgstr "Gelöschter DN: %s"
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfdelete.php:59
|
#: ../templates/pdfedit/pdfdelete.php:59
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
@ -884,7 +865,7 @@ msgstr "Editieren"
|
||||||
msgid "Edit PDF structure"
|
msgid "Edit PDF structure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:135 ../lib/modules/posixAccount.inc:814
|
#: ../lib/modules/posixGroup.inc:135 ../lib/modules/posixAccount.inc:818
|
||||||
msgid "Edit groups"
|
msgid "Edit groups"
|
||||||
msgstr "Gruppen ändern"
|
msgstr "Gruppen ändern"
|
||||||
|
|
||||||
|
@ -1001,7 +982,7 @@ msgstr "Vorname"
|
||||||
#: ../lib/modules/posixGroup.inc:128 ../lib/modules/posixGroup.inc:295
|
#: ../lib/modules/posixGroup.inc:128 ../lib/modules/posixGroup.inc:295
|
||||||
#: ../lib/modules/posixGroup.inc:326 ../lib/modules/posixGroup.inc:351
|
#: ../lib/modules/posixGroup.inc:326 ../lib/modules/posixGroup.inc:351
|
||||||
#: ../lib/modules/posixGroup.inc:369 ../lib/modules/posixGroup.inc:400
|
#: ../lib/modules/posixGroup.inc:369 ../lib/modules/posixGroup.inc:400
|
||||||
#: ../lib/modules/posixAccount.inc:41 ../lib/modules/posixAccount.inc:944
|
#: ../lib/modules/posixAccount.inc:41 ../lib/modules/posixAccount.inc:949
|
||||||
#: ../lib/modules/sambaGroupMapping.inc:294 ../lib/lists.inc:179
|
#: ../lib/modules/sambaGroupMapping.inc:294 ../lib/lists.inc:179
|
||||||
#: ../lib/lists.inc:199 ../lib/lists.inc:218 ../help/help.inc:142
|
#: ../lib/lists.inc:199 ../lib/lists.inc:218 ../help/help.inc:142
|
||||||
msgid "GID number"
|
msgid "GID number"
|
||||||
|
@ -1032,13 +1013,13 @@ msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules/account.inc:41 ../lib/modules/posixAccount.inc:223
|
#: ../lib/modules/account.inc:41 ../lib/modules/posixAccount.inc:223
|
||||||
#: ../lib/modules/posixAccount.inc:255 ../lib/modules/posixAccount.inc:297
|
#: ../lib/modules/posixAccount.inc:255 ../lib/modules/posixAccount.inc:297
|
||||||
#: ../lib/modules/posixAccount.inc:328 ../lib/modules/posixAccount.inc:803
|
#: ../lib/modules/posixAccount.inc:328 ../lib/modules/posixAccount.inc:807
|
||||||
#: ../lib/modules/posixAccount.inc:945 ../lib/modules/inetOrgPerson.inc:210
|
#: ../lib/modules/posixAccount.inc:950 ../lib/modules/inetOrgPerson.inc:210
|
||||||
#: ../help/help.inc:134 ../help/help.inc:144 ../help/help.inc:152
|
#: ../help/help.inc:134 ../help/help.inc:144 ../help/help.inc:152
|
||||||
msgid "Gecos"
|
msgid "Gecos"
|
||||||
msgstr "Beschreibung"
|
msgstr "Beschreibung"
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:139 ../lib/modules/posixAccount.inc:826
|
#: ../lib/modules/posixGroup.inc:139 ../lib/modules/posixAccount.inc:830
|
||||||
msgid "Generate password"
|
msgid "Generate password"
|
||||||
msgstr "Passwort generieren"
|
msgstr "Passwort generieren"
|
||||||
|
|
||||||
|
@ -1268,8 +1249,8 @@ msgstr "Halten Sie Strg gedrückt um mehrere Gruppen zu markieren."
|
||||||
#: ../lib/modules/posixAccount.inc:36 ../lib/modules/posixAccount.inc:64
|
#: ../lib/modules/posixAccount.inc:36 ../lib/modules/posixAccount.inc:64
|
||||||
#: ../lib/modules/posixAccount.inc:65 ../lib/modules/posixAccount.inc:194
|
#: ../lib/modules/posixAccount.inc:65 ../lib/modules/posixAccount.inc:194
|
||||||
#: ../lib/modules/posixAccount.inc:305 ../lib/modules/posixAccount.inc:697
|
#: ../lib/modules/posixAccount.inc:305 ../lib/modules/posixAccount.inc:697
|
||||||
#: ../lib/modules/posixAccount.inc:816 ../lib/modules/posixAccount.inc:911
|
#: ../lib/modules/posixAccount.inc:820 ../lib/modules/posixAccount.inc:916
|
||||||
#: ../lib/modules/posixAccount.inc:948 ../lib/lists.inc:184
|
#: ../lib/modules/posixAccount.inc:953 ../lib/lists.inc:184
|
||||||
#: ../help/help.inc:132
|
#: ../help/help.inc:132
|
||||||
msgid "Home directory"
|
msgid "Home directory"
|
||||||
msgstr "Heimatverzeichnis"
|
msgstr "Heimatverzeichnis"
|
||||||
|
@ -1560,13 +1541,12 @@ msgstr ""
|
||||||
msgid "Invalid mode. Valid modes are %s."
|
msgid "Invalid mode. Valid modes are %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:148 ../lib/modules/posixAccount.inc:835
|
#: ../lib/modules/posixGroup.inc:148 ../lib/modules/posixAccount.inc:839
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Invalid password"
|
msgid "Invalid password"
|
||||||
msgstr "Unix-Passwort"
|
msgstr "Unix-Passwort"
|
||||||
|
|
||||||
#: ../lib/cache.inc:54 ../lib/cache.inc:73 ../lib/cache.inc:139
|
#: ../lib/cache.inc:73 ../lib/cache.inc:139 ../lib/cache.inc:247
|
||||||
#: ../lib/cache.inc:247
|
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Invalid scope. Valid scopes are %s."
|
msgid "Invalid scope. Valid scopes are %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1630,6 +1610,11 @@ msgstr ""
|
||||||
msgid "LAM was unable to find a group with this name!"
|
msgid "LAM was unable to find a group with this name!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lib/modules/posixAccount.inc:1204
|
||||||
|
#, php-format
|
||||||
|
msgid "LAM was unable to modify group memberships for group: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../templates/config/confmodules.php:67 ../templates/config/confsave.php:74
|
#: ../templates/config/confmodules.php:67 ../templates/config/confsave.php:74
|
||||||
#: ../templates/config/confmain.php:145
|
#: ../templates/config/confmain.php:145
|
||||||
msgid "LDAP Account Manager Configuration"
|
msgid "LDAP Account Manager Configuration"
|
||||||
|
@ -1730,7 +1715,7 @@ msgid "Local Group"
|
||||||
msgstr "Gruppe"
|
msgstr "Gruppe"
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:151 ../lib/modules/posixAccount.inc:215
|
#: ../lib/modules/posixGroup.inc:151 ../lib/modules/posixAccount.inc:215
|
||||||
#: ../lib/modules/posixAccount.inc:838 ../lib/modules/posixAccount.inc:923
|
#: ../lib/modules/posixAccount.inc:842 ../lib/modules/posixAccount.inc:928
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Lock password"
|
msgid "Lock password"
|
||||||
msgstr "Kein Passwort setzen"
|
msgstr "Kein Passwort setzen"
|
||||||
|
@ -1741,8 +1726,8 @@ msgid "Login"
|
||||||
msgstr "Login"
|
msgstr "Login"
|
||||||
|
|
||||||
#: ../lib/modules/posixAccount.inc:201 ../lib/modules/posixAccount.inc:315
|
#: ../lib/modules/posixAccount.inc:201 ../lib/modules/posixAccount.inc:315
|
||||||
#: ../lib/modules/posixAccount.inc:842 ../lib/modules/posixAccount.inc:915
|
#: ../lib/modules/posixAccount.inc:846 ../lib/modules/posixAccount.inc:920
|
||||||
#: ../lib/modules/posixAccount.inc:950 ../lib/lists.inc:185
|
#: ../lib/modules/posixAccount.inc:955 ../lib/lists.inc:185
|
||||||
#: ../help/help.inc:136
|
#: ../help/help.inc:136
|
||||||
msgid "Login shell"
|
msgid "Login shell"
|
||||||
msgstr "Login Shell"
|
msgstr "Login Shell"
|
||||||
|
@ -2204,8 +2189,8 @@ msgstr ""
|
||||||
#: ../lib/modules/sambaAccount.inc:48 ../lib/modules/sambaSamAccount.inc:46
|
#: ../lib/modules/sambaAccount.inc:48 ../lib/modules/sambaSamAccount.inc:46
|
||||||
#: ../lib/modules/sambaSamAccount.inc:47 ../lib/modules/posixAccount.inc:71
|
#: ../lib/modules/sambaSamAccount.inc:47 ../lib/modules/posixAccount.inc:71
|
||||||
#: ../lib/modules/posixAccount.inc:72 ../lib/modules/posixAccount.inc:73
|
#: ../lib/modules/posixAccount.inc:72 ../lib/modules/posixAccount.inc:73
|
||||||
#: ../lib/modules/posixAccount.inc:209 ../lib/modules/posixAccount.inc:824
|
#: ../lib/modules/posixAccount.inc:209 ../lib/modules/posixAccount.inc:828
|
||||||
#: ../lib/modules/posixAccount.inc:949
|
#: ../lib/modules/posixAccount.inc:954
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Passwort"
|
msgstr "Passwort"
|
||||||
|
|
||||||
|
@ -2491,8 +2476,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules/posixAccount.inc:181 ../lib/modules/posixAccount.inc:248
|
#: ../lib/modules/posixAccount.inc:181 ../lib/modules/posixAccount.inc:248
|
||||||
#: ../lib/modules/posixAccount.inc:301 ../lib/modules/posixAccount.inc:332
|
#: ../lib/modules/posixAccount.inc:301 ../lib/modules/posixAccount.inc:332
|
||||||
#: ../lib/modules/posixAccount.inc:807 ../lib/modules/posixAccount.inc:902
|
#: ../lib/modules/posixAccount.inc:811 ../lib/modules/posixAccount.inc:907
|
||||||
#: ../lib/modules/posixAccount.inc:930 ../lib/modules/posixAccount.inc:946
|
#: ../lib/modules/posixAccount.inc:935 ../lib/modules/posixAccount.inc:951
|
||||||
#: ../help/help.inc:138 ../help/help.inc:150
|
#: ../help/help.inc:138 ../help/help.inc:150
|
||||||
msgid "Primary group"
|
msgid "Primary group"
|
||||||
msgstr "Primäre Gruppe"
|
msgstr "Primäre Gruppe"
|
||||||
|
@ -2599,7 +2584,7 @@ msgid "Renamed profile."
|
||||||
msgstr "Profil umbenannt."
|
msgstr "Profil umbenannt."
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:142 ../lib/modules/sambaAccount.inc:490
|
#: ../lib/modules/posixGroup.inc:142 ../lib/modules/sambaAccount.inc:490
|
||||||
#: ../lib/modules/sambaSamAccount.inc:456 ../lib/modules/posixAccount.inc:829
|
#: ../lib/modules/sambaSamAccount.inc:456 ../lib/modules/posixAccount.inc:833
|
||||||
msgid "Repeat password"
|
msgid "Repeat password"
|
||||||
msgstr "Passwort wiederholen"
|
msgstr "Passwort wiederholen"
|
||||||
|
|
||||||
|
@ -2784,7 +2769,7 @@ msgstr "Gruppenprofil wählen"
|
||||||
msgid "Selected group modules"
|
msgid "Selected group modules"
|
||||||
msgstr "Gewählte Gruppen"
|
msgstr "Gewählte Gruppen"
|
||||||
|
|
||||||
#: ../lib/modules/posixAccount.inc:875
|
#: ../lib/modules/posixAccount.inc:880
|
||||||
msgid "Selected groups"
|
msgid "Selected groups"
|
||||||
msgstr "Gewählte Gruppen"
|
msgstr "Gewählte Gruppen"
|
||||||
|
|
||||||
|
@ -2820,8 +2805,8 @@ msgstr "Server mit externem Script"
|
||||||
msgid "Server settings"
|
msgid "Server settings"
|
||||||
msgstr "Servereinstellungen"
|
msgstr "Servereinstellungen"
|
||||||
|
|
||||||
#: ../lib/modules/posixGroup.inc:145 ../lib/modules/posixAccount.inc:832
|
#: ../lib/modules/posixGroup.inc:145 ../lib/modules/posixAccount.inc:836
|
||||||
#: ../lib/modules/posixAccount.inc:919
|
#: ../lib/modules/posixAccount.inc:924
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Set no password"
|
msgid "Set no password"
|
||||||
msgstr "Kein Passwort setzen"
|
msgstr "Kein Passwort setzen"
|
||||||
|
@ -3338,7 +3323,7 @@ msgstr ""
|
||||||
#: ../lib/modules/posixAccount.inc:46 ../lib/modules/posixAccount.inc:175
|
#: ../lib/modules/posixAccount.inc:46 ../lib/modules/posixAccount.inc:175
|
||||||
#: ../lib/modules/posixAccount.inc:242 ../lib/modules/posixAccount.inc:276
|
#: ../lib/modules/posixAccount.inc:242 ../lib/modules/posixAccount.inc:276
|
||||||
#: ../lib/modules/posixAccount.inc:280 ../lib/modules/posixAccount.inc:288
|
#: ../lib/modules/posixAccount.inc:280 ../lib/modules/posixAccount.inc:288
|
||||||
#: ../lib/modules/posixAccount.inc:799 ../lib/modules/posixAccount.inc:943
|
#: ../lib/modules/posixAccount.inc:803 ../lib/modules/posixAccount.inc:948
|
||||||
#: ../lib/lists.inc:178 ../lib/lists.inc:217 ../help/help.inc:128
|
#: ../lib/lists.inc:178 ../lib/lists.inc:217 ../help/help.inc:128
|
||||||
#: ../help/help.inc:148
|
#: ../help/help.inc:148
|
||||||
msgid "UID number"
|
msgid "UID number"
|
||||||
|
@ -3400,6 +3385,10 @@ msgstr "Kann das Profil nicht löschen!"
|
||||||
msgid "Unable to delete profile!"
|
msgid "Unable to delete profile!"
|
||||||
msgstr "Kann das Profil nicht löschen!"
|
msgstr "Kann das Profil nicht löschen!"
|
||||||
|
|
||||||
|
#: ../lib/modules/posixAccount.inc:1221
|
||||||
|
msgid "Unable to find group in LDAP."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../templates/login.php:100 ../templates/config/confmain.php:355
|
#: ../templates/login.php:100 ../templates/config/confmain.php:355
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unable to load available languages. Setting English as default language. For "
|
"Unable to load available languages. Setting English as default language. For "
|
||||||
|
@ -3438,7 +3427,7 @@ msgstr ""
|
||||||
#: ../templates/config/confmodules.php:245
|
#: ../templates/config/confmodules.php:245
|
||||||
#: ../templates/config/confmodules.php:348
|
#: ../templates/config/confmodules.php:348
|
||||||
#: ../templates/config/confmodules.php:451
|
#: ../templates/config/confmodules.php:451
|
||||||
msgid "Unsolved dependency: "
|
msgid "Unsolved dependency:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../templates/pdfedit/pdfpage.php:581
|
#: ../templates/pdfedit/pdfpage.php:581
|
||||||
|
@ -3580,8 +3569,8 @@ msgstr "UserSuffix ist ungültig!"
|
||||||
#: ../templates/login.php:157 ../lib/modules/sambaAccount.inc:640
|
#: ../templates/login.php:157 ../lib/modules/sambaAccount.inc:640
|
||||||
#: ../lib/modules/sambaSamAccount.inc:699 ../lib/modules/posixAccount.inc:76
|
#: ../lib/modules/sambaSamAccount.inc:699 ../lib/modules/posixAccount.inc:76
|
||||||
#: ../lib/modules/posixAccount.inc:77 ../lib/modules/posixAccount.inc:80
|
#: ../lib/modules/posixAccount.inc:77 ../lib/modules/posixAccount.inc:80
|
||||||
#: ../lib/modules/posixAccount.inc:293 ../lib/modules/posixAccount.inc:796
|
#: ../lib/modules/posixAccount.inc:293 ../lib/modules/posixAccount.inc:800
|
||||||
#: ../lib/modules/posixAccount.inc:942 ../lib/lists.inc:180
|
#: ../lib/modules/posixAccount.inc:947 ../lib/lists.inc:180
|
||||||
#: ../help/help.inc:126
|
#: ../help/help.inc:126
|
||||||
msgid "Username"
|
msgid "Username"
|
||||||
msgstr "Benutzername"
|
msgstr "Benutzername"
|
||||||
|
@ -3644,26 +3633,26 @@ msgstr "Benutzer die Mitglieder der Gruppe sind."
|
||||||
msgid "Valid users"
|
msgid "Valid users"
|
||||||
msgstr "Berechtigte Benutzer"
|
msgstr "Berechtigte Benutzer"
|
||||||
|
|
||||||
#: ../templates/delete.php:184 ../lib/modules.inc:1424
|
#: ../templates/delete.php:184 ../lib/modules.inc:1429
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Was unable to add attribtues to dn: %s. This is possible a bug. Please check "
|
"Was unable to add attribtues to dn: %s. This is possible a bug. Please check "
|
||||||
"your ldap logs and send a bug report if it is a possible bug."
|
"your ldap logs and send a bug report if it is a possible bug."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules.inc:1389 ../lib/modules.inc:1398
|
#: ../lib/modules.inc:1394 ../lib/modules.inc:1403
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Was unable to create dn: %s. This is possible a bug. Please check your ldap "
|
"Was unable to create dn: %s. This is possible a bug. Please check your ldap "
|
||||||
"logs and send a bug report if it is a possible bug."
|
"logs and send a bug report if it is a possible bug."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../lib/modules.inc:1382
|
#: ../lib/modules.inc:1387
|
||||||
#, fuzzy, php-format
|
#, fuzzy, php-format
|
||||||
msgid "Was unable to delete dn: %s."
|
msgid "Was unable to delete dn: %s."
|
||||||
msgstr "Konnte %s nicht erstellen."
|
msgstr "Konnte %s nicht erstellen."
|
||||||
|
|
||||||
#: ../templates/delete.php:174 ../lib/modules.inc:1414
|
#: ../templates/delete.php:174 ../lib/modules.inc:1419
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Was unable to modify attribtues from dn: %s. This is possible a bug. Please "
|
"Was unable to modify attribtues from dn: %s. This is possible a bug. Please "
|
||||||
|
@ -3671,7 +3660,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../templates/delete.php:194 ../templates/delete.php:218
|
#: ../templates/delete.php:194 ../templates/delete.php:218
|
||||||
#: ../lib/modules.inc:1434
|
#: ../lib/modules.inc:1439
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Was unable to remove attribtues from dn: %s. This is possible a bug. Please "
|
"Was unable to remove attribtues from dn: %s. This is possible a bug. Please "
|
||||||
|
@ -3909,3 +3898,6 @@ msgstr ""
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Benutzer"
|
msgstr "Benutzer"
|
||||||
|
|
||||||
|
#~ msgid "DN Suffix"
|
||||||
|
#~ msgstr "DN-Suffix"
|
||||||
|
|
||||||
|
|
|
@ -242,7 +242,7 @@ if ($user_depends != false) {
|
||||||
$no_depends_user = false;
|
$no_depends_user = false;
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
for ($i = 0; $i < sizeof($user_depends); $i++) {
|
for ($i = 0; $i < sizeof($user_depends); $i++) {
|
||||||
echo "<font color=\"red\"><b>" . _("Unsolved dependency: ") . "</b>" . $user_depends[$i][0] . " (" .
|
echo "<font color=\"red\"><b>" . _("Unsolved dependency:") . " </b>" . $user_depends[$i][0] . " (" .
|
||||||
$user_depends[$i][1] . ")" . "</font><br>\n";
|
$user_depends[$i][1] . ")" . "</font><br>\n";
|
||||||
}
|
}
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
|
@ -254,7 +254,7 @@ if ($user_conflicts != false) {
|
||||||
$no_conflicts_user = false;
|
$no_conflicts_user = false;
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
for ($i = 0; $i < sizeof($user_conflicts); $i++) {
|
for ($i = 0; $i < sizeof($user_conflicts); $i++) {
|
||||||
echo "<font color=\"red\"><b>" . _("Conflicting module: ") . "</b>" . $user_conflicts[$i][0] . " (" .
|
echo "<font color=\"red\"><b>" . _("Conflicting module:") . " </b>" . $user_conflicts[$i][0] . " (" .
|
||||||
$user_conflicts[$i][1] . ")" . "</font><br>\n";
|
$user_conflicts[$i][1] . ")" . "</font><br>\n";
|
||||||
}
|
}
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
|
@ -345,7 +345,7 @@ if ($group_depends != false) {
|
||||||
$no_depends_group = false;
|
$no_depends_group = false;
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
for ($i = 0; $i < sizeof($group_depends); $i++) {
|
for ($i = 0; $i < sizeof($group_depends); $i++) {
|
||||||
echo "<font color=\"red\"><b>" . _("Unsolved dependency: ") . "</b>" . $group_depends[$i][0] . " (" .
|
echo "<font color=\"red\"><b>" . _("Unsolved dependency:") . " </b>" . $group_depends[$i][0] . " (" .
|
||||||
$group_depends[$i][1] . ")" . "</font><br>\n";
|
$group_depends[$i][1] . ")" . "</font><br>\n";
|
||||||
}
|
}
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
|
@ -357,7 +357,7 @@ if ($group_conflicts != false) {
|
||||||
$no_conflicts_group = false;
|
$no_conflicts_group = false;
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
for ($i = 0; $i < sizeof($group_conflicts); $i++) {
|
for ($i = 0; $i < sizeof($group_conflicts); $i++) {
|
||||||
echo "<font color=\"red\"><b>" . _("Conflicting module: ") . "</b>" . $group_conflicts[$i][0] . " (" .
|
echo "<font color=\"red\"><b>" . _("Conflicting module:") . " </b>" . $group_conflicts[$i][0] . " (" .
|
||||||
$group_conflicts[$i][1] . ")" . "</font><br>\n";
|
$group_conflicts[$i][1] . ")" . "</font><br>\n";
|
||||||
}
|
}
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
|
@ -448,7 +448,7 @@ if ($host_depends != false) {
|
||||||
$no_depends_host = false;
|
$no_depends_host = false;
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
for ($i = 0; $i < sizeof($host_depends); $i++) {
|
for ($i = 0; $i < sizeof($host_depends); $i++) {
|
||||||
echo "<font color=\"red\"><b>" . _("Unsolved dependency: ") . "</b>" . $host_depends[$i][0] . " (" .
|
echo "<font color=\"red\"><b>" . _("Unsolved dependency:") . " </b>" . $host_depends[$i][0] . " (" .
|
||||||
$host_depends[$i][1] . ")" . "</font><br>\n";
|
$host_depends[$i][1] . ")" . "</font><br>\n";
|
||||||
}
|
}
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
|
@ -460,7 +460,7 @@ if ($host_conflicts != false) {
|
||||||
$no_conflicts_host = false;
|
$no_conflicts_host = false;
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
for ($i = 0; $i < sizeof($host_conflicts); $i++) {
|
for ($i = 0; $i < sizeof($host_conflicts); $i++) {
|
||||||
echo "<font color=\"red\"><b>" . _("Conflicting module: ") . "</b>" . $host_conflicts[$i][0] . " (" .
|
echo "<font color=\"red\"><b>" . _("Conflicting module:") . " </b>" . $host_conflicts[$i][0] . " (" .
|
||||||
$host_conflicts[$i][1] . ")" . "</font><br>\n";
|
$host_conflicts[$i][1] . ")" . "</font><br>\n";
|
||||||
}
|
}
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
|
|
|
@ -86,7 +86,7 @@ if ($_GET['type']) {
|
||||||
for ($i=0; $i<count($users); $i++) {
|
for ($i=0; $i<count($users); $i++) {
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td>" . sprintf(_('%sname:'), ucfirst($_GET['type'])) . " $users[$i]</td>\n";
|
echo "<td>" . sprintf(_('%sname:'), ucfirst($_GET['type'])) . " $users[$i]</td>\n";
|
||||||
echo "<td>" . _('DN:') . " " . $_SESSION['delete_dn'][$i] . "</td>\n";
|
echo "<td>" . _('DN') . " " . $_SESSION['delete_dn'][$i] . "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
}
|
}
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
|
|
Loading…
Reference in New Issue