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 134024

Summary: I18N: config extension needs to be i18n-ized.
Product: soa Reporter: Jun Qian <jqian>
Component: Composite ApplicationAssignee: Jun Qian <jqian>
Status: CLOSED FIXED    
Severity: blocker CC: kaa, kfrank, tli
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: connection config extension
endpoint config extension
port config extension

Description Jun Qian 2008-04-26 02:53:57 UTC
The endpoint/connection/port extension properties in CASA need to be i18n-ized. See attached snapshots.
Comment 1 Jun Qian 2008-04-26 02:55:04 UTC
Created attachment 60716 [details]
connection config extension
Comment 2 Jun Qian 2008-04-26 02:55:28 UTC
Created attachment 60717 [details]
endpoint config extension
Comment 3 Jun Qian 2008-04-26 02:55:50 UTC
Created attachment 60718 [details]
port config extension
Comment 4 Jun Qian 2008-04-26 02:59:55 UTC
Config element names and attribute names have been i18n-ized in trunk:
http://hg.netbeans.org/main?cmd=changeset;node=5f93ed01a783

Description is yet to be i18n-ized.
Comment 5 Ken Frank 2008-04-26 05:34:13 UTC
Jun,

please let me know if other names or properties in these or other casa
areas need to have the i18n and we can file issues; we might have missed
these in the testing but sometimes we assume that if its a word like
on one of the images, ie on-failure or waitTime, which seems to be
an api or kind of reserved word, that the name of it not meant to be translated
but if its about the tooltip or description that shows in bottom of props
window when clicked on, that is valid and it might have been something 
not discovered in the testing.

ken.frank@sun.com
Comment 6 Jun Qian 2008-04-28 19:00:52 UTC
All the properties (except one) falling into this "config extension" category are shown and highlighted in the three
snapshots. The one missing property not shown here is "redirect-target" in the "redeliveryExtension". It is added into
the property sheet only when "redirect" is selected from the "on-failure" dropdown (in the first snapshot).
Comment 7 Jun Qian 2008-04-28 23:13:19 UTC
Part 2 of the fix (i18n-ize description) is now checked into trunk too:
http://hg.netbeans.org/main?cmd=changeset;node=0d53f3e892a4
Comment 8 Quality Engineering 2008-04-29 04:17:33 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #164 build
Changeset: http://hg.netbeans.org/main/rev/0d53f3e892a4
User: Jun Qian <jqian@netbeans.org>
Log: #134024 (part 2) I18n-ize config extension descriptions.
Comment 9 schmandt 2008-10-17 17:50:24 UTC
 I'm closing this based on description and verification by
inspection of the fixes (I think this can and will be further
verified by l10n testing).