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 51358 - I18N - some words not from bundle file of add web service menu and window
Summary: I18N - some words not from bundle file of add web service menu and window
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-11-10 03:22 UTC by Ken Frank
Modified: 2006-01-04 15:47 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 2004-11-10 03:22:38 UTC
I think this might not be an actual issue
but filing to be sure.

using nb4.1 with added on websvc module
(see Ludo's recent mail)

all the jars are localized, including the web svc one.

in runtime tab, choosing web services,
the words Add Web Service, Create Group,
New Webservice Group are not from bundle file,
as well as labels/words in the Add Web Service dialog

but could it be because the MANIFEST.MF of this
file is not filled in with things like
value of localizing bundle and/or that mf.layer
or other internal files not present ?

If so, can you provide those files so I can
make sure that solves the issue ?
Comment 1 _ pcw 2004-12-20 07:12:22 UTC
There are a number of nonbundled UI related strings in new web service
modules.  These will be taken care of.
Comment 2 Ken Frank 2005-01-24 08:03:11 UTC
let me know if these messages need a separate issue or fall into
this one 

words from wizards and dialogs like
Web Services node in project tree, Refresh View

WebService Client Resource and Call web service operation,
available web service

as well as some strings in the RE string checking script at
http://toolsre.sfbay/Codelines/NetBeans_40/i18ncheck/opensource/websvc.html

please review as only developer can know in results what strings
should be given message api and put in bundles and which strings
are not meant to be messaged/localized.

ken.frank@sun.com
Comment 3 _ pcw 2005-02-25 00:20:08 UTC
These should be fixed now.  File a new bug please if there are any
omissions or reopen with specifics.
Comment 4 Ken Frank 2005-03-12 21:18:21 UTC
verified