//前端js的语言文件
lang = {};
lang.site_url = "http://www.wogames.com";
//用于注册-------------------------------------------------------
lang.not_old  = "Sorry, you're not old enough yet to sign up! ";
lang.what_month = "What month were you born?";
lang.what_date = "What date were you born?";
lang.what_year = "What year were you born?";

lang.password_6 = "Pick something safe with at least 6 characters! ";
//搜索页
lang.Displaying = function(start,end,total){return "Displaying: <strong>"+start+" - "+end+"</strong> of <strong>"+total+"</strong> games found"};
lang.rate = function(percent,ww,total_votes){return '<a title="Love it" href="#" class="icon happy" id="loveit">Love it</a><a title="Hate it" href="#" class="icon sad" id="hateit">Hate it</a><div class="shaddow_happy"></div><div class="shaddow_sad"></div><div class="shaddow_happy_text">Love it</div><div class="shaddow_sad_text">Hate it</div><div class="message"></div><div class="rating_votes_total">Total votes: <span>'+total_votes+'</span></div><div class="rating_bar"><div class="bar_right"><div class="bar_orange"><div class="bar" style="width: '+ww+'%;">&nbsp;</div></div></div></div><div class="rating_percentage pngfixme"><span>'+percent+'</span>% like it<img src="/img/_/layout/boxes/subcategory/ratingface.png" alt=""></div>'};
lang.rate_thanks = 'Thanks for your rating!';
lang.rate_already = "You've already rated this game!";
//用户属性
lang.have_friend = 'You have 1 friend';
lang.have_friends = function(num){return 'You have '+num+' friends'} ;

