diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-11-03 00:29:35 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-11-08 01:20:01 +0100 |
commit | 05c97fd03c68edd65d1a73806a569d9011574804 (patch) | |
tree | 4180b7e0bfb283ee1fb882e5739185d3d3ad05e1 /phpBB/language/en | |
parent | 40fcc906a27072ff824b503017dac14c89181dbb (diff) | |
download | forums-05c97fd03c68edd65d1a73806a569d9011574804.tar forums-05c97fd03c68edd65d1a73806a569d9011574804.tar.gz forums-05c97fd03c68edd65d1a73806a569d9011574804.tar.bz2 forums-05c97fd03c68edd65d1a73806a569d9011574804.tar.xz forums-05c97fd03c68edd65d1a73806a569d9011574804.zip |
[ticket/11994] Fix more language
PHPBB3-11994
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index 7477324637..8279a68022 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -51,15 +51,15 @@ $lang = array_merge($lang, array( 'EXTENSION_DISABLE' => 'Disable', 'EXTENSION_ENABLE' => 'Enable', - 'EXTENSION_DELETE_DATA_EXPLAIN' => 'Deleting data of an extension removes all of its data and settings. The extension files are retained so it can be enabled again.', + 'EXTENSION_DELETE_DATA_EXPLAIN' => 'Deleting an extension’s data removes all of its data and settings. The extension files are retained so it can be enabled again.', 'EXTENSION_DISABLE_EXPLAIN' => 'Disabling an extension retains its files, data and settings but removes any functionality added by the extension.', 'EXTENSION_ENABLE_EXPLAIN' => 'Enabling an extension allows you to use it on your board.', - 'EXTENSION_DELETE_DATA_IN_PROGRESS' => 'The data of the extension is currently being deleted, please do not leave or refresh this page until it is completed.', - 'EXTENSION_DISABLE_IN_PROGRESS' => 'The extension is currently being disabled, please do not leave or refresh this page until it is completed.', - 'EXTENSION_ENABLE_IN_PROGRESS' => 'The extension is currently being enabled, please do not leave or refresh this page until it is completed.', + 'EXTENSION_DELETE_DATA_IN_PROGRESS' => 'The extension’s data is currently being deleted. Please do not leave or refresh this page until it is completed.', + 'EXTENSION_DISABLE_IN_PROGRESS' => 'The extension is currently being disabled. Please do not leave or refresh this page until it is completed.', + 'EXTENSION_ENABLE_IN_PROGRESS' => 'The extension is currently being enabled. Please do not leave or refresh this page until it is completed.', - 'EXTENSION_DELETE_DATA_SUCCESS' => 'The data of the extension was deleted successfully', + 'EXTENSION_DELETE_DATA_SUCCESS' => 'The extension’s data was deleted successfully', 'EXTENSION_DISABLE_SUCCESS' => 'The extension was disabled successfully', 'EXTENSION_ENABLE_SUCCESS' => 'The extension was enabled successfully', @@ -67,7 +67,7 @@ $lang = array_merge($lang, array( 'EXTENSION_ACTIONS' => 'Actions', 'EXTENSION_OPTIONS' => 'Options', - 'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete all data of the “%s” extension? This cannot be undone!', + 'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete the data associated with “%s”?<br /><br />This removes all of its data and settings and cannot be undone!', 'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?', 'EXTENSION_ENABLE_CONFIRM' => 'Are you sure that you wish to enable the “%s” extension?', |