Project Description:
i would like someone to parse the local language menus from each of the google country specific domains.
and recunstruct the list into the below file structure.
domains domain to country list can be found here
http://labnol.blogspot.co.il/2006/02/official-google-domain-names-of-all.html
http://www.sharingmyopinion.com/2009/05/googles-country-specific-domains.html
here is a sample of the file structure.
<?php
/*For french (country codes that use french as default)*/
$lang_keyword['bi'] =$lang_keyword['sn']=$lang_keyword['cd']=$lang_keyword['cg']=$lang_keyword['ci']=$lang_keyword['dj']=$lang_keyword['fr']=$lang_keyword['ma']=
$lang_keyword['ht']=array(
"Images" =>"images",
"Maps" =>"cartes",
"News" =>"Nouvelles",
"Videos" =>"vidéos",
"Shopping" =>"commercial",
"Youtube" =>"Youtube",
"Fewer" =>"moins" ,
"More" =>"Plus",
"Login" =>"Connexion",
"Register" =>"S'enregistrer",
"Forgot" =>"Mot",
"Password" =>"Mot de passe",
"Jaamla" =>"Jaamla",
"Features" =>"caractéristiques",
"Solutions" =>"solutions",
"Google Search" =>"Google Recherche",
"I'm Feeling Lucky" =>"solutions",
"search offered in" =>"recherche offertes dans",
"About Google"=> "À propos de Google");
/*For english*/
$lang_keyword['en']=$lang_keyword['in']=array(
"Search" =>"Search",
"Images" =>"Images",
"Maps" =>"Maps",
"News" =>"News",
"Videos" =>"Videos",
"Shopping" =>"Shopping",
"Youtube" => "Youtube",
"Fewer" =>"Fewer" ,
"More" =>"More",
"Login" =>"Login",
"Register" =>"Register",
"Forgot" =>"Forgot",
"Password" =>"Password",
"Jaamla" =>"Jaamla",
"Features" =>"Features",
"Solutions" =>"Solutions",
"Google Search" =>"Google Search",
"I'm Feeling Lucky" =>"I'm Feeling Lucky",
"search offered in" =>"search offered in",
"About Google"=> "About Google");
?>
i also need another file that will contain arrays list of alternative lanuages google offers in each country specific domain
"search offered in" XYZ
budject $30
Thanks