diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-06-26 00:51:13 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-04-07 13:48:18 +0200 |
commit | a9ad99302a723cd00725f57b27e9d85303d48e5a (patch) | |
tree | 52475651280e01d30c1297226551f05c7f6dd5f9 /phpBB/language/en/install.php | |
parent | 0b85dded29b87feb09449d5a12388ccb23e9d1f2 (diff) | |
download | forums-a9ad99302a723cd00725f57b27e9d85303d48e5a.tar forums-a9ad99302a723cd00725f57b27e9d85303d48e5a.tar.gz forums-a9ad99302a723cd00725f57b27e9d85303d48e5a.tar.bz2 forums-a9ad99302a723cd00725f57b27e9d85303d48e5a.tar.xz forums-a9ad99302a723cd00725f57b27e9d85303d48e5a.zip |
[ticket/9684] Move currently existing GAs to a selectable forum while updating.
PHPBB3-9684
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 021f5eccb0..35fe28d8b5 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -323,6 +323,7 @@ $lang = array_merge($lang, array( 'SERVER_CONFIG' => 'Server configuration', 'SEARCH_INDEX_UNCONVERTED' => 'Search index was not converted', 'SEARCH_INDEX_UNCONVERTED_EXPLAIN' => 'Your old search index was not converted. Searching will always yield an empty result. To create a new search index go to the Administration Control Panel, select Maintenance and then choose Search index from the submenu.', + 'SELECT_FORUM_GA' => 'In phpBB 3.1 the global announcements are linked to forums. Select a forum for your current global announcements (can be moved later):', 'SOFTWARE' => 'Board software', 'SPECIFY_OPTIONS' => 'Specify conversion options', 'STAGE_ADMINISTRATOR' => 'Administrator details', |