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 75138 - I18N: "Edit", "Read" and "Write" need to be in ResourceBundle
Summary: I18N: "Edit", "Read" and "Write" need to be in ResourceBundle
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jean-francois Denise
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-04-18 07:12 UTC by Masaki Katakai
Modified: 2006-04-18 09:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2006-04-18 07:12:01 UTC
It seems that some messages that should be localized are not in Bundle.
These are displayed on UI, but are hardcoded and marked as NOI18N.

./jmx/src/org/netbeans/modules/jmx/WizardConstants.java

    static public final String ATTR_ACCESS_READ_WRITE = "Read / Write";// NOI18N
    static public final String ATTR_ACCESS_READ_ONLY  = "ReadOnly";// NOI18N
    static public final String ATTR_ACCESS_WRITE_ONLY  = "WriteOnly";// NOI18N

    static public final String MBEAN_POPUP_EDIT_BUTTON = "Edit";// NOI18N
Comment 1 Jean-francois Denise 2006-04-18 09:47:11 UTC
OK. Moved these strings to bundle.properties