//	Program:
//		Move & Turn
//		(The name “Move & Turn” includes Unicode hair-width spaces.)
//
//	Language:
//		English
//		English
//
//	Translator:
//		N/A
//
//	Localized name:
//		(full)	Move & Turn		(includes hair-width spaces)
//		(short)	Move & Turn		(includes hair-width spaces)
//
//	Date:
//		N/A
//
//	© 2015 by Jeff Weeks
//	See TermsOfUse.txt
//
//	This file should be saved as UTF-8.


//	For use in the Aloita-Börja-Start panel
//
//	en:	By using two operations, Move and Turn, you may 
//		transform any Platonic or Archimedean polyhedron
//		into any other.
//

//	Application menu (Mac OS X)
"MoveAndTurn"			= "Move & Turn"
"About MoveAndTurn"		= "About Move & Turn"	//	with no '…' on Mac OS X
"Preferences"			= "Preferences…"
"Hide MoveAndTurn"		= "Hide Move & Turn"
"Hide Others"			= "Hide Others"
"Show All"				= "Show All"
"Quit MoveAndTurn"		= "Quit Move & Turn"

//	Edit menu
"Edit"					= "Edit"
"Copy"					= "Copy"
"Paste"					= "Paste"
"Export Image"			= "Export Image…"

//	View menu
"View"					= "View"
"Stereoscopic 3D"		= "Stereoscopic 3D"

//	Language menu
"Language"				= "Language"


//	Window title
"WindowTitle"	= "Move & Turn"


//	Control panel

"MoveVertices"	= "Move Vertices"
"MoveEdges"		= "Move Edges"
"MoveTriangles"	= "Move Triangles"
"MoveSquares"	= "Move Squares"
"MovePentagons"	= "Move Pentagons"
"MoveHexagons"	= "Move Hexagons"
"MoveOctagons"	= "Move Octagons"
"MoveDecagons"	= "Move Decagons"
"MoveDisabled"	= ""	//	Leave this string empty.

"Turn" = "Turn"

"PrepareToMove" = "Prepare to Move"
"PrepareToTurn" = "Prepare to Turn"

"ColorWithSymmetry"		= "Color with…"
"TetrahedralSymmetry"	= "tetrahedral symmetry"
"OctahedralSymmetry"	= "octahedral symmetry"
"IcosahedralSymmetry"	= "icosahedral symmetry"

"PlayGame"		= "Play Game"
"NewGame"		= "New Game"
"ChooseStart"	= "Choose a starting polyhedron"
"ChooseGoal"	= "Choose a goal"
"NumStepsSG"	= "%d step"
"NumStepsPL"	= "%d steps"

//	Platonic and Archimedean solids names
"cube"							= "cube"
"cuboctahedron"					= "cuboctahedron"
"dodecahedron"					= "dodecahedron"
"icosahedron"					= "icosahedron"
"icosidodecahedron"				= "icosidodecahedron"
"octahedron"					= "octahedron"
"rhombicosidodecahedron"		= "small rhomb-\nicosidodecahedron"
"rhombicuboctahedron"			= "small rhombi-\ncuboctahedron"
"truncated cuboctahedron"		= "great rhombi-\ncuboctahedron"
"truncated icosidodecahedron"	= "great rhomb-\nicosidodecahedron"
"tetrahedron"					= "tetrahedron"
"truncated cube"				= "truncated\ncube"
"truncated dodecahedron"		= "truncated\ndodecahedron"
"truncated icosahedron"			= "truncated\nicosahedron"
"truncated octahedron"			= "truncated\noctahedron"
"truncated tetrahedron"			= "truncated\ntetrahedron"
"snub cube CW"					= "right-handed\nsnub cube"
"snub cube CCW"					= "left-handed\nsnub cube"
"snub dodecahedron CW"			= "right-handed\nsnub dodecahedron"
"snub dodecahedron CCW"			= "left-handed\nsnub dodecahedron"

//	Top score messages
"Congrats"		= "Congratulations!"
"ReachedGoalSG"	= "You reached the goal in %d step."
"ReachedGoalPL"	= "You reached the goal in %d steps."
"FirstRecord"	= "You’re the first to connect\nthese two polyhedra."
"NewRecordPL"	= "You’ve set a new record\nfor these two polyhedra.\nOld record: %@ – %d steps."
"TiedRecordSG"	= "You’ve tied the old record\nfor these two polyhedra:\n%@ – %d step."
"TiedRecordPL"	= "You’ve tied the old record\nfor these two polyhedra:\n%@ – %d steps."
"UsersName"		= "Your name:"
"OK"			= "OK"
"Cancel"		= "Cancel"

//	Save Panel
"SavePanelTitle"	= "Save Image as TIFF File"
"DefaultFileName"	= "image"
"WidthLabel"		= "Width:"
"HeightLabel"		= "Height:"
