Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0fa80b8eed79037c369154df2f1f5a39092c6d81 (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) 2004 QNX Software Systems Ltd. and others.
# All rights reserved.   This program and the accompanying materials
# are made available under the terms of the Common Public License v0.5
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v05.html
# 
# Contributors: 
# QNX Software Systems - Initial API and implementation
###############################################################################

TypeSelectionDialog.lowerLabel=&Qualifier:
TypeSelectionDialog.upperLabel=&Matching types:
TypeSelectionDialog.filterLabel=Visible types:
TypeSelectionDialog.filterNamespaces=namespace
TypeSelectionDialog.filterClasses=class
TypeSelectionDialog.filterStructs=struct
TypeSelectionDialog.filterTypedefs=typedef
TypeSelectionDialog.filterEnums=enum
TypeSelectionDialog.filterUnions=union
TypeSelectionDialog.filterLowLevelTypes=Show low-level types

TypeInfoLabelProvider.default_filename=default
TypeInfoLabelProvider.dash=\ - 

Back to the top