Solved Hello schemers,
I applyed this for spanish language:
AjxKeys_es.properties
AjxMsg_es.properties
ZhMsg_es.properties
ZmKeys_es.properties
ZmMsg_es.properties
ZsMsg_es.properties
In ZhMsg_es.properties the attachmentCount is:
attachmentCount = {0,choice,0#no hay ficheros adjuntos|1#{0,number,integer} fichero adjunto|<{0,number,integer} ficheros adjuntos}
In ZhMsg.properties version:
attachmentCount = {0,choice,0#no attachments|1#{0,number,integer} attachment|1<{0,number,integer} attachments}
The problem solved adding the number "1" to ZhMsg_es.properties.
Thank you.
Last edited by dbc; 07-19-2007 at 05:05 AM..
|