Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
52243b33
Commit
52243b33
authored
Dec 08, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Dec 09, 2014
Browse files
Fixes
#3504
Removed some uses of the word Generic
parent
2ddd615f
Changes
7
Hide whitespace changes
Inline
Side-by-side
plugins/admin/departments/class_department.inc
View file @
52243b33
...
...
@@ -31,7 +31,7 @@ class department extends simplePlugin
static
function
plInfo
()
{
return
array
(
'plShortName'
=>
_
(
'
Generic
'
),
'plShortName'
=>
_
(
'
Department
'
),
'plDescription'
=>
_
(
'Departments'
),
'plCategory'
=>
array
(
'department'
=>
array
(
'objectClass'
=>
'gosaDepartment'
,
'description'
=>
_
(
'Departments'
))),
'plObjectType'
=>
...
...
plugins/admin/groups/class_group.inc
View file @
52243b33
...
...
@@ -1082,12 +1082,12 @@ class group extends plugin
static
function
plInfo
()
{
return
array
(
"plShortName"
=>
_
(
"Generic"
),
"plDescription"
=>
_
(
"Generic group settings"
),
"plShortName"
=>
_
(
'Group'
),
"plDescription"
=>
_
(
'User group information'
),
"plSelfModify"
=>
FALSE
,
"plObjectType"
=>
array
(
"group"
=>
array
(
"description"
=>
_
(
"
Group
s"
),
"name"
=>
_
(
"G
roup
"
),
'name'
=>
_
(
'
Group
'
),
'description'
=>
_
(
'User g
roup
'
),
'ou'
=>
get_ou
(
'groupRDN'
),
'filter'
=>
'objectClass=posixGroup'
,
'icon'
=>
'geticon.php?context=types&icon=user-group&size=16'
,
...
...
plugins/admin/groups/class_roleGeneric.inc
View file @
52243b33
...
...
@@ -29,7 +29,7 @@ class roleGeneric extends simplePlugin
{
return
array
(
'plShortName'
=>
_
(
'Role'
),
'plDescription'
=>
_
(
'Role
generic
'
),
'plDescription'
=>
_
(
'Role
information
'
),
'plObjectType'
=>
array
(
'role'
=>
array
(
'name'
=>
_
(
'Role'
),
...
...
@@ -55,7 +55,7 @@ class roleGeneric extends simplePlugin
{
return
array
(
'section1'
=>
array
(
'name'
=>
_
(
'
Generic
'
),
'name'
=>
_
(
'
Informations
'
),
'attrs'
=>
array
(
new
StringAttribute
(
_
(
'Name'
),
_
(
'Name of the role'
),
...
...
plugins/admin/ogroups/class_ogroup.inc
View file @
52243b33
...
...
@@ -921,13 +921,13 @@ class ogroup extends plugin
static
function
plInfo
()
{
return
array
(
"plShortName"
=>
_
(
"Generic"
),
"plDescription"
=>
_
(
"
Object group
generic"
),
"plShortName"
=>
_
(
'Object group'
),
"plDescription"
=>
_
(
'
Object group
information'
),
"plSelfModify"
=>
FALSE
,
"plPriority"
=>
1
,
"plObjectType"
=>
array
(
"ogroup"
=>
array
(
'description'
=>
_
(
'Object groups'
),
"plObjectType"
=>
array
(
'ogroup'
=>
array
(
'name'
=>
_
(
'Object group'
),
'description'
=>
_
(
'Object group'
),
'ou'
=>
get_ou
(
'ogroupRDN'
),
'filter'
=>
'objectClass=gosaGroupOfNames'
,
'icon'
=>
'geticon.php?context=types&icon=resource-group&size=16'
,
...
...
plugins/admin/users/class_userManagement.inc
View file @
52243b33
...
...
@@ -890,7 +890,7 @@ class userManagement extends management
$ldap
=
$config
->
get_ldap_link
();
$ldap
->
cat
(
$dn
);
$result
=
"<input class='center' type='image' src='geticon.php?context=applications&icon=user-info&size=16' "
.
"alt='"
.
_
(
'
Generic
'
)
.
"' title='"
.
_
(
"Generic properties"
)
.
"' "
.
"alt='"
.
_
(
'
User account
'
)
.
"' title='"
.
_
(
'User account information'
)
.
"' "
.
"name='listing_edit_tab_user_
$row
' style='padding:1px'/>"
;
if
(
$attrs
=
$ldap
->
fetch
())
{
foreach
(
$usertabs
as
$class
=>
$usertab
)
{
...
...
plugins/personal/generic/class_user.inc
View file @
52243b33
...
...
@@ -1439,16 +1439,16 @@ class user extends plugin
"postalCode"
=>
_
(
"Postal code"
));
$ret
=
array
(
"plShortName"
=>
_
(
"Generic"
),
"plDescription"
=>
_
(
"Generic user settings"
),
"plShortName"
=>
_
(
'User'
),
"plDescription"
=>
_
(
'User account information'
),
"plIcon"
=>
'geticon.php?context=applications&icon=user-info&size=48'
,
"plSmallIcon"
=>
'geticon.php?context=applications&icon=user-info&size=16'
,
"plSelfModify"
=>
TRUE
,
"plCategory"
=>
array
(
"user"
=>
array
(
"description"
=>
_
(
"Users"
),
"objectClass"
=>
"gosaAccount"
)),
"plObjectType"
=>
array
(
"user"
=>
array
(
'description'
=>
_
(
'Users'
),
'name'
=>
_
(
'User'
),
'description'
=>
_
(
'User account'
),
'filter'
=>
'objectClass=gosaAccount'
,
'mainAttr'
=>
'cn'
,
'icon'
=>
'geticon.php?context=types&icon=user&size=16'
,
...
...
plugins/personal/posix/class_posixAccount.inc
View file @
52243b33
...
...
@@ -75,7 +75,7 @@ class posixAccount extends simplePlugin
{
return
array
(
'main'
=>
array
(
'name'
=>
_
(
'
Generic
'
),
'name'
=>
_
(
'
Unix
'
),
'icon'
=>
'images/rightarrow.png'
,
'attrs'
=>
array
(
new
PathAttribute
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment