﻿/**
 * @fileOverview This file is resource which be used to create a calendar
 * @author <a href="mailto:fogtower1979@gmail.com">Fog Tower</a>
 * @version 1.0
 */

Calender_Resources = {
    "en":{
        weekTitle : "Week",
        weekDays : ["Mon", "Tue", "Wed", "Thu", "Fri" ,"Sat", "Sun"],
        preYear : "Previous Year",
        preMonth : "Previous Month",
        nextYear : "Next Year",
        nextMonth : "Next Month",
        monthArray : ["January","February","March","April",
                      "May","June","July","August",
                       "September","October","November","December"],
        noSelected : "No Date Selected",
        selectedSingleDate : "Selected Date : ",
        selectedDates : " Dates Selected"
    },

     "fr":{
        weekTitle : "Sem",
        weekDays : ['Lun','Mar','Mer','Jeu','Ven','Sam','Dim'],
        preYear : "Année Précédente",
        preMonth : "Mois Précédent",
        nextYear : "Année Suivante",
        nextMonth : "Le Mois Prochain",
        monthArray : ['Janvier','Fï¿½vrier','Mars','Avril','Mai','Juin','Juillet','Aoï¿½t','Septembre','Octobre','Novembre','Décembre'],
        noSelected : "Pas De Date Retenue",
        selectedSingleDate : "Sélection De Date:",
        selectedDates : " Dates De La Sélection"
    }, 
	
	 "it":{
        weekTitle : "Set",
        weekDays : ['Lun','Mar','Mer','Gio','Ven','Sab','Dom'],
        preYear : "Anno Precedente",
        preMonth : "Mese Precedente",
        nextYear : "Anno Seguente",
        nextMonth : "Prossimo mese",
        monthArray : ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno','Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
        noSelected : "Seleziona una data",
        selectedSingleDate : "Data selezionata:",
        selectedDates : " Date selezionate"
    }, 

    "zh-cn":{
        weekTitle : "周",
        weekDays : ["一", "二", "三", "四", "五" ,"六", "日"],
        preYear : "上一年",
        preMonth : "上一月",
        nextYear : "下一年",
        nextMonth : "下一月",        
        monthArray : ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],
        noSelected : "未选择日期",
        selectedSingleDate : "选择了: ",
        selectedDates : "天被选中"
    },

    "ja":{
        weekTitle : "週",
        weekDays : ["月", "火", "水", "木", "金" ,"土", "日"],
        preYear : "前年",
        preMonth : "前月",
        nextYear : "翌年",
        nextMonth : "翌月",
        monthArray : ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],
        noSelected : "日付選択",
        selectedSingleDate : "選択: ",
        selectedDates : "日付を選択した"
    }
};

