//	Program:
//		CurvedSpaces
//
//	Language:
//		English
//		English
//
//	Translator:
//		N/A
//
//	Date:
//		N/A
//
//	© 2009 by Jeff Weeks
//	See TermsOfUse.txt
//
//	This file should be saved as UTF-8.


//	Application menu
"Curved Spaces"			= "Curved Spaces"
"About Curved Spaces"	= "About Curved Spaces"		//	with no '…' on Mac OS X
"About Curved Spaces…"	= "About Curved Spaces…"	//	with '…' on Windows
"Preferences…"			= "Preferences…"
"Hide Curved Spaces"	= "Hide Curved Spaces"
"Hide Others"			= "Hide Others"
"Show All"				= "Show All"
"Quit Curved Spaces"	= "Quit Curved Spaces"	//	Mac OS X
"Exit"					= "Exit"				//	Windows

//	File menu
"File"					= "File"
"Open…"					= "Open…"
"Open New…"				= "Open New…"
"Open Recent"			= "Open Recent"
"Clear Menu"			= "Clear Menu"
"Export"				= "Export"
"Copy Image"			= "Copy Image"
"Save Image…"			= "Save Image…"

//	View menu
"View"					= "View"
"Centerpiece"			= "Centerpiece"
"No Centerpiece"		= "None"
"Earth"					= "Earth"
"Galaxy"				= "Galaxy"
"Gyroscope"				= "Gyroscope"
"Spaceship"				= "Spaceship"
"Color Coding"			= "Color Coding"
"Clifford Parallels"	= "Clifford Parallels"
"Vertex Figures"		= "Vertex Figures"
"Fog"					= "Fog"
"Smooth Edges"			= "Smooth Edges"
"Graphics Pipeline"		= "Graphics Pipeline"
"Fixed-Function"		= "Fixed-Function"
"Shaders"				= "Shaders"
"Stereoscopic 3D"		= "Stereoscopic 3D"
"No Stereo 3D"			= "None"
"Anaglyphic"			= "Anaglyphic"
"GeoWall"				= "GeoWall"

//	Language menu
"Language"				= "Language"

//	Help menu
"Help"					= "Help"
"Curved Spaces Help"	= "Curved Spaces Help"

//	QuickTime menu (normally hidden)
"QuickTime"				= "QuickTime"


//	Window title
"WindowTitle"	= "Curved Spaces"

//	Frame rate labels
"fps"	= "%d frames/second"
"fps2"	= "∞ frames/second"


//	Preference Panel labels

"PrefTitle"				= "Curved Spaces Preferences"

"PrefPerspective"		= "Perspective"
"PrefGeneral"			= "General"
"PrefWindowWidth"		= "Width of window:"
"PrefWindowDistance"	= "Distance from viewer to window:"
"PrefStereo3D"			= "Stereoscopic 3D"
"PrefEyeSpacing"		= "Distance between viewer's eyes:"
"PrefIntrinsicUnit"		= "Length of one intrinsic unit:"

"PrefAdvanced"			= "Advanced"
"PrefFog"				= "Fog"
"PrefFrameRate"			= "Frame Rate"
"PrefSync"				= "Sync to Monitor"
"PrefMultisampling"		= "Smooth Edges"
"PrefShaders"			= "Shaders"

"PrefOK"				= "OK"


//	Error messages

"ErrorColorTitle"		= "32-bit color required"
"ErrorColorMessage"		= "Please go to Start : Control Panel : Display : Settings and select 32-bit color."

"ErrorAlphaTitle"		= "Transparency support required"
"ErrorAlphaMessage"		= "Your computer reports no transparency support, so this program cannot proceed.  Sorry."

"ErrorDriverTitle"		= "OpenGL driver required"
"ErrorDriverMessage"	= "Can't find an “OpenGL driver” for your 3D graphics hardware.\nPlease see Question W2 on the Geometry Games FAQ at\n\n\twww.geometrygames.org/FAQ\n\nfor instructions on locating an OpenGL driver."

"ErrorShadersTitle"		= "Shaders unavailable"
"ErrorShadersMessage"	= "Your computer’s 3D graphics processor lacks shaders.\nCurved Spaces will still run, but with reduced image quality."

"AboutBoxTitle"			= "Curved Spaces 3.2"
"AboutBoxMessage"		= "Curved Spaces 3.2\n\n© 2009 by Jeff Weeks\nwww.geometrygames.org/contact.html"
