﻿<?xml version="1.0" encoding="utf-8" ?>
<!--<translation attributes>-->
<!-- defaultFont dictates the font (based on the id set in fonts.xml) that all fields will use unless fontId is specified within that field's individual tag.-->

<!-- <Node Attributes> -->
<!-- id is not Optional. It tells flash which text field to change. -->
<!-- fontScale is Optional. It allows you to customize the size of the font used in this particular field. 1 is normal. 2 is double size. .5 is half size. Defaults to 1.-->
<!-- fontName is Optional. It allows you to customize the font used in this particular field. Leave it out to use the default font (specified by defaultFont).-->
<!-- offsetX is Optional. It allows you to move the text field a certain number of pixels on the X axis. Leave it out or use 0 if you don't want to move the text. -->
<!-- offsetY is Optional. It allows you to move the text field a certain number of pixels on the Y axis. Leave it out or use 0 if you don't want to move the text.--> 

<strings defaultFont="basic">
	<!--Preloader-->
	<string id="loading"				fontName="basic"	fontScale=".6"	offsetX="0" offsetY="0"><![CDATA[Loading]]></string>
	<string id="loading_title"			fontName="basic"	fontScale=".6"	offsetX="0" offsetY="0"><![CDATA[Loading]]></string>
	<string id="fpo"					fontName="basic"	fontScale=".5"	offsetX="0" offsetY="0"><![CDATA[FPO]]></string>
	
	<!--scarys-->
	<string id="title"					fontName="basic"	fontScale="0.5"	offsetX="0" offsetY="0"><![CDATA[Slaugterhouse Escape]]></string>
	<string id="tap_anywhere"			fontName="basic"	fontScale=".5"	offsetX="0" offsetY="0"><![CDATA[Tap Anywhere to Play]]></string>
	<string id="click_anywhere"			fontName="basic"	fontScale=".5"	offsetX="0" offsetY="0"><![CDATA[Click Anywhere to Play]]></string>
	<string id="tap_anywhere_again"		fontName="basic"	fontScale=".45"	offsetX="0" offsetY="0"><![CDATA[Tap Anywhere to Continue]]></string>
	<string id="click_anywhere_again"	fontName="basic"	fontScale=".45"	offsetX="0" offsetY="0"><![CDATA[Press Anywhere to Continue]]></string>	
	<string id="tap_anywhere_start"		fontName="basic"	fontScale=".55"	offsetX="0" offsetY="0"><![CDATA[Tap Anywhere to start!]]></string>
	<string id="click_anywhere_start"	fontName="basic"	fontScale=".55"	offsetX="0" offsetY="0"><![CDATA[Press up to start!]]></string>	
	<string id="tap_anywhere_skip"		fontName="basic"	fontScale=".55"	offsetX="0" offsetY="0"><![CDATA[Tap Anywhere to Skip]]></string>
	<string id="click_anywhere_skip"	fontName="basic"	fontScale=".55"	offsetX="0" offsetY="0"><![CDATA[Click Anywhere to Skip]]></string>	
	<string id="play"					fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[Play]]></string>
	<string id="play_again"				fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[Try Again]]></string>	
	<string id="how_to_play"			fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[How to Play]]></string>
	<string id="next"					fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[Next]]></string>
	<string id="back"					fontName="basic"	fontScale=".5"	offsetX="0" offsetY="0"><![CDATA[Back]]></string>
	<string id="continue"				fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[Continue]]></string>
	<string id="close"					fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[close]]></string>
	<string id="printable"				fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[Printable]]></string>
	<string id="orientation_landscape"	fontName="basic"	fontScale=".5"	offsetX="0" offsetY="0"><![CDATA[Please flip back to Landscape mode.]]></string>
	<string id="not_optimized"			fontName="basic"	fontScale=".5"	offsetX="0" offsetY="0"><![CDATA[This game is not optimized for this device.]]></string>
	<!--Game Buttons-->
	<string id="yes"					fontName="basic"	fontScale=".6"	offsetX="0" offsetY="0"><![CDATA[Yes]]></string>
	<string id="no"						fontName="basic"	fontScale=".6"	offsetX="0" offsetY="0"><![CDATA[No]]></string>
	<!--Game Menu Screen-->
	<string id="menu"					fontName="basic"	fontScale=".65"	offsetX="0" offsetY="0"><![CDATA[Menu]]></string>
	<!--Help Screen-->
	<string id="help"					fontName="basic"	fontScale=".65"	offsetX="0" offsetY="0"><![CDATA[Help]]></string>
	<!--Quit Screen-->
	<string id="quit"					fontName="basic"	fontScale=".65"	offsetX="0" offsetY="0"><![CDATA[Quit]]></string>
	<string id="quit_confirm_header"	fontName="basic"	fontScale=".65"	offsetX="0" offsetY="0"><![CDATA[Really Quit?]]></string>
	<!--End Screen-->
	<string id="game_over"				fontName="basic" fontScale=".7"	offsetX="0" offsetY="0"><![CDATA[Game Over]]></string>
	<string id="high_score"				fontName="basic" fontScale=".4"	offsetX="0" offsetY="0"><![CDATA[High Score:]]></string>
	<string id="new_score"				fontName="basic" fontScale=".5"	offsetX="0" offsetY="0"><![CDATA[New Score:]]></string>
	<!--Collection -->
	<string id="collection"				fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[Animal Collection FPO]]></string>
	<string id="story"					fontName="basic"	fontScale="1"	offsetX="0" offsetY="0"><![CDATA[Story Cave FPO]]></string>
	<!-- Animals -->
	<string id="item_name_aardvark"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Aardvark]]></string>
	<string id="item_name_baboon"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baboon]]></string>
	<string id="item_name_baboon_baby"	fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Baboon]]></string>
	<string id="item_name_buffalo"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Buffalo]]></string>
	<string id="item_name_bushbuck"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Bushbuck]]></string>
	<string id="item_name_bushbuck_baby"fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Bushbuck]]></string>
	<string id="item_name_elephant"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Elephant]]></string>
	<string id="item_name_elephant_baby"fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Elephant]]></string>
	<string id="item_name_eland"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Eland]]></string>
	<string id="item_name_gazelle"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Gazelle]]></string>
	<string id="item_name_gazelle_baby"	fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Gazelle]]></string>
	<string id="item_name_genet"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Genet]]></string>
	<string id="item_name_giraffe"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Giraffe]]></string>
	<string id="item_name_giraffe_baby"	fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Giraffe]]></string>
	<string id="item_name_grey_headed_bushshrike"	fontName="basic"	fontScale=".7"	offsetX="0" offsetY="0"><![CDATA[Grey Headed Bushshrike]]></string>
	<string id="item_name_hare"			fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Hare]]></string>
	<string id="item_name_hedgehog"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Hedgehog]]></string>
	<string id="item_name_hedgehog_baby"fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Hedgehog]]></string>
	<string id="item_name_hyrax"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Tree Hyrax]]></string>
	<string id="item_name_hyrax_baby"	fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Tree Hyrax]]></string>
	<string id="item_name_impala"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Impala]]></string>
	<string id="item_name_mongoose"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Mongoose]]></string>
	<string id="item_name_mongoose_baby"fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Mongoose]]></string>
	<string id="item_name_oryx"			fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Oryx]]></string>
	<string id="item_name_ostrich"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Ostrich]]></string>
	<string id="item_name_porcupine"	fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Porcupine]]></string>
	<string id="item_name_porcupine_baby"fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Porcupine]]></string>
	<string id="item_name_rhino"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Rhinoceros]]></string>
	<string id="item_name_serval"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Serval]]></string>
	<string id="item_name_turtle"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Turtle]]></string>
	<string id="item_name_wildebeest"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Wildebeest]]></string>
	<string id="item_name_zebra"		fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Zebra]]></string>
	<string id="item_name_zebra_baby"	fontName="basic"	fontScale=".8"	offsetX="0" offsetY="0"><![CDATA[Baby Zebra]]></string>

</strings>