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