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