|
334 | 334 | 'notifyUser' => $notifyUser, |
335 | 335 | 'notifyEmail' => $notifyEmail, |
336 | 336 | 'csrfToken' => Token::getInstance($container->get('session'))->getTokenString('edit-faq'), |
337 | | - 'ad_entry_theme' => Translation::get('ad_entry_theme'), |
| 337 | + 'msgQuestion' => Translation::get('msgQuestion'), |
338 | 338 | 'msgNoHashAllowed' => Translation::get('msgNoHashAllowed'), |
339 | 339 | 'msgShowHelp' => Translation::get('msgShowHelp'), |
340 | 340 | 'ad_entry_content' => Translation::get('ad_entry_content'), |
|
375 | 375 | 'ad_entry_restricted_users' => Translation::get('ad_entry_restricted_users'), |
376 | 376 | 'userPermissionOptions' => $userHelper->getAllUserOptions($userPermission[0], true), |
377 | 377 | 'ad_entry_changelog' => Translation::get('ad_entry_changelog'), |
378 | | - 'ad_entry_date' => Translation::get('ad_entry_date'), |
| 378 | + 'msgDate' => Translation::get('msgDate'), |
379 | 379 | 'ad_entry_changed' => Translation::get('ad_entry_changed'), |
380 | 380 | 'ad_admin_notes_hint' => Translation::get('ad_admin_notes_hint'), |
381 | 381 | 'ad_admin_notes' => Translation::get('ad_admin_notes'), |
|
397 | 397 | 'ad_entry_new_revision' => Translation::get('ad_entry_new_revision'), |
398 | 398 | 'ad_gen_yes' => Translation::get('ad_gen_yes'), |
399 | 399 | 'ad_gen_no' => Translation::get('ad_gen_no'), |
400 | | - 'ad_entry_sticky' => Translation::get('ad_entry_sticky'), |
| 400 | + 'msgStickyFAQ' => Translation::get('msgStickyFAQ'), |
401 | 401 | 'ad_entry_allowComments' => Translation::get('ad_entry_allowComments'), |
402 | 402 | 'ad_entry_solution_id' => Translation::get('ad_entry_solution_id'), |
403 | 403 | 'nextSolutionId' => $faq->getNextSolutionId(), |
|
0 commit comments