aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-10-29 23:04:18 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-11-17 10:28:16 +0100
commitb2b057910e57961b3d31432267fadb4ddc922783 (patch)
treed0719a86ee2c21848475d3d060b9d9e065197d61 /phpBB/language
parent86f8851c403bb9f31b43a9656e844e5c925da19a (diff)
downloadforums-b2b057910e57961b3d31432267fadb4ddc922783.tar
forums-b2b057910e57961b3d31432267fadb4ddc922783.tar.gz
forums-b2b057910e57961b3d31432267fadb4ddc922783.tar.bz2
forums-b2b057910e57961b3d31432267fadb4ddc922783.tar.xz
forums-b2b057910e57961b3d31432267fadb4ddc922783.zip
[ticket/10157] Add notification to update cpfs when installing a language.
We currently just copy the language-strings from the default language. But the admin should be reminded to change them. PHPBB3-10157
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/language.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php
index 4d11309ebb..dde4e3d722 100644
--- a/phpBB/language/en/acp/language.php
+++ b/phpBB/language/en/acp/language.php
@@ -59,6 +59,7 @@ $lang = array_merge($lang, array(
'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_DETAILS' => 'Language pack details',
'LANGUAGE_PACK_INSTALLED' => 'The language pack <strong>%s</strong> 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',
'LANGUAGE_PACK_NAME' => 'Name',