4 lines
48 B
PHP
4 lines
48 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Name" => "Ime"
|
||
|
);
|