summaryrefslogtreecommitdiff
path: root/app/Locale/cs_CZ/translations.php
blob: 823410b513b7ec0415d21dfbdae40c0354be8c38 (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' => 'žádné',
    'edit' => 'editovat',
    'Edit' => 'Editovat',
    'remove' => 'odstranit',
    'Remove' => 'Odstranit',
    'Yes' => 'Ano',
    'No' => 'Ne',
    'cancel' => 'Zrušit',
    'or' => 'nebo',
    'Yellow' => 'Žlutá',
    'Blue' => 'Modrá',
    'Green' => 'Zelená',
    'Purple' => 'Fialová',
    'Red' => 'Červená',
    'Orange' => 'Oranžová',
    'Grey' => 'Šedá',
    // 'Brown' => '',
    // 'Deep Orange' => '',
    // 'Dark Grey' => '',
    // 'Pink' => '',
    // 'Teal' => '',
    // 'Cyan' => '',
    // 'Lime' => '',
    // 'Light Green' => '',
    // 'Amber' => '',
    'Save' => 'Uložit',
    'Login' => 'Přihlásit se',
    'Official website:' => 'Oficiální stránky:',
    'Unassigned' => 'Nepřiřazeno',
    'View this task' => 'Zobrazit úkol',
    'Remove user' => 'Odebrat uživatele',
    'Do you really want to remove this user: "%s"?' => 'Opravdu chcete odebrat uživatele: "%s"?',
    'All users' => 'Všichni uživatelé',
    'Username' => 'Uživatelské jméno',
    'Password' => 'Heslo',
    'Administrator' => 'Administrátor',
    'Sign in' => 'Registrace',
    'Users' => 'Uživatelé',
    'No user' => 'Žádný uživatel',
    'Forbidden' => 'Zakázat projekt',
    'Access Forbidden' => 'Přístup zakázán',
    'Edit user' => 'Upravit uživatele',
    'Logout' => 'Odhlásit',
    'Bad username or password' => 'Chybné uživatelské jméno nebo heslo',
    'Edit project' => 'Editovat projekt',
    'Name' => 'Jméno',
    'Projects' => 'Projekty',
    'No project' => 'Žádný projekt',
    'Project' => 'Projekt',
    'Status' => 'Status',
    'Tasks' => 'Úkoly',
    'Board' => 'Nástěnka',
    'Actions' => 'Akce',
    'Inactive' => 'Neaktivní',
    'Active' => 'Aktivní',
    'Unable to update this board.' => 'Nástěnku není možné aktualizovat',
    'Disable' => 'Zakázat projekt',
    'Enable' => 'Povolit projekt',
    'New project' => 'Nový projekt',
    'Do you really want to remove this project: "%s"?' => 'Opravdu chcete vyjmout  projekt: "%s"?',
    'Remove project' => 'Vyjmout projekt',
    'Edit the board for "%s"' => 'Editace nástěnky pro  "%s" ',
    'Add a new column' => 'Přidat nový sloupec',
    'Title' => 'Název',
    'Assigned to %s' => 'Přiřazeno uživateli: %s',
    'Remove a column' => 'Vyjmout sloupec',
    'Unable to remove this column.' => 'Tento sloupec nelze odstranit',
    'Do you really want to remove this column: "%s"?' => 'Opravdu chcete vyjmout tento sloupec: "%s"?',
    'Settings' => 'Nastavení',
    'Application settings' => 'Nastavení aplikace',
    'Language' => 'Čeština',
    'Webhook token:' => 'Webhook Token:',
    'API token:' => 'API Token:',
    'Database size:' => 'Velikost databáze:',
    'Download the database' => 'Stáhnout databázi',
    'Optimize the database' => 'Optimalizovat databázi',
    '(VACUUM command)' => '(Vyčištění)',
    '(Gzip compressed Sqlite file)' => '(Gzip )',
    'Close a task' => 'Uzavřít úkol',
    'Column' => 'Sloupec',
    'Color' => 'Barva',
    'Assignee' => 'Přiřazeno uživateli',
    'Create another task' => 'Vytvořit další úkol',
    'New task' => 'Nový úkol',
    'Open a task' => 'Otevřít úkol',
    'Do you really want to open this task: "%s"?' => 'Opravdu chcete znovuotevřít tento úkol: "%s"?',
    'Back to the board' => 'Zpět na nástěnku',
    'There is nobody assigned' => 'Není přiřazeno žádnému uživateli',
    'Column on the board:' => 'Sloupec:',
    'Close this task' => 'Uzavřít úkol',
    'Open this task' => 'Otevřít tento úkol',
    'There is no description.' => 'Bez popisu',
    'Add a new task' => 'Přidat nový úkol',
    'The username is required' => 'Uživatelské jméno je vyžadováno',
    'The maximum length is %d characters' => 'Maximální délka je %d znaků',
    'The minimum length is %d characters' => 'Minimální délka je %d znaků',
    'The password is required' => 'Heslo je vyžadováno',
    'This value must be an integer' => 'Je vyžadována číselná hodnota',
    'The username must be unique' => 'Uživatelské jméno musí být jedinečné',
    'The user id is required' => 'Uživatelské ID je vyžadováno',
    'Passwords don\'t match' => 'Heslo se neshoduje',
    'The confirmation is required' => 'Je vyžadováno potvrzení',
    'The project is required' => 'Projekt je vyžadován',
    'The id is required' => 'ID je vyžadováno',
    'The project id is required' => 'ID projektu je vyžadováno',
    'The project name is required' => 'Jméno projektu je vyžadováno',
    'The title is required' => 'Nadpis je vyžadován',
    'Settings saved successfully.' => 'Nastavení bylo úspěšně uloženo',
    'Unable to save your settings.' => 'Vaše nastavení nelze uložit.',
    'Database optimization done.' => 'Optimalizace databáze byla provedena.',
    'Your project have been created successfully.' => 'Projekt byl úspěšně vytvořen.',
    'Unable to create your project.' => 'Projekt nelze vytvořit.',
    'Project updated successfully.' => 'Projekt byl úspěšně aktualizován',
    'Unable to update this project.' => 'Projekt nebylo možné aktualizovat.',
    'Unable to remove this project.' => 'Projekt nebylo možné odstranit.',
    'Project removed successfully.' => 'Projekt byl odstraněn.',
    'Project activated successfully.' => 'Projekt byl povolen.',
    'Unable to activate this project.' => 'Aktivace projektu selhala.',
    'Project disabled successfully.' => 'Projekt byl zakázán.',
    'Unable to disable this project.' => 'Zakázání projektu selhalo.',
    'Unable to open this task.' => 'Nelze otevření tento úkol.',
    'Task opened successfully.' => 'Úkol byl úspěšně otevřen.',
    'Unable to close this task.' => 'Nelze uzavřít tento úkol.',
    'Task closed successfully.' => 'Úkol byl úspěšně uzavřen.',
    'Unable to update your task.' => 'Aktualizace úkolu se nezdařila.',
    'Task updated successfully.' => 'Úkol byl úspěšně aktualizován.',
    'Unable to create your task.' => 'Úkol nelze vytvořit.',
    'Task created successfully.' => 'Úkol byl úspěšně vytvořen.',
    'User created successfully.' => 'Uživatel byl úspěšně vytvořen.',
    'Unable to create your user.' => 'Uživatele nebylo možné vytvořit.',
    'User updated successfully.' => 'Uživatel byl úspěšně aktualizován.',
    'Unable to update your user.' => 'Uživatele nebylo možné aktualizovat.',
    'User removed successfully.' => 'Uživatel byl vymazán.',
    'Unable to remove this user.' => 'Uživatele nebylo možné odebrat.',
    'Board updated successfully.' => 'Nástěnka byla úspěšně aktualizována.',
    'Ready' => 'Připraveno',
    'Backlog' => 'Nevyřízené',
    'Work in progress' => 'V řešení',
    'Done' => 'Dokončeno',
    'Application version:' => 'Verze:',
    'Id' => 'ID',
    'Public link' => 'Veřejný odkaz',
    'Timezone' => 'Časová zóna',
    'Sorry, I didn\'t find this information in my database!' => 'Omlouváme se, tuto informaci nelze nalézt!',
    'Page not found' => 'Stránka nenalezena',
    'Complexity' => 'Složitost',
    'Task limit' => 'Maximální počet úkolů',
    'Task count' => 'Počet úkolů',
    'User' => 'Uživatel',
    'Comments' => 'Komentáře',
    'Comment is required' => 'Komentář je vyžadován',
    'Comment added successfully.' => 'Komentář byl úspěšně přidán.',
    'Unable to create your comment.' => 'Komentář nelze vytvořit.',
    'Due Date' => 'Datum splnění',
    'Invalid date' => 'Neplatné datum',
    'Automatic actions' => 'Automaticky vykonávané akce',
    'Your automatic action have been created successfully.' => 'Vaše akce byla úspěšně vytvořena.',
    'Unable to create your automatic action.' => 'Vaší akci nebylo možné vytvořit.',
    'Remove an action' => 'Odstranit akci',
    'Unable to remove this action.' => 'Tuto akci nelze odstranit.',
    'Action removed successfully.' => 'Akce byla úspěšně odstraněna.',
    'Automatic actions for the project "%s"' => 'Automaticky vykonávané akce pro projekt "%s"',
    'Add an action' => 'Přidat akci',
    'Event name' => 'Název události',
    'Action name' => 'Název akce',
    'Action parameters' => 'Parametry akce',
    'Action' => 'Akce',
    'Event' => 'Událost',
    'When the selected event occurs execute the corresponding action.' => 'Kdykoliv se vybraná událost objeví, vykonat odpovídající akci.',
    'Next step' => 'Další krok',
    'Define action parameters' => 'Definovat parametry akce',
    'Do you really want to remove this action: "%s"?' => 'Skutečně chcete odebrat tuto akci: "%s"?',
    'Remove an automatic action' => 'Odebrat automaticky prováděnou akci',
    'Assign the task to a specific user' => 'Přiřadit tento úkol konkrétnímu uživateli',
    'Assign the task to the person who does the action' => 'Přiřadit úkol osobě, která akci provádí',
    'Duplicate the task to another project' => 'Duplikovat úkol do jiného projektu',
    'Move a task to another column' => 'Přesun úkolu do jiného sloupce',
    'Task modification' => 'Modifikace úkolu',
    'Task creation' => 'Vytváření úkolu',
    'Closing a task' => 'Uzavření úkolu',
    'Assign a color to a specific user' => 'Přiřadit barvu konkrétnímu uživateli',
    'Position' => 'Pozice',
    'Duplicate to another project' => 'Vytvořit kopii v jiném projektu',
    'Duplicate' => 'Vytvořit kopii',
    'link' => 'Link',
    'Comment updated successfully.' => 'Komentář byl úspěšně aktualizován.',
    'Unable to update your comment.' => 'Nelze upravit Váš komentář.',
    'Remove a comment' => 'Odebrat komentář',
    'Comment removed successfully.' => 'Komentář byl smazán.',
    'Unable to remove this comment.' => 'Komentář nelze odebrat.',
    'Do you really want to remove this comment?' => 'Skutečně chcete odebrat tento komentář?',
    'Current password for the user "%s"' => 'Aktuální heslo pro uživatele "%s"',
    'The current password is required' => 'Heslo je vyžadováno',
    'Wrong password' => 'Neplatné heslo',
    'Unknown' => 'Neznámý',
    'Last logins' => 'Poslední přihlášení',
    'Login date' => 'Datum přihlášení',
    'Authentication method' => 'Autentifikační metoda',
    'IP address' => 'IP adresa',
    'User agent' => 'User Agent',
    'Persistent connections' => 'Trvalé připojení',
    'No session.' => 'doposud žádná relace.',
    'Expiration date' => 'Datum expirace',
    'Remember Me' => 'Zapamatovat si',
    'Creation date' => 'Datum vytvoření',
    'Everybody' => 'Kdokoliv',
    'Open' => 'Otevřené',
    'Closed' => 'Uzavřené',
    'Search' => 'Vyhledat',
    'Nothing found.' => 'Nenalezena žádná položka.',
    'Due date' => 'Plánovaný termín',
    'Description' => 'Podrobný popis',
    '%d comments' => '%d komentářů',
    '%d comment' => '%d komentář',
    'Email address invalid' => 'Neplatná e-mailová adresa',
    // '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' => 'E-Mail',
    'Task removed successfully.' => 'Úkol byl úspěšně odebrán.',
    'Unable to remove this task.' => 'Tento úkol nelze odebrat.',
    'Remove a task' => 'Odebrat úkol',
    'Do you really want to remove this task: "%s"?' => 'Opravdu chcete odebrat úkol: "%s"?',
    'Assign automatically a color based on a category' => 'Automaticky přiřadit barvu v závislosti na kategorii',
    'Assign automatically a category based on a color' => 'Automaticky přiřadit kategorii v závislosti na barvě',
    'Task creation or modification' => 'Vytváření nebo úprava úkolu',
    'Category' => 'Kategorie',
    'Category:' => 'Kategorie:',
    'Categories' => 'Kategorie',
    'Your category have been created successfully.' => 'Kategorie byla úspěšně vytvořena.',
    'Unable to create your category.' => 'Kategorii nelze vytvořit.',
    'Your category have been updated successfully.' => 'Kategorie byla úspěšně aktualizována.',
    'Unable to update your category.' => 'Kategorii nelze aktualizovat.',
    'Remove a category' => 'Odstranit kategorii',
    'Category removed successfully.' => 'Kategorie byla odstraněna.',
    'Unable to remove this category.' => 'Kategorie nemhla být odstraněna.',
    'Category modification for the project "%s"' => 'Aktualizace kategoire pro projekt "%s" ',
    'Category Name' => 'Název kategorie',
    'Add a new category' => 'Přidat kategorii',
    'Do you really want to remove this category: "%s"?' => 'Skutečně chcete odebrat kategorii: "%s"?',
    'All categories' => 'Všechny kategorie',
    'No category' => 'Žádná kategorie',
    'The name is required' => 'Název je vyžadován',
    'Remove a file' => 'Odstranit sougor',
    'Unable to remove this file.' => 'Soubor nelze odebrat.',
    'File removed successfully.' => 'Soubor byl úspěšně odebrán.',
    'Attach a document' => 'Vložit dokument',
    'Do you really want to remove this file: "%s"?' => 'Skutečně chcete odebrat soubor: "%s"?',
    'Attachments' => 'Přílohy',
    'Edit the task' => 'Upravit úkol',
    'Add a comment' => 'Přidat komentář',
    'Edit a comment' => 'Upravit komentář',
    'Summary' => 'Souhrn',
    'Time tracking' => 'Sledování času',
    'Estimate:' => 'Odhad:',
    'Spent:' => 'Stráveno:',
    'Do you really want to remove this sub-task?' => 'Skutečně chcete odebrat dílčí úkol?',
    'Remaining:' => 'Zbývá:',
    'hours' => 'hodin',
    'spent' => 'Stráveno',
    'estimated' => 'odhadnuto',
    'Sub-Tasks' => 'Dílčí úkoly',
    'Add a sub-task' => 'Přidat dílčí úkol',
    'Original estimate' => 'Časový odhad',
    'Create another sub-task' => 'Vytvořit další dílčí úkol',
    'Time spent' => 'Strávený čas',
    'Edit a sub-task' => 'Upravid dílčí úkol',
    'Remove a sub-task' => 'Odstranit dílčí úkol',
    'The time must be a numeric value' => 'Zadejte numerickou hodnotu času',
    'Todo' => 'Seznam úkolů',
    'In progress' => 'Zpracováváme',
    'Sub-task removed successfully.' => 'Dílčí úkol byl smazán.',
    'Unable to remove this sub-task.' => 'Tento dílčí úkol nelze odebrat.',
    'Sub-task updated successfully.' => 'Dílčí úkol byl aktualizován.',
    'Unable to update your sub-task.' => 'Nelze aktualizovat dílčí úkol.',
    'Unable to create your sub-task.' => 'Nelze vytvořit dílčí úkol.',
    'Sub-task added successfully.' => 'Dílčí úkol byl úspěšně přidán.',
    'Maximum size: ' => 'Maximální velikost: ',
    'Unable to upload the file.' => 'Soubor nelze nahrát.',
    'Display another project' => 'Zobrazit jiný projekt',
    'Created by %s' => 'Vytvořeno uživatelem %s',
    'Tasks Export' => 'Export úkolů',
    'Start Date' => 'Počáteční datum',
    'Execute' => 'Spustit',
    'Task Id' => 'Úkol ID',
    'Creator' => 'Vlastník',
    'Modification date' => 'Datum úpravy',
    'Completion date' => 'Datum dokončení',
    'Clone' => 'Kopie',
    'Project cloned successfully.' => 'Kopie projektu byla úspěšně vytvořena.',
    'Unable to clone this project.' => 'Kopii projektu nelze vytvořit.',
    'Enable email notifications' => 'Povolit upozornění pomocí e-mailů',
    'Task position:' => 'Pořadí úkolu:',
    'The task #%d have been opened.' => 'Úkol #%d byl znovu otevřen.',
    'The task #%d have been closed.' => 'Úkol #%d byl uzavřen.',
    'Sub-task updated' => 'Dílčí úkol byl aktualizován',
    'Title:' => 'Nadpis',
    'Status:' => 'Stav',
    'Assignee:' => 'Přiřazeno:',
    'Time tracking:' => 'Sledování času:',
    'New sub-task' => 'Nový dílčí úkol',
    'New attachment added "%s"' => 'Byla přidána nová příloha "%s".',
    'New comment posted by %s' => 'Nový komentář publikovaný uživatelem %s',
    'New comment' => 'Nový komentář',
    'Comment updated' => 'Komentář byl aktualizován.',
    'New subtask' => 'Nový dílčí úkol',
    'I want to receive notifications only for those projects:' => 'Přeji si dostávat upozornění pouze pro následující projekty:',
    'view the task on Kanboard' => 'Zobrazit úkol na Kanboard',
    'Public access' => 'Veřejný přístup',
    'Disable public access' => 'Zakázat veřejný přístup',
    'Enable public access' => 'Povolit veřejný přístup',
    'Public access disabled' => 'Veřejný přístup zakázán',
    'Move the task to another project' => 'Přesunutí úkolu do jiného projektu',
    'Move to another project' => 'Přesunout do jiného projektu',
    'Do you really want to duplicate this task?' => 'Opravdu chcete vytořit kopii tohoto úkolu?',
    'Duplicate a task' => 'Vytvořit kopii úkolu',
    'External accounts' => 'Externí účty',
    'Account type' => 'typ účtu',
    'Local' => 'Lokální',
    'Remote' => 'Vzdálený',
    'Enabled' => 'Povoleno',
    'Disabled' => 'Zakázáno',
    'Login:' => 'Uživatelské jméno:',
    'Full Name:' => 'Jméno:',
    'Email:' => 'e-mail',
    'Notifications:' => 'Upozornění:',
    'Notifications' => 'Upozornění',
    'Account type:' => 'Typ účtu:',
    'Edit profile' => 'Upravit profil',
    'Change password' => 'Změnit heslo',
    'Password modification' => 'Změna hesla',
    'External authentications' => 'Vzdálená autorizace',
    'Never connected.' => 'Zatím nikdy nespojen.',
    'No external authentication enabled.' => 'Není povolena žádná vzdálená autorizace.',
    'Password modified successfully.' => 'Heslo bylo úspěšně změněno.',
    'Unable to change the password.' => 'Nelze změnit heslo.',
    'Change category' => 'Změna kategorie',
    '%s updated the task %s' => '%s aktualizoval úkol %s ',
    '%s opened the task %s' => '%s znovu otevřel úkol %s ',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s přesunul úkol %s na pozici #%d ve sloupci "%s" ',
    '%s moved the task %s to the column "%s"' => '%s přesunul úkol %s do sloupce "%s" ',
    '%s created the task %s' => '%s vytvořil úkol %s ',
    '%s closed the task %s' => '%s uzavřel %s ',
    '%s created a subtask for the task %s' => '%s vytvořil dílčí úkol pro úkol %s ',
    '%s updated a subtask for the task %s' => '%s aktualizoval dílčí úkol pro úkol %s ',
    'Assigned to %s with an estimate of %s/%sh' => 'Přiřazeno uživateli %s  s časovým odhadem práce %s/%s dní',
    'Not assigned, estimate of %sh' => 'Nepřiřazeno, časový odhad práce je %s dní',
    '%s updated a comment on the task %s' => '%s aktualizoval komentář k úkolu %s ',
    '%s commented the task %s' => '%s přidal komentář k úkolu %s ',
    '%s\'s activity' => 'Aktivity projektu %s',
    'RSS feed' => 'RSS kanál',
    '%s updated a comment on the task #%d' => '%s aktualizoval komnetář k úkolu #%d ',
    '%s commented on the task #%d' => '%s přidal komentář k úkolu #%d ',
    '%s updated a subtask for the task #%d' => '%s aktualizoval dílčí úkol úkolu #%d ',
    '%s created a subtask for the task #%d' => '%s vytvořil dílčí úkol úkolu #%d ',
    '%s updated the task #%d' => '%s aktualizoval úkol #%d ',
    '%s created the task #%d' => '%s vytvořil úkol #%d ',
    '%s closed the task #%d' => '%s uzavřel úkol #%d ',
    '%s opened the task #%d' => '%s znovu otevřel úkol #%d ',
    'Activity' => 'Aktivity',
    'Default values are "%s"' => 'Standardní hodnoty jsou: "%s"',
    'Default columns for new projects (Comma-separated)' => 'Výchozí sloupce pro nové projekty (odděleny čárkou)',
    'Task assignee change' => 'Změna přiřazení uživatelů',
    '%s changed the assignee of the task #%d to %s' => '%s změnil přidělení úkolu #%d na uživatele %s',
    '%s changed the assignee of the task %s to %s' => '%s změnil přidělení úkolu %s na uživatele %s',
    'New password for the user "%s"' => 'Nové heslo pro uživatele "%s"',
    'Choose an event' => 'Vybrat událost',
    'Create a task from an external provider' => 'Vytvořit úkol externím poskytovatelem',
    'Change the assignee based on an external username' => 'Změna přiřazení uživatele závislá na externím uživateli',
    'Change the category based on an external label' => 'Změna kategorie závislá na externím popisku',
    'Reference' => 'Reference',
    // 'Label' => '',
    'Database' => 'Datenbank',
    'About' => 'O projektu',
    'Database driver:' => 'Databáze',
    'Board settings' => 'Nastavení nástěnky',
    'Webhook settings' => 'Webhook nastavení',
    'Reset token' => 'Token reset',
    'API endpoint:' => 'API endpoint',
    'Refresh interval for private board' => 'Interval automatického obnovování pro soukromé nástěnky',
    'Refresh interval for public board' => 'Interval automatického obnovování pro veřejné nástěnky',
    'Task highlight period' => 'Task highlight period',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Interval (v sekundách), ve kterém je považovány úpravy úkolů za aktuální (0 pro zakázání, 2 dny ve výchozím nastavení)',
    'Frequency in second (60 seconds by default)' => 'Frekvence v sekundách (60 sekund ve výchozím nastavení)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frekvence v sekundách (0 pro zákaz této vlastnosti, 10 sekund ve výchozím nastavení)',
    'Application URL' => 'URL aplikace',
    'Token regenerated.' => 'Token byl opětovně generován.',
    'Date format' => 'Formát datumu',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ISO formát je vždy akceptován, například: "%s" a "%s"',
    'New private project' => 'Nový soukromý projekt',
    'This project is private' => 'Tento projekt je soukromuý',
    'Add' => 'Přidat',
    'Start date' => 'Počáteční datum',
    'Time estimated' => 'Odhadovaný čas',
    'There is nothing assigned to you.' => 'Nemáte přiřazenou žádnou položku.',
    'My tasks' => 'Moje úkoly',
    'Activity stream' => 'Přehled aktivit',
    'Dashboard' => 'Nástěnka',
    'Confirmation' => 'Potvrzení',
    'Allow everybody to access to this project' => 'Umožní přístup komukoliv k tomuto projektu',
    'Everybody have access to this project.' => 'Přístup k tomuto projektu má kdokoliv.',
    'Webhooks' => 'Webhooks',
    'API' => 'API',
    'Create a comment from an external provider' => 'Vytvořit komentář pomocí externího poskytovatele',
    'Project management' => 'Správa projektů',
    'My projects' => 'Moje projekty',
    'Columns' => 'Sloupce',
    'Task' => 'Úkol',
    'Your are not member of any project.' => 'V žádném projektu nejste členem.',
    'Percentage' => 'Procenta',
    'Number of tasks' => 'Počet úkolů',
    'Task distribution' => 'Rozdělení úkolů',
    'Analytics' => 'Analýza',
    'Subtask' => 'Dílčí úkoly',
    'My subtasks' => 'Moje dílčí úkoly',
    'User repartition' => 'Rozdělení podle uživatelů',
    'Clone this project' => 'Duplokovat projekt',
    'Column removed successfully.' => 'Sloupec byl odstraněn.',
    'Not enough data to show the graph.' => 'Pro zobrazení grafu není dostatek dat.',
    'Previous' => 'Předchozí',
    'The id must be an integer' => 'ID musí být celé číslo',
    'The project id must be an integer' => 'ID projektu musí být celé číslo',
    'The status must be an integer' => 'Status musí být celé číslo',
    'The subtask id is required' => 'Je požadováno id dílčího úkolu',
    'The subtask id must be an integer' => 'ID dílčího úkolu musí být číslo',
    'The task id is required' => 'ID úkolu je povinné',
    'The task id must be an integer' => 'ID úkolu musí být číslo',
    'The user id must be an integer' => 'ID uživatele musí být číslo',
    'This value is required' => 'Hodnota je povinná',
    'This value must be numeric' => 'Hodnota musí být číselná',
    'Unable to create this task.' => 'Nelze vytvořit tento úkol',
    'Cumulative flow diagram' => 'Kumulativní diagram',
    'Daily project summary' => 'Denní přehledy',
    'Daily project summary export' => 'Export denních přehledů',
    'Exports' => 'Exporty',
    'This export contains the number of tasks per column grouped per day.' => 'Tento export obsahuje počet úkolů pro jednotlivé sloupce seskupených podle dní.',
    'Active swimlanes' => 'Aktivní dráhy',
    'Add a new swimlane' => 'Přidat novou dráhu',
    'Change default swimlane' => 'Změnit výchozí dráhu',
    'Default swimlane' => 'Výchozí dráha',
    'Do you really want to remove this swimlane: "%s"?' => 'Opravdu si přejete odstranit tuto dráhu: "%s"?',
    'Inactive swimlanes' => 'Neaktivní dráha',
    'Remove a swimlane' => 'Odstranit dráhu',
    'Show default swimlane' => 'Zobrazit výchozí dráhu',
    'Swimlane modification for the project "%s"' => 'Změny dráhy pro projekt "%s"',
    'Swimlane removed successfully.' => 'Dráha byla odstraněna.',
    'Swimlanes' => 'Dráhy',
    'Swimlane updated successfully.' => 'Dráha byla upravena.',
    'The default swimlane have been updated successfully.' => 'Výchozí dráha byla upravena',
    'Unable to remove this swimlane.' => 'Tuto dráhu nelze odstranit.',
    'Unable to update this swimlane.' => 'Tuto dráhu nelze upravit.',
    'Your swimlane have been created successfully.' => 'Dráha byla vytvořena.',
    'Example: "Bug, Feature Request, Improvement"' => 'Například: "Chyba", "Nápad", "Požadavek"...',
    'Default categories for new projects (Comma-separated)' => 'Výchozí kategorie pro nové projekty (oddělené čárkou)',
    'Integrations' => 'Integrace',
    'Integration with third-party services' => 'Integrace se službami třetích stran',
    'Subtask Id' => 'Dílčí úkol Id',
    'Subtasks' => 'Dílčí úkoly',
    'Subtasks Export' => 'Export dílčích úkolů',
    'Task Title' => 'Název úkolu',
    'Untitled' => 'bez názvu',
    'Application default' => 'Standardní hodnoty',
    'Language:' => 'Jazyk:',
    'Timezone:' => 'Časová zóna:',
    'All columns' => 'Všechny sloupce',
    'Calendar' => 'Kalendář',
    'Next' => 'Další',
    // '#%d' => '',
    'All swimlanes' => 'Alle Swimlanes',
    'All colors' => 'Všechny barvy',
    'Moved to column %s' => 'Přesunuto do sloupce %s ',
    'User dashboard' => 'Nástěnka uživatele',
    'Allow only one subtask in progress at the same time for a user' => 'Umožnit uživateli práci pouze na jednom dílčím úkolu ve stejném čase',
    'Edit column "%s"' => 'Upravit sloupec "%s" ',
    'Select the new status of the subtask: "%s"' => 'Vyberte nový stav pro podúkol: "%s"',
    'Subtask timesheet' => 'Časový rozvrh dílčích úkolů',
    'There is nothing to show.' => 'Žádná položka k zobrazení',
    'Time Tracking' => 'Sledování času',
    'You already have one subtask in progress' => 'Jeden dílčí úkol již aktuálně řešíte',
    'Which parts of the project do you want to duplicate?' => 'Které části projektu  chcete duplikovat?',
    // 'Disallow login form' => '',
    'Start' => 'Začátek',
    'End' => 'Konec',
    'Task age in days' => 'Doba trvání úkolu ve dnech',
    'Days in this column' => 'Dní v tomto sloupci',
    '%dd' => '%d d',
    'Add a new link' => 'Přidat nový odkaz',
    'Do you really want to remove this link: "%s"?' => 'Opravdu chcete odstranit odkaz "%s"?',
    'Do you really want to remove this link with task #%d?' => 'Opravdu chcete odstranit odkaz na úkol #%d ?',
    'Field required' => 'Povinné pole',
    'Link added successfully.' => 'Propojení bylo úspěšně přidáno.',
    'Link updated successfully.' => 'Propojení bylo úspěšně aktualizováno.',
    'Link removed successfully.' => 'Propojení bylo úspěšně odebráno.',
    'Link labels' => 'Seznam odkazů',
    'Link modification' => 'Úpravy odkazů',
    'Links' => 'Odkazy',
    'Opposite label' => 'Opačný text',
    'Remove a link' => 'Odstranit odkaz',
    'The labels must be different' => 'názvy musí být odlišné',
    'There is no link.' => 'Nejsou zde žádné odkazy',
    'This label must be unique' => 'Tento název musí být jedinečný',
    'Unable to create your link.' => 'Nelze vytvořit toto propojení.',
    'Unable to update your link.' => 'Nelze aktualizovat toto propojení.',
    'Unable to remove this link.' => 'Nelze odstranit toto propojení',
    'relates to' => 'souvisí s',
    'blocks' => 'blokuje',
    'is blocked by' => 'je blokován',
    'duplicates' => 'duplikuje',
    'is duplicated by' => 'je duplikován',
    'is a child of' => 'je podřízený',
    'is a parent of' => 'je nadřízený',
    'targets milestone' => 'patří k milníku',
    'is a milestone of' => 'je milníkem',
    'fixes' => 'nahrazuje',
    'is fixed by' => 'je nahrazen',
    'This task' => 'Tento úkol',
    '<1h' => '<1h',
    '%dh' => '%dh',
    'Expand tasks' => 'Rozpbalit úkoly',
    'Collapse tasks' => 'Sbalit úkoly',
    'Expand/collapse tasks' => 'Rozbalit / sbalit úkoly',
    'Close dialog box' => 'Zavřít dialogové okno',
    'Submit a form' => 'Odeslat formulář',
    'Board view' => 'Zobrazení nástěnky',
    'Keyboard shortcuts' => 'Klávesnicové zkratky',
    'Open board switcher' => 'Otevřít přepínač nástěnek',
    'Application' => 'Aplikace',
    'Compact view' => 'Kompaktní zobrazení',
    'Horizontal scrolling' => 'Horizontální rolování',
    'Compact/wide view' => 'Kompaktní/plné zobrazení',
    'Currency' => 'Měna',
    'Private project' => 'Soukromý projekt',
    // 'AUD - Australian Dollar' => '',
    // 'CAD - Canadian Dollar' => '',
    // 'CHF - Swiss Francs' => '',
    'Custom Stylesheet' => 'Vlastní šablony stylů',
    'download' => 'Stáhnout',
    'EUR - Euro' => 'EUR - Euro',
    'GBP - British Pound' => 'GBP - Britská Libra',
    'INR - Indian Rupee' => 'INR - Indische Rupien',
    'JPY - Japanese Yen' => 'JPY - Japanischer Yen',
    'NZD - New Zealand Dollar' => 'NZD - Neuseeland-Dollar',
    'RSD - Serbian dinar' => 'RSD - Serbische Dinar',
    // 'CNY - Chinese Yuan' => '',
    'USD - US Dollar' => 'USD - US Dollar',
    'Destination column' => 'Cílový sloupec',
    'Move the task to another column when assigned to a user' => 'Přesunout úkol do jiného sloupce, když je úkol přiřazen uživateli.',
    'Move the task to another column when assignee is cleared' => 'Přesunout úkol do jiného sloupce, když je pověření uživatele vymazáno.',
    'Source column' => 'Zdrojový sloupec',
    'Transitions' => 'Změny etap',
    'Executer' => 'Vykonavatel',
    'Time spent in the column' => 'Trvání jednotlivých etap',
    'Task transitions' => 'Přesuny úkolů',
    'Task transitions export' => 'Export přesunů mezi sloupci',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Tento seznam obsahuje všechny pohyby úkolů s daty, uživateli a časy strávenými na úkolu.',
    'Currency rates' => 'Aktuální kurzy',
    'Rate' => 'Kurz',
    'Change reference currency' => 'Změnit referenční měnu',
    'Reference currency' => 'Referenční měna',
    'The currency rate have been added successfully.' => 'Směnný kurz byl úspěšně přidán.',
    'Unable to add this currency rate.' => 'Nelze přidat tento směnný kurz',
    'Webhook URL' => 'Webhook URL',
    '%s removed the assignee of the task %s' => '%s odstranil přiřazení úkolu %s ',
    'Enable Gravatar images' => 'Aktiviere Gravatar Bilder',
    'Information' => 'Informace',
    'Check two factor authentication code' => 'Zkontrolujte dvouúrovňový autentifikační klíč',
    'The two factor authentication code is not valid.' => 'Dvouúrovňový autentifikační klíč není platný.',
    'The two factor authentication code is valid.' => 'Dvouúrovňový autentifikační klíč je platný.',
    'Code' => 'Klíč',
    'Two factor authentication' => 'Dvouúrovňová autorizace',
    'This QR code contains the key URI: ' => 'Tento QR kód obsahuje adresu s klíčem',
    'Check my code' => 'Kontrola mého kódu',
    'Secret key: ' => 'Tajný klíč',
    'Test your device' => 'Test Vašeho zařízení',
    'Assign a color when the task is moved to a specific column' => 'Přiřadit barvu, když je úkol přesunut do konkrétního sloupce',
    '%s via Kanboard' => '%s via Kanboard',
    'Burndown chart' => 'Burndown-Chart',
    'This chart show the task complexity over the time (Work Remaining).' => 'Graf zobrazuje složitost úkolů v čase (Zbývající práce).',
    'Screenshot taken %s' => 'Screenshot aufgenommen %s ',
    'Add a screenshot' => 'Přidat snímek obrazovky',
    'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Pořiďte snímek obrazovky a v tomto poli stiskněte Ctrl+V nebo ⌘+V ',
    'Screenshot uploaded successfully.' => 'Snímek obrazovky byl úspěšně nahrán.',
    'SEK - Swedish Krona' => 'SEK - Schwedische Kronen',
    'Identifier' => 'Identifikátor',
    'Disable two factor authentication' => 'Zrušit dvouúrovňovou autorizaci',
    'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Opravdu chcete vypnout dvouúrovňovou autentifikaci pro uživatele: "%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' => 'Upravit opakování',
    // '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)' => '',
    // 'Recurrence' => '',
    // '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)' => '',
    'Calendar settings' => 'Nastavení kalendáře',
    // 'Project calendar view' => '',
    'Project settings' => 'Nastavení projektu',
    'Show subtasks based on the time tracking' => 'Zobrazit dílčí úkoly závislé na sledování času',
    'Show tasks based on the creation date' => 'Zobrazit úkoly podle datumu vytvoření',
    'Show tasks based on the start date' => 'Zobrazit úkoly podle datumu zahájení',
    'Subtasks time tracking' => 'Dílčí úkoly s časovačem',
    'User calendar view' => 'Zobrazení kalendáře uživatele',
    'Automatically update the start date' => 'Automaticky aktualizovat počáteční datum',
    // 'iCal feed' => '',
    'Preferences' => 'Předvolby',
    'Security' => 'Zabezpečení ',
    'Two factor authentication disabled' => 'Dvouúrovňová autorizace zakázána.',
    'Two factor authentication enabled' => 'Dvouúrovňová autorizace povolena.',
    'Unable to update this user.' => 'Uživatele nelze aktualizovat.',
    'There is no user management for private projects.' => 'Pro soukromé projekty není aplikována správa uživatelů.',
    'User that will receive the email' => 'Uživatel, který dostane E-mail',
    'Email subject' => 'E-mail Předmět',
    'Date' => 'Datum',
    'Add a comment log when moving the task between columns' => 'Přidat komentář když je úkol přesouván mezi sloupci',
    'Move the task to another column when the category is changed' => 'Přesun úkolu do jiného sloupce když je změněna kategorie',
    'Send a task by email to someone' => 'Poslat někomu úkol poštou',
    'Reopen a task' => 'Znovu otevřít úkol',
    'Notification' => 'Upozornění',
    '%s moved the task #%d to the first swimlane' => '%s přesunul úkol #%d do první dráhy',
    // 'Swimlane' => '',
    // 'Gravatar' => '',
    '%s moved the task %s to the first swimlane' => '%s přesunul úkol %s do první dráhy',
    '%s moved the task %s to the swimlane "%s"' => '%s přesunul úkol %s do dráhy "%s"',
    'This report contains all subtasks information for the given date range.' => 'Report obsahuje všechny informace o dílčích úkolech pro daný časový úsek',
    'This report contains all tasks information for the given date range.' => 'Report obsahuje informace o všech úkolech pro daný časový úsek.',
    'Project activities for %s' => 'Aktivity projektu %s',
    'view the board on Kanboard' => 'Zobrazit nástěnku',
    'The task have been moved to the first swimlane' => 'Úkol byl přesunut do první dráhy',
    'The task have been moved to another swimlane:' => 'Úkol byl přesunut do další dráhy',
    'New title: %s' => 'Nový název: %s',
    'The task is not assigned anymore' => 'Úkol již není přidělen',
    'New assignee: %s' => 'přidělení: %s',
    'There is no category now' => 'Nyní neexistuje žádná kategorie',
    'New category: %s' => 'Nová kategorie: %s',
    'New color: %s' => 'Nová barva: %s',
    'New complexity: %d' => 'Nová složitost: %d',
    'The due date have been removed' => 'Datum dokončení byl odstraněn',
    'There is no description anymore' => 'Ještě neexistuje žádný popis',
    'Recurrence settings have been modified' => 'Nastavení opakování bylo změněno',
    'Time spent changed: %sh' => 'Strávený čas se změnil: %sh',
    'Time estimated changed: %sh' => 'Odhadovaný čas se změnil: %sh',
    'The field "%s" have been updated' => 'Sloupec "%s" byl upraven',
    'The description has been modified:' => 'Popis byl upraven:',
    'Do you really want to close the task "%s" as well as all subtasks?' => 'Opravdu si přejete úkol "%s" uzavřít? (včetně podúkolů)',
    'I want to receive notifications for:' => 'Chci dostávat upozornění na:',
    'All tasks' => 'Všechny úkoly',
    'Only for tasks assigned to me' => 'pouze pro moje úkoly',
    'Only for tasks created by me' => 'pouze pro mnou vytvořené úkoly',
    'Only for tasks created by me and assigned to me' => 'pouze pro mnou vytvořené a mě přiřazené úkoly',
    // '%%Y-%%m-%%d' => '',
    'Total for all columns' => 'S',
    'You need at least 2 days of data to show the chart.' => 'Potřebujete nejméně data ze dvou dnů pro zobrazení grafu',
    '<15m' => '<15min.',
    '<30m' => '<30min.',
    'Stop timer' => 'Zastavit časovač',
    'Start timer' => 'Spustit časovač',
    'My activity stream' => 'Přehled mých aktivit',
    'My calendar' => 'Můj kalendář',
    'Search tasks' => 'Hledání úkolů',
    'Reset filters' => 'Resetovat filtry',
    'My tasks due tomorrow' => 'Moje zítřejší úkoly',
    'Tasks due today' => 'Dnešní úkoly',
    'Tasks due tomorrow' => 'Zítřejší úkoly',
    'Tasks due yesterday' => 'Včerejší úkoly',
    'Closed tasks' => 'Uzavřené úkoly',
    'Open tasks' => 'Otevřené úkoly',
    'Not assigned' => 'Nepřiřazené',
    'View advanced search syntax' => 'Zobrazit syntaxi rozšířeného vyhledávání',
    'Overview' => 'Přehled',
    'Board/Calendar/List view' => 'Nástěnka/Kalendář/Zobrazení seznamu',
    'Switch to the board view' => 'Přepnout na nástěnku',
    'Switch to the calendar view' => 'Přepnout na kalendář',
    'Switch to the list view' => 'Přepnout na seznam zobrazení',
    'Go to the search/filter box' => 'Zobrazit vyhledávání/filtrování',
    'There is no activity yet.' => 'Doposud nejsou žádné aktivity.',
    'No tasks found.' => 'Nenalezen žádný úkol.',
    'Keyboard shortcut: "%s"' => 'Klávesová zkratka: "%s"',
    'List' => 'Seznam',
    'Filter' => 'Filtr',
    'Advanced search' => 'Rozšířené hledání',
    'Example of query: ' => 'Příklad dotazu: ',
    'Search by project: ' => 'Hledat podle projektu: ',
    'Search by column: ' => 'Hledat podle sloupce: ',
    'Search by assignee: ' => 'Hledat podle přiřazené osoby: ',
    'Search by color: ' => 'Hledat podle barvy: ',
    'Search by category: ' => 'Hledat podle kategorie: ',
    'Search by description: ' => 'Hledat podle popisu: ',
    'Search by due date: ' => 'Hledat podle termínu: ',
    'Average time spent into each column' => 'Průměrná doba strávená v každé fázi',
    'Average time spent' => 'Průměrná strávená doba',
    // 'This chart show the average time spent into each column for the last %d tasks.' => '',
    'Average Lead and Cycle time' => 'Průměrná dodací lhůta a doba cyklu',
    'Average lead time: ' => 'Průměrná dodací lhůta: ',
    'Average cycle time: ' => 'Průměrná doba cyklu: ',
    'Cycle Time' => 'Doba cyklu',
    'Lead Time' => 'Dodací lhůta',
    'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Graf ukazuje průměrnou dodací lhůtu a dobu cyklu pro posledních %d úkolů v průběhu času',
    'Average time into each column' => 'Průměrná doba v každé fázi',
    'Lead and cycle time' => 'Dodací lhůta a doba cyklu',
    'Lead time: ' => 'Dodací lhůta: ',
    'Cycle time: ' => 'Doba cyklu: ',
    'Time spent into each column' => 'Čas strávený v každé fázi',
    'The lead time is the duration between the task creation and the completion.' => 'Lead time (dodací lhůta) je čas od založení úkolu do jeho dokončení.',
    'The cycle time is the duration between the start date and the completion.' => 'Doba cyklu je doba trvání mezi zahájením a dokončením úkolu.',
    'If the task is not closed the current time is used instead of the completion date.' => 'Jestliže není úkol uzavřen, místo termínu dokončení je použit aktuální čas.',
    'Set automatically the start date' => 'Nastavit automaticky počáteční datum',
    'Edit Authentication' => 'Upravit ověřování',
    'Remote user' => 'Vzdálený uživatel',
    'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Hesla vzdáleným uživatelům se neukládají do databáze Kanboard. Naříklad: LDAP, Google a Github účty.',
    'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Pokud zaškrtnete políčko "Zakázat přihlašovací formulář", budou pověření zadané do přihlašovacího formuláře ignorovány.',
    'Default task color' => 'Výchozí barva úkolu',
    'This feature does not work with all browsers.' => 'Tato funkcionalita nefunguje ve všech prohlížečích.',
    'There is no destination project available.' => 'Není dostupný žádný cílový projekt.',
    // 'Trigger automatically subtask time tracking' => '',
    'Include closed tasks in the cumulative flow diagram' => 'začlenit dokončené úkoly do kumulativního flow diagramu',
    'Current swimlane: %s' => 'Aktuální swimlane: %s',
    'Current column: %s' => 'Aktuální fáze: %s',
    'Current category: %s' => 'Aktuální kategorie: %s',
    'no category' => 'kategorie nenastavena',
    'Current assignee: %s' => 'Aktuálně přiřazený uživatel: %s',
    'not assigned' => 'nepřiřazeno',
    'Author:' => 'Autor:',
    'contributors' => 'přispěvatelé',
    'License:' => 'Licence:',
    'License' => 'Licence',
    'Enter the text below' => 'Zadejte text níže',
    'Sort by position' => 'Třídit podle pozice',
    'Sort by date' => 'Třídit podle datumu',
    'Add task' => 'Přidat úkol',
    'Start date:' => 'Termín zahájení:',
    'Due date:' => 'Termín dokončení:',
    'There is no start date or due date for this task.' => 'Úkol nemá nastaven termín zahájení a dokončení.',
    'Moving or resizing a task will change the start and due date of the task.' => 'Posunutím nebo prodloužením úkolu se změní počáteční a konečné datum úkolu. ',
    'There is no task in your project.' => 'Projekt neobsahuje žádné úkoly.',
    'Gantt chart' => 'Gantt graf',
    // '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' => '',
);