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 55747 - I18N - "Yes" & "No" labels of "Confirm Import Settings" dialog are hardcoded
Summary: I18N - "Yes" & "No" labels of "Confirm Import Settings" dialog are hardcoded
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 4.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: I18N
: 70269 74057 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-02 05:36 UTC by hatakyon
Modified: 2008-12-22 15:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot with bundle debug option (4.40 KB, image/png)
2005-03-02 05:37 UTC, hatakyon
Details
localized import dialog (14.41 KB, image/jpeg)
2005-06-24 16:09 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hatakyon 2005-03-02 05:36:14 UTC
could not localize this lable, 
because these are not in any bundle files.
Comment 1 hatakyon 2005-03-02 05:37:18 UTC
Created attachment 20605 [details]
screenshot with bundle debug option
Comment 2 Marian Petras 2005-03-07 15:06:32 UTC
The bug is in module ide/launcher/upgrade, in method

   org.netbeans.upgrade.AutoUpgrade.showUpgradeDialog(...)


It is obvious that NotifyDescriptor's dialog type YES_NO_OPTIONS
provide non-internationalized strings.
Comment 3 Ken Frank 2005-06-03 21:06:20 UTC
moving to p2, since for i18n, a missing message can be viewed in that way.

ken.frank@sun.com
06/03/2005
Comment 4 Roman Strobl 2005-06-13 10:01:23 UTC
Assigning to core. Feel free to reassign.
Comment 5 Jiri Rechtacek 2005-06-24 16:09:06 UTC
Created attachment 22893 [details]
localized import dialog
Comment 6 Jiri Rechtacek 2005-06-24 16:09:36 UTC
Not a bug, the ImportDialog uses the native java dialog infrastructure (the
reason is that NetBeans window system is not initialized yet). The JOptionPane
can use localized buttons by active locale (see the attachment) w/o any
localization needed do in our bundles.
Comment 7 Marian Mirilovic 2005-07-14 08:33:57 UTC
I think Jirka is right ... verified
Comment 8 Jiri Rechtacek 2005-12-12 14:58:00 UTC
*** Issue 70269 has been marked as a duplicate of this issue. ***
Comment 9 Jiri Rechtacek 2006-03-28 10:47:24 UTC
*** Issue 74057 has been marked as a duplicate of this issue. ***