summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b36c1c0)
raw | patch | inline | side by side (parent: b36c1c0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 May 2007 07:36:11 +0000 (07:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 May 2007 07:36:11 +0000 (07:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6496 594d385d-05f5-0310-b6e9-bd551577e9d8
locale/de/LC_MESSAGES/messages.mo | patch | blob | history | |
setup/class_setupStep_Migrate.inc | patch | blob | history |
index b31060430a8e03487d5703ef882f2dcfa8e349a0..35cfffcb208f27a0fce7477febe8e6ca1e063de0 100644 (file)
Binary files a/locale/de/LC_MESSAGES/messages.mo and b/locale/de/LC_MESSAGES/messages.mo differ
Binary files a/locale/de/LC_MESSAGES/messages.mo and b/locale/de/LC_MESSAGES/messages.mo differ
index 2ec63d3bc6335fda18a2ea4c250ed5f862cd75a7..911e48552002fb452170d2ede333e376e1c202d6 100644 (file)
}
if($only_ldif){
- $this->acl_create_changes = _("Appending user 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";
$new_group_attrs['memberUid'] = array($object_attrs['uid'][0]);
if($only_ldif){
- $this->acl_create_changes = _("Creating new administrational group: \n\n");
+ $this->acl_create_changes = _("Creating new administrational group:")." \n\n";
$this->acl_create_changes.= $new_group_dn."\n";
$this->acl_create_changes.= $this->array_to_ldif($new_group_attrs);
}else{