source: pro-violet-viettel/docs/template/assets/js/uncompressed/date-time/locales/bootstrap-datepicker.ro.js @ 400

Last change on this file since 400 was 400, checked in by dungnv, 11 years ago
  • Property svn:mime-type set to text/plain
File size: 676 bytes
Line 
1/**
2 * Romanian translation for bootstrap-datepicker
3 * Cristian Vasile <cristi.mie@gmail.com>
4 */
5;(function($){
6        $.fn.datepicker.dates['ro'] = {
7                days: ["Duminică", "Luni", "MarÅ£i", "Miercuri", "Joi", "Vineri", "Sâmbătă", "Duminică"],
8                daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", "Dum"],
9                daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"],
10                months: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
11                monthsShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
12                today: "Astăzi",
13                weekStart: 1
14        };
15}(jQuery));
Note: See TracBrowser for help on using the repository browser.