5 lines
100 B
PHP
5 lines
100 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Rescan" => "Претражи поново",
|
||
|
"Back" => "Назад"
|
||
|
);
|