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 86277 - I18N: "<ClassName>" needs to be into Bundle.properties
Summary: I18N: "<ClassName>" needs to be into Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-10-02 05:49 UTC by Masaki Katakai
Modified: 2007-05-28 19:21 UTC (History)
3 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-10-02 05:49:47 UTC
It seems that some strings that need to be localized are still
hardcoded in soruce file.

j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/dao

./EjbFacadeVisualPanel2.java:    private static final String CLASSNAME_LOCAL =
", <ClassName>FacadeLocal"; //NOI18N
./EjbFacadeVisualPanel2.java:    private static final String CLASSNAME_REMOTE =
", <ClassName>FacadeRemote"; //NOI18N

It's better to localize "," and "<ClassName>" for Japanese.
Please extract these strings into Bundle.properties.
Comment 2 Ken Frank 2007-05-28 19:21:23 UTC
verified