1
0
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:
Michael Cullum 2012-03-09 18:12:45 +00:00 committed by Unknown Bliss
parent 9cd0e09f5d
commit e768d0066d

View File

@ -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.',