summaryrefslogtreecommitdiff
path: root/app/Locale/fi_FI/translations.php
blob: e470425a54d8104ed2a23dbf02376225307a1abb (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
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
<?php

return array(
    // 'number.decimals_separator' => '',
    // 'number.thousands_separator' => '',
    'None' => 'Ei mikään',
    'Edit' => 'Muokkaa',
    'Remove' => 'Poista',
    'Yes' => 'Kyllä',
    'No' => 'Ei',
    'cancel' => 'peruuta',
    'or' => 'tai',
    'Yellow' => 'Keltainen',
    'Blue' => 'Sininen',
    'Green' => 'Vihreä',
    'Purple' => 'Violetti',
    'Red' => 'Punainen',
    'Orange' => 'Oranssi',
    'Grey' => 'Harmaa',
    // 'Brown' => '',
    // 'Deep Orange' => '',
    // 'Dark Grey' => '',
    // 'Pink' => '',
    // 'Teal' => '',
    // 'Cyan' => '',
    // 'Lime' => '',
    // 'Light Green' => '',
    // 'Amber' => '',
    'Save' => 'Tallenna',
    'Login' => 'Sisäänkirjautuminen',
    'Official website:' => 'Virallinen verkkosivu:',
    'Unassigned' => 'Ei suorittajaa',
    'View this task' => 'Näytä tämä tehtävä',
    'Remove user' => 'Poista käyttäjä',
    'Do you really want to remove this user: "%s"?' => 'Oletko varma että haluat poistaa käyttäjän "%s"?',
    'All users' => 'Kaikki käyttäjät',
    'Username' => 'Käyttäjänimi',
    'Password' => 'Salasana',
    'Administrator' => 'Ylläpitäjä',
    'Sign in' => 'Kirjaudu sisään',
    'Users' => 'Käyttäjät',
    'Forbidden' => 'Estetty',
    'Access Forbidden' => 'Pääsy estetty',
    'Edit user' => 'Muokkaa käyttäjää',
    'Logout' => 'Kirjaudu ulos',
    'Bad username or password' => 'Väärä käyttäjätunnus tai salasana',
    'Edit project' => 'Muokkaa projektia',
    'Name' => 'Nimi',
    'Projects' => 'Projektit',
    'No project' => 'Ei projektia',
    'Project' => 'Projekti',
    'Status' => 'Status',
    'Tasks' => 'Tehtävät',
    'Board' => 'Taulu',
    'Actions' => 'Toiminnot',
    'Inactive' => 'Ei aktiivinen',
    'Active' => 'Aktiivinen',
    'Unable to update this board.' => 'Taulun muuttaminen ei onnistunut.',
    'Disable' => 'Disabloi',
    'Enable' => 'Aktivoi',
    'New project' => 'Uusi projekti',
    'Do you really want to remove this project: "%s"?' => 'Haluatko varmasti poistaa projektin: "%s"?',
    'Remove project' => 'Poista projekti',
    'Edit the board for "%s"' => 'Muokkaa taulua projektille "%s"',
    'Add a new column' => 'Lisää uusi sarake',
    'Title' => 'Nimi',
    'Assigned to %s' => 'Tekijä: %s',
    'Remove a column' => 'Poista sarake',
    'Unable to remove this column.' => 'Sarakkeen poistaminen ei onnistunut.',
    'Do you really want to remove this column: "%s"?' => 'Haluatko varmasti poistaa sarakkeen "%s"?',
    'Settings' => 'Asetukset',
    'Application settings' => 'Ohjelman asetukset',
    'Language' => 'Kieli',
    'Webhook token:' => 'Webhooks avain:',
    // 'API token:' => '',
    'Database size:' => 'Tietokannan koko:',
    'Download the database' => 'Lataa tietokanta',
    'Optimize the database' => 'Optimoi tietokanta',
    '(VACUUM command)' => '(VACUUM-komento)',
    '(Gzip compressed Sqlite file)' => '(Gzip-pakattu Sqlite-tiedosto)',
    'Close a task' => 'Sulje tehtävä',
    'Column' => 'Sarake',
    'Color' => 'Väri',
    'Assignee' => 'Suorittaja',
    'Create another task' => 'Luo toinen tehtävä',
    'New task' => 'Uusi tehtävä',
    'Open a task' => 'Avaa tehtävä',
    'Do you really want to open this task: "%s"?' => 'Haluatko varmasti avata tehtävän: "%s"?',
    'Back to the board' => 'Takaisin tauluun',
    'There is nobody assigned' => 'Ei suorittajaa',
    'Column on the board:' => 'Sarake taululla: ',
    'Close this task' => 'Sulje tämä tehtävä',
    'Open this task' => 'Avaa tämä tehtävä',
    'There is no description.' => 'Ei kuvausta.',
    'Add a new task' => 'Lisää uusi tehtävä',
    'The username is required' => 'Käyttäjätunnut vaaditaan',
    'The maximum length is %d characters' => 'Maksimipituus on %d merkkiä',
    'The minimum length is %d characters' => 'Vähimmäispituus on %d merkkiä',
    'The password is required' => 'Salasana vaaditaan',
    'This value must be an integer' => 'Tämän arvon täytyy olla numero',
    'The username must be unique' => 'Käyttäjänimi täytyy olla uniikki',
    'The user id is required' => 'Käyttäjän id on pakollinen',
    // 'Passwords don\'t match' => '',
    'The confirmation is required' => 'Varmistus vaaditaan',
    'The project is required' => 'Projekti on pakollinen',
    'The id is required' => 'ID vaaditaan',
    'The project id is required' => 'Projektin ID on pakollinen',
    'The project name is required' => 'Projektin nimi on pakollinen',
    'The title is required' => 'Otsikko vaaditaan',
    'Settings saved successfully.' => 'Asetukset tallennettu onnistuneesti.',
    'Unable to save your settings.' => 'Asetusten tallentaminen epäonnistui.',
    'Database optimization done.' => 'Tietokannan optimointi suoritettu.',
    'Your project have been created successfully.' => 'Projekti luotiin onnistuneesti.',
    'Unable to create your project.' => 'Projektin luominen epäonnistui.',
    'Project updated successfully.' => 'Projekti päivitettiin onnistuneesti.',
    'Unable to update this project.' => 'Projektin muuttaminen epäonnistui.',
    'Unable to remove this project.' => 'Projektin poistaminen epäonnistui.',
    'Project removed successfully.' => 'Projekti poistettiin onnistuneesti.',
    'Project activated successfully.' => 'Projekti aktivoitiin onnistuneesti.',
    'Unable to activate this project.' => 'Projektin aktivoiminen epäonnistui.',
    'Project disabled successfully.' => 'Projektin disabloiminen onnistui.',
    'Unable to disable this project.' => 'Projektin disabloiminen epäonnistui.',
    'Unable to open this task.' => 'Tehtävän avaus epäonnistui.',
    'Task opened successfully.' => 'Tehtävä avattiin onnistuneesti.',
    'Unable to close this task.' => 'Tehtävän sulkeminen epäonnistui.',
    'Task closed successfully.' => 'Tehtävä suljettiin onnistuneesti.',
    'Unable to update your task.' => 'Tehtävän muokkaaminen epäonnistui.',
    'Task updated successfully.' => 'Tehtävä päivitettiin onnistuneesti.',
    'Unable to create your task.' => 'Tehtävän luominen epäonnistui.',
    'Task created successfully.' => 'Tehtävä luotiin onnistuneesti.',
    'User created successfully.' => 'Käyttäjä lisättiin onnistuneesti.',
    'Unable to create your user.' => 'Käyttäjän lisäys epäonnistui.',
    'User updated successfully.' => 'Käyttäjätietojen päivitys onnistui.',
    'User removed successfully.' => 'Käyttäjä poistettiin onnistuneesti.',
    'Unable to remove this user.' => 'Käyttäjän poistaminen epäonnistui.',
    'Board updated successfully.' => 'Taulu päivitettiin onnistuneesti.',
    'Ready' => 'Valmis',
    'Backlog' => 'Tehtäväjono',
    'Work in progress' => 'Työnalla',
    'Done' => 'Tehty',
    'Application version:' => 'Ohjelman versio:',
    'Id' => 'Id',
    'Public link' => 'Julkinen linkki',
    'Timezone' => 'Aikavyöhyke',
    'Sorry, I didn\'t find this information in my database!' => 'Anteeksi, en löytänyt tätä tietoa tietokannastani',
    'Page not found' => 'Sivua ei löydy',
    'Complexity' => 'Monimutkaisuus',
    'Task limit' => 'Tehtävien maksimimäärä',
    'Task count' => 'Tehtävien määrä',
    'User' => 'Käyttäjät',
    'Comments' => 'Kommentit',
    'Comment is required' => 'Kommentti vaaditaan',
    'Comment added successfully.' => 'Kommentti lisättiin onnistuneesti.',
    'Unable to create your comment.' => 'Kommentin lisäys epäonnistui.',
    'Due Date' => 'Deadline',
    'Invalid date' => 'Virheellinen päiväys',
    'Automatic actions' => 'Automaattiset toiminnot',
    'Your automatic action have been created successfully.' => 'Toiminto suoritettiin onnistuneesti.',
    'Unable to create your automatic action.' => 'Automaattisen toiminnon luominen epäonnistui.',
    'Remove an action' => 'Poista toiminto',
    'Unable to remove this action.' => 'Toiminnon poistaminen epäonnistui.',
    'Action removed successfully.' => 'Toiminto poistettiin onnistuneesti.',
    'Automatic actions for the project "%s"' => 'Automaattiset toiminnot projektille "%s"',
    // 'Add an action' => '',
    'Event name' => 'Tapahtuman nimi',
    'Action' => 'Toiminto',
    'Event' => 'Tapahtuma',
    'When the selected event occurs execute the corresponding action.' => 'Kun valittu tapahtuma tapahtuu, suorita vastaava toiminto.',
    'Next step' => 'Seuraava vaihe',
    'Define action parameters' => 'Määrittele toiminnon parametrit',
    'Do you really want to remove this action: "%s"?' => 'Oletko varma että haluat poistaa toiminnon "%s"?',
    'Remove an automatic action' => 'Poista automaattintn toiminto',
    'Assign the task to a specific user' => 'Osoita tehtävä käyttäjälle',
    'Assign the task to the person who does the action' => 'Määritä suorittaja tehtävälle',
    'Duplicate the task to another project' => 'Monista tehtävä toiselle projektille',
    'Move a task to another column' => 'Siirrä tehtävä toiseen sarakkeeseen',
    'Task modification' => 'Tehtävän muokkaus',
    'Task creation' => 'Tehtävän luominen',
    'Closing a task' => 'Tehtävää suljetaan',
    'Assign a color to a specific user' => 'Valitse väri käyttäjälle',
    'Position' => 'Positio',
    'Duplicate to another project' => 'Kopioi toiseen projektiin',
    'Duplicate' => 'Monista',
    'Link' => 'Linkki',
    'Comment updated successfully.' => 'Kommentti päivitettiin onnistuneesti.',
    'Unable to update your comment.' => 'Kommentin päivitys epäonnistui.',
    'Remove a comment' => 'Poista kommentti',
    'Comment removed successfully.' => 'Kommentti poistettiin onnistuneesti.',
    'Unable to remove this comment.' => 'Kommentin poistaminen epäonnistui.',
    'Do you really want to remove this comment?' => 'Haluatko varmasti poistaa tämän kommentin?',
    'Current password for the user "%s"' => 'Käyttäjän "%s" salasana',
    'The current password is required' => 'Salasana vaaditaan',
    'Wrong password' => 'Väärä salasana',
    'Unknown' => 'Tuntematon',
    'Last logins' => 'Viimeisimmät kirjautumiset',
    'Login date' => 'Kirjautumispäivä',
    'Authentication method' => 'Autentikointimenetelmä',
    'IP address' => 'IP-Osoite',
    'User agent' => 'Selain',
    'Persistent connections' => 'Voimassa olevat yhteydet',
    'No session.' => 'Ei sessioita.',
    'Expiration date' => 'Vanhentumispäivä',
    'Remember Me' => 'Muista minut',
    'Creation date' => 'Luomispäivä',
    'Everybody' => 'Kaikki',
    'Open' => 'Avoin',
    'Closed' => 'Suljettu',
    'Search' => 'Etsi',
    'Nothing found.' => 'Ei löytynyt.',
    'Due date' => 'Deadline',
    'Description' => 'Kuvaus',
    '%d comments' => '%d kommenttia',
    '%d comment' => '%d kommentti',
    'Email address invalid' => 'Email ei kelpaa',
    // 'Your external account is not linked anymore to your profile.' => '',
    // 'Unable to unlink your external account.' => '',
    // 'External authentication failed' => '',
    // 'Your external account is linked to your profile successfully.' => '',
    'Email' => 'Sähköposti',
    'Task removed successfully.' => 'Tehtävä poistettiin onnistuneesti.',
    'Unable to remove this task.' => 'Tehtävän poistaminen epäonnistui.',
    'Remove a task' => 'Poista tehtävä',
    'Do you really want to remove this task: "%s"?' => 'Haluatko varmasti poistaa tehtävän: "%s"?',
    'Assign automatically a color based on a category' => 'Aseta väri automaattisesti kategorian mukaan',
    'Assign automatically a category based on a color' => 'Aseta kategoria automaattisesti värin mukaan',
    'Task creation or modification' => 'Tehtävän luonti tai muuttaminen',
    'Category' => 'Kategoria',
    'Category:' => 'Kategoria:',
    'Categories' => 'Kategoriat',
    'Your category have been created successfully.' => 'Kategoria luotiin onnistuneesti.',
    'This category has been updated successfully.' => 'Kategoriaa muokattiin onnistuneesti.',
    'Unable to update this category.' => 'Kategorian muokkaaminen epäonnistui.',
    'Remove a category' => 'Poista kategoria',
    'Category removed successfully.' => 'Kategoria poistettu onnistuneesti.',
    'Unable to remove this category.' => 'Kategorian poisto epäonnistui.',
    'Category modification for the project "%s"' => 'Kategorian muutos projektissa "%s"',
    'Category Name' => 'Kategorian nimi',
    'Add a new category' => 'Lisää uusi kategoria',
    'Do you really want to remove this category: "%s"?' => 'Haluatko varmasti poistaa kategorian: "%s"?',
    'All categories' => 'Kaikki kategoriat',
    'No category' => 'Kategoriaa ei löydy',
    'The name is required' => 'Nimi vaaditaan',
    'Remove a file' => 'Poista tiedosto',
    'Unable to remove this file.' => 'Tiedoston poistaminen epäonnistui.',
    'File removed successfully.' => 'Tiedosto poistettiin onnistuneesti.',
    'Attach a document' => 'Liitä dokumentti',
    'Do you really want to remove this file: "%s"?' => 'Haluatko varmasti poistaa tiedoston: "%s"?',
    'Attachments' => 'Liitteet',
    'Edit the task' => 'Muokkaa tehtävää',
    'Add a comment' => 'Lisää kommentti',
    'Edit a comment' => 'Muokkaa kommenttia',
    'Summary' => 'Yhteenveto',
    'Time tracking' => 'Ajan seuranta',
    'Estimate:' => 'Arvio:',
    'Spent:' => 'Käytetty:',
    'Do you really want to remove this sub-task?' => 'Haluatko varmasti poistaa tämän alitehtävän?',
    'Remaining:' => 'Jäljellä',
    'hours' => 'tuntia',
    'estimated' => 'estimoitu',
    'Sub-Tasks' => 'Alitehtävät',
    'Add a sub-task' => 'Lisää alitehtävä',
    'Original estimate' => 'Alkuperäinen estimaatti',
    'Create another sub-task' => 'Lisää toinen alitehtävä',
    'Time spent' => 'Käytetty aika',
    'Edit a sub-task' => 'Muokkaa alitehtävää',
    'Remove a sub-task' => 'Poista alitehtävä',
    'The time must be a numeric value' => 'Ajan pitää olla numero',
    'Todo' => 'Todo',
    'In progress' => 'Työnalla',
    'Sub-task removed successfully.' => 'Alitehtävä poistettu onnistuneesti.',
    'Unable to remove this sub-task.' => 'Alitehtävän poistaminen epäonnistui.',
    'Sub-task updated successfully.' => 'Alitehtävä päivitettiin onnistuneesti.',
    'Unable to update your sub-task.' => 'Alitehtävän päivitys epäonnistui.',
    'Unable to create your sub-task.' => 'Alitehtävän luonti epäonnistui.',
    'Maximum size: ' => 'Maksimikoko: ',
    'Display another project' => 'Näytä toinen projekti',
    'Created by %s' => 'Luonut: %s',
    'Tasks Export' => 'Tehtävien vienti',
    'Start Date' => 'Aloituspäivä',
    'Execute' => 'Suorita',
    'Task Id' => 'Tehtävän ID',
    'Creator' => 'Luonut',
    'Modification date' => 'Muokkauspäivä',
    'Completion date' => 'Valmistumispäivä',
    'Clone' => 'Kahdenna',
    'Project cloned successfully.' => 'Projekti kahdennettu onnistuneesti',
    'Unable to clone this project.' => 'Projektin kahdennus epäonnistui',
    'Enable email notifications' => 'Ota käyttöön sähköposti-ilmoitukset',
    'Task position:' => 'Tehtävän sijainti',
    'The task #%d have been opened.' => 'Tehtävä #%d on avattu',
    'The task #%d have been closed.' => 'Tehtävä #%d on suljettu',
    'Sub-task updated' => 'Alitehtävä päivitetty',
    'Title:' => 'Otsikko:',
    'Status:' => 'Tila:',
    'Assignee:' => 'Vastaanottaja:',
    'Time tracking:' => 'Ajan seuranta:',
    'New sub-task' => 'Uusi alitehtävä',
    'New attachment added "%s"' => 'Uusi liite lisätty "%s"',
    'New comment posted by %s' => '%s lisäsi uuden kommentin',
    // 'New comment' => '',
    'Comment updated' => 'Kommentti päivitetty',
    // 'New subtask' => '',
    'I want to receive notifications only for those projects:' => 'Haluan vastaanottaa ilmoituksia ainoastaan näistä projekteista:',
    'view the task on Kanboard' => 'katso tehtävää Kanboardissa',
    'Public access' => 'Julkinen käyttöoikeus',
    'Disable public access' => 'Poista käytöstä julkinen käyttöoikeus',
    'Enable public access' => 'Ota käyttöön ',
    'Public access disabled' => 'Julkinen käyttöoikeus ei ole käytössä',
    'Move the task to another project' => 'Siirrä tehtävä toiseen projektiin',
    'Move to another project' => 'Siirrä toiseen projektiin',
    'Do you really want to duplicate this task?' => 'Haluatko varmasti kahdentaa tämän tehtävän?',
    'Duplicate a task' => 'Kahdenna tehtävä',
    'External accounts' => 'Muut tilit',
    'Account type' => 'Tilin tyyppi',
    'Local' => 'Paikallinen',
    'Remote' => 'Etä',
    'Enabled' => 'Käytössä',
    'Disabled' => 'Pois käytöstä',
    'Login:' => 'Käyttäjänimi:',
    'Full Name:' => 'Nimi:',
    'Email:' => 'Sähköpostiosoite:',
    'Notifications:' => 'Ilmoitukset:',
    'Notifications' => 'Ilmoitukset',
    'Account type:' => 'Tilin tyyppi:',
    'Edit profile' => 'Muokkaa profiilia',
    'Change password' => 'Vaihda salasana',
    'Password modification' => 'Salasanan vaihto',
    'External authentications' => 'Muut tunnistautumistavat',
    'Never connected.' => 'Ei koskaan liitetty.',
    'No external authentication enabled.' => 'Muita tunnistautumistapoja ei ole otettu käyttöön.',
    'Password modified successfully.' => 'Salasana vaihdettu onnistuneesti.',
    'Unable to change the password.' => 'Salasanan vaihto epäonnistui.',
    'Change category' => 'Vaihda kategoria',
    '%s updated the task %s' => '%s päivitti tehtävän %s',
    '%s opened the task %s' => '%s avasi tehtävän %s',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s siirsi tehtävän %s %d. sarakkeessa "%s"',
    '%s moved the task %s to the column "%s"' => '%s siirsi tehtävän %s sarakkeeseen "%s"',
    '%s created the task %s' => '%s loi tehtävän %s',
    '%s closed the task %s' => '%s sulki tehtävän %s',
    '%s created a subtask for the task %s' => '%s loi alitehtävän tehtävälle %s',
    '%s updated a subtask for the task %s' => '%s päivitti tehtävän %s alitehtävää',
    'Assigned to %s with an estimate of %s/%sh' => 'Annettu henkilölle %s arviolla %s/%sh',
    'Not assigned, estimate of %sh' => 'Ei annettu kenellekään, arvio %sh',
    '%s updated a comment on the task %s' => '%s päivitti kommentia tehtävässä %s',
    '%s commented the task %s' => '%s kommentoi tehtävää %s',
    '%s\'s activity' => 'Henkilön %s toiminta',
    'RSS feed' => 'RSS-syöte',
    '%s updated a comment on the task #%d' => '%s päivitti kommenttia tehtävässä #%d',
    '%s commented on the task #%d' => '%s kommentoi tehtävää #%d',
    '%s updated a subtask for the task #%d' => '%s päivitti tehtävän #%d alitehtävää',
    '%s created a subtask for the task #%d' => '%s loi alitehtävän tehtävälle #%d',
    '%s updated the task #%d' => '%s päivitti tehtävää #%d',
    '%s created the task #%d' => '%s loi tehtävän #%d',
    '%s closed the task #%d' => '%s sulki tehtävän #%d',
    '%s opened the task #%d' => '%s avasi tehtävän #%d',
    'Activity' => 'Toiminta',
    'Default values are "%s"' => 'Oletusarvot ovat "%s"',
    'Default columns for new projects (Comma-separated)' => 'Oletussarakkeet uusille projekteille',
    'Task assignee change' => 'Tehtävän saajan vaihto',
    '%s changed the assignee of the task #%d to %s' => '%s vaihtoi tehtävän #%d saajaksi %s',
    '%s changed the assignee of the task %s to %s' => '%s vaihtoi tehtävän %s saajaksi %s',
    'New password for the user "%s"' => 'Uusi salasana käyttäjälle "%s"',
    'Choose an event' => 'Valitse toiminta',
    'Create a task from an external provider' => 'Luo tehtävä ulkoiselta tarjoajalta',
    'Change the assignee based on an external username' => 'Vaihda tehtävän saajaa perustuen ulkoiseen käyttäjänimeen',
    'Change the category based on an external label' => 'Vaihda kategoriaa perustuen ulkoiseen labeliin',
    'Reference' => 'Viite',
    'Label' => 'Label',
    'Database' => 'Tietokanta',
    'About' => 'Tietoja',
    'Database driver:' => 'Tietokantaohjelmisto:',
    'Board settings' => 'Taulun asetukset',
    'Webhook settings' => 'Webhookin asetukset',
    'Reset token' => 'Vaihda token',
    'API endpoint:' => 'API päätepiste:',
    'Refresh interval for private board' => 'Päivitystiheys yksityisille tauluille',
    'Refresh interval for public board' => 'Päivitystiheys julkisille tauluille',
    'Task highlight period' => 'Tehtävän korostusaika',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Aika (sekunteina) kuinka kauan tehtävä voidaan katsoa äskettäin muokatuksi (0 poistaa toiminnon käytöstä, oletuksena 2 päivää)',
    'Frequency in second (60 seconds by default)' => 'Päivitystiheys sekunteina (60 sekuntia oletuksena)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Päivitystiheys sekunteina (0 poistaa toiminnon käytöstä, oletuksena 10 sekuntia)',
    'Application URL' => 'Sovelluksen URL',
    'Token regenerated.' => 'Token uudelleenluotu.',
    'Date format' => 'Päiväyksen muoto',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ISO-muoto on aina hyväksytty, esimerkiksi %s ja %s',
    'New private project' => 'Uusi yksityinen projekti',
    'This project is private' => 'Tämä projekti on yksityinen',
    'Add' => 'Lisää',
    'Start date' => 'Aloituspäivä',
    'Time estimated' => 'Arvioitu aika',
    'There is nothing assigned to you.' => 'Ei tehtäviä, joihin sinut olisi merkitty tekijäksi.',
    'My tasks' => 'Minun tehtävät',
    'Activity stream' => 'Toiminta',
    'Dashboard' => 'Työpöytä',
    'Confirmation' => 'Vahvistus',
    // 'Webhooks' => '',
    // 'API' => '',
    // 'Create a comment from an external provider' => '',
    'Project management' => 'Projektin hallinta',
    'Columns' => 'Sarakkeet',
    'Task' => 'Tehtävät',
    'Percentage' => 'Prosentti',
    'Number of tasks' => 'Tehtävien määrä',
    'Task distribution' => 'Tehtävien jakauma',
    'Analytics' => 'Analytiikka',
    'Subtask' => 'Alitehtävä',
    // 'User repartition' => '',
    'Clone this project' => 'Kahdenna projekti',
    'Column removed successfully.' => 'Sarake poistettu onnstuneesti.',
    'Not enough data to show the graph.' => 'Ei riittävästi dataa graafin näyttämiseksi.',
    'Previous' => 'Edellinen',
    'The id must be an integer' => 'ID:n on oltava kokonaisluku',
    'The project id must be an integer' => 'Projektin ID:n on oltava kokonaisluku',
    'The status must be an integer' => 'Tilan on oltava kokonaisluku',
    'The subtask id is required' => 'Alitehtävän ID vaaditaan',
    'The subtask id must be an integer' => 'Alitehtävän ID:ntulee olla kokonaisluku',
    'The task id is required' => 'Tehtävän ID vaaditaan',
    'The task id must be an integer' => 'Tehtävän ID on oltava kokonaisluku',
    'The user id must be an integer' => 'Käyttäjän ID on oltava kokonaisluku',
    'This value is required' => 'Tämä arvo on pakollinen',
    'This value must be numeric' => 'Tämän arvon tulee olla numeerinen',
    'Unable to create this task.' => 'Tehtävän luonti epäonnistui',
    'Cumulative flow diagram' => 'Kumulatiivinen vuokaavio',
    'Daily project summary' => 'Päivittäinen yhteenveto',
    'Daily project summary export' => 'Päivittäisen yhteenvedon vienti',
    'Exports' => 'Viennit',
    'This export contains the number of tasks per column grouped per day.' => 'Tämä tiedosto sisältää tehtäviä sarakkeisiin päiväkohtaisesti ryhmilteltyinä',
    'Active swimlanes' => 'Aktiiviset kaistat',
    'Add a new swimlane' => 'Lisää uusi kaista',
    'Default swimlane' => 'Oletuskaista',
    'Do you really want to remove this swimlane: "%s"?' => 'Haluatko varmasti poistaa tämän kaistan: "%s"?',
    'Inactive swimlanes' => 'Passiiviset kaistat',
    'Remove a swimlane' => 'Poista kaista',
    'Swimlane modification for the project "%s"' => 'Kaistamuutos projektille "%s"',
    'Swimlane removed successfully.' => 'Kaista poistettu onnistuneesti.',
    'Swimlanes' => 'Kaistat',
    'Swimlane updated successfully.' => 'Kaista päivitetty onnistuneesti.',
    'Unable to remove this swimlane.' => 'Kaistan poisto epäonnistui.',
    'Unable to update this swimlane.' => 'Kaistan päivittäminen epäonnistui.',
    'Your swimlane have been created successfully.' => 'Kaista luotu onnistuneesti.',
    'Example: "Bug, Feature Request, Improvement"' => 'Esimerkiksi: "Bugit, Ominaisuuspyynnöt, Parannukset"',
    'Default categories for new projects (Comma-separated)' => 'Oletuskategoriat uusille projekteille (pilkuin eroteltu)',
    // 'Integrations' => '',
    // 'Integration with third-party services' => '',
    // 'Subtask Id' => '',
    // 'Subtasks' => '',
    // 'Subtasks Export' => '',
    // 'Task Title' => '',
    // 'Untitled' => '',
    // 'Application default' => '',
    // 'Language:' => '',
    // 'Timezone:' => '',
    // 'All columns' => '',
    // 'Next' => '',
    // '#%d' => '',
    // 'All swimlanes' => '',
    // 'All colors' => '',
    // 'Moved to column %s' => '',
    // 'User dashboard' => '',
    // 'Allow only one subtask in progress at the same time for a user' => '',
    // 'Edit column "%s"' => '',
    // 'Select the new status of the subtask: "%s"' => '',
    // 'Subtask timesheet' => '',
    // 'There is nothing to show.' => '',
    // 'Time Tracking' => '',
    // 'You already have one subtask in progress' => '',
    // 'Which parts of the project do you want to duplicate?' => '',
    // 'Disallow login form' => '',
    // 'Start' => '',
    // 'End' => '',
    // 'Task age in days' => '',
    // 'Days in this column' => '',
    // '%dd' => '',
    // 'Add a new link' => '',
    // 'Do you really want to remove this link: "%s"?' => '',
    // 'Do you really want to remove this link with task #%d?' => '',
    // 'Field required' => '',
    // 'Link added successfully.' => '',
    // 'Link updated successfully.' => '',
    // 'Link removed successfully.' => '',
    // 'Link labels' => '',
    // 'Link modification' => '',
    // 'Opposite label' => '',
    // 'Remove a link' => '',
    // 'The labels must be different' => '',
    // 'There is no link.' => '',
    // 'This label must be unique' => '',
    // 'Unable to create your link.' => '',
    // 'Unable to update your link.' => '',
    // 'Unable to remove this link.' => '',
    // 'relates to' => '',
    // 'blocks' => '',
    // 'is blocked by' => '',
    // 'duplicates' => '',
    // 'is duplicated by' => '',
    // 'is a child of' => '',
    // 'is a parent of' => '',
    // 'targets milestone' => '',
    // 'is a milestone of' => '',
    // 'fixes' => '',
    // 'is fixed by' => '',
    // 'This task' => '',
    // '<1h' => '',
    // '%dh' => '',
    // 'Expand tasks' => '',
    // 'Collapse tasks' => '',
    // 'Expand/collapse tasks' => '',
    // 'Close dialog box' => '',
    // 'Submit a form' => '',
    // 'Board view' => '',
    // 'Keyboard shortcuts' => '',
    // 'Open board switcher' => '',
    // 'Application' => '',
    // 'Compact view' => '',
    // 'Horizontal scrolling' => '',
    // 'Compact/wide view' => '',
    // 'Currency' => '',
    // 'Private project' => '',
    // 'AUD - Australian Dollar' => '',
    // 'CAD - Canadian Dollar' => '',
    // 'CHF - Swiss Francs' => '',
    // 'Custom Stylesheet' => '',
    // 'EUR - Euro' => '',
    // 'GBP - British Pound' => '',
    // 'INR - Indian Rupee' => '',
    // 'JPY - Japanese Yen' => '',
    // 'NZD - New Zealand Dollar' => '',
    // 'RSD - Serbian dinar' => '',
    // 'CNY - Chinese Yuan' => '',
    // 'USD - US Dollar' => '',
    // 'Destination column' => '',
    // 'Move the task to another column when assigned to a user' => '',
    // 'Move the task to another column when assignee is cleared' => '',
    // 'Source column' => '',
    // 'Transitions' => '',
    // 'Executer' => '',
    // 'Time spent in the column' => '',
    // 'Task transitions' => '',
    // 'Task transitions export' => '',
    // 'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '',
    // 'Currency rates' => '',
    // 'Rate' => '',
    // 'Change reference currency' => '',
    // 'Reference currency' => '',
    // 'The currency rate have been added successfully.' => '',
    // 'Unable to add this currency rate.' => '',
    // 'Webhook URL' => '',
    // '%s removed the assignee of the task %s' => '',
    // 'Information' => '',
    // 'Check two factor authentication code' => '',
    // 'The two factor authentication code is not valid.' => '',
    // 'The two factor authentication code is valid.' => '',
    // 'Code' => '',
    // 'Two factor authentication' => '',
    // 'This QR code contains the key URI: ' => '',
    // 'Check my code' => '',
    // 'Secret key: ' => '',
    // 'Test your device' => '',
    // 'Assign a color when the task is moved to a specific column' => '',
    // '%s via Kanboard' => '',
    // 'Burndown chart' => '',
    // 'This chart show the task complexity over the time (Work Remaining).' => '',
    // 'Screenshot taken %s' => '',
    // 'Add a screenshot' => '',
    // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
    // 'Screenshot uploaded successfully.' => '',
    // 'SEK - Swedish Krona' => '',
    // 'Identifier' => '',
    // 'Disable two factor authentication' => '',
    // 'Do you really want to disable the two factor authentication for this user: "%s"?' => '',
    // 'Edit link' => '',
    // 'Start to type task title...' => '',
    // 'A task cannot be linked to itself' => '',
    // 'The exact same link already exists' => '',
    // 'Recurrent task is scheduled to be generated' => '',
    // 'Score' => '',
    // 'The identifier must be unique' => '',
    // 'This linked task id doesn\'t exists' => '',
    // 'This value must be alphanumeric' => '',
    // 'Edit recurrence' => '',
    // 'Generate recurrent task' => '',
    // 'Trigger to generate recurrent task' => '',
    // 'Factor to calculate new due date' => '',
    // 'Timeframe to calculate new due date' => '',
    // 'Base date to calculate new due date' => '',
    // 'Action date' => '',
    // 'Base date to calculate new due date: ' => '',
    // 'This task has created this child task: ' => '',
    // 'Day(s)' => '',
    // 'Existing due date' => '',
    // 'Factor to calculate new due date: ' => '',
    // 'Month(s)' => '',
    // 'This task has been created by: ' => '',
    // 'Recurrent task has been generated:' => '',
    // 'Timeframe to calculate new due date: ' => '',
    // 'Trigger to generate recurrent task: ' => '',
    // 'When task is closed' => '',
    // 'When task is moved from first column' => '',
    // 'When task is moved to last column' => '',
    // 'Year(s)' => '',
    // 'Project settings' => '',
    // 'Automatically update the start date' => '',
    // 'iCal feed' => '',
    // 'Preferences' => '',
    // 'Security' => '',
    // 'Two factor authentication disabled' => '',
    // 'Two factor authentication enabled' => '',
    // 'Unable to update this user.' => '',
    // 'There is no user management for private projects.' => '',
    // 'User that will receive the email' => '',
    // 'Email subject' => '',
    // 'Date' => '',
    // 'Add a comment log when moving the task between columns' => '',
    // 'Move the task to another column when the category is changed' => '',
    // 'Send a task by email to someone' => '',
    // 'Reopen a task' => '',
    // 'Notification' => '',
    // '%s moved the task #%d to the first swimlane' => '',
    // 'Swimlane' => '',
    // '%s moved the task %s to the first swimlane' => '',
    // '%s moved the task %s to the swimlane "%s"' => '',
    // 'This report contains all subtasks information for the given date range.' => '',
    // 'This report contains all tasks information for the given date range.' => '',
    // 'Project activities for %s' => '',
    // 'view the board on Kanboard' => '',
    // 'The task have been moved to the first swimlane' => '',
    // 'The task have been moved to another swimlane:' => '',
    // 'New title: %s' => '',
    // 'The task is not assigned anymore' => '',
    // 'New assignee: %s' => '',
    // 'There is no category now' => '',
    // 'New category: %s' => '',
    // 'New color: %s' => '',
    // 'New complexity: %d' => '',
    // 'The due date have been removed' => '',
    // 'There is no description anymore' => '',
    // 'Recurrence settings have been modified' => '',
    // 'Time spent changed: %sh' => '',
    // 'Time estimated changed: %sh' => '',
    // 'The field "%s" have been updated' => '',
    // 'The description has been modified:' => '',
    // 'Do you really want to close the task "%s" as well as all subtasks?' => '',
    // 'I want to receive notifications for:' => '',
    // 'All tasks' => '',
    // 'Only for tasks assigned to me' => '',
    // 'Only for tasks created by me' => '',
    // 'Only for tasks created by me and tasks assigned to me' => '',
    // '%%Y-%%m-%%d' => '',
    // 'Total for all columns' => '',
    // 'You need at least 2 days of data to show the chart.' => '',
    // '<15m' => '',
    // '<30m' => '',
    // 'Stop timer' => '',
    // 'Start timer' => '',
    // 'My activity stream' => '',
    // 'Search tasks' => '',
    // 'Reset filters' => '',
    // 'My tasks due tomorrow' => '',
    // 'Tasks due today' => '',
    // 'Tasks due tomorrow' => '',
    // 'Tasks due yesterday' => '',
    // 'Closed tasks' => '',
    // 'Open tasks' => '',
    // 'Not assigned' => '',
    // 'View advanced search syntax' => '',
    // 'Overview' => '',
    // 'Board/Calendar/List view' => '',
    // 'Switch to the board view' => '',
    // 'Switch to the list view' => '',
    // 'Go to the search/filter box' => '',
    // 'There is no activity yet.' => '',
    // 'No tasks found.' => '',
    // 'Keyboard shortcut: "%s"' => '',
    // 'List' => '',
    // 'Filter' => '',
    // 'Advanced search' => '',
    // 'Example of query: ' => '',
    // 'Search by project: ' => '',
    // 'Search by column: ' => '',
    // 'Search by assignee: ' => '',
    // 'Search by color: ' => '',
    // 'Search by category: ' => '',
    // 'Search by description: ' => '',
    // 'Search by due date: ' => '',
    // 'Average time spent in each column' => '',
    // 'Average time spent' => '',
    // 'This chart shows the average time spent in each column for the last %d tasks.' => '',
    // 'Average Lead and Cycle time' => '',
    // 'Average lead time: ' => '',
    // 'Average cycle time: ' => '',
    // 'Cycle Time' => '',
    // 'Lead Time' => '',
    // 'This chart shows the average lead and cycle time for the last %d tasks over the time.' => '',
    // 'Average time into each column' => '',
    // 'Lead and cycle time' => '',
    // 'Lead time: ' => '',
    // 'Cycle time: ' => '',
    // 'Time spent in each column' => '',
    // 'The lead time is the duration between the task creation and the completion.' => '',
    // 'The cycle time is the duration between the start date and the completion.' => '',
    // 'If the task is not closed the current time is used instead of the completion date.' => '',
    // 'Set the start date automatically' => '',
    // 'Edit Authentication' => '',
    // 'Remote user' => '',
    // 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
    // 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
    // 'Default task color' => '',
    // 'This feature does not work with all browsers.' => '',
    // 'There is no destination project available.' => '',
    // 'Trigger automatically subtask time tracking' => '',
    // 'Include closed tasks in the cumulative flow diagram' => '',
    // 'Current swimlane: %s' => '',
    // 'Current column: %s' => '',
    // 'Current category: %s' => '',
    // 'no category' => '',
    // 'Current assignee: %s' => '',
    // 'not assigned' => '',
    // 'Author:' => '',
    // 'contributors' => '',
    // 'License:' => '',
    // 'License' => '',
    // 'Enter the text below' => '',
    // 'Start date:' => '',
    // 'Due date:' => '',
    // 'People who are project managers' => '',
    // 'People who are project members' => '',
    // 'NOK - Norwegian Krone' => '',
    // 'Show this column' => '',
    // 'Hide this column' => '',
    // 'End date' => '',
    // 'Users overview' => '',
    // 'Members' => '',
    // 'Shared project' => '',
    // 'Project managers' => '',
    // 'Projects list' => '',
    // 'End date:' => '',
    // 'Change task color when using a specific task link' => '',
    // 'Task link creation or modification' => '',
    // 'Milestone' => '',
    // 'Reset the search/filter box' => '',
    // 'Documentation' => '',
    // '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 notification.' => '',
    // '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 has 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.' => '',
    // 'Add group member' => '',
    // 'Do you really want to remove this group: "%s"?' => '',
    // 'There is no user in this group.' => '',
    // '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' => '',
    // '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: https://example.kanboard.org/ (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' => '',
    // '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 a 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' => '',
    // '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' => '',
    // '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 enter 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 project email 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' => '',
    // 'Unable to upload files, check the permissions of your data folder.' => '',
    // 'Another category with the same name exists in this project' => '',
    // 'Comment sent by email successfully.' => '',
    // 'Sent by email to "%s" (%s)' => '',
    // 'Unable to read uploaded file.' => '',
    // 'Database uploaded successfully.' => '',
    // 'Task sent by email successfully.' => '',
    // 'There is no category in this project.' => '',
    // 'Send by email' => '',
    // 'Create and send a comment by email' => '',
    // 'Subject' => '',
    // 'Upload the database' => '',
    // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
    // 'Database file' => '',
    // 'Upload' => '',
    // 'Your project must have at least one active swimlane.' => '',
    // 'Project: %s' => '',
    // 'Automatic action not found: "%s"' => '',
    // '%d projects' => '',
    // '%d project' => '',
    // 'There is no project.' => '',
    // 'Sort' => '',
    // 'Project ID' => '',
    // 'Project name' => '',
    // 'Public' => '',
    // 'Private' => '',
    // '%d tasks' => '',
    // '%d task' => '',
    // 'Task ID' => '',
    // 'Assign automatically a color when due date is expired' => '',
    // 'Total score in this column across all swimlanes' => '',
    // 'HRK - Kuna' => '',
    // 'ARS - Argentine Peso' => '',
    // 'COP - Colombian Peso' => '',
    // '%d groups' => '',
    // '%d group' => '',
    // 'Group ID' => '',
    // 'External ID' => '',
    // '%d users' => '',
    // '%d user' => '',
    // 'Hide subtasks' => '',
    // 'Show subtasks' => '',
    // 'Authentication Parameters' => '',
    // 'API Access' => '',
    // 'No users found.' => '',
    // 'User ID' => '',
    // 'Notifications are activated' => '',
    // 'Notifications are disabled' => '',
    // 'User disabled' => '',
    // '%d notifications' => '',
    // '%d notification' => '',
    // 'There is no external integration installed.' => '',
    // 'You are not allowed to update tasks assigned to someone else.' => '',
    // 'You are not allowed to change the assignee.' => '',
    // 'Task suppression is not permitted' => '',
    // 'Changing assignee is not permitted' => '',
    // 'Update only assigned tasks is permitted' => '',
    // 'Only for tasks assigned to the current user' => '',
    // 'My projects' => '',
    // 'Your are not member of any project.' => '',
    // 'My subtasks' => '',
    // '%d subtasks' => '',
    // '%d subtask' => '',
    // 'Only moving task between those columns is permitted for tasks assigned to the current user' => '',
    // '[DUPLICATE]' => '',
    // 'DKK - Danish Krona' => '',
    // 'Remove user from group' => '',
    // 'Assign the task to its creator' => '',
    // 'This task was sent by email to "%s" with subject "%s".' => '',
    // 'Predefined Email Subjects' => '',
    // 'Write one subject by line.' => '',
    // 'Create another link' => '',
    // 'BRL - Brazilian Real' => '',
    // 'Add a new Kanboard task' => '',
    // 'Subtask not started' => '',
    // 'Subtask currently in progress' => '',
    // 'Subtask completed' => '',
    // 'Subtask added successfully.' => '',
    // '%d subtasks added successfully.' => '',
    // 'Enter one subtask by line.' => '',
    // 'Predefined Contents' => '',
    // 'Predefined contents' => '',
    // 'Predefined Task Description' => '',
    // 'Do you really want to remove this template? "%s"' => '',
    // 'Add predefined task description' => '',
    // 'Predefined Task Descriptions' => '',
    // 'Template created successfully.' => '',
    // 'Unable to create this template.' => '',
    // 'Template updated successfully.' => '',
    // 'Unable to update this template.' => '',
    // 'Template removed successfully.' => '',
    // 'Unable to remove this template.' => '',
    // 'Template for the task description' => '',
    // 'The start date is greater than the end date' => '',
    // 'Tags must be separated by a comma' => '',
    // 'Only the task title is required' => '',
    // 'Creator Username' => '',
    // 'Color Name' => '',
    // 'Column Name' => '',
    // 'Swimlane Name' => '',
    // 'Time Estimated' => '',
    // 'Time Spent' => '',
    // 'External Link' => '',
    // 'This feature enables the iCal feed, RSS feed and the public board view.' => '',
    // 'Stop the timer of all subtasks when moving a task to another column' => '',
    // 'Subtask Title' => '',
    // 'Add a subtask and activate the timer when moving a task to another column' => '',
    // 'days' => '',
    // 'minutes' => '',
    // 'seconds' => '',
    // 'Assign automatically a color when preset start date is reached' => '',
    // 'Move the task to another column once a predefined start date is reached' => '',
    // 'This task is now linked to the task %s with the relation "%s"' => '',
    // 'The link with the relation "%s" to the task %s has been removed' => '',
    // 'Custom Filter:' => '',
    // 'Unable to find this group.' => '',
    // '%s moved the task #%d to the column "%s"' => '',
    // '%s moved the task #%d to the position %d in the column "%s"' => '',
    // '%s moved the task #%d to the swimlane "%s"' => '',
    // '%sh spent' => '',
    // '%sh estimated' => '',
    // 'Select All' => '',
    // 'Unselect All' => '',
    // 'Apply action' => '',
    // 'Move selected tasks to another column' => '',
    // 'Edit tasks in bulk' => '',
    // 'Choose the properties that you would like to change for the selected tasks.' => '',
    // 'Configure this project' => '',
    // 'Start now' => '',
    // '%s removed a file from the task #%d' => '',
    // 'Attachment removed from task #%d: %s' => '',
    // 'No color' => '',
    // 'Attachment removed "%s"' => '',
    // '%s removed a file from the task %s' => '',
    // 'Move the task to another swimlane when assigned to a user' => '',
    // 'Destination swimlane' => '',
    // 'Assign a category when the task is moved to a specific swimlane' => '',
    // 'Move the task to another swimlane when the category is changed' => '',
    // 'Reorder this column by priority (ASC)' => '',
    // 'Reorder this column by priority (DESC)' => '',
    // 'Reorder this column by assignee and priority (ASC)' => '',
    // 'Reorder this column by assignee and priority (DESC)' => '',
    // 'Reorder this column by assignee (A-Z)' => '',
    // 'Reorder this column by assignee (Z-A)' => '',
    // 'Reorder this column by due date (ASC)' => '',
    // 'Reorder this column by due date (DESC)' => '',
    // '%s moved the task #%d "%s" to the project "%s"' => '',
    // 'Task #%d "%s" has been moved to the project "%s"' => '',
    // 'Move the task to another column when the due date is less than a certain number of days' => '',
    // 'Automatically update the start date when the task is moved away from a specific column' => '',
    // 'HTTP Client:' => '',
    // 'XBT - bitcoin' => '',
);