7 lines
263 B
PHP
7 lines
263 B
PHP
<?PHP
|
|
echo 'Take the actual language file like "core_en"<br>';
|
|
echo 'Translate the textes to the wished language<br>';
|
|
echo 'Send the translated file to admin@ts-n.net<br>';
|
|
echo 'We will implement it with the next release<br>';
|
|
echo 'Thx for all supporters!!!
|
|
?>
|