Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2bc181690a9a31ade934bcb14d58d853dcf3e5c7 (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
################################################################################
# Copyright (c) 2006, 2016 Obeo.
# 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:
#     Obeo - initial API and implementation
################################################################################
pluginName = EMF Compare IDE UI
providerName = Eclipse Modeling Project

save.model.label = Save Comparison Model
save.model.tooltip = Save Comparison Model
save.model.command.name = EMF Compare Save Comparison Model
emf.compare.structure.merge.viewer = EMFCompare Structure Merge Viewer
model.compare.containment.feature = Model Compare (Containment Features)
model.compare.non.containment.feature = Model Compare (Non Containment Feature)
model.compare.text.feature = Model Compare (Text Feature)
emf.compare.fallback.textcompare = Text Compare
emf.compare.wait.viewer= Please wait...
emf.compare.no.selected.item.viewer= No selected item
emf.compare.no.differences.viewer= No differences
emf.compare.no.visible.item.viewer= No visible item
command.each.other.in.dialog = Each Other <EObject> (in Dialog)
command.each.other.in.editor = Each Other <EObject> (in Editor)
command.each.other.emfComparisonSource = Each Other (EMF Compare)
compare.with.label = Compare With
resolver.threadedModelResolver.label = Cross reference resolver 
resolver.threadedModelResolver.description = Resolve the cross referenced resources of the selected resource, then crawl the given scope for incoming references to that resource, by default, only crawls the selected file's container.

Back to the top