Sha256: df4f29f5e74a7510dfb4ce027d666d6160cb38f142ccef00ac591e59abbd5c87

Contents?: true

Size: 670 Bytes

Versions: 8

Compression:

Stored size: 670 Bytes

Contents

/**
 * Romanian translation for bootstrap-datepicker
 * Cristian Vasile <cristi.mie@gmail.com>
 */
;(function($){
	$.fn.datepicker.dates['ro'] = {
		days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă"],
		daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"],
		daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ"],
		months: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
		monthsShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
		today: "Astăzi",
		clear: "Șterge",
		weekStart: 1
	};
}(jQuery));

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bootstrap-datepicker-rails-1.6.4.1 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js
bootstrap-datepicker-rails-1.6.1.1 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js
bootstrap-datepicker-rails-1.6.1 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js
bootstrap-datepicker-rails-1.6.0.1 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js
bootstrap-datepicker-rails-1.6.0 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js
bootstrap-datepicker-rails-1.6.0.pre.alpha vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js
bootstrap-datepicker-rails-1.5.0 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js
bootstrap-datepicker-rails-1.5.0.RC1 vendor/assets/javascripts/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js