<!--
//pocano scripting localization file 
//variable Localized[][] used in pscom
//(c)2004 all rights reserved

//localizations
s="_";//separator
Localized=new Array();
dList=new Array();//displaylist

//localitzation for eng(lish)
l="eng";
Localized[l]=new Array();
Localized[l]['seprt']=s;
Localized[l]['free']="free plug-ins_grab'em, they're free_get the freebies_free instant coffe_free coffein";
Localized[l]['pack1']="plug-in package_collection o' plugs";
Localized[l]['copyrt']="copyright notice_copyright and disclaimer_copyright";
Localized[l]['contact']="contact_drop a mail_get in touch";
Localized[l]['home']="home_the starting page_the start";
Localized[l]['downloads']="download area_downloads_download them plugs_go get 'em";
Localized[l]['pricing']="pricing_price_come on, they're cheap_the costs_well, not much....";
Localized[l]['langeng']="english_do you speak english_read in english";
Localized[l]['langdeu']="deutsch_german_do you speak german_read in german_sprechen sie deutsch_auf deutsch";

dList[l]="free_pack1_copyrt_contact_home_downloads_pricing_langeng_langdeu";

psInitLocal(l,s);

//-->
