mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10631] Update extensions admin language
Added details page information, added a new line at end of file and removed some whitespace. PHPBB3-10631
This commit is contained in:
parent
8824ccb392
commit
29a9f3e70d
1 changed files with 31 additions and 23 deletions
|
@ -39,38 +39,38 @@ $lang = array_merge($lang, array(
|
||||||
'EXTENSIONS' => 'Extensions',
|
'EXTENSIONS' => 'Extensions',
|
||||||
'EXTENSIONS_ADMIN' => 'Extensions Admin',
|
'EXTENSIONS_ADMIN' => 'Extensions Admin',
|
||||||
'EXTENSIONS_EXPLAIN' => 'The Extensions Admin is a tool in your phpBB Board which allows you to manage all of your extensions. For more information about extensions please visit <a href="http://phpbb.com/mods/extensions/">this page</a> on phpBBs Offical Website.',
|
'EXTENSIONS_EXPLAIN' => 'The Extensions Admin is a tool in your phpBB Board which allows you to manage all of your extensions. For more information about extensions please visit <a href="http://phpbb.com/mods/extensions/">this page</a> on phpBBs Offical Website.',
|
||||||
|
|
||||||
'DETAILS' => 'Details',
|
'DETAILS' => 'Details',
|
||||||
|
|
||||||
'AVALIABLE' => 'Avaliable',
|
'AVALIABLE' => 'Avaliable',
|
||||||
'ENABLED' => 'Enabled',
|
'ENABLED' => 'Enabled',
|
||||||
'DISBALED' => 'Disabled',
|
'DISBALED' => 'Disabled',
|
||||||
|
|
||||||
'ENABLE' => 'Enable',
|
'ENABLE' => 'Enable',
|
||||||
'DISABLE' => 'Disable',
|
'DISABLE' => 'Disable',
|
||||||
'PURGE' => 'Purge',
|
'PURGE' => 'Purge',
|
||||||
'DELETE' => 'Delete',
|
'DELETE' => 'Delete',
|
||||||
|
|
||||||
'ENABLED' => 'Enabled',
|
'ENABLED' => 'Enabled',
|
||||||
'DISABLED' => 'Disabled',
|
'DISABLED' => 'Disabled',
|
||||||
'PURGED' => 'Purged',
|
'PURGED' => 'Purged',
|
||||||
'DELETED' => 'Deleted',
|
'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 keeps the files and data intact but is not working on your board.',
|
'DISABLE_EXPLAIN' => 'Disabling an extension keeps the files and data intact but is not working on your board.',
|
||||||
'PURGE_EXPLAIN' => 'Purging an extension keeps the files but not the data on your board.',
|
'PURGE_EXPLAIN' => 'Purging an extension keeps the files but not the data on your board.',
|
||||||
'DELETE_EXPLAIN' => 'Deleting an extension removes all traces of the extension except from your logs.',
|
'DELETE_EXPLAIN' => 'Deleting an extension removes all traces of the extension except from your logs.',
|
||||||
|
|
||||||
'ENABLE_SUCESS' => 'Your extension was enabled sucessfully',
|
'ENABLE_SUCESS' => 'Your extension was enabled sucessfully',
|
||||||
'DISABLE_SUCESS' => 'Your extension was disabled sucessfully',
|
'DISABLE_SUCESS' => 'Your extension was disabled sucessfully',
|
||||||
'PURGE_SUCESS' => 'Your extension was purged sucessfully',
|
'PURGE_SUCESS' => 'Your extension was purged sucessfully',
|
||||||
'DELETE_SUCESS' => 'Your extension was deleted sucessfully',
|
'DELETE_SUCESS' => 'Your extension was deleted sucessfully',
|
||||||
|
|
||||||
'ENABLE_FAIL' => 'Your extension could not be enabled',
|
'ENABLE_FAIL' => 'Your extension could not be enabled',
|
||||||
'DISABLE_FAIL' => 'Your extension could not be disabled',
|
'DISABLE_FAIL' => 'Your extension could not be disabled',
|
||||||
'PURGE_FAIL' => 'Your extension could not be purged',
|
'PURGE_FAIL' => 'Your extension could not be purged',
|
||||||
'DELETE_FAIL' => 'Your extension could not be deleted',
|
'DELETE_FAIL' => 'Your extension could not be deleted',
|
||||||
|
|
||||||
'EXTENSION_NAME' => 'Extension Name',
|
'EXTENSION_NAME' => 'Extension Name',
|
||||||
'EXTENSION_ACTIONS' => 'Actions',
|
'EXTENSION_ACTIONS' => 'Actions',
|
||||||
'EXTENSION_OPTIONS' => 'Options',
|
'EXTENSION_OPTIONS' => 'Options',
|
||||||
|
@ -79,22 +79,30 @@ $lang = array_merge($lang, array(
|
||||||
'DISABLE_CONFIRM' => 'Are your sure you wish to disable this extension?',
|
'DISABLE_CONFIRM' => 'Are your sure you wish to disable this extension?',
|
||||||
'PURGE_CONFIRM' => 'Are you sure you wish to purge (and not disable) this extension? This action will wipe the extension data on this board and is not reversible.',
|
'PURGE_CONFIRM' => 'Are you sure you wish to purge (and not disable) this extension? This action will wipe the extension data on this board and is not reversible.',
|
||||||
'DELETE_CONFIRM' => 'Are you sure you wish to delete (and not purge or disable) this extension? This action will remove the extension and all of its data from this board and is not reversible.',
|
'DELETE_CONFIRM' => 'Are you sure you wish to delete (and not purge or disable) this extension? This action will remove the extension and all of its data from this board and is not reversible.',
|
||||||
|
|
||||||
'WARNING' => 'Warning',
|
'WARNING' => 'Warning',
|
||||||
'RETURN' => 'Return',
|
'RETURN' => 'Return',
|
||||||
|
|
||||||
'' => '',
|
'EXT_DETAILS' => 'Extension Details',
|
||||||
'' => '',
|
'DISPLAY_NAME' => 'Display Name',
|
||||||
'' => '',
|
'CLEAN_NAME' => 'Clean Name',
|
||||||
'' => '',
|
'TYPE' => 'Type',
|
||||||
'' => '',
|
'DESCRIPTION' => 'Description',
|
||||||
'' => '',
|
'VERSION' => 'Version',
|
||||||
'' => '',
|
'HOMEPAGE' => 'Homepage',
|
||||||
'' => '',
|
'PATH' => 'File Path',
|
||||||
'' => '',
|
'TIME' => 'Release Time',
|
||||||
'' => '',
|
'LICENCE' => 'Licence',
|
||||||
'' => '',
|
|
||||||
'' => '',
|
'REQUIREMENTS' => 'Requirements',
|
||||||
|
'PHPBB_VERSION' => 'phpBB Version',
|
||||||
|
'PHP_VERSION' => 'php Version',
|
||||||
|
'AUTHOR_INFORMATION' => 'Author Information',
|
||||||
|
'AUTHOR_NAME' => 'Author Name',
|
||||||
|
'AUTHOR_USERNAME' => 'Author Username',
|
||||||
|
'AUTHOR_EMAIL' => 'Author Email',
|
||||||
|
'AUTHOR_HOMEPAGE' => 'Author Homepage',
|
||||||
|
'AUTHOR_ROLE' => 'Author Role',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue