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

Bug 177402

Summary: NLS33:translation questions
Product: [Eclipse Project] JDT Reporter: Brent Hepburn <bahepbur>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
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-14 15:04:40 EDT
Build ID: eclipse-JDT-SDK-3.3M5eh.zip

Translator's question:
What does {0}, {1} and {2} will be replaced with? Would you pls explain it?

fliename:
eclipse\plugins\org.eclipse.jdt.ui\org\eclipse\jdt\internal\corext\fix\FixMessages.properties&#65288;6692&#65289;
sentence:
Processing compilation unit {0} of {1} ({2})
Comment 1 Martin Aeschlimann CLA 2007-03-17 17:08:57 EDT
For example:
'Processing compilation unit 5 of 100 (x.y.MyClass)'

100 units will be processed, this is the 5th and the name is 'x.y.MyClass'.

Let me know if you need more information.
Comment 2 Brent Hepburn CLA 2007-05-01 08:47:41 EDT
Translation accepted response.