Magento uses a system for translating text in the template files using:
$this->__(\'text to be translated.\');
or
Mage::helper(\
Just use the following method in your scripts:
Translator.translate('Some phrase');