4 lines
89 B
PHP
4 lines
89 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "Ошибка",
|
|
"deleted" => "удалено"
|
|
);
|