4 lines
95 B
PHP
4 lines
95 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Settings" => "Ustawienia",
|
|
"Username" => "Nazwa użytkownika"
|
|
);
|