mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/10631] Update extensions language file for some issues found
PHPBB3-10631
This commit is contained in:
parent
9cd0e09f5d
commit
e768d0066d
@ -42,20 +42,18 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'DETAILS' => 'Details',
|
||||
|
||||
'AVALIABLE' => 'Avaliable',
|
||||
'AVAILABLE' => 'Available',
|
||||
'ENABLED' => 'Enabled',
|
||||
'DISBALED' => 'Disabled',
|
||||
'DISABLED' => 'Disabled',
|
||||
'PURGED' => 'Purged',
|
||||
'DELETED' => 'Deleted',
|
||||
'UPLOADED' => 'Uploaded',
|
||||
|
||||
'ENABLE' => 'Enable',
|
||||
'DISABLE' => 'Disable',
|
||||
'PURGE' => 'Purge',
|
||||
'DELETE' => 'Delete',
|
||||
|
||||
'ENABLED' => 'Enabled',
|
||||
'DISABLED' => 'Disabled',
|
||||
'PURGED' => 'Purged',
|
||||
'DELETED' => 'Deleted',
|
||||
|
||||
'ENABLE_EXPLAIN' => 'Enabling an extension allows you to use it on your board.',
|
||||
'DISABLE_EXPLAIN' => 'Disabling an extension retains its files and settings but removes any functionality added by the extension.',
|
||||
'PURGE_EXPLAIN' => 'Purging an extension clears an extensions data while retaining its files.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user