summaryrefslogtreecommitdiff
path: root/helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-23 18:02:14 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-23 18:02:14 (GMT)
commit4590065b6ca9d7698c22277a4da1505486c8b637 (patch)
tree2a76ad1a0c1cced08fdcf2139f1e12796522b090 /helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
parentc95ec9e6bea9e076bda3ae66c4b604f399f5ec86 (diff)
moved things around.
Diffstat (limited to 'helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js')
-rw-r--r--helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js b/helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
deleted file mode 100644
index ac2d516..0000000
--- a/helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/* German initialisation for the jQuery UI date picker plugin. */
-/* Written by Milian Wolff (mail@milianw.de). */
-jQuery(function($){
- $.datepicker.regional['de'] = {
- closeText: 'schließen',
- prevText: '&#x3c;zurück',
- nextText: 'Vor&#x3e;',
- currentText: 'heute',
- monthNames: ['Januar','Februar','März','April','Mai','Juni',
- 'Juli','August','September','Oktober','November','Dezember'],
- monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
- 'Jul','Aug','Sep','Okt','Nov','Dez'],
- dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
- dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
- dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
- weekHeader: 'Wo',
- dateFormat: 'dd.mm.yy',
- firstDay: 1,
- isRTL: false,
- showMonthAfterYear: false,
- yearSuffix: ''};
- $.datepicker.setDefaults($.datepicker.regional['de']);
-});