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 251313 - I18N: extract New profiler messages to Bundle.properties
Summary: I18N: extract New profiler messages to Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-20 07:07 UTC by Masaki Katakai
Modified: 2015-07-03 01:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
option of profiler (85.98 KB, image/jpeg)
2015-03-20 07:07 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2015-03-20 07:07:26 UTC
Created attachment 152740 [details]
option of profiler

Please check the screenshot attached. Strings with [] are from Bundle.properties.

It seems that many strings have not been extracted into resource bundle yet in new Profiler. I understand it's being development. Filed this bug for tracking purpose. Please mark as FIXED once possible strings are extracted to resource bundle for translation.

For example, "Display important action names" is hardcoded.

./profiler.options/src/org/netbeans/modules/profiler/options/ui/v2/impl/GeneralOptionsPanel.java: JCheckBox actionNamesChoice = new JCheckBox("Display important action names");
Comment 1 Jiri Sedlacek 2015-06-29 09:06:37 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/5fca23adb704.
Comment 2 Quality Engineering 2015-07-03 01:19:31 UTC
Integrated into 'main-silver', will be available in build *201507030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5fca23adb704
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #251622 #251313 - Profiler Options