mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/15289] Update acp module
PHPBB3-15289
This commit is contained in:
@@ -178,6 +178,9 @@ $lang = array_merge($lang, array(
|
||||
'ACP_SERVER_SETTINGS' => 'Server settings',
|
||||
'ACP_SIGNATURE_SETTINGS' => 'Signature settings',
|
||||
'ACP_SMILIES' => 'Smilies',
|
||||
|
||||
'ACP_STORAGE_SETTINGS' => 'Storage settings',
|
||||
|
||||
'ACP_STYLE_MANAGEMENT' => 'Style management',
|
||||
'ACP_STYLES' => 'Styles',
|
||||
'ACP_STYLES_CACHE' => 'Purge Cache',
|
||||
|
@@ -37,4 +37,15 @@ if (empty($lang) || !is_array($lang))
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'STORAGE_TITLE' => 'Storage Settings',
|
||||
'STORAGE_TITLE_EXPLAIN' => 'Here you can change the storage.',
|
||||
'STORAGE_SELECT' => 'Select storage',
|
||||
'STORAGE_SELECT_DESC' => 'Select an storage from the list.',
|
||||
|
||||
'STORAGE_ATTACHMENT_TITLE' => 'Attachments storage',
|
||||
'STORAGE_AVATAR_TITLE' => 'Avatars storage',
|
||||
'STORAGE_BACKUP_TITLE' => 'Backup storage',
|
||||
|
||||
'STORAGE_ADAPTER_LOCAL_NAME' => 'Local',
|
||||
|
||||
));
|
||||
|
Reference in New Issue
Block a user