aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-11 13:23:41 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-11 13:30:13 +0200
commit192bb74e3c5990535f592e69a8abb8dae1389be9 (patch)
treefb5d3882fb56abf93c79bd1b7491b63436dbaa34 /phpBB/language/en/acp
parenteaa45524129d434280ea5298fd08db8fd756297b (diff)
downloadforums-192bb74e3c5990535f592e69a8abb8dae1389be9.tar
forums-192bb74e3c5990535f592e69a8abb8dae1389be9.tar.gz
forums-192bb74e3c5990535f592e69a8abb8dae1389be9.tar.bz2
forums-192bb74e3c5990535f592e69a8abb8dae1389be9.tar.xz
forums-192bb74e3c5990535f592e69a8abb8dae1389be9.zip
[ticket/12527] Use a proper language string on confirm screen
PHPBB3-12527
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r--phpBB/language/en/acp/language.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php
index a52f47bd8d..d69cdac08c 100644
--- a/phpBB/language/en/acp/language.php
+++ b/phpBB/language/en/acp/language.php
@@ -38,13 +38,15 @@ $lang = array_merge($lang, array(
'ACP_FILES' => 'Admin language files',
'ACP_LANGUAGE_PACKS_EXPLAIN' => 'Here you are able to install/remove language packs. The default language pack is marked with an asterisk (*).',
- 'INSTALLED_LANGUAGE_PACKS' => 'Installed language packs',
+ 'DELETE_LANGUAGE_CONFIRM' => 'Are you sure you wish to delete “%s”?',
+
+ 'INSTALLED_LANGUAGE_PACKS' => 'Installed language packs',
'LANGUAGE_DETAILS_UPDATED' => 'Language details successfully updated.',
'LANGUAGE_PACK_ALREADY_INSTALLED' => 'This language pack is already installed.',
- 'LANGUAGE_PACK_DELETED' => 'The language pack <strong>%s</strong> has been removed successfully. All users using this language have been reset to the boards default language.',
+ 'LANGUAGE_PACK_DELETED' => 'The language pack “%s” has been removed successfully. All users using this language have been reset to the boards default language.',
'LANGUAGE_PACK_DETAILS' => 'Language pack details',
- 'LANGUAGE_PACK_INSTALLED' => 'The language pack <strong>%s</strong> has been successfully installed.',
+ 'LANGUAGE_PACK_INSTALLED' => 'The language pack “%s” has been successfully installed.',
'LANGUAGE_PACK_CPF_UPDATE' => 'The custom profile fields’ language strings were copied from the default language. Please change them if necessary.',
'LANGUAGE_PACK_ISO' => 'ISO',
'LANGUAGE_PACK_LOCALNAME' => 'Local name',