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 147829 - L10n: User cannot change project location for AirAlliance PHP Sample Project
Summary: L10n: User cannot change project location for AirAlliance PHP Sample Project
Status: RESOLVED FIXED
Alias: None
Product: nblocalization
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@nblocalization
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 08:28 UTC by Jeremie Bertolino
Modified: 2008-09-22 17:02 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 Jeremie Bertolino 2008-09-22 08:28:37 UTC
---------------
- Description -
---------------
While creating a PHP Sample Project using wizard, "Browse" is not generating expected pop-up window. User cannot browse
nor select different project location.


------------------------------------
- How to Reproduce or Test Case ID -
------------------------------------
NetBeans IDE for PHP Editor: Brief Overview (http://www.netbeans.org/kb/docs/php/editorguide.html)

OR

1. Install localized build 200809181401
2. Launch NetBeans IDE in localized fashion
3. File -> New Project -> PHP Sample -> Air Alliance -> Next

>> Button "Browse" (Navegar in ptBR locale) doesn't work, not popup window appears.


--------------------------
- Suggested Fix (if any) -
--------------------------

------------
- Comments -
------------
Comment 1 Jeremie Bertolino 2008-09-22 16:51:10 UTC
Problem is due to an over translation in file:
\php1\php-samples\php-samples\org\netbeans\modules\php\samples\Bundle_pt_BR.properties

Key PHPSamplesPanelVisual.browseButton.actionCommand=BROWSE should not be translated.
Comment 2 Jeremie Bertolino 2008-09-22 17:02:20 UTC
Reverted translation of key back to English, added key in NOI18N list.
To verify in next nightly (200809230201).