Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 252be5a039e6d5ec20e072453592a872653d2f7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
#  Copyright (c) 2017 CEA LIST.
#
#  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:
#  		CEA LIST - Initial API and implementation
###############################################################################
CDOResourceHyperlink_noSuchResource=The CDO checkout referenced by this hyperlink has no resource "{0}".
CDOResourceHyperlink_notConnected=The CDO checkout referenced by this hyperlink is not open.
CDOResourceHyperlink_openError=Open Hyperlink
CDOResourceHyperlinkEditorShell_message=Select a model or document resource to link.
CDOResourceHyperlinkEditorShell_title=Browse Model Repository
CDOResourceHyperlinkHelper_name=Document in CDO checkout
CDOResourceHyperlinkLabelProvider_tipAndURI={0} - {1}
CDOResourceHyperlinkLabelProvider_uriOnly={1}
DropStrategy_desc=Create hyperlinks in a diagram to documents in model repositories
DropStrategy_label=Create hyperlinks

Back to the top