Vergleich inc/languages/english/search.lang.php - 1.2.2 - 1.2.14

  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 2213 2006-09-10 22:49:42Z Tikitiki $

 * $Id: search.lang.php 3609 2008-01-26 18:19:44Z musicalmidget $

 */

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

 */

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

Zeile 39Zeile 39
$l['sort_asc'] = "ascending";
$l['sort_desc'] = "descending";
$l['sort_order'] = "order";

$l['sort_asc'] = "ascending";
$l['sort_desc'] = "descending";
$l['sort_order'] = "order";

 
$l['asc'] = "asc";
$l['desc'] = "desc";

$l['display_options'] = "Display Options";
$l['show_results_as'] = "Show Results as";
$l['show_results_threads'] = "threads";

$l['display_options'] = "Display Options";
$l['show_results_as'] = "Show Results as";
$l['show_results_threads'] = "threads";

Zeile 62Zeile 64
$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 minimum, you must enter either some search terms or a username to search by.";

$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 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.";
?>