www/public_html/lib/plugins/blog/lang/da/lang.php

32 lines
1.3 KiB
PHP

<?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';