4 lines
55 B
PHP
4 lines
55 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Help" => "Помоћ"
|
||
|
);
|