summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b71c1a)
raw | patch | inline | side by side (parent: 0b71c1a)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 28 May 2007 10:24:59 +0000 (10:24 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 28 May 2007 10:24:59 +0000 (10:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6489 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Feedback.inc | patch | blob | history | |
setup/class_setupStep_Migrate.inc | patch | blob | history |
index fd6e394c5741de41e01464f7b31d84668c226ffe..c8897a070bf8a8f7507d9de297195bfe2c21c96d 100644 (file)
$this->features_used['inventory'] = array("USED" => isset($oc['glpiAccount']) ,
"NAME" => _("System inventory"));
$this->features_used['system'] = array("USED" => FALSE ,
- "NAME" => _("System-/Configmanagement"));
+ "NAME" => _("System / Config management"));
$this->features_used['addressbook'] = array("USED" => FALSE ,
"NAME" => _("Addressbook"));
}
index 7204f2b75d170fde9edad0fa3800cc2213dfc997..2ec63d3bc6335fda18a2ea4c250ed5f862cd75a7 100644 (file)
}
if($only_ldif){
- $this->acl_create_changes = _("Appending user to to group administrational group: \n");
+ $this->acl_create_changes = _("Appending user to group administrational group: \n");
$this->acl_create_changes.= "\n"._("Before").":\n";
$this->acl_create_changes.= $fetched_attrs['dn']."\n";
$this->acl_create_changes.= $this->array_to_ldif($attrs_admin_group)."\n";