Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 177376

Summary: NLS33:translation questions
Product: [Eclipse Project] JDT Reporter: Brent Hepburn <bahepbur>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Brent Hepburn CLA 2007-03-14 13:14:37 EDT
Build ID: eclipse-JDT-SDK-3.3M5eh.zip

Translator's question:
Would you pls explain what do these variables will be replaced with?

filename:
eclipse\plugins\org.eclipse.jdt.debug.ui\org\eclipse\jdt\internal\debug\ui\jres\JREMessages.properties&#65288;5428&#65289;
sentence:
4. The selected JRE does not support the current compiler compliance level of {0}

filename:
eclipse\plugins\org.eclipse.jdt.debug.ui\org\eclipse\jdt\internal\debug\ui\DebugUIMessages.properties&#65288;22399&#65289;
sentence:
5.The current target virtual machine [{0}] from launch [{1}] was unable to replace the running code with the code in the workspace.
Comment 1 Darin Wright CLA 2007-03-15 16:10:07 EDT
> The selected JRE does not support the current compiler compliance level of
> {0}

This will be replaced with a compiler compliance level (number) such as "1.2", "1.4", "5.0", etc.


>The current target virtual machine [{0}] from launch [{1}] was unable to
> replace the running code with the code in the workspace.

This will be replaced with the name of a VM and launch configuration that appear in the debug view. Generally this will be something like "org.eclipse.equinox.launcher.Main at localhost:1459" (name of a main class the the host:port that the application is being debugged on) and "TestBench3.3 [Eclipse Application]" (user defined name of a launch configuration).
Comment 2 Brent Hepburn CLA 2007-03-20 09:09:09 EDT
Sent information to translator
Comment 3 Brent Hepburn CLA 2007-03-20 09:09:34 EDT
Translator recieved information