Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ffc4ef785c31a85c4ff6f243ff5f37cb37798ea8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Eike Stepper - initial API and implementation

pluginName = CDO Model Repository Security Edit Support
providerName = Eclipse Modeling Project

_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}
_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.

_UI_PropertyDescriptor_description = The {0} of the {1}

_UI_SecurityElement_type = Element
_UI_SecurityRealm_type = Realm
_UI_SecurityItem_type = Item
_UI_Container_type = Container
_UI_Role_type = Role
_UI_Assignee_type = Assignee
_UI_Group_type = Group
_UI_User_type = User
_UI_UserPassword_type = Password
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_SecurityRealm_items_feature = Items
_UI_SecurityRealm_name_feature = Name
_UI_Container_items_feature = Items
_UI_Container_name_feature = Name
_UI_Role_assignees_feature = Assignees
_UI_Role_id_feature = Id
_UI_Role_type_feature = Type
_UI_Assignee_roles_feature = Roles
_UI_Assignee_id_feature = Id
_UI_Group_users_feature = Users
_UI_User_groups_feature = Groups
_UI_User_firstName_feature = First Name
_UI_User_lastName_feature = Last Name
_UI_User_email_feature = Email
_UI_User_locked_feature = Locked
_UI_User_password_feature = Password
_UI_UserPassword_encrypted_feature = Encrypted
_UI_Unknown_feature = Unspecified

_UI_Realm_type = Realm
_UI_Realm_items_feature = Items
_UI_Realm_name_feature = Name
_UI_Group_inheritedGroups_feature = Inherited Groups
_UI_Group_inheritingGroups_feature = Inheriting Groups
_UI_Directory_type = Directory
_UI_Directory_items_feature = Items
_UI_Directory_name_feature = Name
_UI_Group_allInheritedGroups_feature = All Inherited Groups
_UI_Group_allRoles_feature = All Roles
_UI_User_allGroups_feature = All Groups
_UI_User_allRoles_feature = All Roles
_UI_User_label_feature = Label
_UI_Group_allInheritingGroups_feature = All Inheriting Groups

Back to the top