Sha256: 0c28539a3b211f0eb91b7fddd57d287a2bcd04a666a84cbaacce037e08a26f2e

Contents?: true

Size: 1.4 KB

Versions: 29

Compression:

Stored size: 1.4 KB

Contents

/* Greek (el) initialisation for the jQuery UI date picker plugin. */
/* Written by Alex Cicovic (http://www.alexcicovic.com) */
(function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define([ "../datepicker" ], factory );
	} else {

		// Browser globals
		factory( jQuery.datepicker );
	}
}(function( datepicker ) {

datepicker.regional['el'] = {
	closeText: 'Κλείσιμο',
	prevText: 'Προηγούμενος',
	nextText: 'Επόμενος',
	currentText: 'Σήμερα',
	monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος',
	'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'],
	monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν',
	'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'],
	dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
	dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
	dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
	weekHeader: 'Εβδ',
	dateFormat: 'dd/mm/yy',
	firstDay: 1,
	isRTL: false,
	showMonthAfterYear: false,
	yearSuffix: ''};
datepicker.setDefaults(datepicker.regional['el']);

return datepicker.regional['el'];

}));

Version data entries

29 entries across 29 versions & 8 rubygems

Version Path
radius-rails-3.1.4 app/assets/components/jquery-ui/ui/i18n/datepicker-el.js
catscope-0.1.6 assets/bower_components/jquery-ui/ui/i18n/datepicker-el.js
catscope-0.1.5 assets/bower_components/jquery-ui/ui/i18n/datepicker-el.js
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/jquery-ui/ui/i18n/datepicker-el.js
catscope-0.1.4 assets/bower_components/jquery-ui/ui/i18n/datepicker-el.js
catscope-0.1.3 assets/bower_components/jquery-ui/ui/i18n/datepicker-el.js
catscope-0.1.2 assets/bower_components/jquery-ui/ui/i18n/datepicker-el.js
catscope-0.1.1 assets/bower_components/jquery-ui/ui/i18n/datepicker-el.js
rubyneat_dashboard-0.4.1 bower_components/jquery-ui/ui/i18n/datepicker-el.js
date_picker-0.0.8 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-el.js
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-el.js
date_picker-0.0.7 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-el.js
solidus_backend-1.0.0.pre3 vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-el.js
solidus_backend-1.0.0.pre2 vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-el.js
solidus_backend-1.0.0.pre vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-el.js
jquery-ui-rails-5.0.5 app/assets/javascripts/jquery-ui/datepicker-el.js
jquery-ui-rails-5.0.4 app/assets/javascripts/jquery-ui/datepicker-el.js
date_picker-0.0.6 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-el.js
date_picker-0.0.5 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-el.js
date_picker-0.0.4 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-el.js