Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.security.edit/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.security.edit/plugin.properties61
1 files changed, 61 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.security.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.security.edit/plugin.properties
new file mode 100644
index 0000000000..beaad9d7aa
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.security.edit/plugin.properties
@@ -0,0 +1,61 @@
+# 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

Back to the top