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

Last change on this file since 794 was 780, checked in by dungnv, 10 years ago
File size: 621 bytes
Line 
1/**
2 * Malay translation for bootstrap-datepicker
3 * Ateman Faiz <noorulfaiz@gmail.com>
4 */
5;(function($){
6        $.fn.datepicker.dates['ms'] = {
7                days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"],
8                daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
9                daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
10                months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
11                monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"],
12                today: "Hari Ini"
13        };
14}(jQuery));
Note: See TracBrowser for help on using the repository browser.