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 139840 - I18N - some messages not from .properties - Portlet Filter
Summary: I18N - some messages not from .properties - Portlet Filter
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-07-14 09:21 UTC by Ashizawa Kazunori
Modified: 2009-03-17 07:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen image (49.50 KB, image/png)
2008-07-14 09:23 UTC, Ashizawa Kazunori
Details
screen image (34.15 KB, image/png)
2008-07-14 09:24 UTC, Ashizawa Kazunori
Details
screen image (30.69 KB, image/png)
2008-07-14 09:25 UTC, Ashizawa Kazunori
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ashizawa Kazunori 2008-07-14 09:21:50 UTC
I18N - some messages not from .properties - Portlet Filter

On a Web project in Project window, New > Other..., then
Categories: Web, File Types: Portlet Filter.

portlet-filter-1.png: "Name" and "Value"
portlet-filter-2.png: "Filter Name" and "Applies To"
portlet-filter-3.png: "Error" and "Filter is not ..."
Comment 1 Ashizawa Kazunori 2008-07-14 09:23:54 UTC
Created attachment 64406 [details]
screen image
Comment 2 Ashizawa Kazunori 2008-07-14 09:24:31 UTC
Created attachment 64407 [details]
screen image
Comment 3 Ashizawa Kazunori 2008-07-14 09:25:14 UTC
Created attachment 64408 [details]
screen image
Comment 4 Satyaranjan D 2008-07-17 16:53:30 UTC
To solved this issue, following properties are added to the Bundle.properties files. ja/pt_BR/zh_CN Bundle files are
also modified with the english values of following keys.

Bundle file location:

portalpack.portlets.genericportlets/src/org/netbeans/modules/portalpack/portlets/genericportlets/filetype/filters/Bundle.properties


MSG_ERROR=Error
LBL_NAME=Name
LBL_VALUE=Value
LBL_APPLIES_TO=Applies To
LBL_FILTER_NOT_ALLOWED_IN_1_0_APP=Filter is not allowed in Portlet 1.0 Application

Please verify this bug by replacing correct locale strings for these keys.