5 lines
125 B
PHP
5 lines
125 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Questions and Answers" => "Questions / Réponses",
|
||
|
"ASK A QUESTION" => "Poser une question"
|
||
|
);
|