~xibo-maintainers/xibo/tempel

« back to all changes in this revision

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

  • Committer: Dan Garner
  • Date: 2015-01-15 14:26:07 UTC
  • Revision ID: git-v1:0bf2226a1e1e343100602a625c79b0b71a23593d
Migrated from BZR and moved files to root folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Polish translation for bootstrap-datetimepicker
 
3
 * Robert <rtpm@gazeta.pl>
 
4
 */
 
5
;(function($){
 
6
$.fn.datetimepicker.dates['pl'] = {
 
7
        days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"],
 
8
        daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"],
 
9
        daysMin: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N"],
 
10
        months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
 
11
        monthsShort: ["Sty", "Lu", "Mar", "Kw", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa", "Lis", "Gru"],
 
12
        today: "Dzisiaj",
 
13
                suffix: [],
 
14
                meridiem: [],
 
15
        weekStart: 1
 
16
};
 
17
}(jQuery));