1- <?php
2- /**
3- * Danish language file
4- *
5- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6- * @author Esther Brunner <[email protected] > 7- */
8-
9- // custom language strings for the plugin
10- $ lang ['blog ' ] = 'Blog ' ;
11- $ lang ['older ' ] = 'Ældre indlæg ' ;
12- $ lang ['newer ' ] = 'Nyere indlæg ' ;
13- $ lang ['newentry ' ] = 'Nyt indlæg: ' ;
14-
15- $ lang ['missing_includeplugin ' ] = 'Include plugin skal være installeret for at bloggen virker. ' ;
16- $ lang ['missing_pagelistplugin ' ] = 'Pagelist plugin skal være installeret for at arkivlister virker. ' ;
17- $ lang ['missing_tagplugin ' ] = 'Tag plugin skal være installeret for at benytte denne funktion. ' ;
18-
19- $ lang ['autoarchive ' ] = '%1$d indlæg i %2$s %3$s ' ;
20- $ lang ['month_01 ' ] = 'januar ' ;
21- $ lang ['month_02 ' ] = 'februar ' ;
22- $ lang ['month_03 ' ] = 'marts ' ;
23- $ lang ['month_04 ' ] = 'april ' ;
24- $ lang ['month_05 ' ] = 'maj ' ;
25- $ lang ['month_06 ' ] = 'juni ' ;
26- $ lang ['month_07 ' ] = 'juli ' ;
27- $ lang ['month_08 ' ] = 'august ' ;
28- $ lang ['month_09 ' ] = 'september ' ;
29- $ lang ['month_10 ' ] = 'oktober ' ;
30- $ lang ['month_11 ' ] = 'november ' ;
31- $ lang ['month_12 ' ] = 'december ' ;
32-
33- //Setup VIM: ex: et ts=2 enc=utf-8 :
34-
1+ <?php
2+
3+ /**
4+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5+ *
6+ * @author Esther Brunner <[email protected] > 7+ * @author Soren Birk <[email protected] > 8+ */
9+ $ lang ['blog ' ] = 'Blog ' ;
10+ $ lang ['older ' ] = 'Ældre indlæg ' ;
11+ $ lang ['newer ' ] = 'Nyere indlæg ' ;
12+ $ lang ['newentry ' ] = 'Nyt indlæg: ' ;
13+ $ lang ['missing_includeplugin ' ] = 'Include plugin skal være installeret for at bloggen virker. ' ;
14+ $ lang ['missing_pagelistplugin ' ] = 'Pagelist plugin skal være installeret for at arkivlister virker. ' ;
15+ $ lang ['missing_tagplugin ' ] = 'Tag plugin skal være installeret for at benytte denne funktion. ' ;
16+ $ lang ['autoarchive ' ] = '%1$d indlæg i %2$s %3$s ' ;
17+ $ lang ['month_01 ' ] = 'januar ' ;
18+ $ lang ['month_02 ' ] = 'februar ' ;
19+ $ lang ['month_03 ' ] = 'marts ' ;
20+ $ lang ['month_04 ' ] = 'april ' ;
21+ $ lang ['month_05 ' ] = 'maj ' ;
22+ $ lang ['month_06 ' ] = 'juni ' ;
23+ $ lang ['month_07 ' ] = 'juli ' ;
24+ $ lang ['month_08 ' ] = 'august ' ;
25+ $ lang ['month_09 ' ] = 'september ' ;
26+ $ lang ['month_10 ' ] = 'oktober ' ;
27+ $ lang ['month_11 ' ] = 'november ' ;
28+ $ lang ['month_12 ' ] = 'december ' ;
29+ $ lang ['entries ' ] = 'indlæg ' ;
30+ $ lang ['entry ' ] = 'indlæg ' ;
31+ $ lang ['archive_title ' ] = 'Blog Arkiv ' ;
0 commit comments