4 lines
57 B
PHP
4 lines
57 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Download" => "Download"
|
||
|
);
|