var T_LANGADD = '';
var T_TOOMUCHALLTREE = 'Too much points was spent all talenttrees resetted';
var T_TALENTTREE = 'Talenttree';
var T_WASRESETTED = 'was resetted';
var T_TOOMUCHONETREE = '1 or more talenttrees was resetted that means the tree wasnt valid';
var T_BASEURL = 'http://www.wowuse.com/talent-calculator/';
var T_BASEURL_PTR = 'http://www.wowuse.com/ptr-talent-calculator/';
var T_BASEURL_BETA = 'http://www.wowuse.com/beta-talent-calculator/';
var T_POINTSPENT = 'Points spent in';
var T_TOTALPOINTSPENT = 'Total points spent';
var T_POINTLEFT = 'Points left';
var T_LVLREQ = 'Level required';
var T_VRAGE = 'Rage';
var T_VENERGY = 'Energy';
var T_VMANA = 'Mana';
var T_VRUNIC = 'Runic Power';
var T_OFBASE = 'of Base';
var T_RANGE = 'yd range';
var T_VSEC = 'secs';
var T_VMIN = 'min';
var T_INSTANT = 'Instant';
var T_COOLDOWN = 'cooldown';
var T_REQUIRE = 'Require';
var T_POINTSIN = 'points in';
var T_NEXTRANK = 'Next rank';
var T_RANK= 'Rank';
var T_CLICKLEARN = 'Click to learn';
var T_CLICKUNLEARN = 'Shift+Click to unlearn';

var T_PAGE_LOAD = 'Loading new data...';
var T_PAGE_NOT_FOUND = 'The requested page dont exist';
var T_DATABASE_ERROR = 'Database error occured, please try again later.';
var T_NOT_FOUND_CHAR = 'Character not found';
var T_NOT_FOUND_GUILD = 'Guild not found';
var T_NOT_FOUND_REALM = 'Realm not found';
var T_ACH_URL = new Array('/achievements/top/region','/achievements/top/realm','/achievements/top/guild','/achievements/char');

var T_GTYPE = new Array('Major Glyph','Minor Glyph');
var T_NAME = 'Name';
var T_DESC = 'Description';
var T_CHOOSEGLYPH = 'Choose Glyph';
var T_NONE = 'None';
var T_GLYPH_DELETE = 'Delete current glyph';
var T_GLYPH_SET = 'Click to set a Glyph';

var T_JUMP_PAGE = 'Jump to page';
var T_FIRST_PAGE = 'First';
var T_PREVIOUS_PAGE = 'Previous';
var T_OF_PAGE = 'of';
var T_NEXT_PAGE = 'Next';
var T_LAST_PAGE = 'Last';

var T_V2 = '2vs2';
var T_V3 = '3vs2';
var T_V5 = '5vs5';
//var T_RCALCULATED ='Calculated points for an rating of '+rate.value+'.';
var T_RCALCULATED ='Calculated points for an rating of %s.';
//var T_RNCALCULATED = 'Calculated rating needed for '+points.value+' points in a '+T_SIZE+' team.';
var T_RNCALCULATED = 'Calculated rating needed for %s points in a %s team.';
var T_TIME = 'Time';
var T_WEEKS = 'weeks';
var T_NA = 'N/A';
//var T_AVGRATING = 'Calculated average rating needed for '+npoints+' points with a timeline of '+weeks.value+' weeks.';
var T_AVGRATING = 'Calculated average rating needed for %d points with a timeline of %s weeks.';
//var T_TIMENEED =' Calculated time needed to get '+nwpoints+' points with an average rating of '+avrate.value+'.';
var T_TIMENEED =' Calculated time required to get %d points with an average rating of %s.';
var T_TIMENEED2 = 'Time required';
var T_HELPTEXT = '<br /><b><u>Help:</u></b> <br /><br /><b>General:</b><br />All calculations are live while you type.<br /><br /><b>Rating->Points:</b> <br />Insert a number into rating to calculate the Points you gain in the different arenateams.<br /><br /><b>Points->Rating:</b><br />Insert a number into XvsX (X stands for the teamsize) field to get the rating you need for the points in that size.<br /><br /><b>Points wanted->Average rating needed: </b><br />Fill out actual points if you got more than 0, change weeks to calculate if you want a shorter or longer timeline than 16 weeks and then insert a value for points wanted to calculate what average rating you need to get them in 1,2,3,... weeks.<br /><br /><b>Average Rating+Points wanted->Time needed</b><br />Fill out actual points if you got more than 0, insert how many points you want and then insert Average Rating. <br /><br />';
var T_SHOWHELP = 'Show help';
var T_HIDEHELP = 'Hide help';

var T_FREELANCER_HELP = '<br /><b><u>Help:</u></b> <br /><br />Freelancer Mode is an advanced mode in which all extended checks are disabled so you can set the points in the way you want, it is only checked that you cant set more talentpoints you have and not more points in a talent than it can have.	<br/><br/>You can leave the Freelancer mode at any time, if you do and there are errors in the build those are marked red, you have togo back into Freelancer mode to fix them.	<br/><br/>Be aware that you can not link broken talenttrees, as soon you open such a link the talenttree will be resetted if it contains errors.';

var T_NOREMOVE = 'Please use the Undo button to remove talent points';

var T_ENTERINFOS = 'Enter the Talent Build Infos';
var T_LOGINFIRST = 'Please login first';

var T_RECORD1 = 'Recording a ';
var T_RECORD2 = ' Talent Build';
var T_RECORD_E_FREELANCER = 'You cant record a build with freelancer mode active';
var T_RECORD_E_REMOVE = 'You cant unset talents while recording';
var T_RECORD_E_RESET = 'You cant reset trees while recording';
var T_LEVELBUILD = 'Level Talent Build';
var T_RECORD_E_NOFREELANCER = 'You cant activate freelancer mode while recording';