|
From: <caw...@us...> - 2007-08-21 20:27:57
|
Revision: 3036
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3036&view=rev
Author: cawilliams
Date: 2007-08-21 13:27:55 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
add missing strings
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-08-21 19:23:44 UTC (rev 3035)
+++ trunk/org.rubypeople.rdt.ui/plugin.properties 2007-08-21 20:27:55 UTC (rev 3036)
@@ -244,4 +244,31 @@
commandParameter.showElementInPackageView.elementRef.name= Ruby element reference
command.showElementInTypeHierarchyView.name= Show Ruby Element Type Hierarchy
command.showElementInTypeHierarchyView.desc= Show a Ruby element in the Type Hierarchy view
-commandParameter.showElementInTypeHierarchyView.elementRef.name= Ruby element reference
\ No newline at end of file
+commandParameter.showElementInTypeHierarchyView.elementRef.name= Ruby element reference
+
+##########################################################################
+# Ruby Search
+##########################################################################
+RubySearchPage.label= Ruby Search
+openRubySearchPageAction.label= &Ruby...
+
+# Action sets
+RubySearchActionSet.label= Ruby Search
+RubySearchActionSet.description= Action set containing search related Ruby actions
+
+# Menus
+searchMenu.label= Se&arch
+OccurrencesInFile.label= Occurrences in File
+declarationsSubMenu.label= Dec&larations
+referencesSubMenu.label= R&eferences
+occurrencesSubMenu.label= Occurre&nces in File
+readAccessSubMenu.label= &Read Access
+writeAccessSubMenu.label= &Write Access
+
+ReferencesInWorkspace.label= &Workspace
+DeclarationsInWorkspace.label= &Workspace
+
+InWorkspace.label= &Workspace
+InProject.label= &Project
+InHierarchy.label= &Hierarchy
+InWorkingSet.label= Working &Set...
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|