Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/org.eclipse.emf.compare.diff.nl1/src/org/eclipse/emf/compare/diff/emfcomparediffmessages_nl.properties')
-rw-r--r--packaging/org.eclipse.emf.compare.diff.nl1/src/org/eclipse/emf/compare/diff/emfcomparediffmessages_nl.properties41
1 files changed, 0 insertions, 41 deletions
diff --git a/packaging/org.eclipse.emf.compare.diff.nl1/src/org/eclipse/emf/compare/diff/emfcomparediffmessages_nl.properties b/packaging/org.eclipse.emf.compare.diff.nl1/src/org/eclipse/emf/compare/diff/emfcomparediffmessages_nl.properties
deleted file mode 100644
index e2e86fa55..000000000
--- a/packaging/org.eclipse.emf.compare.diff.nl1/src/org/eclipse/emf/compare/diff/emfcomparediffmessages_nl.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-################################################################################
-# Copyright (c) 2006, 2007, 2008 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
-# Alfons Laarman - Dutch translation
-################################################################################
-# General keys
-Descriptor.IllegalPriority=Prioriteit kan niet gelijk aan null zijn.
-Descriptor.MissingAttribute=Attribuut mist "{0}"
-
-# org.eclipse.emf.compare.diff.generic
-DiffMaker.IllegalSide=Illegale rand waarde voor het opvragen van objecten.
-
-## METAMODEL KEYS
-## These will be used for the purpose of toString() implementations
-DiffGroupImpl.ToString = {0} wijziging(en) in {1} {2}
-ConflictingDiffElementImpl.ToString = Conflicterende wijzigingen tussen {0} en {1}
-AddModelElementImpl.ToString = {0} is toegevoegd
-RemoteAddModelElementImpl.ToString = {0} is op afstand toegevoegd
-RemoveModelElementImpl.ToString = {0} is verwijderd
-RemoteRemoveModelElementImpl.ToString = {0} is op afstand verwijderd
-UpdateAttributeImpl.ToString = Attribuut {0} in {1} is gewijzigd van {2} naar {3}
-RemoteUpdateAttributeImpl.ToString = Attribuut {0} in {1} is op afstand gewijzigd van {2} naar {3}
-AddReferenceValueImpl.ToString = {0} is toegevoegd aan referentie {1} in {2}
-RemoteAddReferenceValueImpl.ToString = {0} is op afstand toegevoegd aan referentie {1} in {2}
-RemoveReferenceValueImpl.ToString = {0} is verwijderd van referentie {1} in {2}
-RemoteRemoveReferenceValueImpl.ToString = {0} is op afstand verwijderd van referentie {1} in {2}
-MoveModelElementImpl.ToString = {0} is verplaatst van {1} naar {2}
-RemoteMoveModelElementImpl.ToString = {0} is op afstand verplaatst van {1} naar {2}
-UpdateUniqueReferenceValueImpl.ToString = Referentie {0} in {1} is gewijzigd van {2} naar {3}
-RemoteUpdateUniqueReferenceValueImpl.ToString = Referentie {0} in {1} is op afstand gewijzigd van {2} naar {3}
-
-###########################
-# not translated yet keys #
-###########################
-EMFCompareEObjectCopier.MergeFailure = Couldn''t copy value {0} of reference {1} \ No newline at end of file

Back to the top