|
From: <caw...@us...> - 2007-09-12 20:12:29
|
Revision: 3162
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3162&view=rev
Author: cawilliams
Date: 2007-09-12 13:12:28 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
add translation strings for filters
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/plugin.properties
Modified: trunk/org.rubypeople.rdt.ui/plugin.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/plugin.properties 2007-09-12 20:06:58 UTC (rev 3161)
+++ trunk/org.rubypeople.rdt.ui/plugin.properties 2007-09-12 20:12:28 UTC (rev 3162)
@@ -276,4 +276,40 @@
InWorkspace.label= &Workspace
InProject.label= &Project
InHierarchy.label= &Hierarchy
-InWorkingSet.label= Working &Set...
\ No newline at end of file
+InWorkingSet.label= Working &Set...
+
+##########################################################################
+# Filter Support
+##########################################################################
+HideSystemFiles.label= .* resources
+HideSystemFiles.description= Hides resources with names that start with a '.'
+
+HideNonRubyElements.label= Non-Ruby elements
+HideNonRubyElements.description= Show only Ruby elements
+
+HideReferencedLibraries.label= Libraries from external
+HideReferencedLibraries.description= Hides external libraries i.e. those not contained inside the project itself
+
+HideRubyFiles.label= Ruby files
+HideRubyFiles.description= Hides all Ruby files
+
+HideImportDeclaration.label= Require/Load declarations
+HideImportDeclaration.description= Hides all require/load declarations
+
+HideNonRubyProjects.label= Non-Ruby projects
+HideNonRubyProjects.description= Shows only Ruby projects
+
+HideNonSharedProjects.label= Non-shared projects
+HideNonSharedProjects.description= Shows only shared projects
+
+HideClosedProjects.label= Closed projects
+HideClosedProjects.description= Hides closed projects
+
+HideFields.label= Instance Variables and Constants
+HideFields.description= Hides instance variables and constants
+
+HideStatics.label= Class-level variables and methods
+HideStatics.description= Hides class-level variables and methods
+
+HideNonPublic.label= Non-public members
+HideNonPublic.description= Hides non-public members
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|