char*  g_snemulds_str_eng[] = 
{
		"FS initialization...\n",			/* 0 */
		"FS failure, continue anyway...\n",				/* 1 */
		"FS success!\n",				/* 2 */
		"",								/* 3 */
		"SNEmulDS 0.6 birthday edition, "
		"1997-2007: SNEmul is 10 years old!",	/* 4 */
		"Credits:",								/* 5 */
		"",								/* 6 */
		"",								/* 7 */
		"",								/* 8 */
		"",								/* 9 */
		"Ok \001",							/* 10 */
		"Cancel \002",						/* 11 */
		"Apply \003",						/* 12 */
		"Save \004",						/* 13 */
		"",								/* 14 */
		"",								/* 15 */
		"",								/* 16 */
		"",								/* 17 */
		"",								/* 18 */
		"",								/* 19 */
		"Select ROM",					/* 20 */
		"Load State",					/* 21 */
		"Save State",					/* 22 */
		"Options",						/* 23 */
		"SPC Jukebox",						/* 24 */
		"Advanced",						/* 25 */		
		"",								/* 26 */
		"Reset",						/* 27 */
		"Save SRAM",					/* 28 */
		"",								/* 29 */		
		"Sound enabled",				/* 30 */
		"Sound disabled",				/* 31 */
		"Speed:",						/* 32 */
		"Normal Speed",					/* 33 */
		"Fast Speed",					/* 34 */
		"",								/* 35 */
		"Screen Layout Options",		/* 36 */
		"Backgrounds & Sprites Options",	/* 37 */
		"Speed Hacks:",				/* 38 */		
		"No Hacks",					/* 39 */
		"Cycles Hacks",				/* 40 */
		"Interrupt Hacks",			/* 41 */
		"Full Hacks",				/* 42 */
		"",							/* 43 */
		"HUD:",					/* 44 */
		"normal",				/* 45 */
		"squish",				/* 46 */
		"squish more",			/* 47 */
		"",							/* 48 */
		"YScroll:",					/* 49 */
		"middle",			/* 50 */
		"top",				/* 51 */
		"bottom",			/* 52 */
		"",							/* 53 */
		"Scaling:",							/* 54 */
		"no scaling",		/* 55 */
		"medium",			/* 56 */
		"full screen",		/* 57 */
		"",							/* 58 */
		"",							/* 59 */
		"",		/* 60 */
		"",			/* 61 */
		"The backgrounds and sprites can be ordered automatically "
		"or you can choose the order "
		"(the lower the number is, the higher the priority is).",	/* 62 */
		"",							/* 63 */
		"",							/* 64 */		
		"Automatic ordering",			/* 65 */
		"Layer #%d",					/* 66 */
		"Sprites",					/* 67 */
		"",							/* 68 */
		"OFF",						/* 69 */
		"0",						/* 70 */
		"1",						/* 71 */
		"2",						/* 72 */
		"3",						/* 73 */
		"4",						/* 74 */
		"5",						/* 75 */
		"6",						/* 76 */
		"7",						/* 77 */		
		"8",						/* 78 */
		"9",						/* 79 */
		" ",						/* 80 */
		"X",						/* 81 */
		"Automatic SRAM saving",	/* 82 */
		"",							/* 83 */
		"",							/* 84 */
		"Use memory pak",			/* 85 */
		"",							/* 86 */
		"State saved successfully", /* 87 */
		"",							/* 88 */
		"",							/* 89 */
		"Title:",					/* 90 */
		"Size:",					/* 91 */
		"ROM Type:",				/* 92 */
		"Country:",					/* 93 */
};

