refactory: added UI removed from core plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / filters / FilterMessages.properties
1 ###############################################################################
2 # Copyright (c) 2000, 2004 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials 
4 # are made available under the terms of the Common Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/cpl-v10.html
7
8 # Contributors:
9 #     IBM Corporation - initial API and implementation
10 ###############################################################################
11
12 CustomFiltersDialog.title= Java Element Filters
13 CustomFiltersDialog.patternInfo= The patterns are separated by comma, where\n* = any string, ? = any character, ,, = ,
14 CustomFiltersDialog.enableUserDefinedPattern= &Name filter patterns (matching names will be hidden):
15 CustomFiltersDialog.filterList.label= S&elect the elements to exclude from the view:
16 CustomFiltersDialog.description.label= Filter description:
17 CustomFiltersDialog.SelectAllButton.label= &Select All
18 CustomFiltersDialog.DeselectAllButton.label= &Deselect All
19
20 OpenCustomFiltersDialogAction.text= &Filters...
21
22 FilterDescriptor.filterDescriptionCreationError.message= One of the extensions for extension-point net.sourceforge.phpdt.ui.javaElementFilters is incorrect.
23 FilterDescriptor.filterCreationError.title= Filter Creation Error
24 FilterDescriptor.filterCreationError.message= The net.sourceforge.phpdt.ui.javaElementFilters plug-in extension "{0}" specifies a viewer filter class which does not exist.