var localizedStrings = new Array;

localizedStrings['New Game'] = 'New Game';

localizedStrings['Congratulations!<br>You\'ve found the secret code!'] = 'Congratulations!<br>You\'ve found the secret code!';

localizedStrings['Click here to visit the <br/><b>Power4Mac</b> web site.'] = 'Click here to visit the <br/><b>Power4Mac</b><br/> web site.';

localizedStrings['Donation'] = 'Donation';
localizedStrings['If you like this widget, I would look forward to a donation!'] = 'If you like this widget, I would look forward to a donation!';

localizedStrings['Configuration'] = 'Configuration';
localizedStrings['Number of colors:'] = 'Number of colors:';
localizedStrings['Number of columns:'] = 'Number of columns:';

localizedStrings['Documentation'] = 'Documentation';
localizedStrings['documentationText'] = 'Click onto the holes in the current row to place the peg. Repeated clicking rotates the color. When you\'ve set all pegs, click &lt;Ok&gt; to obtain the rating. For every peg at the correct position you receive a black peg, for every correct peg at the wrong position a white one.';

localizedStrings['Done'] = 'Done';

localizedStrings['Welcome to SuperBrain!'] = '<b>Welcome to SuperBrain!</b><br><br>'
	+ '<div style="font-weight:normal; font-size:12px; text-align:justify">'
	+ 'The game principal is well known: Behind a cover there '
	+ 'is a secret code consisting of four colors. To detect it you need a little bit luck and good '
	+ 'combinational skill.<br><br>'
	+ 'By multiple tapping you set four colored tokens in the first row. '
	+ 'When you have '
	+ 'finished the row and submit it, the first trial will be rated: For every correctly set color you '
	+ 'get a black pin, for every right color on the wrong position you get a white one.<br><br>'
	+ 'So you know, how many correct colors you’ve found, but not which colors and on which position! '
	+ 'By repeated trying and combining using the rating you can resolve the code.<br><br>'
	+ 'But attention: You have only ten trials!<br><br>'
	+ 'Now scroll down to the bottom to start the game... Have luck and fun!'
	+ '</div>';
