diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-05 12:56:53 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-05 12:56:53 +0000 |
| commit | c640a5175509686ccb6e05c793a4a0332e45ae04 (patch) | |
| tree | b375511de1f8de094e3403d011164fd989833d6c /phpBB/language | |
| parent | 64e4e4aaae93936cd2c2729fe8cbe344cacbbafb (diff) | |
| download | forums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar forums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar.gz forums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar.bz2 forums-c640a5175509686ccb6e05c793a4a0332e45ae04.tar.xz forums-c640a5175509686ccb6e05c793a4a0332e45ae04.zip | |
Add search interval check, correct a couple of errors
git-svn-id: file:///svn/phpbb/trunk@4530 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 3ef4ec1818..f1aaf7e00d 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -1151,6 +1151,7 @@ $lang += array( 'POST_CHARACTERS' => 'characters of posts', 'SEARCH_PREVIOUS' => 'Search previous', 'RECENT_SEARCHES' => 'Recent searches', + 'NO_RECENT_SEARCHES' => 'No searches have been carried out recently', 'RESULT_DAYS' => 'Limit results to previous', 'RESULT_SORT' => 'Sort results by', 'RESULT_DIR' => 'Order results', @@ -1168,6 +1169,7 @@ $lang += array( 'ALL_RESULTS' => 'All results', 'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.', + 'NO_SEARCH_TIME' => 'Sorry but you cannot use search at this time. Please try again in a few minutes.', 'NO_SEARCH_RESULTS' => 'No suitable matches were found.', 'FOUND_SEARCH_MATCH' => 'Search found %d match', 'FOUND_SEARCH_MATCHES' => 'Search found %d matches', |
