Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7c088806bc88cbbdf92f7cc8482258b29a6b4c96 (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
# Copyright (c) 2004 - 2010 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 Client UI IDE
providerName=Eclipse Modeling Project

wizard.name = CDO
navigatorContent.name = CDO Repository Content
action.label = Disconnect
action.label.0 = New Resource...
action.label.1 = New Folder...
action.label.2 = Remove
action.label.3 = New Resource...
action.label.4 = New Folder...
action.tooltip = Creates a new resource in the selected container
action.tooltip.0 = Creates a new folder in the selected container
action.tooltip.1 = Removes the selected Node
action.tooltip.2 = Creates a new resource in the selected container
action.tooltip.3 = Creates a new folder in the selected container
action.label.5 = Show Package Registry...
action.tooltip.4 = Open the Package Manager...
action.label.6 = Register Filesystem Packages...
action.tooltip.5 = Register a model by browsing the file system
action.label.7 = Register Workspace Packages...
action.tooltip.6 = Register a model by browsing the workspace
action.label.8 = Import...
action.tooltip.7 = Imports an external resource into the repository root
action.label.9 = Import...
action.tooltip.8 = Imports an external resource into the selected folder
action.label.10 = Export...
action.label.11 = New Branch...
action.tooltip.9 = Creates a new sub branch of the selected branch
action.label.12 = Switch To
action.tooltip.10 = Switches the project to the selected branch
wizard.name.0 = CDO Project
action.label.13 = Rename...
action.tooltip.11 = Change the name of this resource node
action.label.14 = Switch to Another Branch or Version...

Back to the top