diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-23 17:05:03 -0500 |
---|---|---|
committer | Unknown Bliss <m@michaelcullum.com> | 2012-09-01 15:05:30 +0100 |
commit | 2273ae2b34071160ff930ca8d49326b8dd308899 (patch) | |
tree | b6adadb73d0617ea2bc738f8d3426ca334927dfc /phpBB/language/en/acp/extensions.php | |
parent | 9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe (diff) | |
download | forums-2273ae2b34071160ff930ca8d49326b8dd308899.tar forums-2273ae2b34071160ff930ca8d49326b8dd308899.tar.gz forums-2273ae2b34071160ff930ca8d49326b8dd308899.tar.bz2 forums-2273ae2b34071160ff930ca8d49326b8dd308899.tar.xz forums-2273ae2b34071160ff930ca8d49326b8dd308899.zip |
[ticket/10631] Remove references to delete extension
PHPBB3-10631
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index a16e13d979..903ec249a8 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -48,13 +48,11 @@ $lang = array_merge($lang, array( 'ENABLED' => 'Enabled', 'DISABLED' => 'Disabled', 'PURGED' => 'Purged', - 'DELETED' => 'Deleted', 'UPLOADED' => 'Uploaded', 'ENABLE' => 'Enable', 'DISABLE' => 'Disable', 'PURGE' => 'Purge', - 'DELETE' => 'Delete', '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.', @@ -67,12 +65,10 @@ $lang = array_merge($lang, array( 'ENABLE_SUCCESS' => 'The extension was enabled successfully', 'DISABLE_SUCCESS' => 'The extension was disabled successfully', 'PURGE_SUCCESS' => 'The extension was purged successfully', - 'DELETE_SUCCESS' => 'The extension was deleted successfully', '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', @@ -81,7 +77,6 @@ $lang = array_merge($lang, array( 'ENABLE_CONFIRM' => 'Are you sure that you wish to enable this extension?', 'DISABLE_CONFIRM' => 'Are you sure that you wish to disable this extension?', 'PURGE_CONFIRM' => 'Are you sure that you wish to purge this extension's data? This will remove all settings stored for this extension and cannot be undone!', - 'DELETE_CONFIRM' => 'Are you sure that you wish to data this extension's files and clear its data? This cannot be undone.', 'WARNING' => 'Warning', 'RETURN' => 'Return', |