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