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.6 KiB
37 lines
1.6 KiB
/* Romanian LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "ro", |
|
api: { |
|
wikipedia: "ro" |
|
}, |
|
date: { |
|
month: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"], |
|
month_abbr: ["Ian.", "Feb.", "Mar.", "Apr.", "Mai", "Iun.", "Iul.", "Aug.", "Sep.", "Oct.", "Noi.", "Dec."], |
|
day: ["Duminică","Luni", "Marți", "Miercuri", "Joi", "Vineri", "Sâmbătă"], |
|
day_abbr: ["Dum.","Luni", "Mar.", "Mie.", "Joi", "Vin.", "Sâm."] |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "mmmm yyyy", |
|
full_short: "d mmm", |
|
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>'d mmmm',' yyyy'</small>'", |
|
full_long: "d mmm',' yyyy 'at' h:MM TT", |
|
full_long_small_date: "h:MM TT'<br/><small>d mmm',' yyyy'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Se încarcă cronologia... ", |
|
return_to_title: "Înapoi la titlu", |
|
expand_timeline: "Extinde cronologia", |
|
contract_timeline: "Restrânge cronologia", |
|
wikipedia: "De pe Wikipedia, enciclopedia gratuită", |
|
loading_content: "Se încarcă conținutul", |
|
loading: "Se încarcă" |
|
} |
|
} |
|
} |