summaryrefslogtreecommitdiff
path: root/pv/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-28 19:00:45 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-28 19:00:45 (GMT)
commit0c00f412dc5d8ccba552f3633993a4696e0d6b55 (patch)
treed299cb6bcb60dfc99ad70f1d8cfb100f8aea71a6 /pv/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
parentabc439740a24c503b8756aa30c57281a4cf6ad31 (diff)
parentd4c75b4893bfcb28e300ff5e10dc9cd0993f8537 (diff)
Merge branch 'master' of https://github.com/nnrcschmdt/helsinki
Diffstat (limited to 'pv/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js')
-rw-r--r--pv/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/pv/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js b/pv/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
deleted file mode 100644
index ac2d516..0000000
--- a/pv/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']);
-});