source: pro-violet-viettel/www/deploy/20150304/assets/js/date-time/locales/bootstrap-datepicker.ca.js @ 780

Last change on this file since 780 was 780, checked in by dungnv, 10 years ago
File size: 639 bytes
Line 
1/**
2 * Catalan translation for bootstrap-datepicker
3 * J. Garcia <jogaco.en@gmail.com>
4 */
5;(function($){
6        $.fn.datepicker.dates['ca'] = {
7                days: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte", "Diumenge"],
8                daysShort: ["Diu",  "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis", "Diu"],
9                daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds", "dg"],
10                months: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
11                monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
12                today: "Avui"
13        };
14}(jQuery));
Note: See TracBrowser for help on using the repository browser.