6 lines
98 B
PHP
6 lines
98 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Zatvori",
|
|
"Share" => "Podeli",
|
|
"Upload" => "Pošalji"
|
|
);
|