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 117950 - I18N - word Build on toolbar menu not from bundle
Summary: I18N - word Build on toolbar menu not from bundle
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-10-05 19:10 UTC by Ken Frank
Modified: 2007-11-04 21:51 UTC (History)
1 user (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 Ken Frank 2007-10-05 19:10:58 UTC
this was fixed for nb5 but has reappared - click on toolbar and the toolbar menu - the word
Build is not from bundle or if from bundle, not coming from the pseudo localized bundle when running in other locale.
Comment 1 Milan Kubec 2007-10-07 13:18:42 UTC
Either P2 or fix-in-60.
Comment 2 Milan Kubec 2007-10-08 09:50:34 UTC
Build is defined in :
projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties; 
key = Menu/BuildProject, value = &Build
Comment 3 Ken Frank 2007-10-08 16:45:37 UTC
This is about the toolbar menu, not the main ide window menu items like File, Build, etc.

This is when you click in some empty area of where the icons are, below the actual menu items like File, etc,
that let you choose which toolbars to see on the ide or allow to customize it.

That's the word "Build" that is not seen as coming from bundle or from pseudo localized one.

ken.frank@sun.com
Comment 4 Milan Kubec 2007-10-09 09:41:00 UTC
Stando, please take a look. Thanks
Comment 5 Stanislav Aubrecht 2007-10-09 16:17:16 UTC
it's actually a problem in profiler code - they add some actions to the build toolbar and define their own resource
bundle for 'Toolbars/Build' folder in xml layer. however the resource is missing in their module. 
i recommend removing that attribute from profiler module and let projects ui module to provide localizable Build toolbar
name as before.
Comment 6 Tomas Hurka 2007-10-10 17:31:10 UTC
Fixed in trunk.
Checking in src/org/netbeans/modules/profiler/mf-layer.xml;
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/mf-layer.xml,v  <--  mf-layer.xml
new revision: 1.2; previous revision: 1.1
done
Comment 7 Ken Frank 2007-10-15 21:58:43 UTC
verified.
Comment 8 Ken Frank 2007-11-04 21:47:37 UTC
could the same problem be for the word Debug in the same toolbar ?
Its not from bundle file either.

I'll go ahead and file on debugger module to be sure its entered
and will enter the id here.

ken.frank@sun.com
Comment 9 Ken Frank 2007-11-04 21:51:49 UTC
121131 was filed on debuggercore for the word Debug.

ken.frank@sun.com