5 lines
118 B
PHP
5 lines
118 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Close" => "Затвори",
|
||
"No people found" => "Не се најдени луѓе"
|
||
);
|