blob: ee89ec4d8b75d72224fa8c69c2a0d25c72d8e5f2 [file] [log] [blame]
###############################################################################
# Copyright (c) 2004 - 2005 University Of British Columbia 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:
# University Of British Columbia - initial API and implementation
###############################################################################
HideSystemFiles.label= .* files
HideSystemFiles.description= Hides elements with names that start with a '.'
HideInnerClassFiles.label= Inner class files
HideInnerClassFiles.description= Hides class files with names that contain a '$'
HideEmptyPackages.label= Empty packages
HideEmptyPackages.description= Hides all empty packages
HideEmptyInnerPackages.label= Empty parent packages
HideEmptyInnerPackages.description= Hides empty packages which do not contain Java files but other sub-folders. E.g. given a package 'org.junit' where 'org' does not contain any Java files, this filter will hide the package 'org' but not the package 'org.junit'
HideNonJavaElements.label= Non-Java elements
HideNonJavaElements.description= Show only Java elements
HideReferencedLibraries.label= Referenced libraries
HideReferencedLibraries.description= Hides referenced libraries i.e. those not contained inside the project itself
HideJavaFiles.label= Java files
HideJavaFiles.description= Hides all Java files
HidePackageDeclaration.label= Package declarations
HidePackageDeclaration.description= Hides all package declarations
HideImportDeclaration.label= Import declarations
HideImportDeclaration.description= Hides all import declarations
HideNonJavaProjects.label= Non-Java projects
HideNonJavaProjects.description= Shows only Java projects
HideNonPublicType.label= Non-public types
HideNonPublicType.description= Shows only public types
HideInterface.label= Interfaces
HideInterface.description= Hides all interfaces
HideClass.label= Classes
HideClass.description= Hides all classes
HideNonSharedProjects.label= Non-shared projects
HideNonSharedProjects.description= Shows only shared projects
HideClosedProjects.label= Closed projects
HideClosedProjects.description= Hides closed projects
HideFields.label= Fields
HideFields.description= Hides fields
HideStatics.label= Static fields and methods
HideStatics.description= Hides static fields and methods
HideNonPublic.label= Non-public members
HideNonPublic.description= Hides non-public members
HideLocalTypes.label= Local types
HideLocalTypes.description= Hides local types
sourceHover= Source
sourceHoverDescription= Shows the source of the selected element.
javadocHover= Javadoc
javadocHoverDescription= Shows the Javadoc of the selected element.
sequentialHover= Combined Hover
sequentialHoverDescription= Tries the hovers in the sequence listed in the table below this one and uses the one which fits best for the selected element and the current context.
annotationHover= Annotation Description
annotationHoverDescription= Shows the description of the selected annotation.
problemHover= Problem Description
problemHoverDescription= Shows the description of the selected problem.