<?php
$avail = array(
"ac" => "No match for",
"ac.uk" => "No such domain",
"aero" => "not registered",
"ag" => "NOT FOUND",
"am" => "No match",
"as" => "Domain Not Found",
"at" => "nothing found",
"au" => "No Data Found",
"au.com" => "No domains matched your search",
"be" => "Status: FREE",
"biz" => "Not found",
"br" => "No match for domain",
"ca" => "Status: AVAIL",
"cc" => "No match for",
"ch" => "We do not have an entry in our database matching your query",
"cl" => "no existe",
"cn" => "no matching record",
"com" => "Can't get information",
"coop" => "No domain records were found to match",
"cz" => "No data found",
"de" => "Status: free",
"dk" => "No entries found for the selected source",
"edu" => "No match for",
"ee" => "NOT FOUND",
"eu" => "Status: FREE",
"eu.org" => "No entries found for the selected source",
"fr" => "No entries found",
"gg" => "Domain not found in WHOIS database",
"gov.uk" => "No such domain",
"gs" => "is not registered",
"hk" => "Domain name not found",
"hm" => "(null)",
"hu" => "No match",
"ie" => "Not Registered",
"il" => "No data was found to match the request criteria",
"info" => "NOT FOUND",
"int" => "not found",
"io" => "No match for",
"ir" => "no entries found",
"is" => "No entries found",
"it" => "No entries found",
"je" => "Domain not found",
"ke" => "No match found",
"kr" => "not registered",
"li" => "We do not have an entry in our database matching your query",
"lt" => "No matches found",
"lu" => "No such domain",
"lv" => "Nothing found",
"ms" => "is not registered",
"museum" => "has not been delegated",
"mx" => "No Encontradas",
"name" => "No match",
"net" => "No match for",
"nl" => "is free",
"no" => "no matches",
"nu" => "NO MATCH",
"org" => "NOT FOUND",
"pl" => "No information about domain",
"re" => "No entries found",
"ro" => "No entries found",
"ru" => "No entries found",
"se" => "No data found",
"sg" => "NOMATCH",
"sh" => "No match for",
"si" => "No entries found",
"st" => "No entries found",
"tc" => "is not registered",
"th" => "No entries found ",
"tk" => "domain name not known",
"tm" => "No match for",
"to" => "No match for",
"tr" => "No match found for",
"tv" => "Whois information is not available for domain",
"tw" => "No Found",
"ua" => "No entries found for domain",
"ug" => "No entries found for the selected source",
"uk" => "This domain name has not been registered",
"us" => "Not found",
"vg" => "is not registered",
"ws" => "No match for",
);
?>