3 lines
48 B
PHP
3 lines
48 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Name" => "Nom"
|
|
);
|
<?php $TRANSLATIONS = array(
|
|
"Name" => "Nom"
|
|
);
|