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
|
@ -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',
|
||||
));
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue