1<?php
2/**
3 * Deutsche Sprachdatei für das 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']         = 'Dieses Plugin zeigt die Tage bis zu einem bestimmten Datum an.';
21$lang['wrongformat']  = 'Das angegebene Datum kann nicht geparst werden: ';
22$lang['nodesc']       = 'keine Beschreibung';
23$lang['until']        = 'bis';
24$lang['since']        = 'seit';
25$lang['today']        = 'Heute ist';
26$lang['oneday']       = 'Tag';
27$lang['days']         = 'Tage';
28$lang['outputformat'] = '%d.%m.%Y';
29?>
30