~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/libraries/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.pt.js

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * Portuguese translation for bootstrap-datetimepicker
3
 
 * Original code: Cauan Cabral <cauan@radig.com.br>
4
 
 * Tiago Melo <tiago.blackcode@gmail.com>
5
 
 */
6
 
;(function($){
7
 
        $.fn.datetimepicker.dates['pt'] = {
8
 
                days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
9
 
                daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
10
 
                daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
11
 
                months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
12
 
                monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
13
 
                suffix: [],
14
 
                meridiem: ["am","pm"],
15
 
                today: "Hoje"
16
 
        };
17
 
}(jQuery));