Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 9fad3f1

Browse files
bobzbobzdokuwiki-translate
authored andcommitted
translation update
1 parent feafc95 commit 9fad3f1

File tree

2 files changed

+55
-65
lines changed

2 files changed

+55
-65
lines changed

lang/da/lang.php

Lines changed: 31 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
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';

lang/da/settings.php

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
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-
// for the configuration manager
10-
$lang['namespace'] = 'standard navnerum til blog';
11-
12-
$lang['formposition'] = 'position af formular til nyt indlæg';
13-
$lang['formposition_o_top'] = 'top';
14-
$lang['formposition_o_bottom'] = 'bund';
15-
16-
$lang['dateprefix'] = 'foruddefineret dato for nye indlæg IDs';
17-
18-
$lang['sortkey'] = 'sortér blog indlæg efter';
19-
$lang['sortkey_o_cdate'] = 'dato for oprettelse';
20-
$lang['sortkey_o_mdate'] = 'dato for seneste ændring';
21-
$lang['sortkey_o_pagename'] = 'sidenavn';
22-
$lang['sortkey_o_id'] = 'side id';
23-
$lang['sortkey_o_title'] = 'titel';
24-
25-
$lang['sortorder'] = 'sorteringsrækkefølge';
26-
$lang['sortorder_o_ascending'] = 'stigende';
27-
$lang['sortorder_o_descending'] = 'faldende';
28-
29-
$lang['excluded_pages'] = 'Udeluk bestemte sider fra blog listen (kræver regulært udtryk)';
30-
31-
// vim:ts=4:sw=4:et:enc=utf-8:
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['namespace'] = 'standard navnerum til blog';
10+
$lang['formposition'] = 'position af formular til nyt indlæg';
11+
$lang['formposition_o_top'] = 'top';
12+
$lang['formposition_o_bottom'] = 'bund';
13+
$lang['formposition_o_none'] = 'intet';
14+
$lang['dateprefix'] = 'foruddefineret dato for nye indlæg IDs';
15+
$lang['sortkey'] = 'sortér blog indlæg efter';
16+
$lang['sortkey_o_cdate'] = 'dato for oprettelse';
17+
$lang['sortkey_o_mdate'] = 'dato for seneste ændring';
18+
$lang['sortkey_o_pagename'] = 'sidenavn';
19+
$lang['sortkey_o_id'] = 'side id';
20+
$lang['sortkey_o_title'] = 'titel';
21+
$lang['sortorder'] = 'sorteringsrækkefølge';
22+
$lang['sortorder_o_ascending'] = 'stigende';
23+
$lang['sortorder_o_descending'] = 'faldende';
24+
$lang['excluded_pages'] = 'Udeluk bestemte sider fra blog listen (kræver regulært udtryk)';

0 commit comments

Comments
 (0)