[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:
Michael Cullum 2012-03-04 15:51:57 +00:00 committed by Unknown Bliss
parent 8824ccb392
commit 29a9f3e70d

View file

@ -83,18 +83,26 @@ $lang = array_merge($lang, array(
'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',
));
?>