This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164975

Summary: Not all strings are properly i18ned
Product: connecteddeveloper Reporter: Jan Becicka <jbecicka>
Component: Team FrameworkAssignee: Milan Kubec <mkubec>
Status: RESOLVED FIXED    
Severity: blocker CC: tpavek
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: i18ncheck

Description Jan Becicka 2009-05-12 16:15:18 UTC
see attached output from 
i18ncheck.pl ../../kenai.ui/src

I checked LoginPanel.java and it is OK. Unfortunately I cannot add //NOI18N into guarded sections
Comment 1 Jan Becicka 2009-05-12 16:20:04 UTC
Created attachment 81986 [details]
i18ncheck
Comment 2 Tomas Pavek 2009-05-12 18:15:22 UTC
I've fixed the LoginPanel.
http://hg.netbeans.org/cdev/rev/6bffdd6a677f
Comment 3 Milan Kubec 2009-05-13 09:55:43 UTC
Fixed.

http://hg.netbeans.org/cdev/rev/e96f262c55bc
Comment 4 Quality Engineering 2009-05-13 18:56:39 UTC
Integrated into 'main-golden', will be available in build *200905131401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6bffdd6a677f
User: Tomas Pavek <tpavek@netbeans.org>
Log: #164975: simpler way of switching between progress and error label - not to require subpanel with CardLayout
Comment 5 Quality Engineering 2009-05-14 07:54:35 UTC
Integrated into 'main-golden', will be available in build *200905140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e96f262c55bc
User: Milan Kubec <mkubec@netbeans.org>
Log: #164975: I18N fixes