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
/* LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "pt-br", |
|
api: { |
|
wikipedia: "pt" |
|
}, |
|
date: { |
|
month: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"], |
|
month_abbr: ["Jan.", "Fev.", "Mar.", "Abr.", "Mai.", "Jun.", "Jul.", "Ago.", "Set.", "Out.", "Nov.", "Dez."], |
|
day: ["Domingo","Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"], |
|
day_abbr: ["Dom.","Seg.", "Ter.", "Qua.", "Qui.", "Sex.", "Sáb."] |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "mmmm 'de' yyyy", |
|
full_short: "d 'de' mmm", |
|
full: "d 'de' mmmm',' yyyy", |
|
time_no_seconds_short: "hh:MM TT", |
|
time_no_seconds_small_date: "hh:MM TT'<br/><small>'d 'de' mmmm',' yyyy'</small>'", |
|
full_long: "dddd',' d 'de' mmm',' yyyy 'às' hh:MM TT", |
|
full_long_small_date: "hh:MM TT'<br/><small>'dddd',' d 'de' mmm',' yyyy'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Carregando Timeline... ", |
|
return_to_title: "Voltar para o título", |
|
expand_timeline: "Expandir Timeline", |
|
contract_timeline: "Contrair Timeline", |
|
wikipedia: "Wikipedia, A enciclopédia livre", |
|
loading_content: "Loading Content", |
|
loading: "Loading" |
|
|
|
} |
|
} |
|
} |