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 159740 - I18N : "Output" menu is not from Bundle.properties
Summary: I18N : "Output" menu is not from Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: t_h
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-06 03:34 UTC by Masaki Katakai
Modified: 2009-03-12 14:50 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 Masaki Katakai 2009-03-06 03:34:28 UTC
"Output" menu item is always in English in ml build.

It seems that layer.xml defines the menu but Bundle.properties does not have it.

    <folder name="Menu">
        <folder name="Window">
            <folder name="Output">
            <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.io.ui.Bundle"/>

core.io.ui/src/org/netbeans/core/io/ui/Bundle.properties should have the string.
Could you please fix it for translation?

diff -r 6d79263e137e core.io.ui/src/org/netbeans/core/io/ui/Bundle.properties
--- a/core.io.ui/src/org/netbeans/core/io/ui/Bundle.properties  Tue Mar 03 22:39:10 2009 -0800
+++ b/core.io.ui/src/org/netbeans/core/io/ui/Bundle.properties  Fri Mar 06 00:35:22 2009 +0900
@@ -13,3 +13,6 @@
 LBL_Close=Close Tab
 LBL_CloseAll=Close All Tabs
 LBL_CloseOthers=Close Other Tabs
+
+#Menu
+Menu/Window/Output=Output
Comment 1 t_h 2009-03-10 10:34:38 UTC
core-main #f2f223868c1e
Comment 2 Quality Engineering 2009-03-11 22:51:37 UTC
Integrated into 'main-golden', will be available in build *200903111543* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f2f223868c1e
User: Tomas Holy <t_h@netbeans.org>
Log: #159740: I18N Output menu is not from Bundle.properties
Comment 3 Masaki Katakai 2009-03-12 14:50:33 UTC
Thank you! Verified on 200903120302 build.