4 lines
60 B
PHP
4 lines
60 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Password" => "Secret Code"
|
||
|
);
|