Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: db6243afa2a9a34243b3ed87d5ba6023d39242da (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) 2000, 2005 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################

CustomFiltersDialog.title= C Element Filters
CustomFiltersDialog.patternInfo= The patterns are separated by comma (* = any string, ? = any character)
CustomFiltersDialog.enableUserDefinedPattern= &Name filter patterns (matching names will be hidden):
CustomFiltersDialog.filterList.label= S&elect the elements to exclude from the view:
CustomFiltersDialog.description.label= Filter description:
CustomFiltersDialog.SelectAllButton.label= &Select All
CustomFiltersDialog.DeselectAllButton.label= &Deselect All

OpenCustomFiltersDialogAction.text= &Filters...

FilterDescriptor.filterDescriptionCreationError.message= One of the extensions for extension-point org.eclipse.cdt.ui.CElementFilters is incorrect.
FilterDescriptor.filterCreationError.title= Filter Creation Error
FilterDescriptor.filterCreationError.message= The org.eclipse.cdt.ui.CElementFilters plug-in extension "{0}" specifies a viewer filter class which does not exist.

Back to the top