Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1655cc65954e646958c80209f6b6eb4f29c23407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) 2013, 2016 CEA LIST, Christian W. Damus, 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:
#   CEA LIST - Initial API and implementation
#   Christian W. Damus - bug 485220
#
TableViewCreationTester_TheTableViewCanBeCreated=The table of view can be created
TableViewCreationTester_TheTableViewCantBeCreated=The table of view can't be created, the context is not an element of the model
TableViewCreationTester_ServicesUnavailable=The table of view can't be created because the language service is unavailable

Back to the top