4 lines
58 B
PHP
4 lines
58 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Settings" => "asetukset"
|
||
|
);
|