//	Program:
//		Kristalle
//
//	Language:
//		<name in the language itself>
//		<name in English>
//
//	Translator:
//		<name of translator>
//
//	Date:
//		<month and year of translation>
//
//	© 2009 by Jeff Weeks
//	See TermsOfUse.txt
//
//	This file should be saved as UTF-8.

//	Notes to translator:
//
//	1.	This is a plain text file (UTF-8 encoding),
//		which you can edit in a plain text editor.
//		You don't need anything fancy like Microsoft Word
//		(but if you do use Word, please save your work
//		as plain UTF-8 text).
//
//		This text will look pretty if you set your editor to use
//		a.	a fixed-width font, and
//		b.	4-space tab stops
//		but this is only for your own aesthetic pleasure,
//		and has no effect on the final output.
//
//	2.	For each expression in English on the left side of an '=',
//		please insert the <LANGUAGE NAME> equivalent on the right side of the '='.
//		For example,
//
//			"house"		= ""
//
//		might become
//
//			"house"		= "<INSERT TRANSLATION>"
//
//	3.	In the other languages (French, Italian, etc.)
//		the translators kept the name "Kristalle" as it is
//		but you are welcome to create a <LANGUAGE NAME> equivalent if you prefer.
//		It's really an aesthetic question, so please use your judgment.

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

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

//	View menu
"View"					= ""
"Centerpiece"			= ""
"No Centerpiece"		= ""	//	Please translate as "None", "Off", "Disactivated", etc.
"Earth"					= ""
"Galaxy"				= ""
"Gyroscope"				= ""
"Spaceship"				= ""
"Color Coding"			= ""
"Clifford Parallels"	= ""
"Vertex Figures"		= ""
"Fog"					= ""
"Smooth Edges"			= ""
"Stereoscopic 3D"		= ""
"No Stereo 3D"			= ""	//	Please translate as "None", "Off", "Disactivated", etc.
"Anaglyphic"			= ""
"GeoWall"				= "GeoWall"

//	Language menu
"Language"				= ""

//	Help menu
"Help"					= ""
"Kristalle Help"		= ""

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


//	Note to the translator:  From here on, the text to be translated
//	appears in the line *above* the empty quotes.  So if you saw
//
//							//house
//		"LabelDwelling"		= ""
//
//	you'd want to ignore "LabelDwelling" and translate "house", like this:
//
//							//house
//		"LabelDwelling"		= "<INSERT TRANSLATION HERE>"


//	Window title
				// Kristalle
"WindowTitle"	= ""

//	Frame rate labels

		// %d frames/second
"fps"	= "%d "

		// ∞ frames/second
"fps2"	= "∞ "


//	Preference Panel labels
//
//	Note:  The comment above each line gives the text to be translated.
//	For example, the first string should *not* be "PrefTitle",
//	but should instead be "Kristalle Preferences".

						// Kristalle Preferences
"PrefTitle"				= ""


						// Perspective
"PrefPerspective"		= ""

						// General
"PrefGeneral"			= ""

						// Width of window:
"PrefWindowWidth"		= ""

						// Distance from viewer to window:
"PrefWindowDistance"	= ""

						// Stereoscopic 3D
"PrefStereo3D"			= ""

						// Distance between viewer's eyes:
"PrefEyeSpacing"		= ""

						// Length of one intrinsic unit:
"PrefIntrinsicUnit"		= ""


						// Advanced
"PrefAdvanced"			= ""

						// Fog
"PrefFog"				= ""

						// Frame Rate
"PrefFrameRate"			= ""

						// Sync to Monitor
"PrefSync"				= ""

						// Smooth Edges
"PrefMultisampling"		= ""


						// OK
"PrefOK"				= ""


//	Error messages

						// 32-bit color required
"ErrorColorTitle"		= ""

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


						// Transparency support required
"ErrorAlphaTitle"		= ""

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


						// OpenGL driver required
"ErrorDriverTitle"		= ""

						// 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.
"ErrorDriverMessage"	= ""


						//	Shaders unavailable
"ErrorShadersTitle"		= ""

						//	Your computer’s 3D graphics processor lacks shaders, so this program cannot proceed.  Sorry.
"ErrorShadersMessage"	= ""


						// Kristalle 3.2
"AboutBoxTitle"			= ""

						// Kristalle 3.2\n\n<LANGUAGE> translation by <TRANSLATOR'S NAME>\n\n© 2009 by Jeff Weeks\nwww.geometrygames.org/contact.html
"AboutBoxMessage"		= ""
