summaryrefslogtreecommitdiff
path: root/app/Locale/sv_SE/translations.php
blob: c643c146823db3fe97c99a04794b465da184c06e (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
<?php

return array(
    'number.decimals_separator' => ',',
    'number.thousands_separator' => '.',
    'None' => 'Ingen',
    'edit' => 'redigera',
    'Edit' => 'Redigera',
    'remove' => 'ta bort',
    'Remove' => 'Ta bort',
    'Yes' => 'Ja',
    'No' => 'Nej',
    'cancel' => 'avbryt',
    'or' => 'eller',
    'Yellow' => 'Gul',
    'Blue' => 'Blå',
    'Green' => 'Grön',
    'Purple' => 'Lila',
    'Red' => 'Röd',
    'Orange' => 'Orange',
    'Grey' => 'Grå',
    'Brown' => 'Brun',
    'Deep Orange' => 'Mörkorange',
    'Dark Grey' => 'Mörkgrå',
    'Pink' => 'Rosa',
    'Teal' => 'Grönblå',
    'Cyan' => 'Cyan',
    'Lime' => 'Lime',
    'Light Green' => 'Ljusgrön',
    'Amber' => 'Bärnsten',
    'Save' => 'Spara',
    'Login' => 'Login',
    'Official website:' => 'Officiell webbsida:',
    'Unassigned' => 'Ej tilldelad',
    'View this task' => 'Se denna uppgift',
    'Remove user' => 'Ta bort användare',
    'Do you really want to remove this user: "%s"?' => 'Vill du verkligen ta bort användaren: "%s"?',
    'All users' => 'Alla användare',
    'Username' => 'Användarnamn',
    'Password' => 'Lösenord',
    'Administrator' => 'Administratör',
    'Sign in' => 'Logga in',
    'Users' => 'Användare',
    'No user' => 'Ingen användare',
    'Forbidden' => 'Ej tillåten',
    'Access Forbidden' => 'Ej tillåten',
    'Edit user' => 'Ändra användare',
    'Logout' => 'Logga ut',
    'Bad username or password' => 'Fel användarnamn eller lösenord',
    'Edit project' => 'Ändra projekt',
    'Name' => 'Namn',
    'Projects' => 'Projekt',
    'No project' => 'Inget projekt',
    'Project' => 'Tavlor för projekt och planering',
    'Status' => 'Status',
    'Tasks' => 'Uppgifter',
    'Board' => 'Tavla',
    'Actions' => 'Åtgärder',
    'Inactive' => 'Inaktiv',
    'Active' => 'Aktiv',
    'Unable to update this board.' => 'Kunde inte uppdatera tavlan',
    'Disable' => 'Inaktivera',
    'Enable' => 'Aktivera',
    'New project' => 'Nytt projekt',
    'Do you really want to remove this project: "%s"?' => 'Vill du verkligen ta bort projektet: "%s" ?',
    'Remove project' => 'Ta bort projekt',
    'Edit the board for "%s"' => 'Ändra tavlan för "%s"',
    'Add a new column' => 'Lägg till ny kolumn',
    'Title' => 'Titel',
    'Assigned to %s' => 'Tilldelad %s',
    'Remove a column' => 'Ta bort en kolumn',
    'Unable to remove this column.' => 'Kunde inte ta bort kolumnen.',
    'Do you really want to remove this column: "%s"?' => 'Vill du verkligen ta bort kolumnen: "%s"?',
    'Settings' => 'Inställningar',
    'Application settings' => 'Applikationsinställningar',
    'Language' => 'Språk',
    'Webhook token:' => 'Token för webhooks:',
    'API token:' => 'API token:',
    'Database size:' => 'Databasstorlek:',
    'Download the database' => 'Ladda ner databasen',
    'Optimize the database' => 'Optimera databasen',
    '(VACUUM command)' => '(Vacuum kommando)',
    '(Gzip compressed Sqlite file)' => '(Gzip komprimera Sqlite filen)',
    'Close a task' => 'Stäng en uppgift',
    'Column' => 'Kolumn',
    'Color' => 'Färg',
    'Assignee' => 'Uppdragsinnehavare',
    'Create another task' => 'Skapa ännu en uppgift',
    'New task' => 'Ny uppgift',
    'Open a task' => 'Öppna en uppgift',
    'Do you really want to open this task: "%s"?' => 'Vill du verkligen öppna denna uppgift: "%s"?',
    'Back to the board' => 'Tillbaka till tavlan',
    'There is nobody assigned' => 'Det finns ingen tilldelad',
    'Column on the board:' => 'Kolumn på tavlan:',
    'Close this task' => 'Stäng uppgiften',
    'Open this task' => 'Öppna uppgiften',
    'There is no description.' => 'Det finns ingen beskrivning.',
    'Add a new task' => 'Lägg till en ny uppgift',
    'The username is required' => 'Användarnamnet måste anges',
    'The maximum length is %d characters' => 'Max antal bokstäver %d',
    'The minimum length is %d characters' => 'Minst antal bokstäver %d',
    'The password is required' => 'Lösenordet måste anges.',
    'This value must be an integer' => 'Detta värde måste vara ett heltal.',
    'The username must be unique' => 'Användarnamnet måste vara unikt',
    'The user id is required' => 'Användar-ID måste anges',
    'Passwords don\'t match' => 'Lösenorden matchar inte',
    'The confirmation is required' => 'Bekräftelse behövs.',
    'The project is required' => 'Projektet måste anges',
    'The id is required' => 'Aktuellt ID måste anges',
    'The project id is required' => 'Projekt-ID måste anges',
    'The project name is required' => 'Ett projektnamn måste anges',
    'The title is required' => 'En titel måste anges.',
    'Settings saved successfully.' => 'Inställningarna har sparats.',
    'Unable to save your settings.' => 'Kunde inte spara dina ändringar',
    'Database optimization done.' => 'Databasen har optimerats.',
    'Your project have been created successfully.' => 'Ditt projekt har skapats.',
    'Unable to create your project.' => 'Kunde inte skapa ditt projekt.',
    'Project updated successfully.' => 'Projektet har uppdaterats.',
    'Unable to update this project.' => 'Kunde inte uppdatera detta projekt.',
    'Unable to remove this project.' => 'Kunde inte ta bort detta projekt.',
    'Project removed successfully.' => 'Projektet har tagits bort.',
    'Project activated successfully.' => 'Projektet har aktiverats.',
    'Unable to activate this project.' => 'Kunde inte aktivera detta projekt.',
    'Project disabled successfully.' => 'Projektet har stängts.',
    'Unable to disable this project.' => 'Kunde inte stänga detta projekt.',
    'Unable to open this task.' => 'Kunde inte öppna denna uppgift.',
    'Task opened successfully.' => 'Uppgiften har öppnats.',
    'Unable to close this task.' => 'Kunde inte stänga denna uppgift.',
    'Task closed successfully.' => 'Uppgiften har stängts.',
    'Unable to update your task.' => 'Kunde inte uppdatera din uppgift.',
    'Task updated successfully.' => 'Uppgiften har uppdaterats.',
    'Unable to create your task.' => 'Kunde inte skapa din uppgift.',
    'Task created successfully.' => 'Uppgiften har skapats.',
    'User created successfully.' => 'Användaren har skapats.',
    'Unable to create your user.' => 'Kunde inte skapa din användare.',
    'User updated successfully.' => 'Användaren har updaterats.',
    'Unable to update your user.' => 'Kunde inte uppdatera din användare.',
    'User removed successfully.' => 'Användaren har tagits bort.',
    'Unable to remove this user.' => 'Kunde inte ta bort denna användare.',
    'Board updated successfully.' => 'Tavlan uppdaterad.',
    'Ready' => 'Denna månad',
    'Backlog' => 'Att göra',
    'Work in progress' => 'Pågående',
    'Done' => 'Slutfört',
    'Application version:' => 'Version:',
    'Id' => 'ID',
    'Public link' => 'Publik länk',
    'Timezone' => 'Tidszon',
    'Sorry, I didn\'t find this information in my database!' => 'Informationen kunde inte hittas i databasen.',
    'Page not found' => 'Sidan hittas inte',
    'Complexity' => 'Komplexitet',
    'Task limit' => 'Uppgiftsbegränsning',
    'Task count' => 'Antal uppgifter',
    'User' => 'Användare',
    'Comments' => 'Kommentarer',
    'Comment is required' => 'En kommentar måste lämnas',
    'Comment added successfully.' => 'Kommentaren har lagts till.',
    'Unable to create your comment.' => 'Kommentaren kunde inte laddas upp.',
    'Due Date' => 'Måldatum',
    'Invalid date' => 'Ej tillåtet datum',
    'Automatic actions' => 'Automatiska åtgärder',
    'Your automatic action have been created successfully.' => 'Din automatiska åtgärd har skapats.',
    'Unable to create your automatic action.' => 'Kunde inte skapa din automatiska åtgärd.',
    'Remove an action' => 'Ta bort en åtgärd',
    'Unable to remove this action.' => 'Kunde inte ta bort denna åtgärd.',
    'Action removed successfully.' => 'Åtgärden har tagits bort.',
    'Automatic actions for the project "%s"' => 'Automatiska åtgärder för projektet "%s"',
    'Add an action' => 'Lägg till en åtgärd',
    'Event name' => 'Händelsenamn',
    'Action name' => 'Åtgärdsnamn',
    'Action parameters' => 'Åtgärdsparametrar',
    'Action' => 'Åtgärd',
    'Event' => 'Händelse',
    'When the selected event occurs execute the corresponding action.' => 'När händelsen inträffar, kör inställd åtgärd.',
    'Next step' => 'Nästa steg',
    'Define action parameters' => 'Definiera upp händelseparametrar',
    'Do you really want to remove this action: "%s"?' => 'Vill du verkligen ta bort denna åtgärd: "%s"?',
    'Remove an automatic action' => 'Ta bort en automatiskt åtgärd',
    'Assign the task to a specific user' => 'Tilldela uppgiften till en specifik användare',
    'Assign the task to the person who does the action' => 'Tilldela uppgiften till personen som skapar den',
    'Duplicate the task to another project' => 'Kopiera uppgiften till ett annat projekt',
    'Move a task to another column' => 'Flytta en uppgift till en annan kolumn',
    'Task modification' => 'Ändra uppgift',
    'Task creation' => 'Skapa uppgift',
    'Closing a task' => 'Stänger en uppgift',
    'Assign a color to a specific user' => 'Tilldela en färg till en specifik användare',
    'Position' => 'Position',
    'Duplicate to another project' => 'Kopiera till ett annat projekt',
    'Duplicate' => 'Kopiera uppgiften',
    'link' => 'länk',
    'Comment updated successfully.' => 'Kommentaren har uppdaterats.',
    'Unable to update your comment.' => 'Kunde inte uppdatera din kommentar.',
    'Remove a comment' => 'Ta bort en kommentar',
    'Comment removed successfully.' => 'Kommentaren har tagits bort.',
    'Unable to remove this comment.' => 'Kunde inte ta bort denna kommentar.',
    'Do you really want to remove this comment?' => 'Är du säker på att du vill ta bort denna kommentar?',
    'Current password for the user "%s"' => 'Nuvarande lösenord för användaren %s"',
    'The current password is required' => 'Det nuvarande lösenordet måste anges',
    'Wrong password' => 'Fel lösenord',
    'Unknown' => 'Okänd',
    'Last logins' => 'Senaste inloggningarna',
    'Login date' => 'Inloggningsdatum',
    'Authentication method' => 'Autentiseringsmetoder',
    'IP address' => 'IP-adress',
    'User agent' => 'Användaragent/webbläsare',
    'Persistent connections' => 'Beständiga anslutningar',
    'No session.' => 'Ingen session.',
    'Expiration date' => 'Förfallodatum',
    'Remember Me' => 'Kom ihåg mig',
    'Creation date' => 'Skapatdatum',
    'Everybody' => 'Alla',
    'Open' => 'Öppen',
    'Closed' => 'Stängd',
    'Search' => 'Sök',
    'Nothing found.' => 'Inget kunde hittas.',
    'Due date' => 'Måldatum',
    'Description' => 'Beskrivning',
    '%d comments' => '%d kommentarer',
    '%d comment' => '%d kommentar',
    'Email address invalid' => 'Epost-adressen ogiltig',
    'Your external account is not linked anymore to your profile.' => 'Ditt externa konto är inte längre länkad till din profil.',
    'Unable to unlink your external account.' => 'Kunde inte koppla från ditt externa konto.',
    'External authentication failed' => 'Extern autentisering misslyckades',
    'Your external account is linked to your profile successfully.' => 'Ditt externa konto länkades till din profil.',
    'Email' => 'Epost',
    'Task removed successfully.' => 'Uppgiften har tagits bort',
    'Unable to remove this task.' => 'Kunde inte ta bort denna uppgift',
    'Remove a task' => 'Ta bort en uppgift',
    'Do you really want to remove this task: "%s"?' => 'Vill du verkligen ta bort denna uppgift: "%s"?',
    'Assign automatically a color based on a category' => 'Tilldela automatiskt en färg baserad på en kategori',
    'Assign automatically a category based on a color' => 'Tilldela automatiskt en kategori baserad på en färg',
    'Task creation or modification' => 'Skapa eller ändra uppgift',
    'Category' => 'Kategori',
    'Category:' => 'Kategori:',
    'Categories' => 'Ange kategorier',
    'Your category have been created successfully.' => 'Din kategori har skapats',
    'Unable to create your category.' => 'Kunde inte skapa din kategori',
    'Your category have been updated successfully.' => 'Din kategori har uppdaterats',
    'Unable to update your category.' => 'Kunde inte uppdatera din kategori',
    'Remove a category' => 'Ta bort en kategori',
    'Category removed successfully.' => 'Kategorin har tagits bort',
    'Unable to remove this category.' => 'Kunde inte ta bort denna kategori',
    'Category modification for the project "%s"' => 'Ändring av kategori för projektet "%s"',
    'Category Name' => 'Kategorinamn',
    'Add a new category' => 'Lägg till en kategori',
    'Do you really want to remove this category: "%s"?' => 'Vill du verkligen ta bort denna kategori: "%s"?',
    'All categories' => 'Alla kategorier',
    'No category' => 'Ingen kategori',
    'The name is required' => 'Namnet måste anges',
    'Remove a file' => 'Ta bort en fil',
    'Unable to remove this file.' => 'Kunde inte ta bort denna fil',
    'File removed successfully.' => 'Filen har tagits bort',
    'Attach a document' => 'Bifoga ett dokument',
    'Do you really want to remove this file: "%s"?' => 'Vill du verkligen ta bort denna fil:"%s"?',
    'Attachments' => 'Bifogade filer',
    'Edit the task' => 'Ändra uppgiften',
    'Add a comment' => 'Lägg till kommentar',
    'Edit a comment' => 'Ändra en kommentar',
    'Summary' => 'Sammanfattning',
    'Time tracking' => 'Tidsåtgång',
    'Estimate:' => 'Uppskattning',
    'Spent:' => 'Nedlagd tid',
    'Do you really want to remove this sub-task?' => 'Vill du verkligen ta bort deluppgiften?',
    'Remaining:' => 'Återstående:',
    'hours' => 'timmar',
    'spent' => 'nedlagt',
    'estimated' => 'uppskattat',
    'Sub-Tasks' => 'Deluppgifter',
    'Add a sub-task' => 'Lägg till deluppgift',
    'Original estimate' => 'Ursprunglig uppskattning',
    'Create another sub-task' => 'Skapa en till deluppgift',
    'Time spent' => 'Nedlagd tid',
    'Edit a sub-task' => 'Ändra en deluppgift',
    'Remove a sub-task' => 'Ta bort en deluppgift',
    'The time must be a numeric value' => 'Tiden måste ha ett numeriskt värde',
    'Todo' => 'Att göra',
    'In progress' => 'Pågående',
    'Sub-task removed successfully.' => 'Deluppgiften har tagits bort.',
    'Unable to remove this sub-task.' => 'Kunde inte ta bort denna deluppgift.',
    'Sub-task updated successfully.' => 'Deluppgiften har uppdaterats.',
    'Unable to update your sub-task.' => 'Kunde inte uppdatera din deluppgift.',
    'Unable to create your sub-task.' => 'Kunde inte skapa din deluppgift.',
    'Sub-task added successfully.' => 'Deluppgiften har lagts till.',
    'Maximum size: ' => 'Maxstorlek: ',
    'Unable to upload the file.' => 'Kunde inte ladda upp filen.',
    'Display another project' => 'Visa ett annat projekt',
    'Created by %s' => 'Skapad av %s',
    'Tasks Export' => 'Exportera uppgifter',
    'Start Date' => 'Startdatum',
    'Execute' => 'Utför',
    'Task Id' => 'Uppgift ID',
    'Creator' => 'Skapare',
    'Modification date' => 'Ändringsdatum',
    'Completion date' => 'Slutfört datum',
    'Clone' => 'Klona',
    'Project cloned successfully.' => 'Projektet har klonats.',
    'Unable to clone this project.' => 'Kunde inte klona projektet.',
    'Enable email notifications' => 'Aktivera epostnotiser',
    'Task position:' => 'Uppgiftsposition:',
    'The task #%d have been opened.' => 'Uppgiften #%d har öppnats.',
    'The task #%d have been closed.' => 'Uppgiften #%d har stängts.',
    'Sub-task updated' => 'Deluppgift uppdaterad',
    'Title:' => 'Titel:',
    'Status:' => 'Status:',
    'Assignee:' => 'Tilldelad:',
    'Time tracking:' => 'Tidsspårning',
    'New sub-task' => 'Ny deluppgift',
    'New attachment added "%s"' => 'Ny bifogning tillagd "%s"',
    'New comment posted by %s' => 'Ny kommentar postad av %s',
    'New comment' => 'Ny kommentar',
    'Comment updated' => 'Kommentaren har uppdaterats',
    'New subtask' => 'Ny deluppgift',
    'I want to receive notifications only for those projects:' => 'Jag vill endast få notiser för dessa projekt:',
    'view the task on Kanboard' => 'Visa uppgiften på Kanboard',
    'Public access' => 'Publik åtkomst',
    'Disable public access' => 'Inaktivera publik åtkomst',
    'Enable public access' => 'Aktivera publik åtkomst',
    'Public access disabled' => 'Publik åtkomst har inaktiverats',
    'Move the task to another project' => 'Flytta uppgiften till ett annat projekt',
    'Move to another project' => 'Flytta till ett annat projekt',
    'Do you really want to duplicate this task?' => 'Vill du verkligen kopiera denna uppgift?',
    'Duplicate a task' => 'Kopiera en uppgift',
    'External accounts' => 'Externa konton',
    'Account type' => 'Kontotyp',
    'Local' => 'Lokal',
    'Remote' => 'Fjärr',
    'Enabled' => 'Aktiverad',
    'Disabled' => 'Inaktiverad',
    'Login:' => 'Användarnam:',
    'Full Name:' => 'Namn:',
    'Email:' => 'E-post:',
    'Notifications:' => 'Notiser:',
    'Notifications' => 'Notiser',
    'Account type:' => 'Kontotyp:',
    'Edit profile' => 'Ändra profil',
    'Change password' => 'Byt lösenord',
    'Password modification' => 'Ändra lösenord',
    'External authentications' => 'Extern autentisering',
    'Never connected.' => 'Inte ansluten.',
    'No external authentication enabled.' => 'Ingen extern autentisering aktiverad.',
    'Password modified successfully.' => 'Lösenordet har ändrats.',
    'Unable to change the password.' => 'Kunde inte byta lösenord.',
    'Change category' => 'Byt kategori',
    '%s updated the task %s' => '%s uppdaterade uppgiften %s',
    '%s opened the task %s' => '%s öppna uppgiften %s',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s flyttade uppgiften %s till positionen #%d i kolumnen "%s"',
    '%s moved the task %s to the column "%s"' => '%s flyttade uppgiften %s till kolumnen "%s"',
    '%s created the task %s' => '%s skapade uppgiften %s',
    '%s closed the task %s' => '%s stängde uppgiften %s',
    '%s created a subtask for the task %s' => '%s skapade en deluppgift för uppgiften %s',
    '%s updated a subtask for the task %s' => '%s uppdaterade en deluppgift för uppgiften %s',
    'Assigned to %s with an estimate of %s/%sh' => 'Tilldelades %s med en uppskattning på %s/%sh',
    'Not assigned, estimate of %sh' => 'Inte tilldelade, uppskattat %sh',
    '%s updated a comment on the task %s' => '%s uppdaterade en kommentar till uppgiften %s',
    '%s commented the task %s' => '%s kommenterade uppgiften %s',
    '%s\'s activity' => '%s\'s aktivitet',
    'RSS feed' => 'RSS flöde',
    '%s updated a comment on the task #%d' => '%s uppdaterade en kommentar på uppgiften #%d',
    '%s commented on the task #%d' => '%s kommenterade uppgiften #%d',
    '%s updated a subtask for the task #%d' => '%s uppdaterade en deluppgift för uppgiften #%d',
    '%s created a subtask for the task #%d' => '%s skapade en deluppgift för uppgiften #%d',
    '%s updated the task #%d' => '%s uppdaterade uppgiften #%d',
    '%s created the task #%d' => '%s skapade uppgiften #%d',
    '%s closed the task #%d' => '%s stängde uppgiften #%d',
    '%s opened the task #%d' => '%s öppnade uppgiften #%d',
    'Activity' => 'Aktivitet',
    'Default values are "%s"' => 'Standardvärden är "%s"',
    'Default columns for new projects (Comma-separated)' => 'Standardkolumner för nya projekt (kommaseparerade)',
    'Task assignee change' => 'Ändra tilldelning av uppgiften',
    '%s changed the assignee of the task #%d to %s' => '%s byt tilldelning av uppgiften #%d till %s',
    '%s changed the assignee of the task %s to %s' => '%s byt tilldelning av uppgiften %s till %s',
    'New password for the user "%s"' => 'Nytt lösenord för användaren "%s"',
    'Choose an event' => 'Välj en händelse',
    'Create a task from an external provider' => 'Skapa en uppgift från en extern leverantör',
    'Change the assignee based on an external username' => 'Ändra tilldelning baserat på ett externt användarnamn',
    'Change the category based on an external label' => 'Ändra kategori baserat på en extern etikett',
    'Reference' => 'Referens',
    'Label' => 'Etikett',
    'Database' => 'Databas',
    'About' => 'Om',
    'Database driver:' => 'Databasdrivrutin:',
    'Board settings' => 'Inställningar för tavla',
    'Webhook settings' => 'Webhook inställningar',
    'Reset token' => 'Nollställ token',
    'API endpoint:' => 'API ändpunkt:',
    'Refresh interval for private board' => 'Uppdateringsintervall för privat tavla',
    'Refresh interval for public board' => 'Uppdateringsintervall för publik tavla',
    'Task highlight period' => 'Period att framhäva ny uppgift',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Period (i sekunder) att betrakta en uppgifts ändring som ny (ange 0 för att inaktivera, 2 dagar är standard)',
    'Frequency in second (60 seconds by default)' => 'Frekvens i sekunder (60 sekunder är standard)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frekvens i sekunder (ange 0 för att inaktivera, 10 sekunder är standard)',
    'Application URL' => 'Applikations-URL',
    'Token regenerated.' => 'Token nyskapad.',
    'Date format' => 'Datumformat',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ISO-format är alltid tillåtet, exempel: "%s" och "%s"',
    'New private project' => 'Nytt privat projekt',
    'This project is private' => 'Det här projektet är privat',
    'Add' => 'Lägg till',
    'Start date' => 'Startdatum',
    'Time estimated' => 'Uppskattad tid',
    'There is nothing assigned to you.' => 'Du har inget tilldelat till dig.',
    'My tasks' => 'Mina uppgifter',
    'Activity stream' => 'Aktivitetsström',
    'Dashboard' => 'Instrumentpanel',
    'Confirmation' => 'Bekräftelse',
    'Allow everybody to access to this project' => 'Ge alla tillgång till projektet',
    'Everybody have access to this project.' => 'Alla har tillgång till projektet',
    'Webhooks' => 'Webhooks',
    'API' => 'API',
    'Create a comment from an external provider' => 'Skapa en kommentar från en extern leverantör',
    'Project management' => 'Projekthantering',
    'My projects' => 'Mina projekt',
    'Columns' => 'Kolumner',
    'Task' => 'Uppgift',
    'Your are not member of any project.' => 'Du är inte medlem i något projekt',
    'Percentage' => 'Procent',
    'Number of tasks' => 'Antal uppgifter',
    'Task distribution' => 'Uppgiftsfördelning',
    'Analytics' => 'Analyser',
    'Subtask' => 'Deluppgift',
    'My subtasks' => 'Mina deluppgifter',
    'User repartition' => 'Användardeltagande',
    'Clone this project' => 'Klona projektet',
    'Column removed successfully.' => 'Kolumnen togs bort',
    'Not enough data to show the graph.' => 'Inte tillräckligt med data för att visa graf',
    'Previous' => 'Föregående',
    'The id must be an integer' => 'ID måste vara ett heltal',
    'The project id must be an integer' => 'Projekt-ID måste vara ett heltal',
    'The status must be an integer' => 'Status måste vara ett heltal',
    'The subtask id is required' => 'Deluppgifts-ID behövs',
    'The subtask id must be an integer' => 'Deluppgifts-ID måste vara ett heltal',
    'The task id is required' => 'Uppgifts-ID behövs',
    'The task id must be an integer' => 'Uppgifts-ID måste vara ett heltal',
    'The user id must be an integer' => 'Användar-ID måste vara ett heltal',
    'This value is required' => 'Värdet behövs',
    'This value must be numeric' => 'Värdet måste vara numeriskt',
    'Unable to create this task.' => 'Kunde inte skapa uppgiften.',
    'Cumulative flow diagram' => 'Diagram med kumulativt flöde',
    'Daily project summary' => 'Daglig projektsummering',
    'Daily project summary export' => 'Export av daglig projektsummering',
    'Exports' => 'Exporter',
    'This export contains the number of tasks per column grouped per day.' => 'Denna export innehåller antalet uppgifter per kolumn grupperade per dag.',
    'Active swimlanes' => 'Aktiva swimlanes',
    'Add a new swimlane' => 'Lägg till en nytt swimlane',
    'Change default swimlane' => 'Ändra standard swimlane',
    'Default swimlane' => 'Standard swimlane',
    'Do you really want to remove this swimlane: "%s"?' => 'Vill du verkligen ta bort denna swimlane: "%s"?',
    'Inactive swimlanes' => 'Inaktiv swimlane',
    'Remove a swimlane' => 'Ta bort en swimlane',
    'Show default swimlane' => 'Visa standard swimlane',
    'Swimlane modification for the project "%s"' => 'Ändra swimlane för projektet "%s"',
    'Swimlane removed successfully.' => 'Swimlane togs bort',
    'Swimlanes' => 'Swimlanes',
    'Swimlane updated successfully.' => 'Swimlane uppdaterad',
    'The default swimlane have been updated successfully.' => 'Standardswimlane har uppdaterats',
    'Unable to remove this swimlane.' => 'Kunde inte ta bort swimlane',
    'Unable to update this swimlane.' => 'Kunde inte uppdatera swimlane',
    'Your swimlane have been created successfully.' => 'Din swimlane har skapats',
    'Example: "Bug, Feature Request, Improvement"' => 'Exempel: "Bug, ny funktionalitet, förbättringar"',
    'Default categories for new projects (Comma-separated)' => 'Standardkategorier för nya projekt (komma-separerade)',
    'Integrations' => 'Integrationer',
    'Integration with third-party services' => 'Integration med tjänst från tredjepart',
    'Subtask Id' => 'Deluppgifts-ID',
    'Subtasks' => 'Deluppgift',
    'Subtasks Export' => 'Export av deluppgifter',
    'Task Title' => 'Uppgiftstitel',
    'Untitled' => 'Titel saknas',
    'Application default' => 'Applikationsstandard',
    'Language:' => 'Språk',
    'Timezone:' => 'Tidszon',
    'All columns' => 'Alla kolumner',
    'Calendar' => 'Kalender',
    'Next' => 'Nästa',
    '#%d' => '#%d',
    'All swimlanes' => 'Alla swimlanes',
    'All colors' => 'Alla färger',
    'Moved to column %s' => 'Flyttad till kolumn %s',
    'User dashboard' => 'Användardashboard',
    'Allow only one subtask in progress at the same time for a user' => 'Tillåt endast en deluppgift igång samtidigt för en användare',
    'Edit column "%s"' => 'Ändra kolumn "%s"',
    'Select the new status of the subtask: "%s"' => 'Välj ny status för deluppgiften: "%s"',
    'Subtask timesheet' => 'Tidrapport för deluppgiften',
    'There is nothing to show.' => 'Det finns inget att visa',
    'Time Tracking' => 'Tidsbevakning',
    'You already have one subtask in progress' => 'Du har redan en deluppgift igång',
    'Which parts of the project do you want to duplicate?' => 'Vilka delar av projektet vill du duplicera?',
    // 'Disallow login form' => '',
    'Start' => 'Start',
    'End' => 'Slut',
    'Task age in days' => 'Uppgiftsålder i dagar',
    'Days in this column' => 'Dagar i denna kolumn',
    '%dd' => '%dd',
    'Add a new link' => 'Lägg till ny länk',
    'Do you really want to remove this link: "%s"?' => 'Vill du verkligen ta bort länken: "%s"?',
    'Do you really want to remove this link with task #%d?' => 'Vill du verkligen ta bort länken till uppgiften #%d?',
    'Field required' => 'Fältet krävs',
    'Link added successfully.' => 'Länken har lagts till',
    'Link updated successfully.' => 'Länken har uppdaterats',
    'Link removed successfully.' => 'Länken har tagits bort',
    'Link labels' => 'Länketiketter',
    'Link modification' => 'Länkändring',
    'Links' => 'Länkar',
    'Opposite label' => 'Motpartslänk',
    'Remove a link' => 'Ta bort en länk',
    'The labels must be different' => 'Etiketterna måste vara olika',
    'There is no link.' => 'Det finns ingen länk',
    'This label must be unique' => 'Länken måste vara unik',
    'Unable to create your link.' => 'Kunde inte skapa din länk',
    'Unable to update your link.' => 'Kunde inte uppdatera din länk',
    'Unable to remove this link.' => 'Kunde inte ta bort din länk',
    'relates to' => 'relaterar till',
    'blocks' => 'blockerar',
    'is blocked by' => 'blockeras av',
    'duplicates' => 'dupplicerar',
    'is duplicated by' => 'är duplicerad av',
    'is a child of' => 'är underliggande till',
    'is a parent of' => 'är överliggande till',
    'targets milestone' => 'milstolpemål',
    'is a milestone of' => 'är en milstolpe för',
    'fixes' => 'åtgärdar',
    'is fixed by' => 'åtgärdas av',
    'This task' => 'Denna uppgift',
    '<1h' => '<1h',
    '%dh' => '%dh',
    'Expand tasks' => 'Expandera uppgifter',
    'Collapse tasks' => 'Minimera uppgifter',
    'Expand/collapse tasks' => 'Expandera/minimera uppgifter',
    'Close dialog box' => 'Stäng dialogruta',
    'Submit a form' => 'Sänd formulär',
    'Board view' => 'Tavelvy',
    'Keyboard shortcuts' => 'Tangentbordsgenvägar',
    'Open board switcher' => 'Växling av öppen tavla',
    'Application' => 'Applikation',
    'Compact view' => 'Kompakt vy',
    'Horizontal scrolling' => 'Horisontell scroll',
    'Compact/wide view' => 'Kompakt/bred vy',
    'Currency' => 'Valuta',
    'Private project' => 'Privat projekt',
    'AUD - Australian Dollar' => 'AUD - Australiska dollar',
    'CAD - Canadian Dollar' => 'CAD - Kanadensiska dollar',
    'CHF - Swiss Francs' => 'CHF - Schweiziska Franc',
    'Custom Stylesheet' => 'Anpassad stilmall',
    'download' => 'ladda ned',
    'EUR - Euro' => 'EUR - Euro',
    'GBP - British Pound' => 'GBP - Brittiska Pund',
    'INR - Indian Rupee' => 'INR - Indiska Rupier',
    'JPY - Japanese Yen' => 'JPY - Japanska Yen',
    'NZD - New Zealand Dollar' => 'NZD - Nya Zeeländska Dollar',
    'RSD - Serbian dinar' => 'RSD - Serbiska Dinarer',
    // 'CNY - Chinese Yuan' => '',
    'USD - US Dollar' => 'USD - Amerikanska Dollar',
    'Destination column' => 'Målkolumn',
    'Move the task to another column when assigned to a user' => 'Flytta uppgiften till en annan kolumn när den tilldelats en användare',
    'Move the task to another column when assignee is cleared' => 'Flytta uppgiften till en annan kolumn när tilldelningen tas bort.',
    'Source column' => 'Källkolumn',
    'Transitions' => 'Övergångar',
    'Executer' => 'Verkställare',
    'Time spent in the column' => 'Tid i kolumnen.',
    'Task transitions' => 'Uppgiftsövergångar',
    'Task transitions export' => 'Export av uppgiftsövergångar',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Denna rapport innehåller alla kolumnförflyttningar för varje uppgift med datum, användare och nedlagd tid vid varje övergång.',
    'Currency rates' => 'Valutakurser',
    'Rate' => 'Kurs',
    'Change reference currency' => 'Ändra referenskurs',
    'Reference currency' => 'Referensvaluta',
    'The currency rate have been added successfully.' => 'Valutakursen har lagts till.',
    'Unable to add this currency rate.' => 'Kunde inte lägga till valutakursen.',
    'Webhook URL' => 'Webhook URL',
    '%s removed the assignee of the task %s' => '%s ta bort tilldelningen av uppgiften %s',
    'Enable Gravatar images' => 'Aktivera Gravatar bilder',
    'Information' => 'Information',
    'Check two factor authentication code' => 'Kolla tvåfaktorsverifieringskod',
    'The two factor authentication code is not valid.' => 'Tvåfaktorsverifieringskoden är inte giltig.',
    'The two factor authentication code is valid.' => 'Tvåfaktorsverifieringskoden är giltig.',
    'Code' => 'Kod',
    'Two factor authentication' => 'Tvåfaktorsverifiering',
    'This QR code contains the key URI: ' => 'Denna QR-kod innehåller nyckel-URI:n',
    'Check my code' => 'Kolla min kod',
    'Secret key: ' => 'Säkerhetsnyckel:',
    'Test your device' => 'Testa din enhet',
    'Assign a color when the task is moved to a specific column' => 'Tilldela en färg när uppgiften flyttas till en specifik kolumn',
    '%s via Kanboard' => '%s via Kanboard',
    'Burndown chart' => 'Burndown diagram',
    'This chart show the task complexity over the time (Work Remaining).' => 'Diagrammet visar uppgiftens svårighet över tid (återstående arbete).',
    'Screenshot taken %s' => 'Skärmdump tagen %s',
    'Add a screenshot' => 'Lägg till en skärmdump',
    'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Ta en skärmdump och tryck CTRL+V för att klistra in här.',
    'Screenshot uploaded successfully.' => 'Skärmdumpen laddades upp.',
    'SEK - Swedish Krona' => 'SEK - Svensk Krona',
    'Identifier' => 'Identifierare',
    'Disable two factor authentication' => 'Inaktivera två-faktors autentisering',
    'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Vill du verkligen inaktivera två-faktors autentisering för denna användare: "%s"?',
    'Edit link' => 'Ändra länk',
    'Start to type task title...' => 'Börja skriv uppgiftstitel...',
    'A task cannot be linked to itself' => 'En uppgift kan inte länkas till sig själv',
    'The exact same link already exists' => 'Länken existerar redan',
    'Recurrent task is scheduled to be generated' => 'Återkommande uppgift är schemalagd att genereras',
    'Score' => 'Poäng',
    'The identifier must be unique' => 'Identifieraren måste vara unik',
    'This linked task id doesn\'t exists' => 'Denna länkade uppgifts id existerar inte',
    'This value must be alphanumeric' => 'Värdet måste vara alfanumeriskt',
    'Edit recurrence' => 'Ändra återkommande',
    'Generate recurrent task' => 'Generera återkommande uppgift',
    'Trigger to generate recurrent task' => 'Aktivera att generera återkommande uppgift',
    'Factor to calculate new due date' => 'Faktor för att beräkna nytt datum',
    'Timeframe to calculate new due date' => 'Tidsram för att beräkna nytt datum',
    'Base date to calculate new due date' => 'Basdatum för att beräkna nytt datum',
    'Action date' => 'Händelsedatum',
    'Base date to calculate new due date: ' => 'Basdatum för att beräkna nytt förfallodatum: ',
    'This task has created this child task: ' => 'Uppgiften har skapat denna underliggande uppgift: ',
    'Day(s)' => 'Dag(ar)',
    'Existing due date' => 'Existerande förfallodatum',
    'Factor to calculate new due date: ' => 'Faktor för att beräkna nytt förfallodatum: ',
    'Month(s)' => 'Månad(er)',
    'Recurrence' => 'Återkommande',
    'This task has been created by: ' => 'Uppgiften har skapats av: ',
    'Recurrent task has been generated:' => 'Återkommande uppgift har genererats:',
    'Timeframe to calculate new due date: ' => 'Tidsram för att beräkna nytt förfallodatum: ',
    'Trigger to generate recurrent task: ' => 'Aktivera att generera återkommande uppgift: ',
    'When task is closed' => 'När uppgiften är stängd',
    'When task is moved from first column' => 'När uppgiften flyttas från första kolumnen',
    'When task is moved to last column' => 'När uppgiften flyttas till sista kolumnen',
    'Year(s)' => 'År',
    'Calendar settings' => 'Inställningar för kalendern',
    'Project calendar view' => 'Projektkalendervy',
    'Project settings' => 'Projektinställningar',
    'Show subtasks based on the time tracking' => 'Visa deluppgifter baserade på tidsspårning',
    'Show tasks based on the creation date' => 'Visa uppgifter baserade på skapat datum',
    'Show tasks based on the start date' => 'Visa uppgifter baserade på startdatum',
    'Subtasks time tracking' => 'Deluppgifter tidsspårning',
    'User calendar view' => 'Användarkalendervy',
    'Automatically update the start date' => 'Automatisk uppdatering av startdatum',
    'iCal feed' => 'iCal flöde',
    'Preferences' => 'Preferenser',
    'Security' => 'Säkerhet',
    'Two factor authentication disabled' => 'Tvåfaktorsverifiering inaktiverad',
    'Two factor authentication enabled' => 'Tvåfaktorsverifiering aktiverad',
    'Unable to update this user.' => 'Kunde inte uppdatera användaren.',
    'There is no user management for private projects.' => 'Det finns ingen användarhantering för privata projekt.',
    'User that will receive the email' => 'Användare som kommer att ta emot mailet',
    'Email subject' => 'E-post ämne',
    'Date' => 'Datum',
    'Add a comment log when moving the task between columns' => 'Lägg till en kommentarslogg när en uppgift flyttas mellan kolumner',
    'Move the task to another column when the category is changed' => 'Flyttas uppgiften till en annan kolumn när kategorin ändras',
    'Send a task by email to someone' => 'Skicka en uppgift med e-post till någon',
    'Reopen a task' => 'Återöppna en uppgift',
    'Notification' => 'Notis',
    '%s moved the task #%d to the first swimlane' => '%s flyttade uppgiften #%d till första swimlane',
    'Swimlane' => 'Swimlane',
    'Gravatar' => 'Gravatar',
    '%s moved the task %s to the first swimlane' => '%s flyttade uppgiften %s till första swimlane',
    '%s moved the task %s to the swimlane "%s"' => '%s flyttade uppgiften %s till swimlane "%s"',
    'This report contains all subtasks information for the given date range.' => 'Denna rapport innehåller all deluppgiftsinformation för det givna datumintervallet.',
    'This report contains all tasks information for the given date range.' => 'Denna rapport innehåller all uppgiftsinformation för det givna datumintervallet.',
    'Project activities for %s' => 'Projektaktiviteter för %s',
    'view the board on Kanboard' => 'visa tavlan på Kanboard',
    'The task have been moved to the first swimlane' => 'Uppgiften har flyttats till första swimlane',
    'The task have been moved to another swimlane:' => 'Uppgiften har flyttats till en annan swimlane:',
    'New title: %s' => 'Ny titel: %s',
    'The task is not assigned anymore' => 'Uppgiften är inte länge tilldelad',
    'New assignee: %s' => 'Ny tilldelning: %s',
    'There is no category now' => 'Det finns ingen kategori nu',
    'New category: %s' => 'Ny kategori: %s',
    'New color: %s' => 'Ny färg: %s',
    'New complexity: %d' => 'Ny komplexitet: %d',
    'The due date have been removed' => 'Förfallodatumet har tagits bort',
    'There is no description anymore' => 'Det finns ingen beskrivning längre',
    'Recurrence settings have been modified' => 'Återkommande inställning har ändrats',
    'Time spent changed: %sh' => 'Spenderad tid har ändrats: %sh',
    'Time estimated changed: %sh' => 'Tidsuppskattning ändrad: %sh',
    'The field "%s" have been updated' => 'Fältet "%s" har uppdaterats',
    'The description has been modified:' => 'Beskrivningen har modifierats',
    'Do you really want to close the task "%s" as well as all subtasks?' => 'Vill du verkligen stänga uppgiften "%s" och alla deluppgifter?',
    'I want to receive notifications for:' => 'Jag vill få notiser för:',
    'All tasks' => 'Alla uppgifter',
    'Only for tasks assigned to me' => 'Bara för uppgifter tilldelade mig',
    'Only for tasks created by me' => 'Bara för uppgifter skapade av mig',
    'Only for tasks created by me and assigned to me' => 'Bara för uppgifter skapade av mig och tilldelade till mig',
    '%%Y-%%m-%%d' => '%%Y-%%m-%%d',
    'Total for all columns' => 'Totalt för alla kolumner',
    'You need at least 2 days of data to show the chart.' => 'Du behöver minst två dagars data för att visa diagrammet.',
    '<15m' => '<15m',
    '<30m' => '<30m',
    'Stop timer' => 'Stoppa timer',
    'Start timer' => 'Starta timer',
    'My activity stream' => 'Min aktivitetsström',
    'My calendar' => 'Min kalender',
    'Search tasks' => 'Sök uppgifter',
    'Reset filters' => 'Återställ filter',
    'My tasks due tomorrow' => 'Mina uppgifter förfaller imorgon',
    'Tasks due today' => 'Uppgifter förfaller idag',
    'Tasks due tomorrow' => 'Uppgifter förfaller imorgon',
    'Tasks due yesterday' => 'Uppgifter förföll igår',
    'Closed tasks' => 'Stängda uppgifter',
    'Open tasks' => 'Öppna uppgifter',
    'Not assigned' => 'Inte tilldelad',
    'View advanced search syntax' => 'Visa avancerad söksyntax',
    'Overview' => 'Översikts',
    'Board/Calendar/List view' => 'Tavla/Kalender/Listvy',
    'Switch to the board view' => 'Växla till tavelvy',
    'Switch to the calendar view' => 'Växla till kalendervy',
    'Switch to the list view' => 'Växla till listvy',
    'Go to the search/filter box' => 'Gå till sök/filter box',
    'There is no activity yet.' => 'Det finns ingen aktivitet ännu.',
    'No tasks found.' => 'Inga uppgifter hittades.',
    'Keyboard shortcut: "%s"' => 'Tangentbordsgenväg: "%s"',
    'List' => 'Lista',
    'Filter' => 'Filter',
    'Advanced search' => 'Avancerad sök',
    'Example of query: ' => 'Exempel på fråga',
    'Search by project: ' => 'Sök efter projekt:',
    'Search by column: ' => 'Sök efter kolumn:',
    'Search by assignee: ' => 'Sök efter tilldelad:',
    'Search by color: ' => 'Sök efter färg:',
    'Search by category: ' => 'Sök efter kategori:',
    'Search by description: ' => 'Sök efter beskrivning',
    'Search by due date: ' => 'Sök efter förfallodatum',
    'Average time spent into each column' => 'Medeltidsåtgång i varje kolumn',
    'Average time spent' => 'Medeltidsåtgång',
    'This chart show the average time spent into each column for the last %d tasks.' => 'Diagramet visar medeltidsåtgång i varje kolumn för de senaste %d uppgifterna.',
    'Average Lead and Cycle time' => 'Medel av led och cykeltid',
    'Average lead time: ' => 'Medel av ledtid',
    'Average cycle time: ' => 'Medel av cykeltid',
    'Cycle Time' => 'Cykeltid',
    'Lead Time' => 'Ledtid',
    'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Diagramet visar medel av led och cykeltid för de senaste %d uppgifterna över tiden.',
    'Average time into each column' => 'Medeltidsåtgång i varje kolumn',
    'Lead and cycle time' => 'Led och cykeltid',
    'Lead time: ' => 'Ledtid',
    'Cycle time: ' => 'Cykeltid',
    'Time spent into each column' => 'Tidsåtgång per kolumn',
    'The lead time is the duration between the task creation and the completion.' => 'Ledtiden är varaktigheten mellan uppgiftens skapande och slutförande.',
    'The cycle time is the duration between the start date and the completion.' => 'Cykeltiden är varaktigheten mellan uppgiftens startdatum och slut.',
    'If the task is not closed the current time is used instead of the completion date.' => 'Om uppgiften inte är stängd används nuvarande tid istället för slutförandedatum.',
    'Set automatically the start date' => 'Sätt startdatum automatiskt',
    'Edit Authentication' => 'Ändra autentisering',
    'Remote user' => 'Extern användare',
    'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Externa användares lösenord lagras inte i Kanboard-databasen, exempel: LDAP, Google och Github-konton.',
    'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Om du aktiverar boxen "Tillåt inte loginformulär" kommer inloggningsuppgifter i formuläret att ignoreras.',
    'Default task color' => 'Standardfärg för uppgifter',
    'This feature does not work with all browsers.' => 'Denna funktion fungerar inte i alla webbläsare.',
    'There is no destination project available.' => 'Det finns inget destinationsprojekt tillgängligt.',
    'Trigger automatically subtask time tracking' => 'Aktivera automatisk tidsbevakning av deluppgifter',
    'Include closed tasks in the cumulative flow diagram' => 'Inkludera stängda uppgifter i digrammet med kumulativt flöde',
    'Current swimlane: %s' => 'Nuvarande swimlane: %s',
    'Current column: %s' => 'Nuvarande kolumn: %s',
    'Current category: %s' => 'Nuvarande kategori: %s',
    'no category' => 'ingen kategori',
    'Current assignee: %s' => 'Nuvarande tilldelning: %s',
    'not assigned' => 'inte tilldelad',
    'Author:' => 'Upphovsman:',
    'contributors' => 'bidragare:',
    'License:' => 'Licens:',
    'License' => 'Licens',
    'Enter the text below' => 'Fyll i texten nedan',
    'Sort by position' => 'Sortera efter position',
    'Sort by date' => 'Sortera efter datum',
    'Add task' => 'Lägg till uppgift',
    'Start date:' => 'Startdatum:',
    'Due date:' => 'Slutdatum:',
    'There is no start date or due date for this task.' => 'Det finns inget startdatum eller slutdatum för uppgiften.',
    'Moving or resizing a task will change the start and due date of the task.' => 'Flytt eller storleksändring av uppgiften ändrar start och slutdatum för uppgiften',
    'There is no task in your project.' => 'Det finns ingen uppgift i ditt projekt.',
    'Gantt chart' => 'Gantt-schema',
    // 'People who are project managers' => '',
    // 'People who are project members' => '',
    // 'NOK - Norwegian Krone' => '',
    // 'Show this column' => '',
    // 'Hide this column' => '',
    // 'open file' => '',
    // 'End date' => '',
    // 'Users overview' => '',
    // 'Members' => '',
    // 'Shared project' => '',
    // 'Project managers' => '',
    // 'Gantt chart for all projects' => '',
    // 'Projects list' => '',
    // 'Gantt chart for this project' => '',
    // 'Project board' => '',
    // 'End date:' => '',
    // 'There is no start date or end date for this project.' => '',
    // 'Projects Gantt chart' => '',
    // 'Change task color when using a specific task link' => '',
    // 'Task link creation or modification' => '',
    // 'Milestone' => '',
    // 'Documentation: %s' => '',
    // 'Switch to the Gantt chart view' => '',
    // 'Reset the search/filter box' => '',
    // 'Documentation' => '',
    // 'Table of contents' => '',
    // 'Gantt' => '',
    // 'Author' => '',
    // 'Version' => '',
    // 'Plugins' => '',
    // 'There is no plugin loaded.' => '',
    // 'My notifications' => '',
    // 'Custom filters' => '',
    // 'Your custom filter have been created successfully.' => '',
    // 'Unable to create your custom filter.' => '',
    // 'Custom filter removed successfully.' => '',
    // 'Unable to remove this custom filter.' => '',
    // 'Edit custom filter' => '',
    // 'Your custom filter have been updated successfully.' => '',
    // 'Unable to update custom filter.' => '',
    // 'Web' => '',
    // 'New attachment on task #%d: %s' => '',
    // 'New comment on task #%d' => '',
    // 'Comment updated on task #%d' => '',
    // 'New subtask on task #%d' => '',
    // 'Subtask updated on task #%d' => '',
    // 'New task #%d: %s' => '',
    // 'Task updated #%d' => '',
    // 'Task #%d closed' => '',
    // 'Task #%d opened' => '',
    // 'Column changed for task #%d' => '',
    // 'New position for task #%d' => '',
    // 'Swimlane changed for task #%d' => '',
    // 'Assignee changed on task #%d' => '',
    // '%d overdue tasks' => '',
    // 'Task #%d is overdue' => '',
    // 'No new notifications.' => '',
    // 'Mark all as read' => '',
    // 'Mark as read' => '',
    // 'Total number of tasks in this column across all swimlanes' => '',
    // 'Collapse swimlane' => '',
    // 'Expand swimlane' => '',
    // 'Add a new filter' => '',
    // 'Share with all project members' => '',
    // 'Shared' => '',
    // 'Owner' => '',
    // 'Unread notifications' => '',
    // 'Notification methods:' => '',
    // 'Unable to read your file' => '',
    // '%d task(s) have been imported successfully.' => '',
    // 'Nothing have been imported!' => '',
    // 'Import users from CSV file' => '',
    // '%d user(s) have been imported successfully.' => '',
    // 'Comma' => '',
    // 'Semi-colon' => '',
    // 'Tab' => '',
    // 'Vertical bar' => '',
    // 'Double Quote' => '',
    // 'Single Quote' => '',
    // '%s attached a file to the task #%d' => '',
    // 'There is no column or swimlane activated in your project!' => '',
    // 'Append filter (instead of replacement)' => '',
    // 'Append/Replace' => '',
    // 'Append' => '',
    // 'Replace' => '',
    // 'Import' => '',
    // 'change sorting' => '',
    // 'Tasks Importation' => '',
    // 'Delimiter' => '',
    // 'Enclosure' => '',
    // 'CSV File' => '',
    // 'Instructions' => '',
    // 'Your file must use the predefined CSV format' => '',
    // 'Your file must be encoded in UTF-8' => '',
    // 'The first row must be the header' => '',
    // 'Duplicates are not verified for you' => '',
    // 'The due date must use the ISO format: YYYY-MM-DD' => '',
    // 'Download CSV template' => '',
    // 'No external integration registered.' => '',
    // 'Duplicates are not imported' => '',
    // 'Usernames must be lowercase and unique' => '',
    // 'Passwords will be encrypted if present' => '',
    // '%s attached a new file to the task %s' => '',
    // 'Link type' => '',
    // 'Assign automatically a category based on a link' => '',
    // 'BAM - Konvertible Mark' => '',
    // 'Assignee Username' => '',
    // 'Assignee Name' => '',
    // 'Groups' => '',
    // 'Members of %s' => '',
    // 'New group' => '',
    // 'Group created successfully.' => '',
    // 'Unable to create your group.' => '',
    // 'Edit group' => '',
    // 'Group updated successfully.' => '',
    // 'Unable to update your group.' => '',
    // 'Add group member to "%s"' => '',
    // 'Group member added successfully.' => '',
    // 'Unable to add group member.' => '',
    // 'Remove user from group "%s"' => '',
    // 'User removed successfully from this group.' => '',
    // 'Unable to remove this user from the group.' => '',
    // 'Remove group' => '',
    // 'Group removed successfully.' => '',
    // 'Unable to remove this group.' => '',
    // 'Project Permissions' => '',
    // 'Manager' => '',
    // 'Project Manager' => '',
    // 'Project Member' => '',
    // 'Project Viewer' => '',
    // 'Your account is locked for %d minutes' => '',
    // 'Invalid captcha' => '',
    // 'The name must be unique' => '',
    // 'View all groups' => '',
    // 'There is no user available.' => '',
    // 'Do you really want to remove the user "%s" from the group "%s"?' => '',
    // 'There is no group.' => '',
    // 'External Id' => '',
    // 'Add group member' => '',
    // 'Do you really want to remove this group: "%s"?' => '',
    // 'There is no user in this group.' => '',
    // 'Remove this user' => '',
    // 'Permissions' => '',
    // 'Allowed Users' => '',
    // 'No user have been allowed specifically.' => '',
    // 'Role' => '',
    // 'Enter user name...' => '',
    // 'Allowed Groups' => '',
    // 'No group have been allowed specifically.' => '',
    // 'Group' => '',
    // 'Group Name' => '',
    // 'Enter group name...' => '',
    // 'Role:' => '',
    // 'Project members' => '',
    // '%s mentioned you in the task #%d' => '',
    // '%s mentioned you in a comment on the task #%d' => '',
    // 'You were mentioned in the task #%d' => '',
    // 'You were mentioned in a comment on the task #%d' => '',
    // 'Estimated hours: ' => '',
    // 'Actual hours: ' => '',
    // 'Hours Spent' => '',
    // 'Hours Estimated' => '',
    // 'Estimated Time' => '',
    // 'Actual Time' => '',
    // 'Estimated vs actual time' => '',
    // 'RUB - Russian Ruble' => '',
    // 'Assign the task to the person who does the action when the column is changed' => '',
    // 'Close a task in a specific column' => '',
    // 'Time-based One-time Password Algorithm' => '',
    // 'Two-Factor Provider: ' => '',
    // 'Disable two-factor authentication' => '',
    // 'Enable two-factor authentication' => '',
    // 'There is no integration registered at the moment.' => '',
    // 'Password Reset for Kanboard' => '',
    // 'Forgot password?' => '',
    // 'Enable "Forget Password"' => '',
    // 'Password Reset' => '',
    // 'New password' => '',
    // 'Change Password' => '',
    // 'To reset your password click on this link:' => '',
    // 'Last Password Reset' => '',
    // 'The password has never been reinitialized.' => '',
    // 'Creation' => '',
    // 'Expiration' => '',
    // 'Password reset history' => '',
    // 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
    // 'Do you really want to close all tasks of this column?' => '',
    // '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
    // 'Close all tasks of this column' => '',
    // 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
    // 'My dashboard' => '',
    // 'My profile' => '',
    // 'Project owner: ' => '',
    // 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => '',
    // 'Project owner' => '',
    // 'Private projects do not have users and groups management.' => '',
    // 'There is no project member.' => '',
    // 'Priority' => '',
    // 'Task priority' => '',
    // 'General' => '',
    // 'Dates' => '',
    // 'Default priority' => '',
    // 'Lowest priority' => '',
    // 'Highest priority' => '',
    // 'If you put zero to the low and high priority, this feature will be disabled.' => '',
    // 'Close a task when there is no activity' => '',
    // 'Duration in days' => '',
    // 'Send email when there is no activity on a task' => '',
    // 'Unable to fetch link information.' => '',
    // 'Daily background job for tasks' => '',
    // 'Auto' => '',
    // 'Related' => '',
    // 'Attachment' => '',
    // 'Title not found' => '',
    // 'Web Link' => '',
    // 'External links' => '',
    // 'Add external link' => '',
    // 'Type' => '',
    // 'Dependency' => '',
    // 'Add internal link' => '',
    // 'Add a new external link' => '',
    // 'Edit external link' => '',
    // 'External link' => '',
    // 'Copy and paste your link here...' => '',
    // 'URL' => '',
    // 'Internal links' => '',
    // 'Assign to me' => '',
    // 'Me' => '',
    // 'Do not duplicate anything' => '',
    // 'Projects management' => '',
    // 'Users management' => '',
    // 'Groups management' => '',
    // 'Create from another project' => '',
    // 'open' => '',
    // 'closed' => '',
    // 'Priority:' => '',
    // 'Reference:' => '',
    // 'Complexity:' => '',
    // 'Swimlane:' => '',
    // 'Column:' => '',
    // 'Position:' => '',
    // 'Creator:' => '',
    // 'Time estimated:' => '',
    // '%s hours' => '',
    // 'Time spent:' => '',
    // 'Created:' => '',
    // 'Modified:' => '',
    // 'Completed:' => '',
    // 'Started:' => '',
    // 'Moved:' => '',
    // 'Task #%d' => '',
    // 'Time format' => '',
    // 'Start date: ' => '',
    // 'End date: ' => '',
    // 'New due date: ' => '',
    // 'Start date changed: ' => '',
    // 'Disable private projects' => '',
    // 'Do you really want to remove this custom filter: "%s"?' => '',
    // 'Remove a custom filter' => '',
    // 'User activated successfully.' => '',
    // 'Unable to enable this user.' => '',
    // 'User disabled successfully.' => '',
    // 'Unable to disable this user.' => '',
    // 'All files have been uploaded successfully.' => '',
    // 'The maximum allowed file size is %sB.' => '',
    // 'Drag and drop your files here' => '',
    // 'choose files' => '',
    // 'View profile' => '',
    // 'Two Factor' => '',
    // 'Disable user' => '',
    // 'Do you really want to disable this user: "%s"?' => '',
    // 'Enable user' => '',
    // 'Do you really want to enable this user: "%s"?' => '',
    // 'Download' => '',
    // 'Uploaded: %s' => '',
    // 'Size: %s' => '',
    // 'Uploaded by %s' => '',
    // 'Filename' => '',
    // 'Size' => '',
    // 'Column created successfully.' => '',
    // 'Another column with the same name exists in the project' => '',
    // 'Default filters' => '',
    // 'Your board doesn\'t have any columns!' => '',
    // 'Change column position' => '',
    // 'Switch to the project overview' => '',
    // 'User filters' => '',
    // 'Category filters' => '',
    // 'Upload a file' => '',
    // 'View file' => '',
    // 'Last activity' => '',
    // 'Change subtask position' => '',
    // 'This value must be greater than %d' => '',
    // 'Another swimlane with the same name exists in the project' => '',
    // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
    // 'Actions duplicated successfully.' => '',
    // 'Unable to duplicate actions.' => '',
    // 'Add a new action' => '',
    // 'Import from another project' => '',
    // 'There is no action at the moment.' => '',
    // 'Import actions from another project' => '',
    // 'There is no available project.' => '',
    // 'Local File' => '',
    // 'Configuration' => '',
    // 'PHP version:' => '',
    // 'PHP SAPI:' => '',
    // 'OS version:' => '',
    // 'Database version:' => '',
    // 'Browser:' => '',
    // 'Task view' => '',
    // 'Edit task' => '',
    // 'Edit description' => '',
    // 'New internal link' => '',
    // 'Display list of keyboard shortcuts' => '',
    // 'Menu' => '',
    // 'Set start date' => '',
    // 'Avatar' => '',
    // 'Upload my avatar image' => '',
    // 'Remove my image' => '',
    // 'The OAuth2 state parameter is invalid' => '',
    // 'User not found.' => '',
    // 'Search in activity stream' => '',
    // 'My activities' => '',
    // 'Activity until yesterday' => '',
    // 'Activity until today' => '',
    // 'Search by creator: ' => '',
    // 'Search by creation date: ' => '',
    // 'Search by task status: ' => '',
    // 'Search by task title: ' => '',
    // 'Activity stream search' => '',
    // 'Projects where "%s" is manager' => '',
    // 'Projects where "%s" is member' => '',
    // 'Open tasks assigned to "%s"' => '',
    // 'Closed tasks assigned to "%s"' => '',
    // 'Assign automatically a color based on a priority' => '',
    // 'Overdue tasks for the project(s) "%s"' => '',
    // 'Upload files' => '',
    // 'Installed Plugins' => '',
    // 'Plugin Directory' => '',
    // 'Plugin installed successfully.' => '',
    // 'Plugin updated successfully.' => '',
    // 'Plugin removed successfully.' => '',
    // 'Subtask converted to task successfully.' => '',
    // 'Unable to convert the subtask.' => '',
    // 'Unable to extract plugin archive.' => '',
    // 'Plugin not found.' => '',
    // 'You don\'t have the permission to remove this plugin.' => '',
    // 'Unable to download plugin archive.' => '',
    // 'Unable to write temporary file for plugin.' => '',
    // 'Unable to open plugin archive.' => '',
    // 'There is no file in the plugin archive.' => '',
    // 'Create tasks in bulk' => '',
    // 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
    // 'There is no plugin available.' => '',
    // 'Install' => '',
    // 'Update' => '',
    // 'Up to date' => '',
    // 'Not available' => '',
    // 'Remove plugin' => '',
    // 'Do you really want to remove this plugin: "%s"?' => '',
    // 'Uninstall' => '',
    // 'Listing' => '',
    // 'Metadata' => '',
    // 'Manage projects' => '',
    // 'Convert to task' => '',
    // 'Convert sub-task to task' => '',
    // 'Do you really want to convert this sub-task to a task?' => '',
    // 'My task title' => '',
    // 'Enter one task by line.' => '',
    // 'Number of failed login:' => '',
    // 'Account locked until:' => '',
    // 'Email settings' => '',
    // 'Email sender address' => '',
    // 'Email transport' => '',
    // 'Webhook token' => '',
    // 'Project tags management' => '',
    // 'Tag created successfully.' => '',
    // 'Unable to create this tag.' => '',
    // 'Tag updated successfully.' => '',
    // 'Unable to update this tag.' => '',
    // 'Tag removed successfully.' => '',
    // 'Unable to remove this tag.' => '',
    // 'Global tags management' => '',
    // 'Tags' => '',
    // 'Tags management' => '',
    // 'Add new tag' => '',
    // 'Edit a tag' => '',
    // 'Project tags' => '',
    // 'There is no specific tag for this project at the moment.' => '',
    // 'Tag' => '',
    // 'Remove a tag' => '',
    // 'Do you really want to remove this tag: "%s"?' => '',
    // 'Global tags' => '',
    // 'There is no global tag at the moment.' => '',
    // 'This field cannot be empty' => '',
    // 'Close a task when there is no activity in an specific column' => '',
    // '%s removed a subtask for the task #%d' => '',
    // '%s removed a comment on the task #%d' => '',
    // 'Comment removed on task #%d' => '',
    // 'Subtask removed on task #%d' => '',
    // 'Hide tasks in this column in the dashboard' => '',
    // '%s removed a comment on the task %s' => '',
    // '%s removed a subtask for the task %s' => '',
    // 'Comment removed' => '',
    // 'Subtask removed' => '',
    // '%s set a new internal link for the task #%d' => '',
    // '%s removed an internal link for the task #%d' => '',
    // 'A new internal link for the task #%d have been defined' => '',
    // 'Internal link removed for the task #%d' => '',
    // '%s set a new internal link for the task %s' => '',
    // '%s removed an internal link for the task %s' => '',
    // 'Automatically set the due date on task creation' => '',
    // 'Move the task to another column when closed' => '',
    // 'Move the task to another column when not moved during a given period' => '',
    // 'Dashboard for %s' => '',
    // 'Tasks overview for %s' => '',
    // 'Subtasks overview for %s' => '',
    // 'Projects overview for %s' => '',
    // 'Activity stream for %s' => '',
    // 'Calendar for %s' => '',
    // 'Notifications for %s' => '',
    // 'Assign a color when the task is moved to a specific swimlane' => '',
    // 'Assign a priority when the task is moved to a specific swimlane' => '',
    // 'User unlocked successfully.' => '',
    // 'Unable to unlock the user.' => '',
    // 'Move a task to another swimlane' => '',
    // 'Creator Name' => '',
    // 'Time spent and estimated' => '',
    // 'Move position' => '',
    // 'Move task to another position on the board' => '',
    // 'Insert before this task' => '',
    // 'Insert after this task' => '',
    // 'Unlock this user' => '',
    // 'Custom Project Roles' => '',
    // 'Add a new custom role' => '',
    // 'Restrictions for the role "%s"' => '',
    // 'Add a new project restriction' => '',
    // 'Add a new drag and drop restriction' => '',
    // 'Add a new column restriction' => '',
    // 'Edit this role' => '',
    // 'Remove this role' => '',
    // 'There is no restriction for this role.' => '',
    // 'Only moving task between those columns is permitted' => '',
    // 'Close a task in a specific column when not moved during a given period' => '',
    // 'Edit columns' => '',
    // 'The column restriction has been created successfully.' => '',
    // 'Unable to create this column restriction.' => '',
    // 'Column restriction removed successfully.' => '',
    // 'Unable to remove this restriction.' => '',
    // 'Your custom project role has been created successfully.' => '',
    // 'Unable to create custom project role.' => '',
    // 'Your custom project role has been updated successfully.' => '',
    // 'Unable to update custom project role.' => '',
    // 'Custom project role removed successfully.' => '',
    // 'Unable to remove this project role.' => '',
    // 'The project restriction has been created successfully.' => '',
    // 'Unable to create this project restriction.' => '',
    // 'Project restriction removed successfully.' => '',
    // 'You cannot create tasks in this column.' => '',
    // 'Task creation is permitted for this column' => '',
    // 'Closing or opening a task is permitted for this column' => '',
    // 'Task creation is blocked for this column' => '',
    // 'Closing or opening a task is blocked for this column' => '',
    // 'Task creation is not permitted' => '',
    // 'Closing or opening a task is not permitted' => '',
    // 'New drag and drop restriction for the role "%s"' => '',
    // 'People belonging to this role will be able to move tasks only between the source and the destination column.' => '',
    // 'Remove a column restriction' => '',
    // 'Do you really want to remove this column restriction: "%s" to "%s"?' => '',
    // 'New column restriction for the role "%s"' => '',
    // 'Rule' => '',
    // 'Do you really want to remove this column restriction?' => '',
    // 'Custom roles' => '',
    // 'New custom project role' => '',
    // 'Edit custom project role' => '',
    // 'Remove a custom role' => '',
    // 'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => '',
    // 'There is no custom role for this project.' => '',
    // 'New project restriction for the role "%s"' => '',
    // 'Restriction' => '',
    // 'Remove a project restriction' => '',
    // 'Do you really want to remove this project restriction: "%s"?' => '',
    // 'Duplicate to multiple projects' => '',
    // 'This field is required' => '',
    // 'Moving a task is not permitted' => '',
    // 'This value must be in the range %d to %d' => '',
    // 'You are not allowed to move this task.' => '',
    // 'API User Access' => '',
    // 'Preview' => '',
    // 'Write' => '',
    // 'Write your text in Markdown' => '',
    // 'New External Task: %s' => '',
    // 'No personal API access token registered.' => '',
    // 'Your personal API access token is "%s"' => '',
    // 'Remove your token' => '',
    // 'Generate a new token' => '',
    // 'Showing %d-%d of %d' => '',
    // 'Outgoing Emails' => '',
    // 'Add or change currency rate' => '',
    // 'Reference currency: %s' => '',
    // 'Add custom filters' => '',
    // 'Export' => '',
    // 'Add link label' => '',
    // 'Incompatible Plugins' => '',
    // 'Compatibility' => '',
    // 'Permissions and ownership' => '',
    // 'Priorities' => '',
    // 'Close this window' => '',
    // 'Unable to upload this file.' => '',
    // 'Import tasks' => '',
    // 'Choose a project' => '',
    // 'Profile' => '',
    // 'Application role' => '',
    // '%d invitations were sent.' => '',
    // '%d invitation was sent.' => '',
    // 'Unable to create this user.' => '',
    // 'Kanboard Invitation' => '',
    // 'Visible on dashboard' => '',
    // 'Created at:' => '',
    // 'Updated at:' => '',
    // 'There is no custom filter.' => '',
    // 'New User' => '',
    // 'Authentication' => '',
    // 'If checked, this user will use a third-party system for authentication.' => '',
    // 'The password is necessary only for local users.' => '',
    // 'You have been invited to register on Kanboard.' => '',
    // 'Click here to join your team' => '',
    // 'Invite people' => '',
    // 'Emails' => '',
    // 'Enter one email address by line.' => '',
    // 'Add these people to this project' => '',
    // 'Add this person to this project' => '',
    // 'Sign-up' => '',
    // 'Credentials' => '',
    // 'New user' => '',
    // 'This username is already taken' => '',
    // 'A link to reset your password has been sent by email.' => '',
    // 'Your profile must have a valid email address.' => '',
    // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '',
    // 'TRL - Turkish Lira' => '',
    // 'The project email is optional and could be used by several plugins.' => '',
    // 'The email project must be unique across all projects' => '',
    // 'The email configuration has been disabled by the administrator.' => '',
    // 'Close this project' => '',
    // 'Open this project' => '',
    // 'Close a project' => '',
    // 'Do you really want to close this project: "%s"?' => '',
    // 'Reopen a project' => '',
    // 'Do you really want to reopen this project: "%s"?' => '',
    // 'This project is open' => '',
    // 'This project is closed' => '',
);