mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-01 03:54:56 +02: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',
|
'DETAILS' => 'Details',
|
||||||
|
|
||||||
'AVALIABLE' => 'Avaliable',
|
'AVAILABLE' => 'Available',
|
||||||
'ENABLED' => 'Enabled',
|
'ENABLED' => 'Enabled',
|
||||||
'DISBALED' => 'Disabled',
|
'DISABLED' => 'Disabled',
|
||||||
|
'PURGED' => 'Purged',
|
||||||
|
'DELETED' => 'Deleted',
|
||||||
|
'UPLOADED' => 'Uploaded',
|
||||||
|
|
||||||
'ENABLE' => 'Enable',
|
'ENABLE' => 'Enable',
|
||||||
'DISABLE' => 'Disable',
|
'DISABLE' => 'Disable',
|
||||||
'PURGE' => 'Purge',
|
'PURGE' => 'Purge',
|
||||||
'DELETE' => 'Delete',
|
'DELETE' => 'Delete',
|
||||||
|
|
||||||
'ENABLED' => 'Enabled',
|
|
||||||
'DISABLED' => 'Disabled',
|
|
||||||
'PURGED' => 'Purged',
|
|
||||||
'DELETED' => 'Deleted',
|
|
||||||
|
|
||||||
'ENABLE_EXPLAIN' => 'Enabling an extension allows you to use it on your board.',
|
'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.',
|
'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.',
|
'PURGE_EXPLAIN' => 'Purging an extension clears an extensions data while retaining its files.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user