1<?php
2/**
3 * English language file for the countdown plugin.
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 *
7 * @author  Ekkart Kleinod <ekkart [at] ekkart.de>
8 *
9 * @version 2.1 (2008-03-04)
10 *          bugfix: no newline after "?>"
11 *          new: today
12 * @version 2.0 (2008-02-18)
13 *          enhanced functionality
14 *
15 * @since   2.0
16 *
17 * Attention: the last characters of the file have to be "?>", no newline or something else
18 */
19
20$lang['desc']         = 'This plugin displays the days until a specified date.';
21$lang['wrongformat']  = 'The date cannot be parsed: ';
22$lang['nodesc']       = 'no description';
23$lang['until']        = 'until';
24$lang['since']        = 'since';
25$lang['today']        = 'Today is';
26$lang['oneday']       = 'day';
27$lang['days']         = 'days';
28$lang['outputformat'] = '%m/%d/%Y %H:%M';
29?>
30