|
From: <caw...@us...> - 2007-08-17 14:24:55
|
Revision: 2993
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=2993&view=rev
Author: cawilliams
Date: 2007-08-17 07:24:41 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
add a bunch of 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-16 15:57:50 UTC (rev 2992)
+++ trunk/org.rubypeople.rdt.ui/plugin.properties 2007-08-17 14:24:41 UTC (rev 2993)
@@ -147,6 +147,30 @@
ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
+ActionDefinition.showInPackageView.name= Show in Ruby Resources
+ActionDefinition.showInPackageView.description= Show the selected element in the Ruby Resources view
+
+#--- Search menu
+ActionDefinition.referencesInWorkspace.name= References in Workspace
+ActionDefinition.referencesInWorkspace.description= Search for references to the selected element in the workspace
+
+ActionDefinition.referencesInProject.name= References in Project
+ActionDefinition.referencesInProject.description= Search for references to the selected element in the enclosing project
+
+ActionDefinition.referencesInWorkingSet.name= References in Working Set
+ActionDefinition.referencesInWorkingSet.description= Search for references to the selected element in a working set
+
+ActionDefinition.readAccessInworkspace.name= Read Access in Workspace
+ActionDefinition.readAccessInWorkspace.description= Search for read references to the selected element in the workspace
+
+ActionDefinition.readAccessInProject.name= Read Access in Project
+ActionDefinition.readAccessInProject.description= Search for read references to the selected element in the enclosing project
+
+ActionDefinition.readAccessInWorkingSet.name= Read Access in Working Set
+ActionDefinition.readAccessInWorkingSet.description= Search for read references to the selected element in a working set
+
+
+
scope.rubyEditor.name=Ruby Editor
scope.rubyEditor.description=Ruby Editor
@@ -186,6 +210,12 @@
codeFormatterPrefName=Formatter
##########################################################################
+# Open Action set
+##########################################################################
+OpenActionSet.label= Ruby Open Actions
+OpenActionSet.description= Action set containing open actions for Ruby
+
+##########################################################################
# Navigate Menu
##########################################################################
OpenAction.label=&Open
@@ -196,4 +226,22 @@
OpenTypeHierarchyAction.label=Ope&n Type Hierarchy
OpenTypeInHierarchyAction.label=Open Type in Hierarch&y...
-OpenTypeInHierarchyAction.tooltip=Opens a Type in a Type Hierarchy
\ No newline at end of file
+OpenTypeInHierarchyAction.tooltip=Opens a Type in a Type Hierarchy
+
+##########################################################################
+# Coding Action set
+##########################################################################
+CodingActionSet.label= Ruby Coding
+CodingActionSet.description= Action set containing coding related Ruby actions
+
+
+#--- Commands for surfacing ruby elements
+command.openElementInEditor.name= Open Ruby Element
+command.openElementInEditor.desc= Open a Ruby element in its editor
+commandParameter.openElementInEditor.elementRef.name= Ruby element reference
+command.showElementInPackageView.name= Show Ruby Element in Ruby Resources
+command.showElementInPackageView.desc= Select Ruby element in the Ruby Resources view
+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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|