|
From: <caw...@us...> - 2007-03-30 14:27:55
|
Revision: 2243
http://svn.sourceforge.net/rubyeclipse/?rev=2243&view=rev
Author: cawilliams
Date: 2007-03-30 07:27:54 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
fix missing/unused strings
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties 2007-03-30 13:52:57 UTC (rev 2242)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties 2007-03-30 14:27:54 UTC (rev 2243)
@@ -127,6 +127,7 @@
classpath_disabledInclusionExclusionPatterns = Inclusion or exclusion patterns are disabled in project {1}, cannot selectively include or exclude from entry: ''{0}''
classpath_disabledMultipleOutputLocations = Multiple output locations are disabled in project {1}, cannot associate entry: ''{0}'' with a specific output
classpath_incompatibleLibraryJDKLevel = Incompatible .class files version in required binaries. Project ''{0}'' is targeting a {1} runtime, but is compiled against ''{2}'' which requires a {3} runtime
+classpath_duplicateEntryExtraAttribute = Duplicate extra attribute: ''{0}'' in loadpath entry ''{1}'' for project {2}
### miscellaneous
file_notFound = File not found: ''{0}''
@@ -134,7 +135,8 @@
path_nullPath = Path cannot be null
path_mustBeAbsolute = Path must be absolute
cache_invalidLoadFactor = Incorrect load factor
-savedState_jobName = Processing Java changes since last activation
+savedState_jobName = Processing Ruby changes since last activation
+javamodel_initialization = Initializing Ruby tooling
### access restrictions
restrictedAccess_project = The type {0} is not imported from required project {1}
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties 2007-03-30 13:52:57 UTC (rev 2242)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties 2007-03-30 14:27:54 UTC (rev 2243)
@@ -75,7 +75,6 @@
AppearancePreferencePage_note=Note:
AppearancePreferencePage_methodtypeparams_label=Show method pa&rameter names
-AppearancePreferencePage_showMembersInPackagesView=S&how members in Package Explorer
AppearancePreferencePage_stackViewsVerticallyInTheRubyBrowsingPerspective=&Stack views vertically in the Ruby Browsing perspective
AppearancePreferencePage_preferenceOnlyEffectiveForNewPerspectives=This preference will only take effect on new perspectives
@@ -187,4 +186,8 @@
FoldingConfigurationBlock_combo_caption= Select folding to &use:
RubyBuildConfigurationBlock_empty_input=Number cannot be empty.
-RubyBuildConfigurationBlock_invalid_input={0} is not a valid number for ''{1}''.
\ No newline at end of file
+RubyBuildConfigurationBlock_invalid_input={0} is not a valid number for ''{1}''.
+
+NewJavaProjectPreferencePage_error_decode=Error while decoding RubyVM entry
+NewJavaProjectPreferencePage_jre_variable_description=RUBY_LIB variable
+NewJavaProjectPreferencePage_jre_container_description=RubyVM container
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|