mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/11150] Add missing language keys
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
9b69cd74ae
commit
0a809fb90e
@@ -89,6 +89,10 @@ $lang = array_merge($lang, array(
|
||||
'ACP_EXTENSION_MANAGEMENT' => 'Extension management',
|
||||
'ACP_EXTENSIONS' => 'Manage extensions',
|
||||
'ACP_EXTENSIONS_GALLERY' => 'Extensions gallery',
|
||||
'ACP_EXTENSIONS_INSTALL' => 'Install extensions',
|
||||
'ACP_EXTENSIONS_REMOVE' => 'Remove extensions',
|
||||
'ACP_EXTENSIONS_UPDATE' => 'Update extensions',
|
||||
'ACP_EXTENSIONS_MANAGE' => 'Manage extension automatically',
|
||||
|
||||
'ACP_FORUM_BASED_PERMISSIONS' => 'Forum based permissions',
|
||||
'ACP_FORUM_LOGS' => 'Forum logs',
|
||||
@@ -250,6 +254,7 @@ $lang = array_merge($lang, array(
|
||||
'COMPOSER_INSTALLING_PACKAGE' => ' - Installing %1$s (%2$s)',
|
||||
'COMPOSER_DELETING' => ' - Deleting %s',
|
||||
'COMPOSER_UPDATE_NOTHING' => 'Nothing to update',
|
||||
'COMPOSER_OUTPUT' => 'Composer output',
|
||||
|
||||
'CONFIG_UPDATED' => 'Configuration updated successfully.',
|
||||
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
|
||||
|
Reference in New Issue
Block a user