function MessagesResources() {
this.localeMessages = new (Array)();
this.getMessage = function(_key,_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6,_arg7,_arg8) {
var finalMessage = _proxy_jslib_handle(this.localeMessages, (_key), 0, 0);
if(_arg0) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{0}",_arg0);
if(_arg1) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{1}",_arg1);
if(_arg2) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{2}",_arg2);
if(_arg3) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{3}",_arg3);
if(_arg4) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{4}",_arg4);
if(_arg5) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{5}",_arg5);
if(_arg6) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{6}",_arg6);
if(_arg7) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{7}",_arg7);
if(_arg8) finalMessage = _proxy_jslib_handle(finalMessage, 'replace', '', 1, 0)("{8}",_arg8);
return finalMessage;
}
this.addMessage = function(_key,_msg) {
_proxy_jslib_assign('', this.localeMessages, (_key), '=', ( _msg));
}
}
// Create Element
var resources = new (MessagesResources)();
// add messages
resources.addMessage("searchResults.prefshowcase.title1","Performers Showcase - Latest Recordings");
resources.addMessage("popup.pluginNewVerUpgrade.newVerAvailTxt","A new version of the kSolo Recorder is now available to download. This version includes the following new features:");
resources.addMessage("popup.pluginNewVerUpgrade.wantUpgradeNow1","Would you like the upgrade now?");
resources.addMessage("popup.pluginNewVerUpgrade.wantUpgradeNow2","You need to upgrade your Recorder to the latest version in order to continue enjoying the site. Please click Ok in order to upgrade.");
resources.addMessage("popup.pluginNewVerUpgrade.btnTxtYes","Yes");
resources.addMessage("popup.pluginNewVerUpgrade.btnTxtLater","Later");
resources.addMessage("popup.pluginNewVerUpgrade.btnTxtOk","Ok");
resources.addMessage("popup.pluginNewVerUpgrade.numOfDayToCheckAgain","7");
resources.addMessage("errors.email","Insert your accurate null.");
resources.addMessage("popup.close","Close");
resources.addMessage("afteroperation.addtolibrary.ok","The original song was successfully added to your library.");
resources.addMessage("afteroperation.success","Your settings were successfully updated.");
//for bulletin feature
resources.addMessage("bulletin.songs.blogThis","Blog / Bulletin This");
resources.addMessage("bulletin.songs.leaveFeedback","Rate & Feedback");
resources.addMessage("bulletin.songs.shareWithFriends","Share with Friends");
resources.addMessage("bulletin.songs.songUrl","Song URL");
resources.addMessage("bulletin.songs.songCode","Song Code");
resources.addMessage("bulletin.songs.tooltip.bulletinLinkBlogThis","Post this to your blog/bulletin");
resources.addMessage("bulletin.songs.tooltip.bulletinLinkLeaveFeedback","Leave feedback on this song");
resources.addMessage("bulletin.songs.tooltip.bulletinLinkShareWithFriends","Share this with your friends");
resources.addMessage("bulletin.songs.tooltip.songUrl","Send this URL to your friends");
resources.addMessage("bulletin.songs.tooltip.songCode","Add this code to your profile");
resources.addMessage("bulletin.recordings.checkout","Check out !!my!! new recordings!!");
resources.addMessage("bulletin.recording.checkout","Check out !!my!! new recording!!");
resources.addMessage("bulletin.songs.checkout","Check out this song!!");
resources.addMessage("bulletin.recording.songUrl","Recording URL");
resources.addMessage("bulletin.recording.songCode","Recording Code");
resources.addMessage("bulletin.recordings.body","Check out !!my!! recordings and let me know what you think!");
resources.addMessage("bulletin.recording.body","Check out !!my!! recording and let me know what you think!");
resources.addMessage("bulletin.songs.body","Check out this cool song and sing your heart out!");
resources.addMessage("bulletin.recordings.private.err","Private recordings cannot be bulletined or blogged");
//for captcha feature
resources.addMessage("captcha.imageUrl","http://security.myspace.com/captcha/captcha.aspx");
resources.addMessage("captcha.info1","Verification: Enter the text from the image below");
resources.addMessage("captcha.info2","Please re-enter the text from the image below");
resources.addMessage("captcha.info3","Verification field does not match the text");
resources.addMessage("captcha.info4","Can't see the words?");
resources.addMessage("captcha.submit","Submit");
resources.addMessage("captcha.close","Close");
resources.addMessage("usersSearchResults.more","View All");
resources.addMessage("popup.sharewithfriend.title","Share with Friends!");
resources.addMessage("popup.sharewithfriend.blogBulletin","Blog / Bulletin This");
resources.addMessage("popup.sharewithfriend.email","Email");
resources.addMessage("popup.sharewithfriend.embedCode","Embed Code");
resources.addMessage("popup.sharewithfriend.processing","Please wait until the recording has finished uploading");
resources.addMessage("homepage.header.featuredRec","Featured Video Recordings");
resources.addMessage("homepage.header.mostPopularRec","Most Popular Video Recordings");
resources.addMessage("homepage.header.topRatedRec","Top Rated Video Recordings");
resources.addMessage("homepage.header.latestRec","Latest Video Recordings");
resources.addMessage("homepage.recordings.audio.featured.more","/recordings/Featured-Audio-Recordings");
resources.addMessage("homepage.recordings.audio.mostpopular.more","/recordings/Most-Popular-Audio");
resources.addMessage("homepage.recordings.audio.latest.more","/recordings/Latest-Audio-Recordings");
resources.addMessage("homepage.performers.featured.more","/performers/Featured");
resources.addMessage("homepage.performers.mostpopular.more","/performers/Most-Popular-Performers-Last-Week");
resources.addMessage("homepage.performers.mostpopulardebut.more","/performers/Most-Popular-Debuts");
resources.addMessage("homepage.songs.mostpopular.more","/songs/Most-Popular");
resources.addMessage("homepage.songs.topartists.more","/songs/Top-Artists");
resources.addMessage("homepage.songs.featured.more","/songs/Featured-Songs");
/* GET MESSAGE */
//resources.getMessage("message.key",);
;
_proxy_jslib_flush_write_buffers() ;