|
From: <caw...@us...> - 2007-04-27 13:17:09
|
Revision: 2376
http://svn.sourceforge.net/rubyeclipse/?rev=2376&view=rev
Author: cawilliams
Date: 2007-04-27 06:17:07 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
add some missing messages
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/actions/ActionMessages.properties
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/actions/ActionMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/actions/ActionMessages.properties 2007-04-27 12:34:10 UTC (rev 2375)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/actions/ActionMessages.properties 2007-04-27 13:17:07 UTC (rev 2376)
@@ -11,6 +11,7 @@
###############################################################################
OpenWithMenu_label=Open Wit&h
+BuildPath_label=&Build Path
OpenAction_label=&Open
OpenAction_tooltip=Open an Editor on the Selected Element
@@ -50,3 +51,12 @@
ActionUtil_notOnBuildPath_title=Cannot Perform Operation
ActionUtil_notOnBuildPath_message=The resource is not on the build path of a Ruby project.
+
+OpenNewSourceFolderWizardAction_description=Opens the new Ruby source folder wizard
+OpenNewSourceFolderWizardAction_tooltip=Opens the new Ruby source folder wizard
+OpenNewSourceFolderWizardAction_text2=New Source Folder...
+
+OpenNewRubyProjectWizardAction_text=Ruby Project
+OpenNewRubyProjectWizardAction_description=Opens the new Ruby project wizard
+OpenNewRubyProjectWizardAction_tooltip=Opens the new Ruby project wizard
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|