5 lines
117 B
PHP
5 lines
117 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Questions and Answers" => "Vraag en Antwoord",
|
||
|
"ASK A QUESTION" => "Stel een vraag"
|
||
|
);
|