5 lines
112 B
PHP
5 lines
112 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "Грешка",
|
|
"Password" => "Парола",
|
|
"Help" => "Помощ"
|
|
);
|