diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-05-09 00:26:07 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-09 00:26:07 +0200 |
| commit | 3029f93000198908bddacb0079aae2d0ecda0c5d (patch) | |
| tree | fe46ab6c5c5fc08719cc89a758d99b1dc6ef7d7d /phpBB/language | |
| parent | a640a455f35ccec26a80e9f9de5693dbb9e71c85 (diff) | |
| download | forums-3029f93000198908bddacb0079aae2d0ecda0c5d.tar forums-3029f93000198908bddacb0079aae2d0ecda0c5d.tar.gz forums-3029f93000198908bddacb0079aae2d0ecda0c5d.tar.bz2 forums-3029f93000198908bddacb0079aae2d0ecda0c5d.tar.xz forums-3029f93000198908bddacb0079aae2d0ecda0c5d.zip | |
[ticket/12074] Don't log errors
PHPBB3-12074
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 2896ab4e36..8014ee64f1 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -780,19 +780,5 @@ $lang = array_merge($lang, array( 'LOG_EXT_ENABLE' => '<strong>Extension enabled</strong><br />» %s', 'LOG_EXT_DISABLE' => '<strong>Extension disabled</strong><br />» %s', - 'LOG_EXT_PURGE' => '<strong>Extension’s data deleted</strong><br />» %s', - - 'LOG_EXT_ENABLE_ERROR' => '<strong>Error while enabling an extension</strong><br />» %s', - 'LOG_EXT_DISABLE_ERROR' => '<strong>Error while disabling an extension</strong><br />» %s', - 'LOG_EXT_PURGE_ERROR' => '<strong>Error while deleted the data of an extension</strong><br />» %s', - - 'LOG_EXT_ENABLE_DIR_INVALID_ERROR' => '<strong>Error while enabling the extension "%s"</strong><br />» Invalid directory structure.', - 'LOG_EXT_ENABLE_NOT_AVAILABLE_ERROR' => '<strong>Error while enabling the extension "%s"</strong><br />» Extension unavailable for this board.', - 'LOG_EXT_ENABLE_ALREADY_ENABLED_ERROR' => '<strong>Error while enabling the extension "%s"</strong><br />» Extension already enabled.', - 'LOG_EXT_ENABLE_MIGRATION_ERROR' => '<strong>Error while enabling the extension "%s"</strong><br />» Migration error.', - - 'LOG_EXT_DISABLE_NOT_ENABLED_ERROR' => '<strong>Error while disabling the extension "%s"</strong><br />» Extension not enabled.', - - 'LOG_EXT_PURGE_ENABLED_ERROR' => '<strong>Error while deleting the data of the extension "%s"</strong><br />» Extension enabled.', - 'LOG_EXT_PURGE_MIGRATION_ERROR' => '<strong>Error while deleting the data of the extension "%s"</strong><br />» Migration error.', + 'LOG_EXT_PURGE' => '<strong>Extension’s data deleted</strong><br />» %s', )); |
