<?php
 
//Language Defitinion file, you need create one for each language 
 
//you are planning to support
 
$lang = array(
 
'ago'=>'write here "ago" in russian'
 
,'year'=>'year in russian'
 
,'months'=>'months in russin'
 
,'days'=>'days in russian - It is a PHP STRING'
 
,'Days'=>'You can put HERE ANY <b>TEXT</b>'
 
);
 
?>
 
 |