Skip to main content
summaryrefslogtreecommitdiffstats
blob: e20a3804295e24a7deefe797aade908c76e4e064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
# Copyright (c) 2012, 2013 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 RCP UI
providerName = Eclipse Modeling Project
emf.compare.no.group = No Group
emf.compare.kind.groups = By Kind
emf.compare.side.groups = By Side
emf.compare.resource.group = By Resource
emf.compare.empty.resource.mappings.filter = Empty resource mappings
emf.compare.pseudo.conflicts.differences.filter = Pseudo conflicts differences
emf.compare.identical.elements.filter = Identical elements
emf.compare.cascading.differences.filter = Cascading differences

Back to the top