1<?php
2/**
3 * DokuWiki Plugin datepicker (Lang Component)
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  lisps
7 */
8$lang['emptyStringDate'] = 'string for display empty date';
9$lang['emptyStringWeek'] = 'string for display empty week';
10//Setup VIM: ex: et ts=2 enc=utf-8 :