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 33349 - I18N - The strings "Debugger Console" and "Process Output" are not localizable.
Summary: I18N - The strings "Debugger Console" and "Process Output" are not localizable.
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-05-02 06:11 UTC by yasuhiro
Modified: 2004-01-30 04:07 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 yasuhiro 2003-05-02 06:11:04 UTC
To start debugging, the Output window includes 
two views related to debugging: 

- Debugger Console
- Process Output

But these strings in each tab are not localizable.
I think the two strings seem to come from the
following:

nb_all/debuggercore/src/org/netbeans/modules
    /debugger/support/IOManager.java
Comment 1 Jan Jancura 2003-05-06 14:43:55 UTC
will be fixed to nb4.0
Comment 2 Maros Sandor 2003-07-30 12:00:36 UTC
Added missing strings to resource bundle.

/cvs/debuggercore/src/org/netbeans/modules/debugger/support
/Bundle.properties,v  <--  Bundle.properties
new revision: 1.59; previous revision: 1.58
src/org/netbeans/modules/debugger/support/IOManager.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/support
/IOManager.java,v  <--  IOManager.java
new revision: 1.22; previous revision: 1.21
Comment 3 mtsuruta 2004-01-30 04:07:20 UTC
Messages, "Debugger Console" and "Process Output", are now able to
pseud localized on nb3.6 q-build. Thus, I will change this issue as
verified.