Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/plugin.properties29
1 files changed, 28 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/plugin.properties b/plugins/org.eclipse.emf.cdo.ui/plugin.properties
index edd15672de..b60edd8501 100644
--- a/plugins/org.eclipse.emf.cdo.ui/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.ui/plugin.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2007-2010, 2012-2015, 2020 Eike Stepper (Loehne, Germany) and others.
+# Copyright (c) 2007-2010, 2012-2015, 2020, 2022 Eike Stepper (Loehne, 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
@@ -63,6 +63,7 @@ view.name.0 = CDO Sessions
view.name.1 = CDO Watch List
view.name.2 = CDO Collaboration
view.name.3 = CDO Time Machine
+view.name.4 = CDO Topics
editor.name.0 = CDO Editor
properties.editor.name.0 = CDO Properties File Editor
page.name.0 = CDO
@@ -115,3 +116,29 @@ action.tooltip.3 = Creates a new folder in the selected container
action.label.10 = Export...
action.tooltip.14 = Exports the selected resource
+
+action.label = Create Branch...
+command.name = Create Branch
+command.name.0 = Delete Branch
+command.name.1 = Lock Object
+command.name.2 = Lock Tree
+command.name.3 = Unlock Object
+command.name.4 = Unlock Tree
+command.label = New Branch...
+command.tooltip = Add a new branch
+command.label.0 = Delete...
+command.tooltip.0 = Delete the branch and its sub branches
+command.label.1 = Lock Object
+command.tooltip.1 = Acquire write locks for the selected objects
+command.label.2 = Lock Tree
+command.tooltip.2 = Acquire write locks for the selected objects and their children
+command.label.3 = Unlock Object
+command.tooltip.3 = Release write locks for the selected objects
+command.label.4 = Unlock Tree
+command.tooltip.4 = Release write locks for the selected objects and their children
+productGroup.name = CDO Load Resource Providers
+productGroup.name.0 = CDO User Info Storages
+productGroup.name.1 = CDO History Input Object Modifiers
+category.name = CDO
+category.name.1 = CDO
+extension-point.name = Editor Openers \ No newline at end of file

Back to the top