4 lines
94 B
PHP
4 lines
94 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Settings" => "Настройки",
|
|
"Error" => "Ошибка"
|
|
);
|