Skip to main content
summaryrefslogblamecommitdiffstats
blob: 21ed24891a2b60480c76df65dd0b8d9c2c10c383 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                                
                                







                                                                                
                                                                        
 
                                                   
                                                                              
                                                                             
                                                 
                                                     


                                                                             


                                                                                   

                                                                                    
                                                    
################################################################################
# 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}

IMerger.MissingMerger = No merger found for diff {0}

Back to the top