From 9cd0e09f5deba03ee0e5d329f5ff126006fd4c9c Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Fri, 9 Mar 2012 18:09:38 +0000 Subject: [ticket/10631] Rename language file to extensions.php PHPBB3-10631 --- phpBB/language/en/acp/customisations.php | 106 ------------------------------- phpBB/language/en/acp/extensions.php | 106 +++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+), 106 deletions(-) delete mode 100644 phpBB/language/en/acp/customisations.php create mode 100644 phpBB/language/en/acp/extensions.php (limited to 'phpBB') diff --git a/phpBB/language/en/acp/customisations.php b/phpBB/language/en/acp/customisations.php deleted file mode 100644 index e20806eac2..0000000000 --- a/phpBB/language/en/acp/customisations.php +++ /dev/null @@ -1,106 +0,0 @@ - 'Extension', - '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 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.', - 'DELETE_EXPLAIN' => 'Deleting an extension removes all of its files and settings. Log entries will remain, although any language variables added by the extension will not be available.', - - 'ENABLE_SUCESS' => 'The extension was enabled sucessfully', - 'DISABLE_SUCESS' => 'The extension was disabled sucessfully', - 'PURGE_SUCESS' => 'The extension was purged sucessfully', - 'DELETE_SUCESS' => 'The extension was deleted sucessfully', - - 'ENABLE_FAIL' => 'The extension could not be enabled', - 'DISABLE_FAIL' => 'The extension could not be disabled', - 'PURGE_FAIL' => 'The extension could not be purged', - 'DELETE_FAIL' => 'The extension could not be deleted', - - 'EXTENSION_NAME' => 'Extension Name', - 'EXTENSION_ACTIONS' => 'Actions', - 'EXTENSION_OPTIONS' => 'Options', - - 'ENABLE_CONFIRM' => 'Are you sure you wish to enable this extension?', - 'DISABLE_CONFIRM' => 'Are your sure you wish to disable this extension?', - 'PURGE_CONFIRM' => 'Are you sure you wish to purge this extensions data? This cannot be undone.', - 'DELETE_CONFIRM' => 'Are you sure you wish to data this extensions files and clear its data? This cannot be undone.', - - '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', -)); diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php new file mode 100644 index 0000000000..e20806eac2 --- /dev/null +++ b/phpBB/language/en/acp/extensions.php @@ -0,0 +1,106 @@ + 'Extension', + '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 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.', + 'DELETE_EXPLAIN' => 'Deleting an extension removes all of its files and settings. Log entries will remain, although any language variables added by the extension will not be available.', + + 'ENABLE_SUCESS' => 'The extension was enabled sucessfully', + 'DISABLE_SUCESS' => 'The extension was disabled sucessfully', + 'PURGE_SUCESS' => 'The extension was purged sucessfully', + 'DELETE_SUCESS' => 'The extension was deleted sucessfully', + + 'ENABLE_FAIL' => 'The extension could not be enabled', + 'DISABLE_FAIL' => 'The extension could not be disabled', + 'PURGE_FAIL' => 'The extension could not be purged', + 'DELETE_FAIL' => 'The extension could not be deleted', + + 'EXTENSION_NAME' => 'Extension Name', + 'EXTENSION_ACTIONS' => 'Actions', + 'EXTENSION_OPTIONS' => 'Options', + + 'ENABLE_CONFIRM' => 'Are you sure you wish to enable this extension?', + 'DISABLE_CONFIRM' => 'Are your sure you wish to disable this extension?', + 'PURGE_CONFIRM' => 'Are you sure you wish to purge this extensions data? This cannot be undone.', + 'DELETE_CONFIRM' => 'Are you sure you wish to data this extensions files and clear its data? This cannot be undone.', + + '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', +)); -- cgit v1.2.1