1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11150] Add missing language keys

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-15 14:24:06 +02:00
committed by Tristan Darricau
parent 9b69cd74ae
commit 0a809fb90e
6 changed files with 37 additions and 8 deletions

View File

@@ -566,7 +566,7 @@ class acp_extensions
$this->template->assign_vars(array(
'MESSAGE_TITLE' => $language->lang('ACP_EXTENSIONS_MANAGE'),
'MESSAGE_TEXT' => $language->lang('EXTENSION_MANAGED') . adm_back_link($this->u_action),
'MESSAGE_TEXT' => $language->lang('EXTENSION_MANAGED_SUCCESS', $extension) . adm_back_link($this->u_action),
'MESSAGE_DETAIL' => $composer_io->getOutput(),
'MESSAGE_DETAIL_LEGEND' => $language->lang('COMPOSER_OUTPUT'),
'S_USER_NOTICE' => true,
@@ -642,6 +642,7 @@ class acp_extensions
'purge_on_remove' => $this->config['exts_composer_purge_on_remove'],
'repositories' => unserialize($this->config['exts_composer_repositories']),
]);
$this->template->assign_var('enabled', $this->manager->check_requirements());
$this->request->disable_super_globals();
add_form_key('gallery_settings');