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.3 KiB
38 lines
1.3 KiB
11 years ago
|
/* Latvian LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "lv",
|
||
|
api: {
|
||
|
wikipedia: "lv"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["Janvāris", "Februāris", "Marts", "Aprīlis", "Maijs", "Jūnijs", "Jūlijs", "Augusts", "Septembris", "Oktobris", "Novembris", "Decembris"],
|
||
|
month_abbr: ["Jan.", "Feb.", "Mar.", "Apr.", "Mai.", "Jūn.", "Jūl.", "Aug.", "Sep.", "Okt.", "Nov.", "Dec."],
|
||
|
day: ["Svētdiena", "Pirmdiena", "Otrdiena", "Trešdiena", "Ceturtdiena", "Piektdiena", "Sestdiena"],
|
||
|
day_abbr: ["Sun.", "Mon.", "Tues.", "Wed.", "Thurs.", "Fri.", "Sat."]
|
||
|
},
|
||
|
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: "HH: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: "Ielādējas grafiks... ",
|
||
|
return_to_title: "Atgriezties uz sākumu",
|
||
|
expand_timeline: "Izvērst grafiku",
|
||
|
contract_timeline: "Sašaurināt grafiku",
|
||
|
wikipedia: "No Wikipedia, brīvās enciklopēdijas",
|
||
|
loading_content: "Ielādējas saturs",
|
||
|
loading: "Ielādējas"
|
||
|
}
|
||
|
}
|
||
|
}
|