4 lines
78 B
PHP
4 lines
78 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Heslo",
|
|
"Submit" => "Potvrdit"
|
|
);
|