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