﻿<?xml version="1.0" encoding="UTF-8"?>
<Language>
	<MainMenuItems>
		<Arcade         text = "Arcade"  		description ="One player, play against the computer's opponents" />
        <VsMode         text = "VsMode"	 		description ="Here, you can play against a friend"	/>
        <Training       text = "Training" 		description ="Here you can improve your own fighting skills"/>
		<TeamArcade     text = "TeamArcade" 	description ="Play as a team in ArcadeMode(Not yet)"/>
		<TeameVs        text = "TeamVs"     	description ="Play as a team in VsMode(Not yet)"/>
        <Survival       text = "Survival"   	description ="Beat as many opponents as you can(Not yet)"/>
        <SurvivalCop    text = "SurvivalCoop"	description ="Beat as many opponents as you can, with your friends(Not yet)"/>
        <Network        text = "Network"  		description ="Play all over the world(Not yet)"/>
        <Option         text = "Option"     	description ="Here, you can set your options" />
        <Exit           text = "Exit"       	description ="Exit the game"/>	
	</MainMenuItems>
	
	<OptionMenuItems>
		<MusicVolume	text = "Music Volume"   description ="Adjust the Volume level of the music" />
        <SoundVolume	text = "Sound Volume"   description ="Adjust the Volume level of the sound" />
        <Life	        text = "Life"			description ="Adjust Life Level" />
        <AiLevel        text = "AI Level"  		description ="Adjust Ai Level" />
		<Time           text = "Time"   		description ="Set the time of one round" />
        <KeyConfig    	text = "Key Config"		description ="Set Key config" />
        <Language  	    text = "Language"       description ="Select your desired language" />
        <ScreenPacks    text = "Screen Pack"	description ="Select your desired screen pack" />
    </OptionMenuItems>
</Language>