diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-29 13:05:03 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-29 13:05:03 +0000 |
| commit | c45feb1347067e5796b0d46b5dce5f407cac5445 (patch) | |
| tree | 40fd2e2dec09deea571aeea002eb5797b85ad02b /phpBB/language | |
| parent | 9f26525a7666d737349758d8b122ad97ddb6c673 (diff) | |
| download | forums-c45feb1347067e5796b0d46b5dce5f407cac5445.tar forums-c45feb1347067e5796b0d46b5dce5f407cac5445.tar.gz forums-c45feb1347067e5796b0d46b5dce5f407cac5445.tar.bz2 forums-c45feb1347067e5796b0d46b5dce5f407cac5445.tar.xz forums-c45feb1347067e5796b0d46b5dce5f407cac5445.zip | |
Fix for 'bug' #484650
git-svn-id: file:///svn/phpbb/trunk@1479 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/lang_english/lang_main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index a0faa176bb..ace3926159 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -671,7 +671,8 @@ $lang['Sort_Author'] = "Author"; $lang['Sort_Forum'] = "Forum"; $lang['Display_results'] = "Display results as"; -$lang['All'] = "All"; +$lang['All_available'] = "All available"; +$lang['No_searchable_forums'] = "You do not have permissions to search any forum on this site"; $lang['No_search_match'] = "No topics or posts met your search criteria"; $lang['Found_search_match'] = "Search found %d match"; // eg. Search found 1 match |
