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 100247 - L10N: Incorrect translation of "MyLibrary" triggers warning message
Summary: L10N: Incorrect translation of "MyLibrary" triggers warning message
Status: RESOLVED FIXED
Alias: None
Product: nblocalization
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Mark Dey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 17:42 UTC by Jeremie Bertolino
Modified: 2015-01-05 06:37 UTC (History)
0 users

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 Jeremie Bertolino 2007-04-06 17:42:48 UTC
Task :Verify Librairy Manager

Description
-----------
When creating a library, a default name is proposed to user. Default library
name as been wrongly translated under pt_Br locale. Indeed A librairy name
should not contain neither multi bytes characters nor space. Under pt_BR,
default library name contains a space. 

How to Reproduce
----------------

1. Install VWPack 5.5.1
2. Launch NetBeans under pt_BR locale
3. Select [Tools] > [Library Manager]
4. [New Library]

>> Red warning message is displayed on the pop-up window.
Comment 1 Masaki Katakai 2015-01-05 06:37:30 UTC
ide/project-libraries/project-libraries/org/netbeans/modules/project/libraries/ui/Bundle.properties
TXT_NewLibrary=MyLibrary

is no longer translated for any languages.