5 lines
76 B
PHP
5 lines
76 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Rescan" => "Atnaujinti",
|
||
|
"Back" => "Atgal"
|
||
|
);
|