5 lines
107 B
PHP
5 lines
107 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "დახურვა",
|
|
"Upload" => "ატვირთვა"
|
|
);
|