5 lines
74 B
PHP
5 lines
74 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Zapri",
|
|
"Upload" => "Pošlji"
|
|
);
|