5 lines
81 B
PHP
5 lines
81 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Rescan" => "Søk på nytt",
|
||
|
"Back" => "Tilbake"
|
||
|
);
|