5 lines
91 B
PHP
5 lines
91 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Groups" => "Групи",
|
||
|
"Delete" => "Изтриване"
|
||
|
);
|