diff --git a/phpBB/language/en/acp/customisations.php b/phpBB/language/en/acp/customisations.php index 7ba463bc81..e45fcb843d 100644 --- a/phpBB/language/en/acp/customisations.php +++ b/phpBB/language/en/acp/customisations.php @@ -39,38 +39,38 @@ $lang = array_merge($lang, array( 'EXTENSIONS' => 'Extensions', '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 this page on phpBBs Offical Website.', - + 'DETAILS' => 'Details', - + 'AVALIABLE' => 'Avaliable', 'ENABLED' => 'Enabled', 'DISBALED' => 'Disabled', - + '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 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.', 'DELETE_EXPLAIN' => 'Deleting an extension removes all traces of the extension except from your logs.', - + 'ENABLE_SUCESS' => 'Your extension was enabled sucessfully', 'DISABLE_SUCESS' => 'Your extension was disabled sucessfully', 'PURGE_SUCESS' => 'Your extension was purged sucessfully', 'DELETE_SUCESS' => 'Your extension was deleted sucessfully', - + 'ENABLE_FAIL' => 'Your extension could not be enabled', 'DISABLE_FAIL' => 'Your extension could not be disabled', 'PURGE_FAIL' => 'Your extension could not be purged', 'DELETE_FAIL' => 'Your extension could not be deleted', - + 'EXTENSION_NAME' => 'Extension Name', 'EXTENSION_ACTIONS' => 'Actions', 'EXTENSION_OPTIONS' => 'Options', @@ -79,22 +79,30 @@ $lang = array_merge($lang, array( '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.', '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', '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', )); -?> \ No newline at end of file +?>