|
From: <caw...@us...> - 2007-09-11 13:40:59
|
Revision: 3129
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3129&view=rev
Author: cawilliams
Date: 2007-09-11 06:40:57 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
fix some translation strings
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties
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/RubyUIMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties 2007-09-11 13:28:33 UTC (rev 3128)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties 2007-09-11 13:40:57 UTC (rev 3129)
@@ -125,9 +125,6 @@
RubyElementLabels_declseparator_string=\ :\
RubyElementLabels_import_container=require/load declarations
-HistoryListAction_remove=&Remove
-HistoryListAction_remove_all=Remove &All
-HistoryListAction_max_entries_constraint=Please enter a positive integer smaller than {0}.
OpenTypeHierarchyUtil_error_open_view=Problems opening Type Hierarchy View
OpenTypeHierarchyUtil_error_open_perspective=Problems opening Type Hierarchy Perspective
OpenTypeHierarchyUtil_error_open_editor=Problems opening Ruby Editor
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-09-11 13:28:33 UTC (rev 3128)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/actions/ActionMessages.properties 2007-09-11 13:40:57 UTC (rev 3129)
@@ -67,10 +67,10 @@
OpenTypeHierarchyAction_description=Open a type hierarchy on the selected element
OpenTypeHierarchyAction_dialog_title=Open Type Hierarchy
OpenTypeHierarchyAction_messages_title=Cannot create type hierarchy
-OpenTypeHierarchyAction_messages_no_java_element=A Ruby element must be selected.
-OpenTypeHierarchyAction_messages_no_java_resources=The selected package does not contain any Ruby resource.
+OpenTypeHierarchyAction_messages_no_ruby_element=A Ruby element must be selected.
+OpenTypeHierarchyAction_messages_no_ruby_resources=The selected package does not contain any Ruby resource.
OpenTypeHierarchyAction_messages_no_types=The selected compilation unit does not contain a type.
-OpenTypeHierarchyAction_messages_no_valid_java_element=A valid Ruby element must be selected.
+OpenTypeHierarchyAction_messages_no_valid_ruby_element=A valid Ruby element must be selected.
OpenTypeHierarchyAction_messages_unknown_import_decl=The selected import declaration can not be resolved.
OpenTypeInHierarchyAction_label=Open Type in Hierarchy...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|