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