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
/* Basque/ Euskara LANGUAGE |
|
================================================== */ |
|
if (typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "eu", |
|
api: { |
|
wikipedia: "eu" |
|
}, |
|
date: { |
|
month: ["Urtarrila", "Otsaila", "Martxoa", "Apirila", "Maiatza", "Ekaina", "Uztaila", "Abuztua", "Iraila", "Urria", "Azaroa", "Abendua"], |
|
month_abbr: ["Urt.", "Ots.", "Mar.", "Api.", "Mai.", "Eka.", "Uzt.", "Abu.", "Ira.", "Urr.", "Aza.", "Abe."], |
|
day: ["Igandea", "Astelehena", "Asteartea", "Asteazkena", "Osteguna", "Ostirala", "Larunbata"], |
|
day_abbr: ["Iga.", "Asl.", "Asr.", "Asz.", "Osg.", "Osr.", "Lar."] |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "yyyy'(e)ko' mmmm", |
|
full_short: "mmm'-'d", |
|
full: "yyyy'(e)ko' mmmm'k' d", |
|
time_short: "h:MM:SS TT", |
|
time_no_seconds_short: "h:MM TT", |
|
time_no_seconds_small_date: "h:MM TT'<br /><small>'yyyy'-'mmm'-'d'</small>", |
|
full_long: "yyyy'(e)ko' mmmm'ren' d'(e)an,' hh:MM TT'(r)etan'", |
|
full_long_small_date: "hh:MM TT'<br /><small>'yyyy'-'mmm'-'d'</small>" |
|
}, |
|
messages: { |
|
loading_timeline: "Kronologia kargatzen...", |
|
return_to_title: "Titulura itzuli", |
|
expand_timeline: "Handiago ikusi", |
|
contract_timeline: "Txikiago ikusi", |
|
wikipedia: "Wikipedia entziklopedia libretik", |
|
loading_content: "Edukia kargatzen", |
|
loading: "Kargatzen" |
|
} |
|
} |
|
} |
|
|
|
|