diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-11-17 12:46:00 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-11-17 12:46:00 -0500 |
commit | ff91c037c9ff575a6085c43406fa68f351842792 (patch) | |
tree | d42ebb769d5be308562803676fd9d1d64200b703 /phpBB/language/en/acp/language.php | |
parent | 512aee5124c04bed2b20f416796b30fdf1101c02 (diff) | |
parent | aeb896399c430e772d5489c981d9ccae603451e7 (diff) | |
download | forums-ff91c037c9ff575a6085c43406fa68f351842792.tar forums-ff91c037c9ff575a6085c43406fa68f351842792.tar.gz forums-ff91c037c9ff575a6085c43406fa68f351842792.tar.bz2 forums-ff91c037c9ff575a6085c43406fa68f351842792.tar.xz forums-ff91c037c9ff575a6085c43406fa68f351842792.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10157] Add notification to update cpfs when installing a language.
Diffstat (limited to 'phpBB/language/en/acp/language.php')
-rw-r--r-- | phpBB/language/en/acp/language.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index 8d57c2f3ce..790997e8a6 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', |