Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8e8682ad259ed72a8509481a8b676c888d931fc0 (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
32
33
34
35
36
# Copyright (c) 2013 Eike Stepper (Loehne, Germany) and others.
# 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:
#    Eike Stepper - initial API and implementation

pluginName = CDO Model Repository Evolution
providerName = Eclipse Modeling Project

_UI_NoModel_diagnostic = The evolution has no model
_UI_NO_URI_diagnostic = The URI is missing
_UI_NO_RESOURCE_SET_diagnostic = A resource set is not available
_UI_RESOURCE_NOT_FOUND_diagnostic = The resource ''{0}'' is not found
_UI_LOAD_PROBLEM_diagnostic = The resource ''{0}'' could not be loaded
_UI_CONTENT_PROBLEM_diagnostic = The resource ''{0}'' does not contain a package

_UI_PackageNotUnique_diagnostic = The model URI ''{0}'' is not unique
_UI_NsuriNotUnique_diagnostic = The nsURI ''{0}'' of package ''{0}'' is not unique
_UI_MissingPackage_diagnostic = The referenced package ''{0}'' is missing

_UI_NsUriMustChange_diagnostic = The structure of the package ''{0}'' has changed since release v{1} but the nsURI is still the same

_UI_IDsExist_AnnotationMissing_diagnostic = The ID annotation is missing
_UI_IDsExist_NoValue_diagnostic = The ID annotation has no value
_UI_IDNotUnique_diagnostic = The ID ''{0}'' is not unique

_UI_MigrationUnused_diagnostic = The migration ''{0}'' is unused

_UI_FeaturePathIsKnown_diagnostic = The feature ''{0}'' has been {1} from ''{2}'' but the feature path is not known

_UI_Unchanged_diagnostic = The models are unchanged
_UI_UnchangedSince_diagnostic = The models are unchanged since release v{0}
_UI_Release_diagnostic = The models can be released now

Back to the top