mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/7717] Localise default extension groups for attachments
PHPBB3-7717
This commit is contained in:
committed by
Nils Adermann
parent
03d50a2e83
commit
58dc5a191c
@@ -85,7 +85,7 @@ $lang = array_merge($lang, array(
|
||||
'DISPLAY_INLINED_EXPLAIN' => 'If set to No image attachments will show as a link.',
|
||||
'DISPLAY_ORDER' => 'Attachment display order',
|
||||
'DISPLAY_ORDER_EXPLAIN' => 'Display attachments ordered by time.',
|
||||
|
||||
|
||||
'EDIT_EXTENSION_GROUP' => 'Edit extension group',
|
||||
'EXCLUDE_ENTERED_IP' => 'Enable this to exclude the entered IP/hostname.',
|
||||
'EXCLUDE_FROM_ALLOWED_IP' => 'Exclude IP from allowed IPs/hostnames',
|
||||
@@ -97,6 +97,16 @@ $lang = array_merge($lang, array(
|
||||
'EXTENSION_GROUP_DELETED' => 'Extension group successfully deleted.',
|
||||
'EXTENSION_GROUP_EXIST' => 'The extension group %s already exists.',
|
||||
|
||||
'EXT_GROUP_ARCHIVES' => 'Archives',
|
||||
'EXT_GROUP_DOCUMENTS' => 'Documents',
|
||||
'EXT_GROUP_DOWNLOADABLE_FILES' => 'Downloadable Files',
|
||||
'EXT_GROUP_FLASH_FILES' => 'Flash Files',
|
||||
'EXT_GROUP_IMAGES' => 'Images',
|
||||
'EXT_GROUP_PLAIN_TEXT' => 'Plain Text',
|
||||
'EXT_GROUP_QUICKTIME_MEDIA' => 'Quicktime Media',
|
||||
'EXT_GROUP_REAL_MEDIA' => 'Real Media',
|
||||
'EXT_GROUP_WINDOWS_MEDIA' => 'Windows Media',
|
||||
|
||||
'GO_TO_EXTENSIONS' => 'Go to extension management screen',
|
||||
'GROUP_NAME' => 'Group name',
|
||||
|
||||
|
Reference in New Issue
Block a user