5 lines
94 B
PHP
5 lines
94 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Lukk",
|
|
"No people found" => "Fann ingen personar"
|
|
);
|