It is very easy to internationalize labels and months to match your website’s primary language with some simple javascript.
Add the script anywhere after jslib.js
The script :
<script>
kinaVP.PREV=”Avant”;
kinaVP.NEXT=”Apres”;
kinaVP.SEARCH=”Trouver”;
kinaVP.CLEAR=”Blanc”;
kinaVP.LOAD=”Le commence …”;
kinaVP.STOP=”Arrette”;
kinaVP.MONTHS=new Array(‘Janvier’, ‘Febrier’, ‘Marche’, ‘Aprile’, ‘Mai’, ‘Juin’, ‘Juillet’, ‘Aoust’, ‘Septembre’, ‘Octobre’, ‘Novembre’, ‘Decembre’);
</script>