4 lines
50 B
PHP
4 lines
50 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Back" => "Retro"
|
||
|
);
|