There's no ending parenthesis and semicolon ); in your code. And like I said, what you should be changing are the values in front of it, not the key..... So it should be:
$QA_CONST_PATH_MAP = array(
'questions' => 'intrebari',
'categories' => 'categorii',
'users' => 'utilizatori',
'user' => 'utilizator',
);