5 lines
98 B
PHP
5 lines
98 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Zamknij",
|
|
"No people found" => "Nie znaleziono ludzi"
|
|
);
|