Skip to main content
summaryrefslogtreecommitdiffstats
blob: ebbe76290e664816a9a87a5a63b3c5a6dd88ccde (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
################################################################################
# Copyright (c) 2006, 2012 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
################################################################################
## ! note ! double the apostrophes if you need one in the printed String

ModelUtils.LoadFailure=Unable to load model at {0}.
ModelUtils.LoadingError = An error has occurred during the loading of ''{0}''.
ModelUtils.NullInputStream=Input Stream for the model to load cannot be null.
ModelUtils.NullPath=Path cannot be null or empty.
ModelUtils.NullSaveRoot=Cannot serialize null object.
ModelUtils.NullRoot=Cannot attach 'null' to a resource.

DiffUtil.IllegalDiff=Cannot determine an insertion index for {0} differences.
DiffUtil.IllegalFeature=Feature {0} is not multi-valued.

ResourceAttachmentChangeSpec.MissingMatch = Could not locate resource match for {0}
ResourceAttachmentChangeSpec.MissingRS = Could not locate resource set to create {0}

Back to the top