4 lines
53 B
PHP
4 lines
53 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"OK" => "Добра"
|
||
|
);
|