first commit. dokuwiki.
[h2N7SspZmY.git] / lib / plugins / countdown / lang / et / lang.php
bloba3a5807f3409203e9c6e0da39cdd0c320a64a9b6
1 <?php
2 /**
3 * Estonian language file for the countdown plugin.
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 * @author Mikk Leini <mikk.leini [at] gmail.com>
9 * @version 2.5rc (2009-12-18)
10 * adapted for getLang() usage <Luis Machuca B.>
12 * @version 2.1.2 (2008-07-20)
13 * estonian language file
15 * @since 2.1.2
17 * Attention: the last characters of the file have to be "?>", no newline or something else
20 $lang['desc'] = 'See plugin näitab päevade arvu mis on jäänud määratud kuupäevani';
21 $lang['wrongformat'] = 'Kuupäeva formaat on segane: ';
22 $lang['nodesc'] = 'kirjeldus puudub';
23 $lang['until'] = 'pärast on';
24 $lang['since'] = 'tagasi oli';
25 $lang['today'] = 'Täna on';
26 $lang['oneday'] = 'päev';
27 $lang['days'] = 'päeva';
28 $lang['outputformat'] = '%d.%m.%Y';