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 13723 - I18n - There are file statuses and messages which the English name attached.
Summary: I18n - There are file statuses and messages which the English name attached.
Status: CLOSED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2001-07-19 09:51 UTC by Masafumi Matsuda
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
I18n - There are file statuses and messages which the English name attached. (110.40 KB, image/png)
2001-07-19 09:52 UTC, Masafumi Matsuda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masafumi Matsuda 2001-07-19 09:51:08 UTC
Please see attached image file.
There are file statuses and messages which the English name attached.

How to reproduce
1.Create a file in JavaCVS Filesystem. 

2.There are file statuses which the English name attached.
   [LMod],[LAdded],[NPatch],[NCheckout],[LRemoved]

3.Select "CVS Client-->status" from popup menu of JavaCVS file.
   Display a "Advanced Option for Status Command" dialog.

4.Push Run Command button in the dialog displayed by(3.).
   Display a "Cvs Output" dialog.

5.There are messages of the English notation in the dialog displayed by(4.).
Comment 1 Masafumi Matsuda 2001-07-19 09:52:45 UTC
Created attachment 1914 [details]
I18n - There are file statuses and messages which the English name attached.
Comment 2 Milos Kleint 2001-07-19 10:03:18 UTC
the status text is taken from the
javacvs/src/org/netbeans/modules/cvsclient/Bundle.properties file. Can
you please check if you have this file translated?

the rst of the display in the status output window is taken directory
from the raw output of cvs. Since i can't be 100% percent sure what
will be returned, I do no localization there. it's directly from cvs.
Comment 3 Masafumi Matsuda 2001-07-19 11:31:21 UTC
Thank you for your Information!
I have checked 
javacvs/src/org/netbeans/modules/cvsclient/Bundle.properties , and 
have understood the status is not translated.

I also checked "cvs status" command. It is not problem to use CVS 
output message.

Sorry for my confusion.
Comment 4 Masafumi Matsuda 2001-07-19 11:34:16 UTC
I close this issue because of previous my comment.
Comment 5 Jesse Glick 2002-12-23 16:37:14 UTC
Consistent use of the I18N keyword.