Hi Angel,

do you have the possibility to build the applet and test it ?
If so, you need to change a few in things in Jmol/src/JmolApplet.java:

line 32, replace the empty line by: import org.jmol.util.GT;
line 44, replace by: GT._("Loading Jmol applet ..."),
line 142, replace by: String clockText = GT._("  {0} seconds", new 
Object[] { new Long(elapsedTime) });

I can't test it right now, and I am not 100% sure that calling the i18n 
mechanism so early will work.

Nico

Angel Herraez wrote:
> Can we have these items localizable?
> While the applet is loading:
>
>       "Loading Jmol applet..."
> and
>       "(n) seconds"  (bottom right)
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Jmol-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>  
>
>
>   

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to