5 lines
76 B
PHP
5 lines
76 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Zatvori",
|
|
"Share" => "Podijeli"
|
|
);
|