5 lines
99 B
PHP
5 lines
99 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Aizvērt",
|
|
"No people found" => "Nav atrastu cilvēku"
|
|
);
|