5 lines
98 B
PHP
5 lines
98 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "Greška",
|
|
"Password" => "Lozinka",
|
|
"Help" => "Pomoć"
|
|
);
|