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

Bug 177542

Summary: NLS33:translation questions
Product: [Eclipse Project] JDT Reporter: Brent Hepburn <bahepbur>
Component: DebugAssignee: Curtis Windatt <curtis.windatt.public>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Brent Hepburn CLA 2007-03-15 09:28:35 EDT
filename: 
eclipse\plugins\org.eclipse.jdt.debug\jdimodel_jar\org\eclipse\jdt\internal\debug\eval\ast\instructions\InstructionsEvaluationMessages.properties 

sentence: 
VerbosePacketStream___REPLY_to__0___6=<TWBQ>\ (REPLY to {0}) 
</TWBQ>VerbosePacketStream___COMMAND__7=\ (COMMAND) 
VerbosePacketStream_NOT_MANAGED_COMMAND_11=NOT MANAGED COMMAND 
VerbosePacketStream_List_of_values__NOT_MANAGED_132=List of values: NOT MANAGE 
VerbosePacketStream___Count__224=\ (Count) 
VerbosePacketStream_Count__225=Count: 
VerbosePacketStream___Conditional__226=\ (Conditional) 
VerbosePacketStream_Expression_id__227=Expression id: 
VerbosePacketStream___ThreadOnly__228=\ (ThreadOnly) 
VerbosePacketStream___ClassOnly__230=\ (ClassOnly) 
VerbosePacketStream___ClassMatch__232=\ (ClassMatch) 
VerbosePacketStream___ClassExclude__234=\ (ClassExclude) 
VerbosePacketStream___LocationOnly__236=\ (LocationOnly) 
VerbosePacketStream___ExceptionOnly__237=\ (ExceptionOnly) 

Translators Question: 
We are not clear about these strings, where they will be used? Translatable or not? Would you pls confirm it?
Comment 1 Darin Wright CLA 2007-03-15 15:22:55 EDT
These messages are actually in TcpIpSpyMessages.properties (not InstructionsEvaluationMessages.properties, as noted). However, all these messages are simply internal messages used for debugging purposes and should not be translated. I will remove this properties file, and put the messages back into the code.
Comment 2 Darin Wright CLA 2007-03-15 15:55:57 EDT
I have un-NLS'd the TCPIP spy tool.
Comment 3 Darin Wright CLA 2007-03-15 15:56:51 EDT
Please verify, Curtis.

Removed TcpIpSpyMessages.properties and re-inserted strings into the code.
Comment 4 Curtis Windatt CLA 2007-03-15 16:21:22 EDT
Verified

A few hundred less strings to translate, nice.
Comment 5 Brent Hepburn CLA 2007-05-01 08:48:02 EDT
Translation accepted response.