5 lines
95 B
PHP
5 lines
95 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Luk",
|
|
"No people found" => "Ingen personer fundet"
|
|
);
|