/* wll_en.js
 * Version 2.3 - 11/02/2009
 * Role : definit les variables du site pour la langue Anglais
 * Projet : The Web Language Lab 
 * Auteur : Etienne CHEVILLARD
 */

// Learning Zone - Index
var strPonc = "";
var strHllo = "Hello";
var strWelc = "Welcome to the Learning zone of the Web Language Lab.";
var strVisi = "Welcome to the Learning zone. Your last visit dates from";
var strCpt1 = "You are one of the";
var strCpt2 = "students of our digital language laboratory.";
var strLast = "The following lessons are the last created on the Web Language Lab";
var strCcm1 = "How does it work";
var strCcm2 = "Your name and the date of your last visit on the site are recorded on your computer in a cookie. No data is sent towards our Web server.";
var strReco = "You want to be recognized on this site";
var strVnep = "You are not";
var strPsdo = "Please type here your name or pseudonym";
var strAnon = "Anonymous";
var strErr1 = "Error: you have not typed any information.";

// Learning Zone - Cours
var strNew = "New";
var strYear = "Year";
var tabTHYear = new Array("Lesson", "Language", "Theme", "Level");
var tabTHLang = new Array("Lesson", "Date", "Theme", "Level");

// Learning Zone - Jeux
var tabTHGames = new Array("Game", "Date", "Theme", "Level");
