﻿/*==========================
 * Atomi Player - UI Languages
 * Author: Le Hong Dang <dangle@atomisystems.com>
 * Company: Atomi Systems Inc.
 * http://www.atomisystems.com
 * Created: 2008/01/20
 * Modified: 2009/08/15
==========================*/

var Lang =
{
	Presentation: "Presentation",
	Description: "Description",
	Author: "Author",
	Copyright: "Copyright",
	Homepage: "Homepage",
	Date1: "Date",
	Demo: "Demonstration",
	Tutorial: "Tutorial",
	Practice: "Practice",
	Test: "Test",
	DemoIntro: "Play presentation automatically",
	TutorialIntro: "Tutorial mode",
	PracticeIntro: "Choose this mode to practise more",
	TestIntro: "Choose this mode to do a test"
};

if (language=="jp")
{
	Lang.Presentation = "プレゼンテーション";
	Lang.Description = "記述";
	Lang.Author = "作成者";
	Lang.Copyright = "著作権";
	Lang.Homepage = "ホームページ";
	Lang.Date1 = "日付";
	Lang.Demo = "デモンストレーション";
	Lang.Tutorial = "チュートリアル";
	Lang.Practice = "練習";
	Lang.Test = "テスト";
	Lang.DemoIntro = "自動プレゼンテーションの再生";
	Lang.TutorialIntro = "チュートリアルモード";
	Lang.PracticeIntro = "ドリル形式の練習モード";
	Lang.TestIntro = "どのくらい習得したか実際にチェックする";
}
else if (language=="es")
{
	Lang.Presentation = "Presentación";
	Lang.Description = "Descripción";
	Lang.Author = "Autor";
	Lang.Copyright = "Derechos de autor";
	Lang.Homepage = "Página inicial";
	Lang.Date1 = "Fecha";
	Lang.Demo = "Demostración";
	Lang.Tutorial = "Tutorial";
	Lang.Practice = "Práctica";
	Lang.Test = "Prueba";
	Lang.DemoIntro = "Ponga presentación automáticamente";
	Lang.TutorialIntro = "Modo tutorial";
	Lang.PracticeIntro = "Elija esta modalidad para practicar más";
	Lang.TestIntro = "Elija esta modalidad para hacer una prueba";
}



