HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/www/archive/demo/search/lang/en.php
<?php

///////////////////////////////////////////////////////////////
// Local Site Search Language File
//
// NOTE: leave all parts marked with %s intact; the %s represents 
//       a marker (or spot) where a numeric value, or string value will be inserted
//       For example: 	%s of %s pages
// 		 Replacement: 	1 of 4 pages
//       Or, example: 	Did you mean to search for %s?
// 		 Replacement: 	Did you mean to search for example?

// Author: 		David Wilson
// Version: 	v1.1.1
// Date:		October 26th, 2006

$language = array(
	"search" 			=> "Search",
	"results"			=> "Results",
	"fail_attempt"		=> "Search attempt %s failed to complete.",
	"fail_search"		=> "Your request was not completed successfully, please retry your search.",
	"fail_title"		=> "Search Error(s):",
	"search_details"	=> "Search results %s of %s of approximately %s for &ldquo;%s&rdquo;.  The search took %s seconds to complete.",
	"search_noresults"	=> "No results were found for &ldquo;%s&rdquo;.",
	"search_spelling"	=> "Did you mean %s?",
	"search_pages"		=> "Search result pages: ",
	"search_again"		=> "Please search again using different terms.",
	);

?>