Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id: search.lang.php 2108 2006-08-18 04:22:55Z chris $
| * $Id: search.lang.php 3475 2007-11-10 15:37:58Z Tikitiki $
|
*/
$l['nav_search'] = "Search";
| */
$l['nav_search'] = "Search";
|
Zeile 61 | Zeile 61 |
---|
$l['error_minsearchlength'] = "One or more of your search terms were shorter than the minimum length. The minimum search term length is {1} characters.<br /><br />If you're trying to search for an entire phrase, enclose it within double quotes. For example \"The quick brown fox jumps over the lazy dog\"."; $l['error_nosearchresults'] = "Sorry, but no results were returned using the query information you provided. Please redefine your search terms and try again."; $l['error_no_search_support'] = "This database engine does not support searching.";
|
$l['error_minsearchlength'] = "One or more of your search terms were shorter than the minimum length. The minimum search term length is {1} characters.<br /><br />If you're trying to search for an entire phrase, enclose it within double quotes. For example \"The quick brown fox jumps over the lazy dog\"."; $l['error_nosearchresults'] = "Sorry, but no results were returned using the query information you provided. Please redefine your search terms and try again."; $l['error_no_search_support'] = "This database engine does not support searching.";
|
$l['error_nosearchterms'] = "You did not enter any search terms. At a minium, you must enter either some search terms or a username to search by.";
| $l['error_nosearchterms'] = "You did not enter any search terms. At a minimum, you must enter either some search terms or a username to search by."; $l['error_searchflooding_1'] = "Sorry, but you can only perform one search every {1} seconds. Please wait another 1 second before attempting to search again.";
|
$l['error_searchflooding'] = "Sorry, but you can only perform one search every {1} seconds. Please wait another {2} seconds before attempting to search again."; $l['error_invalidsearch'] = "An invalid search was specified. Please go back and try again."; ?>
| $l['error_searchflooding'] = "Sorry, but you can only perform one search every {1} seconds. Please wait another {2} seconds before attempting to search again."; $l['error_invalidsearch'] = "An invalid search was specified. Please go back and try again."; ?>
|