Vergleich inc/languages/english/search.lang.php - 1.2.0 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 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 2213 2006-09-10 22:49:42Z Tikitiki $

 */

$l['nav_search'] = "Search";

 */

$l['nav_search'] = "Search";

Zeile 61Zeile 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'] = "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.";
?>