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.
38 lines
1.2 KiB
38 lines
1.2 KiB
/* Serbian (Latin) LANGUAGE |
|
================================================== */ |
|
if (typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "sr", |
|
api: { |
|
wikipedia: "sr" |
|
}, |
|
date: { |
|
month: ["januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"], |
|
month_abbr: ["Jan.", "Feb.", "Mart", "Apr.", "Maj", "Jun", "Jul", "Avg.", "Sep.", "Okt.", "Nov.", "Dec."], |
|
day: ["Nedelja", "Ponedeljak", "Utorak", "Sreda", "Četvratk", "Petak", "Subota"], |
|
day_abbr: ["Ned.", "Pon.", "Uto.", "Sre.", "Čet.", "Pet.", "Sub."] |
|
}, |
|
dateformats: { |
|
year: "yyyy.", |
|
month_short: "mmm", |
|
month: "mmmm yyyy.", |
|
full_short: "d. mmm", |
|
full: "d. mmmm yyyy.", |
|
time_short: "HH:MM:ss", |
|
time_no_seconds_short: "HH:MM", |
|
time_no_seconds_small_date: "HH:MM'<br/><small>'d. mmmm yyyy.'</small>'", |
|
full_long: "d. mmm yyyy. 'u' HH:MM", |
|
full_long_small_date: "HH:MM'<br/><small>d. mmm yyyy.'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Učitavanje... ", |
|
return_to_title: "Početak", |
|
expand_timeline: "Uvećaj", |
|
contract_timeline: "Umanji", |
|
wikipedia: "Iz Vikipedije, slobodne enciklopedije", |
|
loading_content: "Sadržaj se učitava", |
|
loading: "Učitava se" |
|
} |
|
} |
|
} |
|
|
|
|