|
From: <caw...@us...> - 2007-04-27 15:25:01
|
Revision: 2381
http://svn.sourceforge.net/rubyeclipse/?rev=2381&view=rev
Author: cawilliams
Date: 2007-04-27 08:25:00 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
clean up messages
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/RdtDebugUiMessages.properties
Modified: trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/RdtDebugUiMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/RdtDebugUiMessages.properties 2007-04-27 14:18:33 UTC (rev 2380)
+++ trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/RdtDebugUiMessages.properties 2007-04-27 15:25:00 UTC (rev 2381)
@@ -11,15 +11,6 @@
#########################################
-# RubyApplicationWizardPage
-#########################################
-
-RubyApplicationWizardPage_name=Ruby Application Wizard
-RubyApplicationWizardPage_description=Configure and Launch a Ruby application
-RubyApplicationWizardPage_title=Ruby Application Launch Wizard
-
-
-#########################################
# LaunchConfigurationTab
#########################################
@@ -53,13 +44,6 @@
# Ruby Interpreter configuration
#########################################
-EditInterpreterDialog_rubyInterpreter_path_label=Location:
-EditInterpreterDialog_rubyInterpreter_path_browse_button_label=Browse...
-EditInterpreterDialog_rubyInterpreter_path_error=Please select a ruby interpreter
-EditInterpreterDialog_rubyInterpreter_name=Interpreter Name:
-EditInterpreterDialog_rubyInterpreter_name_error=Name cannot be empty
-EditInterpreterDialog_rubyInterpreter_path_browse_message=Choose location
-
RubyInterpreterPreferencePage_addButton_label=Add
RubyInterpreterPreferencePage_editButton_label=Edit
RubyInterpreterPreferencePage_removeButton_label=Remove
@@ -67,9 +51,6 @@
RubyInterpreterPreferencePage_rubyInterpreterTable_interpreterPath=Location
RubyInterpreterPreferencePage_rubyInterpreterTable_interpreterType=Type
-RubyInterpreterPreferencePage_EditInterpreterDialog_addInterpreter_title=Add Interpreter
-RubyInterpreterPreferencePage_EditInterpreterDialog_editInterpreter_title=Edit Interpreter
-
#########################################
# Information Dialog
#########################################
@@ -110,7 +91,6 @@
EvaluationExpressionsPreferencePage_export_error_title= Exporting Expressions
EvaluationExpressionsPreferencePage_export_error_hidden= Export failed.\n{0} is a hidden file.
EvaluationExpressionsPreferencePage_export_error_canNotWrite= Export failed.\n{0} cannot be modified.
-EvaluationExpressionsPreferencePage_export_error_fileNotFound= Export failed:\n{0}
ModifyCatchpointDialog_title=Define Catchpoint
ModifyCatchpointDialog_message=Enter the name of a ruby exception. The debugger halts when an exception of this type or a subclass is raised.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|