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 145032 - I18N - 'Please Wait' message in Navigator dlg coming not from pseudo localized bundle file
Summary: I18N - 'Please Wait' message in Navigator dlg coming not from pseudo localize...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-08-25 16:50 UTC by kaa
Modified: 2016-07-07 09:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (28.96 KB, image/jpeg)
2008-08-25 16:50 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-08-25 16:50:04 UTC
Product Version: NetBeans IDE Dev (Build 200808101401)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
SunOS OpenSolaris 5.11 snv_86 i86pc i386 i86pc Solaris
I'm running in Japanese locale, using a pseudo localized Netbeans with font size 16 option.

'Please Wait' message in Navigator dlg coming not from pseudo localized bundle file. There are two possibilities:
a. the message for navigator not from bundle
b. the message in bundle is not using localized one
Comment 1 kaa 2008-08-25 16:50:55 UTC
Created attachment 68258 [details]
image
Comment 2 David Simonek 2008-08-27 11:30:58 UTC
This message is provided by some of navigator panel implementations, not by core/navigator infrastructure itself.

reporter kaa, please specify the type of document for which navigator content was being loaded. I guess it was java
source, so I'm passing to java/navigation. Please reassign if I'm wrong, thanks.
Comment 3 Tomas Zezula 2008-08-27 12:39:59 UTC
Java's ElementNode.WaitNode is localized, please assign to right category.
@java.lang.Override
        public java.lang.String getDisplayName() {
            return NbBundle.getMessage(ElementNode.class, "LBL_WaitNode"); // NOI18N
        }
Comment 4 Masaki Katakai 2008-10-29 06:42:16 UTC
It seems that the hardcoded string is in xml.wsdlui,

xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/navigator/WSDLNavigatorContent.java:

        @java.lang.Override
        public java.lang.String getDisplayName() {
            return "Please Wait...";
        }

Moved to the category.

Btw, there are the same issues in gsf(bug 151658) and xml.text (bug 151659).
Comment 5 Martin Balin 2016-07-07 09:56:08 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss