summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/da/lang.php
blob: c07c90ebada5146ebb880c38ff03af8a6442afb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Esther Brunner <wikidesign@gmail.com>
 * @author Soren Birk <soer9648@eucl.dk>
 */
$lang['blog']                  = 'Blog';
$lang['older']                 = 'Ældre indlæg';
$lang['newer']                 = 'Nyere indlæg';
$lang['newentry']              = 'Nyt indlæg:';
$lang['missing_includeplugin'] = 'Include plugin skal være installeret for at bloggen virker.';
$lang['missing_pagelistplugin'] = 'Pagelist plugin skal være installeret for at arkivlister virker.';
$lang['missing_tagplugin']     = 'Tag plugin skal være installeret for at benytte denne funktion.';
$lang['autoarchive']           = '%1$d indlæg i %2$s %3$s';
$lang['month_01']              = 'januar';
$lang['month_02']              = 'februar';
$lang['month_03']              = 'marts';
$lang['month_04']              = 'april';
$lang['month_05']              = 'maj';
$lang['month_06']              = 'juni';
$lang['month_07']              = 'juli';
$lang['month_08']              = 'august';
$lang['month_09']              = 'september';
$lang['month_10']              = 'oktober';
$lang['month_11']              = 'november';
$lang['month_12']              = 'december';
$lang['entries']               = 'indlæg';
$lang['entry']                 = 'indlæg';
$lang['archive_title']         = 'Blog Arkiv';