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.
35 lines
1.6 KiB
35 lines
1.6 KiB
11 years ago
|
/* Slovak LANGUAGE
|
||
|
================================================== */
|
||
|
typeof VMM != "undefined" && (VMM.Language = {
|
||
|
lang: "sk",
|
||
|
api: {
|
||
|
wikipedia: "sk"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
|
||
|
month_abbr: ["Jan.", "Feb.", "Marec", "Apríl", "Máj", "Jún", "Júl", "Aug.", "Sept.", "Okt.", "Nov.", "Dec."],
|
||
|
day: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"],
|
||
|
day_abbr: ["Ned.", "Pon.", "Uto.", "Str.", "Štv.", "Pia.", "Sob."]
|
||
|
},
|
||
|
dateformats: {
|
||
|
year: "yyyy",
|
||
|
month_short: "mmm",
|
||
|
month: "mmmm yyyy",
|
||
|
full_short: "mmm d",
|
||
|
full: "d. mmmm',' yyyy",
|
||
|
time_short: "h:MM:ss TT",
|
||
|
time_no_seconds_short: "h:MM TT",
|
||
|
time_no_seconds_small_date: "h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",
|
||
|
full_long: "mmm d',' yyyy 'at' hh:MM TT",
|
||
|
full_long_small_date: "hh:MM TT'<br/><small>mmm d',' yyyy'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "Načítam časovú os... ",
|
||
|
return_to_title: "Späť na úvod",
|
||
|
expand_timeline: "Zväčšiť časovú os",
|
||
|
contract_timeline: "Zmenšiť časovú os",
|
||
|
wikipedia: "Z Wikipedie, encyklopédie zadarmo",
|
||
|
loading_content: "Načítam obsah",
|
||
|
loading: "Načítanie"
|
||
|
}
|
||
|
});
|