|
From: <caw...@us...> - 2007-05-01 16:11:31
|
Revision: 2410
http://svn.sourceforge.net/rubyeclipse/?rev=2410&view=rev
Author: cawilliams
Date: 2007-05-01 09:11:29 -0700 (Tue, 01 May 2007)
Log Message:
-----------
add some missing messages
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.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-05-01 16:06:07 UTC (rev 2409)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties 2007-05-01 16:11:29 UTC (rev 2410)
@@ -21,8 +21,6 @@
OpenTypeAction_dialogTitle=Open Type
OpenTypeAction_dialogMessage=&Select a type to open (? = any character, * = any String, SE = StandardError):
-TypeSelectionDialog2_title_format={0} - {1}
-
TypeSelectionComponent_label= &Matching types:
TypeSelectionComponent_menu=Menu
TypeSelectionComponent_fully_qualify_duplicates_label=Show &Container for Duplicates
@@ -41,6 +39,8 @@
TypeInfoViewer_syncJob_label=Synchronizing search tables
TypeInfoViewer_syncJob_taskName=Refreshing indices...
+TypeInfoLabelProvider_default_package=(root source folder)
+
#########################################
# RubyProjectLibraryPage
#########################################
@@ -74,6 +74,13 @@
StatusBarUpdater_num_elements_selected={0} items selected
+TypeSelectionDialog2_title_format={0} - {1}
+
+TypeSelectionDialog_progress_consistency=Initializing search indices...
+TypeSelectionDialog_error3Message=Unexpected exception. See log for details.
+TypeSelectionDialog_error3Title=Exception
+TypeSelectionDialog_error_type_doesnot_exist=Type {0} does not exist.
+
#########################################
# Ruby Search Page
#########################################
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|