* * @version 2.1 (2008-03-04) * bugfix: no newline after "?>" * new: today * @version 2.0 (2008-02-18) * enhanced functionality * * @since 2.0 * * Attention: the last characters of the file have to be "?>", no newline or something else */ $lang['desc'] = 'This plugin displays the days until a specified date.'; $lang['wrongformat'] = 'The date cannot be parsed: '; $lang['nodesc'] = 'no description'; $lang['until'] = 'until'; $lang['since'] = 'since'; $lang['today'] = 'Today is'; $lang['oneday'] = 'day'; $lang['days'] = 'days'; $lang['outputformat'] = '%m/%d/%Y %H:%M'; ?>