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 12228 - Localization problems / I18N issues
Summary: Localization problems / I18N issues
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-16 15:02 UTC by Martin Entlicher
Modified: 2001-08-07 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Another exception concerning this issue. (1.12 KB, text/plain)
2001-07-20 20:47 UTC, Jiri Kovalsky
Details
Localized "CVS Revision Selector" (7.01 KB, image/jpeg)
2001-07-25 13:43 UTC, Unknown
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2001-05-16 15:02:16 UTC
The files' states are not localizable, the map with translated states is not
properly used.

In CVS Revision Selector Window:
Window title and headline of the table "CVS Revision Selector" is not
localizable.

In Revision Explorer:
"lines" and "state" in Properties sheet
Comment 1 Martin Entlicher 2001-05-16 15:03:29 UTC
Adding 3.2.1_CANDIDATE keyword, since it's important to fix it to 3.2.1 to be
able to provide the full localization.
Comment 3 Martin Entlicher 2001-05-16 18:03:15 UTC
One small note to changed files: the change in
VcsFileSystem.getPossibleFileStatuses() has to be done in
VcsFileSystem.getPossibleFileStatusesTable() also !
Comment 4 Martin Entlicher 2001-05-17 15:34:42 UTC
I've found additional case, where the localization was not done properly: The
"Search Filesystems" window under Status tab contains non-localized states. And
moreover it probably does not work after the localization is done. The fix is
quite simple, already applied to the main trunk:
http://www.netbeans.org/unbranded-source/browse/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java.diff?r1=1.58&r2=1.59
Comment 5 Jiri Kovalsky 2001-05-24 15:34:39 UTC
Created attachment 1423 [details]
Another exception concerning this issue.
Comment 6 Jiri Kovalsky 2001-05-24 15:38:05 UTC
Sorry for recent attachment that I added inadvertently.
Comment 7 Martin Entlicher 2001-06-18 19:55:26 UTC
Fixed in the pilsen_fcs branch.
Comment 8 Unknown 2001-07-25 13:43:18 UTC
Created attachment 1965 [details]
Localized "CVS Revision Selector"
Comment 9 Unknown 2001-07-25 13:43:53 UTC
I've verified Revision Explorer, and Window title of CVS Revision 
Selector. They works fine!
Could you tell me what is "headline of the table"?
I've attached the image which is localized Revision Selector, 
if "headline of the table" means the string "HEAD" in the revision 
list, I couldn't find it in Bundle.properties.
Comment 10 Martin Entlicher 2001-07-25 14:41:38 UTC
The screenshot seems O.K. to me. By the "headline of the table" I
meant the text "CVS Revision Selector" above the list area. It's now
localized.
The HEAD item in the list of revisions should not be localized IMHO.
It's a keyword in CVS, that denote the last (head) revision.
Comment 11 Jiri Kovalsky 2001-08-07 15:13:25 UTC
Based upon last Keiichi Oono's response I verify this bug since HEAD 
issue was clarified. If you Keiichi feel like it is not fixed yet 
don't hesitate to reopen the bug with further description and images.
Thanks.