Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7a50929b818de144b6dd7c2548b62ad63cddf33c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (c) 2012, 2014 CEA 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:
#   Vincent Lorenzo (CEA LIST) - Initial API and implementation
#   Christian W. Damus (CEA) - bug 323802
#

ResourceFilteredLabelProvider_local=Local model file "{0}"
ResourceFilteredLabelProvider_localExt=Local model file "{0}" ({1} component)
ResourceFilteredLabelProvider_system=System resource "{0}"
ResourceFilteredLabelProvider_systemExt=Resource "{0}"
ResourceFilteredLabelProvider_workspace=Workspace model file "{0}"
ResourceFilteredLabelProvider_workspaceExt=Workspace model file "{0}" ({1} component)
UnsetCommand_UnsetCommand=Unset Command

Back to the top