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