DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15245>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15245

'milliseconds' should be localized.in Admin webapp

           Summary: 'milliseconds' should be localized.in Admin webapp
           Product: Tomcat 4
           Version: 4.1.16
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Webapps:Administration
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In Tomcat Adminstration Tool
at connector.jsp (/server/webapps/admin/connector/),
'milliseconds' is hard coded.

But there are more suitable expressions that stands for 1/1000 sec.
in each language. So it should be localized.


connector.jsp line: 108
            <controls:label><bean:message key="connector.connection.timeout"/><br>
                (milliseconds) :</controls:label>

I think it should be :
                (<bean:message key="connector.milliseconds"/>) :</controls:label>

and add the strings to 3 resource files at
 /server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/

AplicationResource_en.properties: (English)
connector.milliseconds=milliseconds

AplicationResource_es.properties: (Spanish)
connector.milliseconds=milisegundos

AplicationResource_ja.properties: (Japanese)
connector.milliseconds=\u30df\u30ea\u79d2

NOTE: I don't know Spanish and got 'milisegundos' by a robot-translator.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to