5 lines
85 B
PHP
5 lines
85 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Password" => "Парола",
|
||
|
"Help" => "Помощ"
|
||
|
);
|