5 lines
98 B
PHP
5 lines
98 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Закрити",
|
|
"Upload" => "Вивантажити"
|
|
);
|