summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f18211)
raw | patch | inline | side by side (parent: 5f18211)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Jul 2006 11:50:03 +0000 (11:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Jul 2006 11:50:03 +0000 (11:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4127 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_phpgwAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc
index 8e620127f8bc9faa29492f932cf319be720f65a4..e315c7bb7b3550a444f69b66906185be593ee965 100644 (file)
return (array( "plDescription" => _("Intranet account settings"),
"plSelfModify" => TRUE,
"plDepends" => array("objectClass" => "gosaAccount"),
- "phpgwAccountExpires" =>"#FIXME not translated."_("phpgwAccountExpires"),
+ "phpgwAccountExpires" =>"#FIXME not translated"._("phpgwAccountExpires"),
"phpgwAccountStatus" =>_("phpgwAccountStatus"),
"phpgwAccountType" =>_("phpgwAccountType")));
}