Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

/* LANGUAGE
================================================== */
if(typeof VMM != 'undefined') {
VMM.Language = {
lang: "cz",
api: {
wikipedia: "cs"
},
date: {
month: ["ledna", "února", "března", "dubna", "května", "června", "července", "srpna", "září", "října", "listopadu", "prosince"],
month_abbr: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čen", "Čec", "Srp", "Zář", "Říj", "Lis", "Pro"],
day: ["neděle","pondělí", "úterý", "středa", "čtvrtek", "pátek", "sobota"],
day_abbr: ["Ne","Po", "Út", "St", "Čt", "Pá", "So"]
},
dateformats: {
year: "yyyy",
month_short: "mmm",
month: "mmmm yyyy",
full_short: "d. mmm ",
full: "d. mmmm',' yyyy",
time_no_seconds_short: "h:MM TT",
time_no_seconds_small_date: "h:MM TT'<br/><small>'d. mmmm',' yyyy'</small>'",
full_long: "d. mmm',' yyyy 'at' hh:MM TT",
full_long_small_date: "hh:MM TT'<br/><small>d. mmm',' yyyy'</small>'"
},
messages: {
loading_timeline: "Načítám časovou osu... ",
return_to_title: "Zpět na začátek",
expand_timeline: "Rozbalit časovou osu",
contract_timeline: "Sbalit časovou osu",
wikipedia: "Zdroj: otevřená encyklopedie Wikipedia",
loading_content: "Nahrávám obsah",
loading: "Nahrávám"
}
}
}