summaryrefslogtreecommitdiff
path: root/app/Locale/da_DK/translations.php
blob: 7da576d784a3c95e8b1fcf62dbdda0387a6e0ca1 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
<?php

return array(
    'number.decimals_separator' => ',',
    'number.thousands_separator' => '.',
    'None' => 'Ingen',
    'Edit' => 'Redigere',
    'Remove' => 'Fjerne',
    'Yes' => 'Ja',
    'No' => 'Nej',
    'cancel' => 'annullere',
    'or' => 'eller',
    'Yellow' => 'Gul',
    'Blue' => 'Blå',
    'Green' => 'Grøn',
    'Purple' => 'Lilla',
    'Red' => 'Rød',
    'Orange' => 'Orange',
    'Grey' => 'Grå',
    'Brown' => 'Brun',
    'Deep Orange' => 'Dyb orange',
    'Dark Grey' => 'Mørkegrå',
    'Pink' => 'Lyserød',
    'Teal' => 'Blågrøn',
    'Cyan' => 'Turkis',
    'Lime' => 'Citron',
    'Light Green' => 'Lysegrøn',
    'Amber' => 'Rav',
    'Save' => 'Gemme',
    'Login' => 'Logge ind',
    'Official website:' => 'Officielt netsted:',
    'Unassigned' => 'Ikke tildelt',
    'View this task' => 'Vise opgave',
    'Remove user' => 'Fjerne bruger',
    'Do you really want to remove this user: "%s"?' => 'Fjerne bruger: "%s"?',
    'All users' => 'Alle brugere',
    'Username' => 'Brugernavn',
    'Password' => 'Adgangskode',
    'Administrator' => 'Administrator',
    'Sign in' => 'Logge ind',
    'Users' => 'Brugere',
    'Forbidden' => 'Nægtet',
    'Access Forbidden' => 'Adgang nægtet',
    'Edit user' => 'Redigere bruger',
    'Logout' => 'Logge ud',
    'Bad username or password' => 'Forkert brugernavn eller adgangskode',
    'Edit project' => 'Redigere projekt',
    'Name' => 'Navn',
    'Projects' => 'Projekter',
    'No project' => 'Ingen projekt',
    'Project' => 'Projekt',
    'Status' => 'Status',
    'Tasks' => 'Opgaver',
    'Board' => 'Tavle',
    'Actions' => 'Handlinger',
    'Inactive' => 'Inaktiv',
    'Active' => 'Aktiv',
    'Unable to update this board.' => 'Kan ikke opdatere tavlen.',
    'Disable' => 'Deaktivere',
    'Enable' => 'Aktivere',
    'New project' => 'Nyt projekt',
    'Do you really want to remove this project: "%s"?' => 'Fjerne projekt: "%s"?',
    'Remove project' => 'Fjerne projekt',
    'Edit the board for "%s"' => 'Redigere tavlen for "%s"',
    'Add a new column' => 'Tilføje ny kolonne',
    'Title' => 'Titel',
    'Assigned to %s' => 'Tildelt %s',
    'Remove a column' => 'Fjerne kolonne',
    'Unable to remove this column.' => 'Kan ikke fjerne kolonne.',
    'Do you really want to remove this column: "%s"?' => 'Fjerne kolonne: "%s"?',
    'Settings' => 'Opsætning',
    'Application settings' => 'Program opsætning',
    'Language' => 'Sprog',
    'Webhook token:' => 'Net-hægte symbol:',
    'API token:' => 'API symbol:',
    'Database size:' => 'Database størrelse:',
    'Download the database' => 'Hente databasen',
    'Optimize the database' => 'Optimere databasen',
    '(VACUUM command)' => '(VACUUM kommando)',
    '(Gzip compressed Sqlite file)' => '(Gzip komprimeret SQLite fil)',
    'Close a task' => 'Lukke opgave',
    'Column' => 'Kolonne',
    'Color' => 'Farve',
    'Assignee' => 'Ansvarlig',
    'Create another task' => 'Oprette anden opgave',
    'New task' => 'Ny opgave',
    'Open a task' => 'Åbne opgave',
    'Do you really want to open this task: "%s"?' => 'Åbne opgave: "%s"?',
    'Back to the board' => 'Tilbage til tavlen',
    'There is nobody assigned' => 'Ingen tildelt',
    'Column on the board:' => 'Kolonne på tavlen:',
    'Close this task' => 'Lukke opgave',
    'Open this task' => 'Åbne opgave',
    'There is no description.' => 'Ingen beskrivelse.',
    'Add a new task' => 'Tilføje ny opgave',
    'The username is required' => 'Brugernavn påkrævet',
    'The maximum length is %d characters' => 'Maksimale længde er %d tegn',
    'The minimum length is %d characters' => 'Mindste længde er %d tegn',
    'The password is required' => 'Adgangskode påkrævet',
    'This value must be an integer' => 'Værdien skal være et heltal',
    'The username must be unique' => 'Brugernavn skal være unikt',
    'The user id is required' => 'Bruger ID påkrævet',
    'Passwords don\'t match' => 'Adgangskoder stemmer ikke overens',
    'The confirmation is required' => 'Verifikation påkrævet',
    'The project is required' => 'Projekt påkrævet',
    'The id is required' => 'ID påkrævet',
    'The project id is required' => 'Projekt ID påkrævet',
    'The project name is required' => 'Projekt navn påkrævet',
    'The title is required' => 'Titel påkrævet',
    'Settings saved successfully.' => 'Opsætning gemt.',
    'Unable to save your settings.' => 'Kan ikke gemme opsætning.',
    'Database optimization done.' => 'Database optimering færdig.',
    'Your project have been created successfully.' => 'Projekt oprettet.',
    'Unable to create your project.' => 'Kan ikke oprette projekt.',
    'Project updated successfully.' => 'Projekt opdateret.',
    'Unable to update this project.' => 'Kan ikke opdatere projekt.',
    'Unable to remove this project.' => 'Kan ikke fjerne projekt.',
    'Project removed successfully.' => 'Projekt fjernet.',
    'Project activated successfully.' => 'Projekt aktiveret.',
    'Unable to activate this project.' => 'Kan ikke aktivere projekt.',
    'Project disabled successfully.' => 'Projekt deaktiveret.',
    'Unable to disable this project.' => 'Kan ikke deaktivere projekt.',
    'Unable to open this task.' => 'Kan ikke åbne opgave.',
    'Task opened successfully.' => 'Opgave åbnet.',
    'Unable to close this task.' => 'Kan ikke lukke opgave.',
    'Task closed successfully.' => 'Opgave lukket.',
    'Unable to update your task.' => 'Kan ikke opdatere opgave.',
    'Task updated successfully.' => 'Opgave opdateret.',
    'Unable to create your task.' => 'Kan ikke oprette opgave.',
    'Task created successfully.' => 'Opgave oprettet.',
    'User created successfully.' => 'Bruger oprettet.',
    'Unable to create your user.' => 'Kan ikke oprette bruger.',
    'User updated successfully.' => 'Bruger opdateret.',
    'User removed successfully.' => 'Bruger fjernet.',
    'Unable to remove this user.' => 'Kan ikke fjerne bruger.',
    'Board updated successfully.' => 'Tavle opdateret.',
    'Ready' => 'Klar',
    'Backlog' => 'Efterslæb',
    'Work in progress' => 'Igangværende',
    'Done' => 'Færdig',
    'Application version:' => 'Program version:',
    'Id' => 'ID',
    'Public link' => 'Offentlig henvisning',
    'Timezone' => 'Tidszone',
    'Sorry, I didn\'t find this information in my database!' => 'Kan ikke finde information i database!',
    'Page not found' => 'Side ikke fundet',
    'Complexity' => 'Kompleksitet',
    'Task limit' => 'Opgave begrænsning',
    'Task count' => 'Opgave tæller',
    'User' => 'Bruger',
    'Comments' => 'Kommentarer',
    'Comment is required' => 'Kommentar påkrævet',
    'Comment added successfully.' => 'Kommentar tilføjet.',
    'Unable to create your comment.' => 'Kan ikke oprette kommentar.',
    'Due Date' => 'Forfaldsdato',
    'Invalid date' => 'Ugyldig dato',
    'Automatic actions' => 'Automatiske handlinger',
    'Your automatic action have been created successfully.' => 'Automatiske handling oprettet.',
    'Unable to create your automatic action.' => 'Kan ikke oprette automatisk handling.',
    'Remove an action' => 'Fjerne handling',
    'Unable to remove this action.' => 'Kan ikke fjerne handling.',
    'Action removed successfully.' => 'Handling fjernet.',
    'Automatic actions for the project "%s"' => 'Automatiske handlinger for projekt "%s"',
    'Add an action' => 'Tilføje handling',
    'Event name' => 'Begivenheds-navn',
    'Action' => 'Handling',
    'Event' => 'Begivenhed',
    'When the selected event occurs execute the corresponding action.' => 'Når valgt begivenhed opstår udføres tilsvarende handling.',
    'Next step' => 'Næste trin',
    'Define action parameters' => 'Bestemme handlings-parametre',
    'Do you really want to remove this action: "%s"?' => 'Fjerne handling: "%s"?',
    'Remove an automatic action' => 'Fjerne automatisk handling',
    'Assign the task to a specific user' => 'Tildel opgave til bestemt bruger',
    'Assign the task to the person who does the action' => 'Tildel opgave til bruger der udfører handling',
    'Duplicate the task to another project' => 'Kopiere opgave til andet projekt',
    'Move a task to another column' => 'Flytte opgave til anden kolonne',
    'Task modification' => 'Opgave ændring',
    'Task creation' => 'Opgave oprettelse',
    'Closing a task' => 'Lukke opgave',
    'Assign a color to a specific user' => 'Tildel farve til bestemt bruger',
    'Position' => 'Placering',
    'Duplicate to another project' => 'Kopiere til andet projekt',
    'Duplicate' => 'Kopiere',
    'Link' => 'Henvise',
    'Comment updated successfully.' => 'Kommentar opdateret.',
    'Unable to update your comment.' => 'Kan ikke opdatere kommentar.',
    'Remove a comment' => 'Fjerne kommentar',
    'Comment removed successfully.' => 'Kommentar fjernet.',
    'Unable to remove this comment.' => 'Kan ikke fjerne kommentar.',
    'Do you really want to remove this comment?' => 'Fjerne kommentar?',
    'Current password for the user "%s"' => 'Nuværende adgangskode for bruger "%s"',
    'The current password is required' => 'Nuværende adgangskode påkrævet',
    'Wrong password' => 'Forkert adgangskode',
    'Unknown' => 'Ukendt',
    'Last logins' => 'Seneste log ind',
    'Login date' => 'Log ind dato',
    'Authentication method' => 'Godkendelses-metode',
    'IP address' => 'IP adresse',
    'User agent' => 'Bruger agent',
    'Persistent connections' => 'Vedvarende forbindelser',
    'No session.' => 'Ingen blivende forbindelse.',
    'Expiration date' => 'Udløbsdato',
    'Remember Me' => 'Husk mig',
    'Creation date' => 'Oprettelsesdato',
    'Everybody' => 'Alle',
    'Open' => 'Åben',
    'Closed' => 'Lukket',
    'Search' => 'Søg',
    'Nothing found.' => 'Intet fundet.',
    'Due date' => 'Forfaldsdato',
    'Description' => 'Beskrivelse',
    '%d comments' => '%d kommentarer',
    '%d comment' => '%d kommentar',
    'Email address invalid' => 'Ugyldig e-post adresse',
    'Your external account is not linked anymore to your profile.' => 'Ekstern konto ikke forbundet til profil.',
    'Unable to unlink your external account.' => 'Kan ikke fjerne henvisning til ekstern konto.',
    'External authentication failed' => 'Ekstern godkendelse mislykkedes',
    'Your external account is linked to your profile successfully.' => 'Ekstern konto forbundet til profil.',
    'Email' => 'E-post',
    'Task removed successfully.' => 'Opgave fjernet.',
    'Unable to remove this task.' => 'Kan ikke fjerne opgave.',
    'Remove a task' => 'Fjerne opgave',
    'Do you really want to remove this task: "%s"?' => 'Fjerne opgave: "%s"?',
    'Assign automatically a color based on a category' => 'Tildele automatisk farve baseret på kategori',
    'Assign automatically a category based on a color' => 'Tildele automatisk kategori baseret på farve',
    'Task creation or modification' => 'Opgave oprettelse eller ændring',
    'Category' => 'Kategori',
    'Category:' => 'Kategori:',
    'Categories' => 'Kategorier',
    'Your category have been created successfully.' => 'Kategori oprettet.',
    'This category has been updated successfully.' => 'Kategori opdateret.',
    'Unable to update this category.' => 'Kan ikke opdatere kategori.',
    'Remove a category' => 'Fjerne kategori',
    'Category removed successfully.' => 'Kategori fjernet.',
    'Unable to remove this category.' => 'Kan ikke fjerne kategori.',
    'Category modification for the project "%s"' => 'Kategori ændring for projekt "%s"',
    'Category Name' => 'Kategori navn',
    'Add a new category' => 'Tilføje ny kategori',
    'Do you really want to remove this category: "%s"?' => 'Fjerne kategori: "%s"?',
    'All categories' => 'Alle kategorier',
    'No category' => 'Ingen kategori',
    'The name is required' => 'Navn er påkrævet',
    'Remove a file' => 'Fjerne fil',
    'Unable to remove this file.' => 'Kan ikke fjerne fil.',
    'File removed successfully.' => 'Fil fjernet.',
    'Attach a document' => 'Vedhæfte dokument',
    'Do you really want to remove this file: "%s"?' => 'Fjerne fil: "%s"?',
    'Attachments' => 'Vedhæftninger',
    'Edit the task' => 'Redigere opgave',
    'Add a comment' => 'Tilføje kommentar',
    'Edit a comment' => 'Redigere kommentar',
    'Summary' => 'Oversigt',
    'Time tracking' => 'Tidsregistrering',
    'Estimate:' => 'Anslå:',
    'Spent:' => 'Brugt:',
    'Do you really want to remove this sub-task?' => 'Fjerne delopgave?',
    'Remaining:' => 'Tilbageværende:',
    'hours' => 'timer',
    'estimated' => 'anslået',
    'Sub-Tasks' => 'Delopgaver',
    'Add a sub-task' => 'Tilføje delopgave',
    'Original estimate' => 'Original anslået',
    'Create another sub-task' => 'Oprette anden delopgave',
    'Time spent' => 'Tidsforbrug',
    'Edit a sub-task' => 'Redigere delopgave',
    'Remove a sub-task' => 'Fjerne delopgave',
    'The time must be a numeric value' => 'Tiden skal være numerisk værdi',
    'Todo' => 'At gøre',
    'In progress' => 'I gang',
    'Sub-task removed successfully.' => 'Delopgave fjernet.',
    'Unable to remove this sub-task.' => 'Kan ikke fjerne delopgave.',
    'Sub-task updated successfully.' => 'Delopgave opdateret.',
    'Unable to update your sub-task.' => 'Kan ikke opdatere delopgave.',
    'Unable to create your sub-task.' => 'Kan ikke oprette delopgave.',
    'Maximum size: ' => 'Maksimum størrelse: ',
    'Display another project' => 'Vise andet projekt',
    'Created by %s' => 'Oprettet af %s',
    'Tasks Export' => 'Opgave eksport',
    'Start Date' => 'Start dato',
    'Execute' => 'Udføre',
    'Task Id' => 'Opgave ID',
    'Creator' => 'Opretter',
    'Modification date' => 'Ændrings-dato',
    'Completion date' => 'Afslutningsdato',
    'Clone' => 'Klone',
    'Project cloned successfully.' => 'Projekt klonet..',
    'Unable to clone this project.' => 'Kan ikke klone projekt.',
    'Enable email notifications' => 'Aktivere e-post påmindelser',
    'Task position:' => 'Opgave placering:',
    'The task #%d have been opened.' => 'Opgave #%d åbnet.',
    'The task #%d have been closed.' => 'Opgave #%d lukket.',
    'Sub-task updated' => 'Delopgave opdateret',
    'Title:' => 'Titel:',
    'Status:' => 'Status:',
    'Assignee:' => 'Ansvarlig:',
    'Time tracking:' => 'Tidsregistrering:',
    'New sub-task' => 'Ny delopgave',
    'New attachment added "%s"' => 'Ny vedhæftning tilføjet "%s"',
    'New comment posted by %s' => 'Ny kommentar af %s',
    'New comment' => 'Ny kommentar',
    'Comment updated' => 'Kommentar opdateret',
    'New subtask' => 'Ny delopgave',
    'I want to receive notifications only for those projects:' => 'Modtage påmindelser for disse projekter:',
    'view the task on Kanboard' => 'vise opgave på Kanboard',
    'Public access' => 'Offentlig adgang',
    'Disable public access' => 'Deaktivere offentlig adgang',
    'Enable public access' => 'Aktivere offentlig adgang',
    'Public access disabled' => 'Offentlig adgang deaktiveret',
    'Move the task to another project' => 'Flytte opgave til andet projekt',
    'Move to another project' => 'Flytte til andet projekt',
    'Do you really want to duplicate this task?' => 'Kopiere opgave?',
    'Duplicate a task' => 'Kopiere opgave',
    'External accounts' => 'Eksterne konti',
    'Account type' => 'Konto type',
    'Local' => 'Lokal',
    'Remote' => 'Fjern',
    'Enabled' => 'Aktiveret',
    'Disabled' => 'Deaktiveret',
    'Login:' => 'Log ind:',
    'Full Name:' => 'Fuldt navn:',
    'Email:' => 'E-post:',
    'Notifications:' => 'Påmindelser:',
    'Notifications' => 'Påmindelser',
    'Account type:' => 'Konto type:',
    'Edit profile' => 'Redigere profil',
    'Change password' => 'Ændre adgangskode',
    'Password modification' => 'Adgangskode ændring',
    'External authentications' => 'Ekstern godkendelse',
    'Never connected.' => 'Aldrig forbundet.',
    'No external authentication enabled.' => 'Ingen ekstern godkendelse aktiveret.',
    'Password modified successfully.' => 'Adgangskode ændret.',
    'Unable to change the password.' => 'Kan ikke ændre adgangskode.',
    'Change category' => 'Ændre kategori',
    '%s updated the task %s' => '%s opdatere opgave %s',
    '%s opened the task %s' => '%s åbne opgave %s',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s flytte opgave %s til placering #%d i kolonne "%s"',
    '%s moved the task %s to the column "%s"' => '%s flyttet opgave %s til kolonne "%s"',
    '%s created the task %s' => '%s oprettet opgave %s',
    '%s closed the task %s' => '%s lukket opgave %s',
    '%s created a subtask for the task %s' => '%s oprettet delopgave for opgave %s',
    '%s updated a subtask for the task %s' => '%s opdateret delopgave for opgave %s',
    'Assigned to %s with an estimate of %s/%sh' => 'Tildelt %s med anslåning på %s/%st',
    'Not assigned, estimate of %sh' => 'Ikke tildelt, anslået til %st',
    '%s updated a comment on the task %s' => '%s opdateret kommentar på opgave %s',
    '%s commented the task %s' => '%s har kommenteret opgave %s',
    '%s\'s activity' => '%s\'s aktivitet',
    'RSS feed' => 'RSS nyheds-kilde',
    '%s updated a comment on the task #%d' => '%s opdaterede kommentar på opgave #%d',
    '%s commented on the task #%d' => '%s kommenterede på opgave #%d',
    '%s updated a subtask for the task #%d' => '%s opdaterede delopgave for opgave #%d',
    '%s created a subtask for the task #%d' => '%s oprettede delopgave for opgave #%d',
    '%s updated the task #%d' => '%s opdaterede opgave #%d',
    '%s created the task #%d' => '%s oprettede opgave #%d',
    '%s closed the task #%d' => '%s lukkede opgave #%d',
    '%s opened the task #%d' => '%s åbnede opgave #%d',
    'Activity' => 'Aktivitet',
    'Default values are "%s"' => 'Standard værdier er "%s"',
    'Default columns for new projects (Comma-separated)' => 'Standard kolonne for nye projekter (kommasepareret)',
    'Task assignee change' => 'Ændre opgave ansvarlig',
    '%s changed the assignee of the task #%d to %s' => '%s ændre ansvarlig for opgave #%d til %s',
    '%s changed the assignee of the task %s to %s' => '%s ændre ansvarlig for opgave %s til %s',
    'New password for the user "%s"' => 'Ny adgangskode til bruger "%s"',
    'Choose an event' => 'Vælge hændelse',
    'Create a task from an external provider' => 'Opret opgave fra ekstern udbyder',
    'Change the assignee based on an external username' => 'Ændre tildelt baseret på eksternt brugernavn',
    'Change the category based on an external label' => 'Ændre kategori baseret på ekstern etiket',
    'Reference' => 'Henvisning',
    'Label' => 'Etiket',
    'Database' => 'Database',
    'About' => 'Om',
    'Database driver:' => 'Database drivprogram:',
    'Board settings' => 'Tavle indstillinger',
    'Webhook settings' => 'Net-hægte indstillinger',
    'Reset token' => 'Nulstille symbol',
    'API endpoint:' => 'API slutpunkt:',
    'Refresh interval for private board' => 'Opdaterings-frekvens for privat tavle',
    'Refresh interval for public board' => 'Opdaterings-frekvens for offentlig tavle',
    'Task highlight period' => 'Fremhæve opgave periode',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periode (sekunder) for at betragte opgave nylig ændret (0 deaktiverer, standard 2 dage)',
    'Frequency in second (60 seconds by default)' => 'Frekvens i sekunder (standard 60 sekunder)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frekvens i sekunder (0 deaktiverer funktion, standard 10 sekunder)',
    'Application URL' => 'Program URL',
    'Token regenerated.' => 'Symbol gendannet.',
    'Date format' => 'Dato format',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ISO format accepteres altid, eksempelvis: "%s" og "%s"',
    'New private project' => 'Nyt privat projekt',
    'This project is private' => 'Privat projekt',
    'Add' => 'Tilføje',
    'Start date' => 'Start dato',
    'Time estimated' => 'Tid anslået',
    'There is nothing assigned to you.' => 'Intet tildelt.',
    'My tasks' => 'Tildelte opgaver',
    'Activity stream' => 'Aktivitet strøm',
    'Dashboard' => 'Instrumentbræt',
    'Confirmation' => 'Bekræftelse',
    'Webhooks' => 'Net-hægter',
    'API' => 'API',
    'Create a comment from an external provider' => 'Oprette kommentar fra ekstern udbyder',
    'Project management' => 'Projekt styring',
    'Columns' => 'Kolonner',
    'Task' => 'Opgave',
    'Percentage' => 'Procent',
    'Number of tasks' => 'Antal opgaver',
    'Task distribution' => 'Opgave fordeling',
    'Analytics' => 'Analyse',
    'Subtask' => 'Delopgave',
    'User repartition' => 'Bruger fordeling',
    'Clone this project' => 'Kopiere projekt',
    'Column removed successfully.' => 'Kolonne fjernet.',
    'Not enough data to show the graph.' => 'Ikke nok data for at vise graf.',
    'Previous' => 'Forrige',
    'The id must be an integer' => 'ID\'et skal være heltal',
    'The project id must be an integer' => 'Projekt ID skal være heltal',
    'The status must be an integer' => 'Status skal være heltal',
    'The subtask id is required' => 'Delopgave ID påkrævet',
    'The subtask id must be an integer' => 'Delopgave ID skal være heltal',
    'The task id is required' => 'Opgave ID påkrævet',
    'The task id must be an integer' => 'Opgave ID skal være heltal',
    'The user id must be an integer' => 'Bruger ID skal være heltal',
    'This value is required' => 'Værdi påkrævet',
    'This value must be numeric' => 'Værdi skal være numerisk',
    'Unable to create this task.' => 'Kan ikke oprette opgave.',
    'Cumulative flow diagram' => 'Akkumuleret rutediagram',
    'Daily project summary' => 'Daglig projektoversigt',
    'Daily project summary export' => 'Daglig projektoversigt eksport',
    'Exports' => 'Eksportere',
    'This export contains the number of tasks per column grouped per day.' => 'Eksport indeholder antal opgaver pr. kolonne grupperet pr. dag.',
    'Active swimlanes' => 'Aktive spor',
    'Add a new swimlane' => 'Tilføje nyt spor',
    'Default swimlane' => 'Standard spor',
    'Do you really want to remove this swimlane: "%s"?' => 'Fjerne spor: "%s"?',
    'Inactive swimlanes' => 'Inaktive spor',
    'Remove a swimlane' => 'Fjerne spor',
    'Swimlane modification for the project "%s"' => 'Ændre spor for projekt "%s"',
    'Swimlane removed successfully.' => 'Spor fjernet.',
    'Swimlanes' => 'Spor',
    'Swimlane updated successfully.' => 'Spor opdateret.',
    'Unable to remove this swimlane.' => 'Kan ikke fjerne spor.',
    'Unable to update this swimlane.' => 'Kan ikke opdatere spor.',
    'Your swimlane have been created successfully.' => 'Spor oprettet.',
    'Example: "Bug, Feature Request, Improvement"' => 'Eksempel: "fejl, egenskab forespørgsel, forbedring"',
    'Default categories for new projects (Comma-separated)' => 'Standard kategorier for nye projekter (komma separeret)',
    'Integrations' => 'Integrationer',
    'Integration with third-party services' => 'Integration med 3. part tjenester',
    'Subtask Id' => 'Delopgave ID',
    'Subtasks' => 'Delopgaver',
    'Subtasks Export' => 'Delopgave eksport',
    'Task Title' => 'Opgave titel',
    'Untitled' => 'Intet navn',
    'Application default' => 'Program standard',
    'Language:' => 'Sprog:',
    'Timezone:' => 'Tidszone:',
    'All columns' => 'Alle kolonner',
    'Next' => 'Næste',
    '#%d' => '#%d',
    'All swimlanes' => 'Alle spor',
    'All colors' => 'Alle farver',
    'Moved to column %s' => 'Flyttet til kolonne %s',
    'User dashboard' => 'Bruger instrumentbræt',
    'Allow only one subtask in progress at the same time for a user' => 'Tillade én aktiv delopgave i gang på samme tid for bruger',
    'Edit column "%s"' => 'Redigere kolonne "%s"',
    'Select the new status of the subtask: "%s"' => 'Vælge ny status for delopgave: "%s"',
    'Subtask timesheet' => 'Delopgave tidsregistrering',
    'There is nothing to show.' => 'Ikke noget at vise.',
    'Time Tracking' => 'Tidsporing',
    'You already have one subtask in progress' => 'En delopgave er i gang',
    'Which parts of the project do you want to duplicate?' => 'Hvilke dele af projekt skal kopieres?',
    'Disallow login form' => 'Afvise log ind formular',
    'Start' => 'Start',
    'End' => 'Slut',
    'Task age in days' => 'Opgave tid i dage',
    'Days in this column' => 'Dage i kolonne',
    '%dd' => '%dd',
    'Add a new link' => 'Tilføje ny henvisning',
    'Do you really want to remove this link: "%s"?' => 'Fjerne henvisning: "%s"?',
    'Do you really want to remove this link with task #%d?' => 'Fjerne henvisning med opgave #%d?',
    'Field required' => 'Felt påkrævet',
    'Link added successfully.' => 'Henvisning tilføjet.',
    'Link updated successfully.' => 'Henvisning opdateret.',
    'Link removed successfully.' => 'Henvisning fjernet.',
    'Link labels' => 'Henvisning etiketter',
    'Link modification' => 'Henvisning ændring',
    'Opposite label' => 'Modsatte etiket',
    'Remove a link' => 'Fjerne henvisning',
    'The labels must be different' => 'Etiketter skal være forskellige',
    'There is no link.' => 'Ingen henvisning.',
    'This label must be unique' => 'Etiket skal være unik',
    'Unable to create your link.' => 'Kan ikke oprette henvisning.',
    'Unable to update your link.' => 'Kan ikke opdatere henvisning.',
    'Unable to remove this link.' => 'Kan ikke fjerne henvisning.',
    'relates to' => 'vedrører',
    'blocks' => 'blokerer',
    'is blocked by' => 'er blokeret af',
    'duplicates' => 'dubletter',
    'is duplicated by' => 'er kopieret af',
    'is a child of' => 'er barn af',
    'is a parent of' => 'er forælder til',
    'targets milestone' => 'mål milepæl',
    'is a milestone of' => 'er milepæl af',
    'fixes' => 'rettelser',
    'is fixed by' => 'er rettet af',
    'This task' => 'Opgave',
    '<1h' => '<1t',
    '%dh' => '%dt',
    'Expand tasks' => 'Udfolde opgaver',
    'Collapse tasks' => 'Sammenfolde opgaver',
    'Expand/collapse tasks' => 'Udfolde/sammenfolde opgaver',
    'Close dialog box' => 'Lukke dialogboks',
    'Submit a form' => 'Indsende formular',
    'Board view' => 'Tavle visning',
    'Keyboard shortcuts' => 'Tastaturgenveje',
    'Open board switcher' => 'Åbne tavle skifter',
    'Application' => 'Program',
    'Compact view' => 'Kompakt visning',
    'Horizontal scrolling' => 'Vandret rulning',
    'Compact/wide view' => 'Kompakt/bred visning',
    'Currency' => 'Valuta',
    'Private project' => 'Privat projekt',
    'AUD - Australian Dollar' => 'AUD - australsk dollar',
    'CAD - Canadian Dollar' => 'CAD - canadisk dollar',
    'CHF - Swiss Francs' => 'CHF - schweizisk franc',
    'Custom Stylesheet' => 'Brugertilpasset stilark',
    'EUR - Euro' => 'EUR - euro',
    'GBP - British Pound' => 'GBP - britisk pund',
    'INR - Indian Rupee' => 'INR - indisk rupee',
    'JPY - Japanese Yen' => 'JPY - japansk yen',
    'NZD - New Zealand Dollar' => 'NZD - new zealandsk dollar',
    'RSD - Serbian dinar' => 'RSD - serbisk dinar',
    'CNY - Chinese Yuan' => 'CNY - kinesisk yuan',
    'USD - US Dollar' => 'USD - amerikansk dollar',
    'Destination column' => 'Mål kolonne',
    'Move the task to another column when assigned to a user' => 'Flytte opgave til anden kolonne når den er tildelt bruger',
    'Move the task to another column when assignee is cleared' => 'Flytte opgave til anden kolonne når ansvarlig er ryddet',
    'Source column' => 'Kilde kolonne',
    'Transitions' => 'Overgange',
    'Executer' => 'Udfører',
    'Time spent in the column' => 'Tid brugt i kolonne',
    'Task transitions' => 'Opgave overgange',
    'Task transitions export' => 'Opgave overgange eksport',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Rapport indeholder alle kolonne bevægelser for hver opgave med dato, bruger og tid der bruges til hver overgang.',
    'Currency rates' => 'Valutakurser',
    'Rate' => 'Kurs',
    'Change reference currency' => 'Ændre referencevaluta',
    'Reference currency' => 'Referencevaluta',
    'The currency rate have been added successfully.' => 'Valutakursen tilføjet.',
    'Unable to add this currency rate.' => 'Kan ikke tilføje valutakurs.',
    'Webhook URL' => 'Net-hægte URL',
    '%s removed the assignee of the task %s' => '%s fjernede ansvarlig for opgave %s',
    'Information' => 'Information',
    'Check two factor authentication code' => 'Kontrollere to-faktor godkendelses-kode',
    'The two factor authentication code is not valid.' => 'To-faktor godkendelses-kode ugyldig.',
    'The two factor authentication code is valid.' => 'To-faktor godkendelses-koden gyldig.',
    'Code' => 'Kode',
    'Two factor authentication' => 'To-faktor godkendelse',
    'This QR code contains the key URI: ' => 'QR kode indeholder nøgle URI: ',
    'Check my code' => 'Kontrollere kode',
    'Secret key: ' => 'Hemmelig nøgle: ',
    'Test your device' => 'Test enhed',
    'Assign a color when the task is moved to a specific column' => 'Tildele farve når opgave flyttes til bestemt kolonne',
    '%s via Kanboard' => '%s via Kanboard',
    'Burndown chart' => 'Burn-down diagram',
    'This chart show the task complexity over the time (Work Remaining).' => 'Diagram viser opgavekompleksitet over tid (resterende arbejde).',
    'Screenshot taken %s' => 'Skærmbillede taget %s',
    'Add a screenshot' => 'Tilføje skærmbillede',
    'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Tage skærmbillede og tryk på CTRL + V eller ⌘ + V for at indsætte her.',
    'Screenshot uploaded successfully.' => 'Skærmbillede overført.',
    'SEK - Swedish Krona' => 'SEK - svensk krone',
    'Identifier' => 'ID',
    'Disable two factor authentication' => 'Deaktivere to-faktor godkendelse',
    'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Deaktivere to-faktor godkendelse for bruger: "%s"?',
    'Edit link' => 'Redigere henvisning',
    'Start to type task title...' => 'Start med at skrive opgave titel...',
    'A task cannot be linked to itself' => 'En opgave kan ikke henvise til sig selv',
    'The exact same link already exists' => 'Henvisning eksisterer allerede',
    'Recurrent task is scheduled to be generated' => 'Gentagende opgave planlagt at blive oprettet',
    'Score' => 'Bedømmelse',
    'The identifier must be unique' => 'ID skal være unik',
    'This linked task id doesn\'t exists' => 'Opgave ID henvisning eksisterer ikke',
    'This value must be alphanumeric' => 'Værdi skal være alfanumerisk',
    'Edit recurrence' => 'Redigere gentagelse',
    'Generate recurrent task' => 'Generere gentagende opgave',
    'Trigger to generate recurrent task' => 'Udløser for at generere gentagende opgave',
    'Factor to calculate new due date' => 'Faktor til beregning af ny forfaldsdato',
    'Timeframe to calculate new due date' => 'Tidsramme til beregning af ny forfaldsdato',
    'Base date to calculate new due date' => 'Grund dato til beregning af ny forfaldsdato',
    'Action date' => 'Handlings-dato',
    'Base date to calculate new due date: ' => 'Grund dato til beregning af ny forfaldsdato: ',
    'This task has created this child task: ' => 'Opgave har oprettet barne opgave: ',
    'Day(s)' => 'Dag(e)',
    'Existing due date' => 'Eksisterende forfaldsdato',
    'Factor to calculate new due date: ' => 'Faktor til beregning af ny forfaldsdato: ',
    'Month(s)' => 'Måned(er)',
    'This task has been created by: ' => 'Opgave oprettet af: ',
    'Recurrent task has been generated:' => 'Gentagende opgave oprettet:',
    'Timeframe to calculate new due date: ' => 'Tidsramme til beregning af ny forfaldsdato: ',
    'Trigger to generate recurrent task: ' => 'Udløser for at generere gentagende opgave: ',
    'When task is closed' => 'Når opgave er lukket',
    'When task is moved from first column' => 'Når opgave flyttes fra første kolonne',
    'When task is moved to last column' => 'Når opgave flyttes til sidste kolonne',
    'Year(s)' => 'År',
    'Project settings' => 'Projekt indstillinger',
    'Automatically update the start date' => 'Opdatere automatisk startdato',
    'iCal feed' => 'iCal nyheds-kilde',
    'Preferences' => 'Indstillinger',
    'Security' => 'Sikkerhed',
    'Two factor authentication disabled' => 'To-faktor godkendelse deaktiveret',
    'Two factor authentication enabled' => 'To-faktor godkendelse aktiveret',
    'Unable to update this user.' => 'Kan ikke opdatere bruger.',
    'There is no user management for private projects.' => 'Ingen bruger styring til private projekter.',
    'User that will receive the email' => 'Bruger der modtager e-post',
    'Email subject' => 'E-post emne',
    'Date' => 'Dato',
    'Add a comment log when moving the task between columns' => 'Tilføje kommentar log når opgave flyttes mellem kolonner',
    'Move the task to another column when the category is changed' => 'Flytte opgave til anden kolonne når kategori ændres',
    'Send a task by email to someone' => 'Sende opgave som e-post til nogen',
    'Reopen a task' => 'Genåbne opgave',
    'Notification' => 'Påmindelse',
    '%s moved the task #%d to the first swimlane' => '%s flyttede opgave #%d til første spor',
    'Swimlane' => 'Spor',
    '%s moved the task %s to the first swimlane' => '%s flyttede opgave %s til første spor',
    '%s moved the task %s to the swimlane "%s"' => '%s flyttede opgave %s til spor "%s"',
    'This report contains all subtasks information for the given date range.' => 'Rapport indeholder alle delopgave oplysninger for dato periode.',
    'This report contains all tasks information for the given date range.' => 'Rapport indeholder alle opgave oplysninger for dato periode.',
    'Project activities for %s' => 'Projekt aktiviteter for %s',
    'view the board on Kanboard' => 'vise tavle på Kanboard',
    'The task have been moved to the first swimlane' => 'Opgave flyttet til første spor',
    'The task have been moved to another swimlane:' => 'Opgave flyttet til andet spor:',
    'New title: %s' => 'Ny titel: %s',
    'The task is not assigned anymore' => 'Opgave ikke tildelt længere',
    'New assignee: %s' => 'Ny ansvarlig: %s',
    'There is no category now' => 'Ingen kategori nu',
    'New category: %s' => 'Ny kategori: %s',
    'New color: %s' => 'Ny farve: %s',
    'New complexity: %d' => 'Ny kompleksitet: %d',
    'The due date have been removed' => 'Forfaldsdato fjernet',
    'There is no description anymore' => 'Ingen beskrivelse mere',
    'Recurrence settings have been modified' => 'Gentagelse indstillinger ændret',
    'Time spent changed: %sh' => 'Tid forbrugt ændret: %st',
    'Time estimated changed: %sh' => 'Tid anslået ændret: %st',
    'The field "%s" have been updated' => 'Felt "%s" opdateret',
    'The description has been modified:' => 'Beskrivelse ændret:',
    'Do you really want to close the task "%s" as well as all subtasks?' => 'Lukke opgave "%s" og alle delopgaver?',
    'I want to receive notifications for:' => 'Bruger modtager underretninger for:',
    'All tasks' => 'Alle opgaver',
    'Only for tasks assigned to me' => 'Kun tildelte opgaver',
    'Only for tasks created by me' => 'Kun opgaver oprettet af bruger',
    'Only for tasks created by me and tasks assigned to me' => 'Kun opgaver oprettet og tildelt bruger',
    '%%Y-%%m-%%d' => '%%Y-%%m-%%d',
    'Total for all columns' => 'Total for alle kolonner',
    'You need at least 2 days of data to show the chart.' => 'Der skal mindst 2 dages data for at vise diagram.',
    '<15m' => '<15m',
    '<30m' => '<30m',
    'Stop timer' => 'Stop stopur',
    'Start timer' => 'Start stopur',
    'My activity stream' => 'Aktivitet strøm',
    'Search tasks' => 'Søge opgaver',
    'Reset filters' => 'Nulstille filtre',
    'My tasks due tomorrow' => 'Tildelte opgaver i morgen',
    'Tasks due today' => 'Opgaver i dag',
    'Tasks due tomorrow' => 'Opgaver i morgen',
    'Tasks due yesterday' => 'Opgaver i går',
    'Closed tasks' => 'Lukkede opgaver',
    'Open tasks' => 'Åbne opgaver',
    'Not assigned' => 'Ikke tildelt',
    'View advanced search syntax' => 'Vise avanceret søge syntaks',
    'Overview' => 'Oversigt',
    'Board/Calendar/List view' => 'Tavle / kalender / liste visning',
    'Switch to the board view' => 'Skifte til tavle visning',
    'Switch to the list view' => 'Skifte til liste visning',
    'Go to the search/filter box' => 'Gå til søge- / filter-boks',
    'There is no activity yet.' => 'Endnu ingen aktivitet.',
    'No tasks found.' => 'Ingen opgave fundet.',
    'Keyboard shortcut: "%s"' => 'Tastaturgenvej: ”%s”',
    'List' => 'Liste',
    'Filter' => 'Filter',
    'Advanced search' => 'Avanceret søgning',
    'Example of query: ' => 'Forespørgsel eksempel: ',
    'Search by project: ' => 'Søg efter projekt: ',
    'Search by column: ' => 'Søg efter kolonne: ',
    'Search by assignee: ' => 'Søg ved ansvarlig: ',
    'Search by color: ' => 'Søg efter farve: ',
    'Search by category: ' => 'Søg efter kategori: ',
    'Search by description: ' => 'Søg efter beskrivelse: ',
    'Search by due date: ' => 'Søg efter forfaldsdato: ',
    'Average time spent in each column' => 'Gennemsnitlig tid forbrugt i hver kolonne',
    'Average time spent' => 'Gennemsnitlig tid forbrugt',
    'This chart shows the average time spent in each column for the last %d tasks.' => 'Diagram viser gennemsnitlig tid i hver kolonne for de seneste %d opgaver.',
    'Average Lead and Cycle time' => 'Gennemsnitlig hoved- og gennemløbstid',
    'Average lead time: ' => 'Gennemsnitlig hoved tid: ',
    'Average cycle time: ' => 'Gennemsnitlig gennemløbstid: ',
    'Cycle Time' => 'Gennemløbstid',
    'Lead Time' => 'Hoved tid',
    'This chart shows the average lead and cycle time for the last %d tasks over the time.' => 'Diagram viser gennemsnitlig hoved- og gennemløbstid for de seneste %d opgaver over tid.',
    'Average time into each column' => 'Gennemsnitlig tid i hver kolonne',
    'Lead and cycle time' => 'Hoved- og gennemløbstid',
    'Lead time: ' => 'Hoved tid: ',
    'Cycle time: ' => 'Gennemløbstid: ',
    'Time spent in each column' => 'Tid forbrugt i hver kolonne',
    'The lead time is the duration between the task creation and the completion.' => 'Hoved tid er varighed mellem opgaveoprettelse og færdiggørelse.',
    'The cycle time is the duration between the start date and the completion.' => 'Gennemløbstid er varighed mellem startdato og færdiggørelse.',
    'If the task is not closed the current time is used instead of the completion date.' => 'Hvis opgave ikke er lukket bruges nuværende tid i stedet for færdiggørelses-dato.',
    'Set the start date automatically' => 'Angive automatisk startdato',
    'Edit Authentication' => 'Redigere godkendelse',
    'Remote user' => 'Fjern bruger',
    'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Fjern brugere gemmer ikke adgangskode i Kanboard databasen; eksempler: LDAP, Google og Github konti.',
    'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Ved at markere afkrydsnings-felt "Tillad ikke log ind formular" ignoreres legitimations-oplysninger, der er indtastet i log ind formular.',
    'Default task color' => 'Standard opgave farve',
    'This feature does not work with all browsers.' => 'Funktion virker ikke med alle netlæsere.',
    'There is no destination project available.' => 'Ingen mål projekt tilgængelig.',
    'Trigger automatically subtask time tracking' => 'Udløser automatisk delopgave tidsporing',
    'Include closed tasks in the cumulative flow diagram' => 'Inkludere lukkede opgaver i kumulativ rutediagram',
    'Current swimlane: %s' => 'Nuværende spor: %s',
    'Current column: %s' => 'Nuværende kolonne: %s',
    'Current category: %s' => 'Nuværende kategori: %s',
    'no category' => 'ingen kategori',
    'Current assignee: %s' => 'Nuværende ansvarlig: %s',
    'not assigned' => 'ikke tildelt',
    'Author:' => 'Forfatter:',
    'contributors' => 'bidragsydere',
    'License:' => 'Licens:',
    'License' => 'Licens',
    'Enter the text below' => 'Indtaste tekst nedenfor',
    'Start date:' => 'Start dato:',
    'Due date:' => 'Forfaldsdato:',
    'People who are project managers' => 'Personer der er projektledere',
    'People who are project members' => 'Personer der er projektmedlemmer',
    'NOK - Norwegian Krone' => 'NOK - norsk krone',
    'Show this column' => 'Vise kolonne',
    'Hide this column' => 'Skjule kolonne',
    'End date' => 'Slut dato',
    'Users overview' => 'Bruger oversigt',
    'Members' => 'Medlemmer',
    'Shared project' => 'Delt projekt',
    'Project managers' => 'Projektledere',
    'Projects list' => 'Pestimaterojekt liste',
    'End date:' => 'Slut dato:',
    'Change task color when using a specific task link' => 'Ændre opgave farve når der bruges bestemt opgave henvisning',
    'Task link creation or modification' => 'Opgave henvisning oprettelse eller ændring',
    'Milestone' => 'Milepæl',
    'Reset the search/filter box' => 'Nulstille søge- / filter-boks',
    'Documentation' => 'Dokumentation',
    'Author' => 'Forfatter',
    'Version' => 'Version',
    'Plugins' => 'Udvidelses-moduler',
    'There is no plugin loaded.' => 'Ingen udvidelses-modul indlæst.',
    'My notifications' => 'Tildelte påmindelser',
    'Custom filters' => 'Brugertilpasset filtre',
    'Your custom filter have been created successfully.' => 'Brugertilpasset filter oprettet.',
    'Unable to create your custom filter.' => 'Kan ikke oprette brugertilpasset filter.',
    'Custom filter removed successfully.' => 'Brugertilpasset filter fjernet.',
    'Unable to remove this custom filter.' => 'Kan ikke fjerne brugertilpasset filter.',
    'Edit custom filter' => 'Redigere brugertilpasset filter',
    'Your custom filter have been updated successfully.' => 'Brugertilpasset filter opdateret.',
    'Unable to update custom filter.' => 'Kan ikke opdatere brugertilpasset filter.',
    'Web' => 'Net',
    'New attachment on task #%d: %s' => 'Ny vedhæftet fil til opgave #%d: %s',
    'New comment on task #%d' => 'Ny kommentar til opgave #%d',
    'Comment updated on task #%d' => 'Kommentar opdateret til opgave #%d',
    'New subtask on task #%d' => 'Ny delopgave til opgave #%d',
    'Subtask updated on task #%d' => 'Delopgave opdateret til opgave #%d',
    'New task #%d: %s' => 'Ny opgave #%d: %s',
    'Task updated #%d' => 'Opgave opdateret #%d',
    'Task #%d closed' => 'Opgave #%d lukket',
    'Task #%d opened' => 'Opgave #%d åbnet',
    'Column changed for task #%d' => 'Kolonne ændret for opgave #%d',
    'New position for task #%d' => 'Ny placering for opgave #%d',
    'Swimlane changed for task #%d' => 'Spor ændret for opgave #%d',
    'Assignee changed on task #%d' => 'Tildelte ændret til opgave #%d',
    '%d overdue tasks' => '%d forsinkede opgaver',
    'Task #%d is overdue' => 'Opgave #%d forsinket',
    'No notification.' => 'Ingen påmindelse.',
    'Mark all as read' => 'Markere alle som læst',
    'Mark as read' => 'Markere som læst',
    'Total number of tasks in this column across all swimlanes' => 'Samlet antal opgaver i kolonne på tværs af alle spor',
    'Collapse swimlane' => 'Sammenfolde spor',
    'Expand swimlane' => 'Udfolde spor',
    'Add a new filter' => 'Tilføje nyt filter',
    'Share with all project members' => 'Del med alle projektmedlemmer',
    'Shared' => 'Delt',
    'Owner' => 'Ejer',
    'Unread notifications' => 'Ulæste påmindelser',
    'Notification methods:' => 'Påmindelse metoder:',
    'Unable to read your file' => 'Kan ikke læse fil',
    '%d task(s) have been imported successfully.' => '%d opgave(er) blev importeret.',
    'Nothing have been imported!' => 'Intet blev importeret!',
    'Import users from CSV file' => 'Importere brugere fra CSV fil',
    '%d user(s) have been imported successfully.' => '%d bruger(e) blev importeret.',
    'Comma' => 'Komma',
    'Semi-colon' => 'Semikolon',
    'Tab' => 'Fane',
    'Vertical bar' => 'Lodret bjælke',
    'Double Quote' => 'Dobbelt citat',
    'Single Quote' => 'Enkelt citat',
    '%s attached a file to the task #%d' => '%s vedhæftet fil til opgave #%d',
    'There is no column or swimlane activated in your project!' => 'Ingen kolonne eller spor aktiveret i projekt!',
    'Append filter (instead of replacement)' => 'Tilføje filter (i stedet for udskiftning)',
    'Append/Replace' => 'Tilføje / erstatte',
    'Append' => 'Tilføje',
    'Replace' => 'Erstatte',
    'Import' => 'Importere',
    'Change sorting' => 'Ændre sortering',
    'Tasks Importation' => 'Opgaver Import',
    'Delimiter' => 'Afgrænser',
    'Enclosure' => 'Indelukke',
    'CSV File' => 'CSV fil',
    'Instructions' => 'Instruktioner',
    'Your file must use the predefined CSV format' => 'Filen skal bruge forudbestemt CSV format',
    'Your file must be encoded in UTF-8' => 'Fil skal være indkodet i UTF-8',
    'The first row must be the header' => 'Første række skal være overskrift',
    'Duplicates are not verified for you' => 'Dubletter er ikke efterprøvet',
    'The due date must use the ISO format: YYYY-MM-DD' => 'Forfaldsdato skal bruge ISO-format: ÅÅÅÅ-MM-DD',
    'Download CSV template' => 'Hente CSV skabelon',
    'No external integration registered.' => 'Ingen ekstern integration registreret.',
    'Duplicates are not imported' => 'Dubletter importeres ikke',
    'Usernames must be lowercase and unique' => 'Brugernavn skal være små bogstaver og unik',
    'Passwords will be encrypted if present' => 'Adgangskoder krypteres hvis tilstede',
    '%s attached a new file to the task %s' => '%s knytte ny fil til opgave %s',
    'Link type' => 'Henvisning type',
    'Assign automatically a category based on a link' => 'Tildele automatisk kategori baseret på henvisning',
    'BAM - Konvertible Mark' => 'BAM - mærke kan konverteres',
    'Assignee Username' => 'Ansvarligs brugernavn',
    'Assignee Name' => 'Ansvarligs navn',
    'Groups' => 'Grupper',
    'Members of %s' => 'Medlemmer af %s',
    'New group' => 'Ny gruppe',
    'Group created successfully.' => 'Gruppe oprettet.',
    'Unable to create your group.' => 'Kan ikke oprette gruppe.',
    'Edit group' => 'Redigere gruppe',
    'Group updated successfully.' => 'Gruppe opdateret.',
    'Unable to update your group.' => 'Kan ikke opdatere gruppe.',
    'Add group member to "%s"' => 'Tilføje gruppemedlem til "%s"',
    'Group member added successfully.' => 'Gruppemedlem tilføjet.',
    'Unable to add group member.' => 'Kan ikke tilføje gruppemedlem.',
    'Remove user from group "%s"' => 'Fjerne bruger fra gruppe "%s"',
    'User removed successfully from this group.' => 'Fjernet bruger fra gruppe.',
    'Unable to remove this user from the group.' => 'Kan ikke fjerne bruger fra gruppe.',
    'Remove group' => 'Fjerne gruppe',
    'Group removed successfully.' => 'Gruppe fjernet.',
    'Unable to remove this group.' => 'Kan ikke fjerne gruppe.',
    'Project Permissions' => 'Projekt tilladelser',
    'Manager' => 'Leder',
    'Project Manager' => 'Projektleder',
    'Project Member' => 'Projektmedlem',
    'Project Viewer' => 'Projekt betragter',
    'Your account is locked for %d minutes' => 'Konto låst i %d minutter',
    'Invalid captcha' => 'Ugyldig CAPTCHA',
    'The name must be unique' => 'Navn skal være unik',
    'View all groups' => 'Vise alle grupper',
    'There is no user available.' => 'Ingen bruger tilgængelig.',
    'Do you really want to remove the user "%s" from the group "%s"?' => 'Fjerne bruger "%s" fra gruppe "%s"?',
    'There is no group.' => 'Ingen gruppe.',
    'Add group member' => 'Tilføje gruppe medlem',
    'Do you really want to remove this group: "%s"?' => 'Fjerne gruppe: "%s"?',
    'There is no user in this group.' => 'Ingen bruger i gruppe.',
    'Permissions' => 'Tilladelser',
    'Allowed Users' => 'Tillade brugere',
    'No user have been allowed specifically.' => 'Ingen bruger specifik tilladt.',
    'Role' => 'Rolle',
    'Enter user name...' => 'Indtast brugernavn...',
    'Allowed Groups' => 'Tillade grupper',
    'No group have been allowed specifically.' => 'Ingen gruppe specifik tilladt.',
    'Group' => 'Gruppe',
    'Group Name' => 'Gruppenavn',
    'Enter group name...' => 'Indtast gruppenavn...',
    'Role:' => 'Rolle:',
    'Project members' => 'Projektmedlemmer',
    '%s mentioned you in the task #%d' => '%s nævnte bruger i opgave #%d',
    '%s mentioned you in a comment on the task #%d' => '%s nævnte bruger i kommentar til opgave #%d',
    'You were mentioned in the task #%d' => 'Bruger nævnt i opgave #%d',
    'You were mentioned in a comment on the task #%d' => 'Bruger nævnt i kommentar til opgave #%d',
    'Estimated hours: ' => 'Anslåede timer: ',
    'Actual hours: ' => 'Faktiske timer: ',
    'Hours Spent' => 'Forbrugte timer:',
    'Hours Estimated' => 'Anslåede timer',
    'Estimated Time' => 'Anslået tid',
    'Actual Time' => 'Faktiske tid',
    'Estimated vs actual time' => 'Anslået mod faktisk tid',
    'RUB - Russian Ruble' => 'RUB - russisk rubel',
    'Assign the task to the person who does the action when the column is changed' => 'Tildele opgave til person som begår handlingen når kolonnen ændres',
    'Close a task in a specific column' => 'Lukke opgave i bestemt kolonne',
    'Time-based One-time Password Algorithm' => 'Tidsbaseret engangs-adgangskode algoritme',
    'Two-Factor Provider: ' => 'To-faktor udbyder: ',
    'Disable two-factor authentication' => 'Deaktivere to-faktor godkendelse',
    'Enable two-factor authentication' => 'Aktivere to-faktor godkendelse',
    'There is no integration registered at the moment.' => 'Ingen integration registreret i øjeblikket.',
    'Password Reset for Kanboard' => 'Nulstille adgangskode for Kanboard',
    'Forgot password?' => 'Glemt adgangskode?',
    'Enable "Forget Password"' => 'Aktivere "Glemme adgangskode"',
    'Password Reset' => 'Nulstille adgangskode',
    'New password' => 'Ny adgangskode',
    'Change Password' => 'Ændre adgangskode',
    'To reset your password click on this link:' => 'For at nulstille adgangskode klik på henvisning:',
    'Last Password Reset' => 'Adgangskode senest nulstillet',
    'The password has never been reinitialized.' => 'Adgangskode aldrig nulstillet.',
    'Creation' => 'Oprettelse',
    'Expiration' => 'Udløb',
    'Password reset history' => 'Adgangskode nulstille historik',
    'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'Alle opgaver i kolonne "%s" og spor "%s" blev lukket.',
    'Do you really want to close all tasks of this column?' => 'Lukke alle opgaver i kolonnen?',
    '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d opgave(r) i kolonne "%s" og spor "%s" lukkes.',
    'Close all tasks of this column' => 'Lukke alle opgaver i kolonne',
    'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Ingen udvidelses-modul har registreret projekt påmindelses-metode Brugeren kan stadig konfigurere individuelle påmindelser i brugerprofil.',
    'My dashboard' => 'Instrumentbræt',
    'My profile' => 'Profil',
    'Project owner: ' => 'Projekt ejer: ',
    'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => 'Projekt ID valgfri og skal være alfanumerisk; eksempel: MitProjekt.',
    'Project owner' => 'Projekt ejer',
    'Private projects do not have users and groups management.' => 'Private projekter har ikke bruger og gruppe styring.',
    'There is no project member.' => 'Ingen projekt medlem.',
    'Priority' => 'Prioritet',
    'Task priority' => 'Opgave prioritet',
    'General' => 'Generelt',
    'Dates' => 'Datoer',
    'Default priority' => 'Standard prioritet',
    'Lowest priority' => 'Laveste prioritet',
    'Highest priority' => 'Højeste prioritet',
    'Close a task when there is no activity' => 'Lukke opgave når der ikke er aktivitet',
    'Duration in days' => 'Varighed i dage',
    'Send email when there is no activity on a task' => 'Sende e-post når der ikke er aktivitet på opgave',
    'Unable to fetch link information.' => 'Kan ikke hente henvisning informationer.',
    'Daily background job for tasks' => 'Daglige baggrundsjob til opgaver',
    'Auto' => 'Auto',
    'Related' => 'Relateret',
    'Attachment' => 'Vedhæftning',
    'Title not found' => 'Titel ikke fundet',
    'Web Link' => 'Net henvisning',
    'External links' => 'Eksterne henvisninger',
    'Add external link' => 'Tilføje ekstern henvisning',
    'Type' => 'Type',
    'Dependency' => 'Afhængighed',
    'Add internal link' => 'Tilføje intern henvisning',
    'Add a new external link' => 'Tilføje ny ekstern henvisning',
    'Edit external link' => 'Rette ekstern henvisning',
    'External link' => 'Ekstern henvisning',
    'Copy and paste your link here...' => 'Kopiere og indsætte henvisning her...',
    'URL' => 'URL',
    'Internal links' => 'Intern henvisning',
    'Assign to me' => 'Tildele bruger',
    'Me' => 'Bruger',
    'Do not duplicate anything' => 'Kopiere ikke noget',
    'Projects management' => 'Projekt styring',
    'Users management' => 'Bruger styring',
    'Groups management' => 'Gruppe styring',
    'Create from another project' => 'Oprette fra andet projekt',
    'open' => 'åben',
    'closed' => 'lukket',
    'Priority:' => 'Prioritet:',
    'Reference:' => 'Reference:',
    'Complexity:' => 'Kompleksitet:',
    'Swimlane:' => 'Spor:',
    'Column:' => 'Kolonne:',
    'Position:' => 'Placering:',
    'Creator:' => 'Opretter:',
    'Time estimated:' => 'Tid anslået:',
    '%s hours' => '%s timer',
    'Time spent:' => 'Tid brugt:',
    'Created:' => 'Oprettet:',
    'Modified:' => 'Ændret:',
    'Completed:' => 'Afsluttet:',
    'Started:' => 'Startet:',
    'Moved:' => 'Flyttet:',
    'Task #%d' => 'Opgave #%d',
    'Time format' => 'Tidsformat',
    'Start date: ' => 'Start dato: ',
    'End date: ' => 'Slut dato: ',
    'New due date: ' => 'Ny forfalds-dato: ',
    'Start date changed: ' => 'Start dato ændret: ',
    'Disable private projects' => 'Deaktivere private projekter',
    'Do you really want to remove this custom filter: "%s"?' => 'Fjerne brugertilpasset filter: "%s"?',
    'Remove a custom filter' => 'Fjerne brugertilpasset filter',
    'User activated successfully.' => 'Bruger aktiveret.',
    'Unable to enable this user.' => 'Kan ikke aktivere bruger.',
    'User disabled successfully.' => 'Bruger deaktiveret.',
    'Unable to disable this user.' => 'Kan ikke deaktivere bruger.',
    'All files have been uploaded successfully.' => 'Alle filer overført.',
    'The maximum allowed file size is %sB.' => 'Den maksimale filstørrelse er %sB.',
    'Drag and drop your files here' => 'Træk og slip filer her',
    'choose files' => 'vælge filer',
    'View profile' => 'Vise profil',
    'Two Factor' => 'To-faktor',
    'Disable user' => 'Deaktivere bruger',
    'Do you really want to disable this user: "%s"?' => 'Deaktivere bruger: "%s"?',
    'Enable user' => 'Aktivere bruger',
    'Do you really want to enable this user: "%s"?' => 'Aktivere bruger: "%s"?',
    'Download' => 'Hente',
    'Uploaded: %s' => 'Overført: %s',
    'Size: %s' => 'Størrelse: %s',
    'Uploaded by %s' => 'Overført af %s',
    'Filename' => 'Filnavn',
    'Size' => 'Størrelse',
    'Column created successfully.' => 'Kolonne oprettet.',
    'Another column with the same name exists in the project' => 'Der findes anden kolonne med samme navn i projekt',
    'Default filters' => 'Standard filtre',
    'Your board doesn\'t have any columns!' => 'Tavle har ingen kolonner!',
    'Change column position' => 'Ændre kolonne placering',
    'Switch to the project overview' => 'Skifte til projekt oversigt',
    'User filters' => 'Bruger filtre',
    'Category filters' => 'Kategori filtre',
    'Upload a file' => 'Overføre fil',
    'View file' => 'Vise fil',
    'Last activity' => 'Seneste aktivitet',
    'Change subtask position' => 'Ændre delopgave placering',
    'This value must be greater than %d' => 'Værdi skal være større end %d',
    'Another swimlane with the same name exists in the project' => 'Der findes andet spor med samme navn i projekt',
    'Example: https://example.kanboard.org/ (used to generate absolute URLs)' => 'Eksempel: https://example.kanboard.org/ (bruges til at generere absolutte URLer)',
    'Actions duplicated successfully.' => 'Handlinger kopieret.',
    'Unable to duplicate actions.' => 'Kan ikke kopiere handlinger.',
    'Add a new action' => 'Tilføje ny handling',
    'Import from another project' => 'Importere fra andet projekt',
    'There is no action at the moment.' => 'Ingen handling i øjeblikket.',
    'Import actions from another project' => 'Importere handlinger fra andet projekt',
    'There is no available project.' => 'Ingen projekt tilgængelig.',
    'Local File' => 'Lokal fil',
    'Configuration' => 'Indstillinger',
    'PHP version:' => 'PHP version:',
    'PHP SAPI:' => 'PHP SAPI:',
    'OS version:' => 'OS version:',
    'Database version:' => 'Database version:',
    'Browser:' => 'Netlæser:',
    'Task view' => 'Opgave oversigt',
    'Edit task' => 'Redigere opgave',
    'Edit description' => 'Redigere beskrivelse',
    'New internal link' => 'Ny intern henvisning',
    'Display list of keyboard shortcuts' => 'Vise liste over tastaturgenveje',
    'Menu' => 'Menu',
    'Set start date' => 'Angive startdato',
    'Avatar' => 'Ikon',
    'Upload my avatar image' => 'Overføre ikon billede',
    'Remove my image' => 'Fjerne billede',
    'The OAuth2 state parameter is invalid' => 'Ugyldig OAuth2 tilstands-parameter',
    'User not found.' => 'Bruger ikke fundet.',
    'Search in activity stream' => 'Søg i aktivitet strøm',
    'My activities' => 'Tildelte aktiviteter',
    'Activity until yesterday' => 'Aktivitet indtil i går',
    'Activity until today' => 'Aktivitet indtil i dag',
    'Search by creator: ' => 'Søg efter opretter: ',
    'Search by creation date: ' => 'Søg efter oprettelsesdato: ',
    'Search by task status: ' => 'Søg efter opgave status: ',
    'Search by task title: ' => 'Søg efter opgavetitel: ',
    'Activity stream search' => 'Aktivitet strøm søgning',
    'Projects where "%s" is manager' => 'Projekter hvor "%s" er leder',
    'Projects where "%s" is member' => 'Projekter, hvor "%s" er medlem',
    'Open tasks assigned to "%s"' => 'Åbne opgaver tildelt "%s"',
    'Closed tasks assigned to "%s"' => 'Lukkede opgaver tildelt "%s"',
    'Assign automatically a color based on a priority' => 'Tildele automatisk farve baseret på prioritet',
    'Overdue tasks for the project(s) "%s"' => 'Forfaldne opgaver for projekt(er) "%s"',
    'Upload files' => 'Overføre filer',
    'Installed Plugins' => 'Installerede udvidelses-moduler',
    'Plugin Directory' => 'Udvidelses-modul katalog',
    'Plugin installed successfully.' => 'Udvidelses-modul installeret.',
    'Plugin updated successfully.' => 'Udvidelses-modul opdateret.',
    'Plugin removed successfully.' => 'Udvidelses-modul fjernet.',
    'Subtask converted to task successfully.' => 'Delopgave konverteret til opgave.',
    'Unable to convert the subtask.' => 'Kan ikke konvertere delopgave.',
    'Unable to extract plugin archive.' => 'Kan ikke udpakke udvidelses-modul arkiv.',
    'Plugin not found.' => 'Udvidelses-modul ikke fundet.',
    'You don\'t have the permission to remove this plugin.' => 'Ikke tilladelse til at fjerne udvidelses-modul.',
    'Unable to download plugin archive.' => 'Kan ikke hente udvidelses-modul arkiv.',
    'Unable to write temporary file for plugin.' => 'Kan ikke skrive midlertidig fil til udvidelses-modul.',
    'Unable to open plugin archive.' => 'Kan ikke åbne udvidelses-modul arkiv.',
    'There is no file in the plugin archive.' => 'Ingen fil i udvidelses-modul arkivet.',
    'Create tasks in bulk' => 'Oprette flere opgaver',
    'Your Kanboard instance is not configured to install plugins from the user interface.' => 'Kanboard forekomst er ikke indstillettil at installere udvidelses-moduler fra brugergrænsefladen.',
    'There is no plugin available.' => 'Ingen udvidelses-modul til rådighed.',
    'Install' => 'Installere',
    'Update' => 'Opdatere',
    'Up to date' => 'Opdateret',
    'Not available' => 'Ikke tilgængelig',
    'Remove plugin' => 'Fjerne udvidelses-modul',
    'Do you really want to remove this plugin: "%s"?' => 'Fjerne udvidelses-modul: "%s"?',
    'Uninstall' => 'Afinstallere',
    'Listing' => 'Kategorisere',
    'Metadata' => 'Metadata',
    'Manage projects' => 'Projekt styring',
    'Convert to task' => 'Konvertere til opgave',
    'Convert sub-task to task' => 'Konvertere delopgave til opgave',
    'Do you really want to convert this sub-task to a task?' => 'Konvertere delopgave til opgave?',
    'My task title' => 'Tildelt opgave titel',
    'Enter one task by line.' => 'Indtast én opgave pr. linje.',
    'Number of failed login:' => 'Antal mislykkede log ind:',
    'Account locked until:' => 'Konto låst indtil:',
    'Email settings' => 'E-post indstillinger',
    'Email sender address' => 'E-post afsender adresse',
    'Email transport' => 'E-post transport',
    'Webhook token' => 'Net-hægte symbol',
    'Project tags management' => 'Projekt mærke styring',
    'Tag created successfully.' => 'Mærke oprettet.',
    'Unable to create this tag.' => 'Kunne ikke oprette mærke.',
    'Tag updated successfully.' => 'Mærke opdateret.',
    'Unable to update this tag.' => 'Kan ikke opdatere mærke.',
    'Tag removed successfully.' => 'Mærke fjernet.',
    'Unable to remove this tag.' => 'Kan ikke fjerne mærke.',
    'Global tags management' => 'Global mærke styring',
    'Tags' => 'Mærker',
    'Tags management' => 'Mærke styring',
    'Add new tag' => 'Tilføje nyt mærke',
    'Edit a tag' => 'Redigere mærke',
    'Project tags' => 'Projekt mærker',
    'There is no specific tag for this project at the moment.' => 'Ingen specifik projekt mærke i øjeblikket.',
    'Tag' => 'Mærke',
    'Remove a tag' => 'Fjerne et mærke',
    'Do you really want to remove this tag: "%s"?' => 'Fjerne mærke: "%s"?',
    'Global tags' => 'Globale mærker',
    'There is no global tag at the moment.' => 'Ingen global mærke i øjeblikket.',
    'This field cannot be empty' => 'Feltet kan ikke være tomt',
    'Close a task when there is no activity in an specific column' => 'Lukke opgave når der ikke er nogen aktivitet i bestemt kolonne',
    '%s removed a subtask for the task #%d' => '%s fjernet delopgave til opgave #%d',
    '%s removed a comment on the task #%d' => '%s fjernet kommentar til opgave #%d',
    'Comment removed on task #%d' => 'Kommentar fjernet til opgave #%d',
    'Subtask removed on task #%d' => 'Delopgave fjernet til opgave #%d',
    'Hide tasks in this column in the dashboard' => 'Skjul opgaver i kolonne i instrumentbrættet',
    '%s removed a comment on the task %s' => '%s fjernet kommentar til opgave %s',
    '%s removed a subtask for the task %s' => '%s fjernet delopgave til opgave %s',
    'Comment removed' => 'Kommentar fjernet',
    'Subtask removed' => 'Delopgave fjernet',
    '%s set a new internal link for the task #%d' => '%s angive ny intern henvisning til opgave #%d',
    '%s removed an internal link for the task #%d' => '%s fjernet intern henvisning til opgave #%d',
    'A new internal link for the task #%d have been defined' => 'Ny intern henvisning til opgave #%d er bestemt',
    'Internal link removed for the task #%d' => 'Intern henvisning fjernet til opgave #%d',
    '%s set a new internal link for the task %s' => '%s angive ny intern henvisning til opgave %s',
    '%s removed an internal link for the task %s' => '%s fjernet intern henvisning til opgave %s',
    'Automatically set the due date on task creation' => 'Angive forfaldsdato automatisk ved oprettelse af opgave',
    'Move the task to another column when closed' => 'Flytte opgave til anden kolonne når den er lukket',
    'Move the task to another column when not moved during a given period' => 'Flytte opgave til anden kolonne når den ikke er flyttet i given periode',
    'Dashboard for %s' => 'Instrumentbræt for %s',
    'Tasks overview for %s' => 'Opgave oversigt for %s',
    'Subtasks overview for %s' => 'Delopgave oversigt for %s',
    'Projects overview for %s' => 'Projektoversigt for %s',
    'Activity stream for %s' => 'Aktivitet strøm for %s',
    'Assign a color when the task is moved to a specific swimlane' => 'Tildele farve når opgave flyttes til bestemt spor',
    'Assign a priority when the task is moved to a specific swimlane' => 'Tildele prioritet når opgave flyttes til bestemt spor',
    'User unlocked successfully.' => 'Bruger frigjort.',
    'Unable to unlock the user.' => 'Kan ikke frigøre bruger.',
    'Move a task to another swimlane' => 'Flytte opgave til andet spor',
    'Creator Name' => 'Opretter navn',
    'Time spent and estimated' => 'Tid brugt og anslået',
    'Move position' => 'Flytte placering',
    'Move task to another position on the board' => 'Flytte opgave til anden placering på tavle',
    'Insert before this task' => 'Indsæt før opgave',
    'Insert after this task' => 'Indsæt efter opgave',
    'Unlock this user' => 'Frigøre bruger',
    'Custom Project Roles' => 'Brugertilpasset projektroller',
    'Add a new custom role' => 'Tilføje ny brugertilpasset rolle',
    'Restrictions for the role "%s"' => 'Begrænsninger for rolle "%s"',
    'Add a new project restriction' => 'Tilføje ny projektbegrænsning',
    'Add a new drag and drop restriction' => 'Tilføje ny træk og slip begrænsning',
    'Add a new column restriction' => 'Tilføje ny kolonne begrænsning',
    'Edit this role' => 'Redigere rolle',
    'Remove this role' => 'Fjerne rolle',
    'There is no restriction for this role.' => 'Ingen begrænsninger for rolle.',
    'Only moving task between those columns is permitted' => 'Det er kun tilladt at flytte opgave mellem disse kolonner',
    'Close a task in a specific column when not moved during a given period' => 'Lukke opgave i bestemt kolonne når den ikke er flyttet i given periode',
    'Edit columns' => 'Redigere kolonner',
    'The column restriction has been created successfully.' => 'Kolonne begrænsning oprettet.',
    'Unable to create this column restriction.' => 'Kan ikke oprette kolonne begrænsning.',
    'Column restriction removed successfully.' => 'Kolonne begrænsning fjernet.',
    'Unable to remove this restriction.' => 'Kan ikke fjerne begrænsning.',
    'Your custom project role has been created successfully.' => 'Brugertilpasset projektrolle oprettet.',
    'Unable to create custom project role.' => 'Kan ikke oprette brugertilpasset projekt rolle.',
    'Your custom project role has been updated successfully.' => 'Brugertilpasset projektrolle opdateret.',
    'Unable to update custom project role.' => 'Kan ikke opdatere brugertilpasset projekt rolle.',
    'Custom project role removed successfully.' => 'Brugertilpasset projektrolle fjernet.',
    'Unable to remove this project role.' => 'Kan ikke fjerne projekt rolle.',
    'The project restriction has been created successfully.' => 'Projektbegrænsningen oprettet.',
    'Unable to create this project restriction.' => 'Kan ikke oprette projekt begrænsning.',
    'Project restriction removed successfully.' => 'Projektbegrænsningen fjernet.',
    'You cannot create tasks in this column.' => 'Kan ikke oprette opgaver i kolonne.',
    'Task creation is permitted for this column' => 'Opgaveoprettelse tilladt for kolonne',
    'Closing or opening a task is permitted for this column' => 'Lukning eller åbning af opgave tilladt for kolonne',
    'Task creation is blocked for this column' => 'Opgaveoprettelse blokeret for kolonne',
    'Closing or opening a task is blocked for this column' => 'Lukning eller åbning af opgave blokeret for kolonne',
    'Task creation is not permitted' => 'Opgaveoprettelse ikke tilladt',
    'Closing or opening a task is not permitted' => 'Lukning eller åbning af opgave ikke tilladt',
    'New drag and drop restriction for the role "%s"' => 'Ny træk og slip begrænsning for rolle "%s"',
    'People belonging to this role will be able to move tasks only between the source and the destination column.' => 'Personer med denne rolle kan flytte opgaver mellem kilde og destinations kolonne.',
    'Remove a column restriction' => 'Fjerne kolonne begrænsning',
    'Do you really want to remove this column restriction: "%s" to "%s"?' => 'Fjerne kolonne begrænsning: "%s" til "%s"?',
    'New column restriction for the role "%s"' => 'Ny kolonne begrænsning for rolle "%s"',
    'Rule' => 'Regel',
    'Do you really want to remove this column restriction?' => 'Fjerne kolonne begrænsning?',
    'Custom roles' => 'Brugertilpassede roller',
    'New custom project role' => 'Ny brugertilpasset projektrolle',
    'Edit custom project role' => 'Redigere brugertilpasset projektrolle',
    'Remove a custom role' => 'Fjerne brugertilpasset rolle',
    'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => 'Fjerne brugertilpasset rolle: "%s"? Alle personer tildelt rolle bliver projektmedlem.',
    'There is no custom role for this project.' => 'Ingen brugertilpasset rolle for projekt.',
    'New project restriction for the role "%s"' => 'Ny projektbegrænsning for rolle "%s"',
    'Restriction' => 'Begrænsning',
    'Remove a project restriction' => 'Fjerne projektbegrænsning',
    'Do you really want to remove this project restriction: "%s"?' => 'Fjerne projektbegrænsning: "%s"?',
    'Duplicate to multiple projects' => 'Kopiere til flere projekter',
    'This field is required' => 'Felt er påkrævet',
    'Moving a task is not permitted' => 'Ikke tilladt at flytte opgave',
    'This value must be in the range %d to %d' => 'Værdi skal ligge i område %d til %d',
    'You are not allowed to move this task.' => 'Ikke tilladelse til at flytte opgave.',
    'API User Access' => 'API bruger adgang',
    'Preview' => 'Forhånds-visning',
    'Write' => 'Skriv',
    'Write your text in Markdown' => 'Skriv tekst i mark-down format',
    'No personal API access token registered.' => 'Ingen personlig API adgangsymbol registreret.',
    'Your personal API access token is "%s"' => 'Personlig API adgangsymbol er "%s"',
    'Remove your token' => 'Fjerne symbol',
    'Generate a new token' => 'Generere nyt symbol',
    'Showing %d-%d of %d' => 'Viser %d-%d af %d',
    'Outgoing Emails' => 'Udgående e-post',
    'Add or change currency rate' => 'Tilføje eller ændre valutakurs',
    'Reference currency: %s' => 'Referencevaluta: %s',
    'Add custom filters' => 'Tilføje brugertilpasset filtre',
    'Export' => 'Eksport',
    'Add link label' => 'Tilføje henvisnings etiket',
    'Incompatible Plugins' => 'Inkompatibel udvidelses-moduler',
    'Compatibility' => 'Kompatibilitet',
    'Permissions and ownership' => 'Tilladelser og ejerskab',
    'Priorities' => 'Prioriteter',
    'Close this window' => 'Lukke vindue',
    'Unable to upload this file.' => 'Kan ikke overføre fil.',
    'Import tasks' => 'Importere opgaver',
    'Choose a project' => 'Vælge projekt',
    'Profile' => 'Profil',
    'Application role' => 'Program rolle',
    '%d invitations were sent.' => '%d invitationer blev sendt.',
    '%d invitation was sent.' => '%d invitation blev sendt.',
    'Unable to create this user.' => 'Kan ikke oprette bruger.',
    'Kanboard Invitation' => 'Kanboard invitation',
    'Visible on dashboard' => 'Synlig på instrumentbræt',
    'Created at:' => 'Oprettet på:',
    'Updated at:' => 'Opdateret på:',
    'There is no custom filter.' => 'Ingen brugertilpasset filter.',
    'New User' => 'Ny Bruger',
    'Authentication' => 'Godkendelse',
    'If checked, this user will use a third-party system for authentication.' => 'Hvis markeret vil bruger bruge et tredjeparts system til godkendelse.',
    'The password is necessary only for local users.' => 'Adgangskode er kun nødvendig for lokale brugere.',
    'You have been invited to register on Kanboard.' => 'Invitation til at registrere på Kanboard.',
    'Click here to join your team' => 'Klik her for at deltage på holdet',
    'Invite people' => 'Invitere personer',
    'Emails' => 'E-post',
    'Enter one email address by line.' => 'Indtaste e-post adresse pr. linje.',
    'Add these people to this project' => 'Tilføje disse personer til projekt',
    'Add this person to this project' => 'Tilføje person til projekt',
    'Sign-up' => 'Tilmelde',
    'Credentials' => 'Legitimations-oplysninger',
    'New user' => 'Ny bruger',
    'This username is already taken' => 'Brugernavn optaget',
    'A link to reset your password has been sent by email.' => 'Henvisning til nulstilling af kodeord er sendt via e-post.',
    'Your profile must have a valid email address.' => 'Profil skal have gyldig e-post adresse.',
    'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Kan ikke nulstille adgangskode. Er brugernavn gyldigt? Er der e-post adresse tilknyttet profil?',
    'TRL - Turkish Lira' => 'TRL - tyrkisk lire',
    'The project email is optional and could be used by several plugins.' => 'Projekt e-post adresse valgfri og kan bruges af flere udvidelses-moduler.',
    'The project email must be unique across all projects' => 'Projekt e-post adresse skal være unik på tværs af projekter',
    'The email configuration has been disabled by the administrator.' => 'E-post indstilling deaktiveret af administrator.',
    'Close this project' => 'Lukke projekt',
    'Open this project' => 'Åbne projekt',
    'Close a project' => 'Lukke projekt',
    'Do you really want to close this project: "%s"?' => 'Lukke projekt: "%s"?',
    'Reopen a project' => 'Genåbne projekt',
    'Do you really want to reopen this project: "%s"?' => 'Genåbne projekt: "%s"?',
    'This project is open' => 'Projekt åben',
    'This project is closed' => 'Projekt lukket',
    'Unable to upload files, check the permissions of your data folder.' => 'Kan ikke overføre filer, kontrollere mappe tilladelser.',
    'Another category with the same name exists in this project' => 'Anden kategori med samme navn i projekt',
    'Comment sent by email successfully.' => 'Kommentar sendt via e-post.',
    'Sent by email to "%s" (%s)' => 'Sendt via e-post til "%s" (%s)',
    'Unable to read uploaded file.' => 'Kan ikke læse overført fil.',
    'Database uploaded successfully.' => 'Database overført.',
    'Task sent by email successfully.' => 'Opgave sendt via e-post.',
    'There is no category in this project.' => 'Ingen kategori i projekt.',
    'Send by email' => 'Send via e-post',
    'Create and send a comment by email' => 'Oprette og sende kommentar via e-post',
    'Subject' => 'Emne',
    'Upload the database' => 'Overføre database',
    'You could upload the previously downloaded Sqlite database (Gzip format).' => 'Overføre tidligere hentede SQL-database (Gzip format).',
    'Database file' => 'Databasefil',
    'Upload' => 'Overføre',
    'Your project must have at least one active swimlane.' => 'Projekt skal have mindst et aktivt spor.',
    'Project: %s' => 'Projekt: %s',
    'Automatic action not found: "%s"' => 'Automatisk handling ikke fundet: "%s"',
    '%d projects' => '%d projekter',
    '%d project' => '%d projekt',
    'There is no project.' => 'Ikke noget projekt.',
    'Sort' => 'Sortere',
    'Project ID' => 'Projekt ID',
    'Project name' => 'Projekt navn',
    'Public' => 'Offentlig',
    'Private' => 'Privat',
    '%d tasks' => '%d opgaver',
    '%d task' => '%d opgave',
    'Task ID' => 'Opgave ID',
    'Assign automatically a color when due date is expired' => 'Tildele automatisk farve når forfaldsdato er udløbet',
    'Total score in this column across all swimlanes' => 'Samlet bedømmelse i kolonne på tværs af alle spor',
    'HRK - Kuna' => 'HRK - kroatisk kuna',
    'ARS - Argentine Peso' => 'ARS - argentinsk peso',
    'COP - Colombian Peso' => 'COP - colombiansk peso',
    '%d groups' => '%d grupper',
    '%d group' => '%d gruppe',
    'Group ID' => 'Gruppe ID',
    'External ID' => 'Ekstern ID',
    '%d users' => '%d brugere',
    '%d user' => '%d bruger',
    'Hide subtasks' => 'Skjul delopgaver',
    'Show subtasks' => 'Vise delopgaver',
    'Authentication Parameters' => 'Godkendelses-parametre',
    'API Access' => 'API adgang',
    'No users found.' => 'Ingen brugere fundet.',
    'User ID' => 'Bruger ID',
    'Notifications are activated' => 'Påmindelser aktiveret',
    'Notifications are disabled' => 'Påmindelser deaktiveret',
    'User disabled' => 'Bruger deaktiveret',
    '%d notifications' => '%d påmindelser',
    '%d notification' => '%d påmindelse',
    'There is no external integration installed.' => 'Ingen ekstern integration installeret.',
    'You are not allowed to update tasks assigned to someone else.' => 'Kan ikke opdatere opgaver tildelt anden bruger.',
    'You are not allowed to change the assignee.' => 'Kan ikke ændre ejer.',
    'Task suppression is not permitted' => 'Opgave undertrykkelse er ikke tilladt',
    'Changing assignee is not permitted' => 'Ændring af ansvarlig er ikke tilladt',
    'Update only assigned tasks is permitted' => 'Opdatere kun tilladt tildelte opgaver',
    'Only for tasks assigned to the current user' => 'Kun opgaver tildelt nuværende bruger',
    'My projects' => 'Tildelte projekter',
    'Your are not member of any project.' => 'Ikke medlem af noget projekt.',
    'My subtasks' => 'Tildelte delopgaver',
    '%d subtasks' => '%d delopgaver',
    '%d subtask' => '%d delopgave',
    'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Kun opgave flyt mellem disse kolonner er tilladt for opgaver tildelt nuværende bruger',
    '[DUPLICATE]' => '[KOPIERE]',
    'DKK - Danish Krona' => 'DKK - dansk krone',
    'Remove user from group' => 'Fjerne bruger fra gruppe',
    'Assign the task to its creator' => 'Tildele opgave til opretter',
    'This task was sent by email to "%s" with subject "%s".' => 'Opgave sendt via e-post til "%s" med emne "%s".',
    'Predefined Email Subjects' => 'Forudbestemte e-post emner',
    'Write one subject by line.' => 'Skriv ét emne pr. linje.',
    'Create another link' => 'Oprette anden henvisning',
    'BRL - Brazilian Real' => 'BRL - brasiliansk real',
    'Add a new Kanboard task' => 'Tilføje ny Kanboard opgave',
    'Subtask not started' => 'Delopgave ikke startet',
    'Subtask currently in progress' => 'Delopgave i gang',
    'Subtask completed' => 'Delopgave afsluttet',
    'Subtask added successfully.' => 'Delopgave tilføjet.',
    '%d subtasks added successfully.' => '%d delopgaver tilføjet.',
    'Enter one subtask by line.' => 'Indtaste én delopgave pr. linje.',
    'Predefined Contents' => 'Forudbestemt indhold',
    'Predefined contents' => 'Forudbestemt indhold',
    'Predefined Task Description' => 'Forudbestemt opgavebeskrivelse',
    'Do you really want to remove this template? "%s"' => 'Fjerne skabelon? "%s"',
    'Add predefined task description' => 'Tilføje forudbestemt opgavebeskrivelse',
    'Predefined Task Descriptions' => 'Forudbestemte opgavebeskrivelser',
    'Template created successfully.' => 'Skabelonen oprettet.',
    'Unable to create this template.' => 'Kan ikke oprette skabelon.',
    'Template updated successfully.' => 'Skabelon opdateret.',
    'Unable to update this template.' => 'Kan ikke opdatere skabelon.',
    'Template removed successfully.' => 'Skabelon fjernet.',
    'Unable to remove this template.' => 'Kan ikke fjerne skabelon.',
    'Template for the task description' => 'Skabelon til opgavebeskrivelse',
    'The start date is greater than the end date' => 'Startdato er større end slutdato',
    'Tags must be separated by a comma' => 'Mærker skal adskilles med komma',
    'Only the task title is required' => 'Kun opgave titel påkrævet',
    'Creator Username' => 'Opretters brugernavn',
    'Color Name' => 'Farve navn',
    'Column Name' => 'Kolonne navn',
    'Swimlane Name' => 'Spor navn',
    'Time Estimated' => 'Tid anslået',
    'Time Spent' => 'Tid brugt',
    'External Link' => 'Ekstern henvisning',
    'This feature enables the iCal feed, RSS feed and the public board view.' => 'Funktionen aktiverer iCal og RSS nyheds-kilde samt offentlig tavle visning.',
    'Stop the timer of all subtasks when moving a task to another column' => 'Stop tidsuret for alle delopgaver når opgave flyttes til anden kolonne',
    'Subtask Title' => 'Delopgave titel',
    'Add a subtask and activate the timer when moving a task to another column' => 'Tilføje delopgave og aktivere tidsuret når opgave flyttes til anden kolonne',
    'days' => 'dage',
    'minutes' => 'minutter',
    'seconds' => 'sekunder',
    'Assign automatically a color when preset start date is reached' => 'Tildele automatisk farve når forudindstillet startdato er nået',
    'Move the task to another column once a predefined start date is reached' => 'Flytte opgave til anden kolonne når forudbestemt startdato er nået',
    'This task is now linked to the task %s with the relation "%s"' => 'Opgave henviser til opgave %s med relation "%s"',
    'The link with the relation "%s" to the task %s has been removed' => 'Henvisning med relation "%s" til opgave %s er fjernet',
    'Custom Filter:' => 'Brugertilpasset filter:',
    'Unable to find this group.' => 'Kan ikke finde gruppe.',
    '%s moved the task #%d to the column "%s"' => '%s flyttet opgave #%d til kolonne "%s"',
    '%s moved the task #%d to the position %d in the column "%s"' => '%s flyttet opgave #%d til placering %d i kolonne "%s"',
    '%s moved the task #%d to the swimlane "%s"' => '%s flyttet opgave #%d til spor "%s"',
    '%sh spent' => '%sh brugt',
    '%sh estimated' => '%sh anslået',
    // 'Select All' => '',
    // 'Unselect All' => '',
    // 'Apply action' => '',
    // 'Move selected tasks to another column' => '',
);