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

Summary: I18N - some messages not from .properties - Portlet Filter
Product: contrib Reporter: Ashizawa Kazunori <kasha>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: RESOLVED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screen image
screen image
screen image

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.