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 “%s”. The search took %s seconds to complete.",
"search_noresults" => "No results were found for “%s”.",
"search_spelling" => "Did you mean %s?",
"search_pages" => "Search result pages: ",
"search_again" => "Please search again using different terms.",
);
?>