4 lines
101 B
PHP
4 lines
101 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Пароль",
|
|
"Download" => "Завантажити"
|
|
);
|