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.
37 lines
1.3 KiB
37 lines
1.3 KiB
/* Hungarian LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "hu", |
|
api: { |
|
wikipedia: "hu" |
|
}, |
|
date: { |
|
month: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"], |
|
month_abbr: ["Jan.", "Febr.", "Márc", "Ápr.", "Máj.", "Jún.", "Júl.", "Aug.", "Szept.", "Okt.", "Nov.", "Dec."], |
|
day: ["Vasárnap","Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"], |
|
day_abbr: ["Vas.","Hétfő", "Kedd", "Szer.", "Csüt.", "Pén.", "Szom."] |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "yyyy mmmm", |
|
full_short: "mmm d", |
|
full: "yyyy mmmm d", |
|
time_short: "HH:MM:SS", |
|
time_no_seconds_short: "HH:MM", |
|
time_no_seconds_small_date: "HH:MM '<br/><small>'yyyy mmmm d'</small>'", |
|
full_long: "yyyy mmm d',' HH:MM", |
|
full_long_small_date: "HH:MM '<br/><small>yyyy mmm d'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Az idővonal betöltése... ", |
|
return_to_title: "Vissza a címhez", |
|
expand_timeline: "Nagyítás", |
|
contract_timeline: "Kicsinyítés", |
|
wikipedia: "A Wikipédiából, a szabad enciklopédiából", |
|
loading_content: "Tartalom betöltése", |
|
loading: "Betöltés" |
|
} |
|
} |
|
}
|
|
|