<?php
/**
 * English language file for the countdown plugin.
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author  Ekkart Kleinod <ekkart [at] ekkart.de>
 *
 * @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';
?>
