-
-
Notifications
You must be signed in to change notification settings - Fork 504
Expand file tree
/
Copy pathmessages.po
More file actions
executable file
·7523 lines (5923 loc) · 207 KB
/
Copy pathmessages.po
File metadata and controls
executable file
·7523 lines (5923 loc) · 207 KB
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
# Polish translations for Calibre Web.
# Copyright (C) 2017 Radosław Kierznowski
# This file is distributed under the same license as the Calibre Web
# project.
msgid ""
msgstr ""
"Project-Id-Version: Calibre Web - polski (POT: 2021-06-12 08:52)\n"
"Report-Msgid-Bugs-To: https://github.com/crocodilestick/Calibre-Web-"
"Automated\n"
"POT-Creation-Date: 2026-08-06 15:04+0000\n"
"PO-Revision-Date: 2021-06-12 15:35+0200\n"
"Last-Translator: Radosław Kierznowski <radek.kierznowski@outlook.com>\n"
"Language-Team: \n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"Generated-By: Babel 2.13.1\n"
#: cps/about.py:65
msgid "Statistics"
msgstr "Statystyki"
#: cps/admin.py:128
msgid "Calibre database unavailable. Please reconfigure the library path."
msgstr "Baza danych Calibre są nie dostępne. Prosze ustawić ponowie ścieżka do biblioteki"
#: cps/admin.py:180
msgid "Server restarted, please reload page."
msgstr "Serwer uruchomiony ponownie, proszę odświeżyć stronę."
#: cps/admin.py:182
msgid "Performing Server shutdown, please close window."
msgstr "Wyłączanie serwera, proszę zamknąć okno."
#: cps/admin.py:190
msgid "Success! Database Reconnected"
msgstr "Sukces! Połączono ponownie z bazą danych"
#: cps/admin.py:193
msgid "Unknown command"
msgstr "Nieznane polecenie"
#: cps/admin.py:204
msgid ""
"Success! Books queued for Metadata Backup, please check Tasks for result"
msgstr ""
"Sukces! Książki zakolejkowane do kopii zapasowej metadanych, sprawdź Zadania "
"aby zobaczyć wynik"
#: cps/admin.py:224
msgid ""
"Error: No Hardcover token available. Set HARDCOVER_TOKEN environment "
"variable or configure in Basic Configuration."
msgstr "Bląd: nie ma dostępnych tokenów dla Hardcover. Prosze ustawić środowisko HARDCOVER_TOKEN "
#: cps/admin.py:252
msgid ""
"Success! Hardcover auto-fetch task started. Check Tasks panel for progress."
msgstr "Sukces ! Zadanie automatycznego pobierania Hardcovera rozpoczył się. Sprawdź postęp w panelu zadań."
#: cps/admin.py:257
#, python-format
msgid "Error starting Hardcover auto-fetch task: %(error)s"
msgstr "Bląd podczas uruchamiania zadania automatycznego pobierania Hardcover-a: %(error)s"
#: cps/admin.py:296 cps/templates/admin.html:223
msgid "Review Hardcover Matches"
msgstr "Sprawdz "
#: cps/admin.py:303
#, python-format
msgid "Error loading review queue: %(error)s"
msgstr ""
#: cps/admin.py:384
#, fuzzy
msgid "Hardcover ID applied successfully"
msgstr "ID Hardcover został skutecznie zastosowany"
#: cps/admin.py:401
#, python-format
msgid "Match %(action)s"
msgstr ""
#: cps/admin.py:439
msgid "No pending matches to reject"
msgstr ""
#: cps/admin.py:445
#, python-format
msgid "Rejected %(count)s match(es)"
msgstr ""
#: cps/admin.py:482
#, python-brace-format
msgid ""
"Thumbnail cache refresh started for {} book(s). This may take a few minutes."
msgstr ""
#: cps/admin.py:484
msgid "No books with covers found to process."
msgstr ""
#: cps/admin.py:496
#, python-brace-format
msgid "Failed to start thumbnail refresh: {}"
msgstr ""
#: cps/admin.py:539
msgid "Admin page"
msgstr "Panel administratora"
#: cps/admin.py:560
msgid "Basic Configuration"
msgstr "Konfiguracja Podstawowa"
#: cps/admin.py:598
msgid "UI Configuration"
msgstr "Konfiguracja Interfejsu"
#: cps/admin.py:622 cps/admin.py:1304 cps/db.py:985 cps/search.py:153
#: cps/web.py:832
#, python-format
msgid "Custom Column No.%(column)d does not exist in calibre database"
msgstr ""
"Kolumna niestandardowa nr %(column)d nie istnieje w bazie danych Calibre"
#: cps/admin.py:640 cps/templates/admin.html:55
msgid "Edit Users"
msgstr "Edytuj Użytkowników"
# ???
#: cps/admin.py:684 cps/opds.py:804 cps/templates/grid.html:14
#: cps/templates/list.html:19
msgid "All"
msgstr "Wszystko"
#: cps/admin.py:711 cps/admin.py:1895
msgid "User not found"
msgstr "Nie znaleziono użytkownika"
#: cps/admin.py:725
#, python-brace-format
msgid "{} users deleted successfully"
msgstr "{} użytkowników usuniętych pomyślnie"
#: cps/admin.py:748 cps/templates/config_view_edit.html:169
#: cps/templates/user_edit.html:263 cps/templates/user_edit.html:285
#: cps/templates/user_table.html:81
msgid "Show All"
msgstr "Pokaż wszystkie"
#: cps/admin.py:769 cps/admin.py:775
msgid "Malformed request"
msgstr "Nieprawidłowo sformułowane żądanie"
#: cps/admin.py:787 cps/admin.py:2791
msgid "Guest Name can't be changed"
msgstr "Nazwa gościa nie może być zmieniona"
#: cps/admin.py:801
msgid "Guest can't have this role"
msgstr "Gość nie może pełnić tej roli"
#: cps/admin.py:813 cps/admin.py:2616
msgid "No admin user remaining, can't remove admin role"
msgstr "Nie pozostał żaden administrator, nie można usunąć roli administratora"
#: cps/admin.py:817 cps/admin.py:831
msgid "Value has to be true or false"
msgstr "Wartość musi być prawdziwa lub fałszywa"
#: cps/admin.py:819
msgid "Invalid role"
msgstr "Nieprawidłowa rola"
#: cps/admin.py:823
msgid "Guest can't have this view"
msgstr "Gość nie może tego zobaczyć"
#: cps/admin.py:833
msgid "Invalid view"
msgstr "Nieprawidłowy widok"
#: cps/admin.py:836
msgid "Guest's Locale is determined automatically and can't be set"
msgstr ""
"Lokalizacja gościa jest określana automatycznie i nie można jej ustawić"
#: cps/admin.py:840
msgid "No Valid Locale Given"
msgstr "Nie podano prawidłowej lokalizacji"
#: cps/admin.py:851
msgid "No Valid Book Language Given"
msgstr "Nie podano obowiązującego języka książki"
#: cps/admin.py:853 cps/editbooks.py:596
msgid "Parameter not found"
msgstr "Nie znaleziono parametru"
#: cps/admin.py:890
#, fuzzy
msgid "Invalid Read Column"
msgstr "Nieprawidłowa kolumna odczytu"
#: cps/admin.py:896
#, fuzzy
msgid "Invalid Restricted Column"
msgstr "Nieprawidłowa kolumna z ograniczeniami"
#: cps/admin.py:916 cps/admin.py:2464
#, fuzzy
msgid "Calibre-Web Automated configuration updated"
msgstr "Konfiguracja Calibre-Web została zaktualizowana"
#: cps/admin.py:928
msgid "Do you really want to delete the Kobo Token?"
msgstr "Czy na pewno chcesz usunąć Token Kobo?"
#: cps/admin.py:930
msgid "Do you really want to delete this domain?"
msgstr "Czy naprawdę chcesz usunąć tę domenę?"
#: cps/admin.py:932
msgid "Do you really want to delete this user?"
msgstr "Czy naprawdę chcesz usunąć tego użytkownika?"
#: cps/admin.py:934
msgid "Are you sure you want to delete this shelf?"
msgstr "Czy na pewno chcesz usunąć półkę?"
#: cps/admin.py:936
msgid "Are you sure you want to change locales of selected user(s)?"
msgstr ""
"Czy na pewno chcesz zmienić ustawienia lokalne wybranego użytkownika(ów)?"
#: cps/admin.py:938
msgid ""
"Are you sure you want to change visible book languages for selected user(s)?"
msgstr ""
"Czy na pewno chcesz zmienić widoczne języki książek dla wybranego "
"użytkownika (użytkowników)?"
#: cps/admin.py:940
msgid ""
"Are you sure you want to change the selected role for the selected user(s)?"
msgstr ""
"Czy na pewno chcesz zmienić wybraną rolę dla wybranego użytkownika "
"(użytkowników)?"
#: cps/admin.py:942
msgid ""
"Are you sure you want to change the selected restrictions for the selected "
"user(s)?"
msgstr ""
"Czy na pewno chcesz zmienić wybrane ograniczenia dla wybranego "
"użytkownika(ów)?"
#: cps/admin.py:944
msgid ""
"Are you sure you want to change the selected visibility restrictions for the "
"selected user(s)?"
msgstr ""
"Czy na pewno chcesz zmienić wybrane ograniczenia widoczności dla wybranego "
"użytkownika(ów)?"
#: cps/admin.py:947
msgid ""
"Are you sure you want to change shelf sync behavior for the selected user(s)?"
msgstr ""
"Czy na pewno chcesz zmienić zachowanie synchronizacji półek dla wybranego "
"użytkownika(ów)?"
#: cps/admin.py:949
msgid "Are you sure you want to change Calibre library location?"
msgstr "Czy na pewno chcesz zmienić lokalizację biblioteki Calibre?"
#: cps/admin.py:951
msgid ""
"Calibre-Web Automated will search for updated Covers and update Cover "
"Thumbnails, this may take a while?"
msgstr ""
"Calibre-Web Automated wyszuka zaktualizowane okładki i zaktualizuje "
"miniatury okładek, może to chwilę potrwać?"
#: cps/admin.py:954
msgid ""
"Are you sure you want delete Calibre-Web Automated's sync database to force "
"a full sync with your Kobo Reader?"
msgstr ""
"Czy na pewno chcesz usunąć bazę synchronizacji Calibre-Web Automated, aby "
"wymusić pełną synchronizację z czytnikiem Kobo?"
#: cps/admin.py:1193 cps/admin.py:1199 cps/admin.py:1209 cps/admin.py:1219
#: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41
#: cps/templates/user_table.html:58
msgid "Deny"
msgstr "Zabroń"
#: cps/admin.py:1195 cps/admin.py:1201 cps/admin.py:1211 cps/admin.py:1221
#: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44
#: cps/templates/user_table.html:61
msgid "Allow"
msgstr "Zezwalaj"
#: cps/admin.py:1254
#, python-brace-format
msgid "{} sync entries deleted"
msgstr "Usunięto {} wpisów synchronizacji"
#: cps/admin.py:1295
#, fuzzy
msgid "Tag not found"
msgstr "Nie znaleziono znacznika"
#: cps/admin.py:1313
msgid "Invalid Action"
msgstr "Nieprawidłowe działanie"
#: cps/admin.py:1440
msgid "client_secrets.json Is Not Configured For Web Application"
msgstr "client_secrets.json nie został skonfigurowany dla aplikacji webowej"
#: cps/admin.py:1579
msgid "Logfile Location is not Valid, Please Enter Correct Path"
msgstr ""
"Lokalizacja pliku dziennika jest nieprawidłowa, wprowadź poprawną ścieżkę"
#: cps/admin.py:1585
msgid "Access Logfile Location is not Valid, Please Enter Correct Path"
msgstr ""
"Lokalizacja pliku dziennika dostępu jest nieprawidłowa, wprowadź poprawną "
"ścieżkę"
#: cps/admin.py:1620
msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier"
msgstr ""
"Wprowadź dostawcę LDAP, port, nazwę wyróżniającą i identyfikator obiektu "
"użytkownika"
#: cps/admin.py:1626
msgid "Please Enter a LDAP Service Account and Password"
msgstr "Proszę wprowadzić konto i hasło usługi LDAP"
#: cps/admin.py:1629
msgid "Please Enter a LDAP Service Account"
msgstr "Proszę wprowadzić konto usługi LDAP"
#: cps/admin.py:1634
#, python-format
msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier"
msgstr ""
"Filtr obiektów grupy LDAP musi mieć jeden identyfikator formatu \"% s\""
#: cps/admin.py:1636
msgid "LDAP Group Object Filter Has Unmatched Parenthesis"
msgstr "Filtr obiektów grupy LDAP ma niedopasowany nawias"
#: cps/admin.py:1640
#, python-format
msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier"
msgstr ""
"Filtr obiektów użytkownika LDAP musi mieć jeden identyfikator formatu \"% s\""
#: cps/admin.py:1642
msgid "LDAP User Object Filter Has Unmatched Parenthesis"
msgstr "Filtr obiektów użytkownika LDAP ma niedopasowany nawias"
#: cps/admin.py:1649
#, python-format
msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier"
msgstr ""
"Filtr użytkownika członka LDAP musi mieć jedno \"%s\" identyfikator formatu"
#: cps/admin.py:1651
msgid "LDAP Member User Filter Has Unmatched Parenthesis"
msgstr "Filtr użytkownika członka LDAP ma niedopasowane nawiasy"
#: cps/admin.py:1658
msgid ""
"LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter "
"Correct Path"
msgstr ""
"Lokalizacja certyfikatu CA LDAP, certyfikatu lub klucza jest nieprawidłowa, "
"wprowadź poprawną ścieżkę"
#: cps/admin.py:1691 cps/templates/admin.html:57
msgid "Add New User"
msgstr "Dodaj nowego użytkownika"
#: cps/admin.py:1706 cps/templates/admin.html:105
msgid "Edit Email Server Settings"
msgstr "Zmień ustawienia SMTP"
#: cps/admin.py:1725
msgid "Success! Gmail Account Verified."
msgstr "Sukces! Konto Gmail zostało zweryfikowane."
#: cps/admin.py:1745 cps/admin.py:1748 cps/admin.py:2234 cps/admin.py:2448
#: cps/admin.py:2563 cps/admin.py:2834 cps/editbooks.py:1046
#: cps/editbooks.py:1830 cps/shelf.py:93 cps/shelf.py:167 cps/shelf.py:228
#: cps/shelf.py:278 cps/shelf.py:315 cps/shelf.py:389 cps/shelf.py:511
#: cps/tasks/convert.py:145 cps/web.py:2678
#, python-format
msgid "Oops! Database Error: %(error)s."
msgstr "Błąd bazy danych: %(error)s."
#: cps/admin.py:1755
#, python-format
msgid ""
"Test e-mail queued for sending to %(email)s, please check Tasks for result"
msgstr ""
"Testowy e-mail zakolejkowany do wysłania do %(email)s, sprawdź Zadania aby "
"zobaczyć wynik"
#: cps/admin.py:1758
#, python-format
msgid "There was an error sending the Test e-mail: %(res)s"
msgstr "Wystąpił błąd podczas wysyłania e-maila testowego: %(res)s"
#: cps/admin.py:1760
msgid "Please configure your e-mail address first..."
msgstr "Najpierw skonfiguruj swój adres e-mail..."
#: cps/admin.py:1762
msgid "Email Server Settings updated"
msgstr "Zaktualizowano ustawienia serwera poczty e-mail"
#: cps/admin.py:1785 cps/templates/admin.html:201
msgid "Edit Scheduled Tasks Settings"
msgstr "Edytuj ustawienia zaplanowanych zadań"
#: cps/admin.py:1797
msgid "Invalid start time for task specified"
msgstr "Podano nieprawidłowy czas rozpoczęcia zadania"
#: cps/admin.py:1802
msgid "Invalid duration for task specified"
msgstr "Podano nieprawidłowy czas trwania zadania"
#: cps/admin.py:1812
msgid "Scheduled tasks settings updated"
msgstr "Zaktualizowano ustawienia zaplanowanych zadań"
#: cps/admin.py:1822 cps/admin.py:1966 cps/admin.py:2830 cps/web.py:2109
msgid "Oops! An unknown error occurred. Please try again later."
msgstr "Wystąpił nieznany błąd. Spróbuj ponownie później."
#: cps/admin.py:1826
msgid "Settings DB is not Writeable"
msgstr "Baza danych ustawień nie jest zapisywalna"
#: cps/admin.py:1845 cps/opds.py:199 cps/web.py:2604 cps/web.py:2729
#, fuzzy
msgid "title"
msgstr "Tytuł"
#: cps/admin.py:1951 cps/admin.py:2822
#, python-format
msgid "Edit User %(nick)s"
msgstr "Edytuj użytkownika %(nick)s"
# ???
#: cps/admin.py:1963
#, python-format
msgid "Success! Password for user %(user)s reset"
msgstr "Sukces! Hasło użytkownika %(user)s zostało zresetowane"
#: cps/admin.py:1969
msgid "Oops! Please configure the SMTP mail settings."
msgstr "Ups! Proszę skonfigurować ustawienia poczty SMTP."
#: cps/admin.py:1980
msgid "Logfile viewer"
msgstr "Przeglądanie dziennika"
#: cps/admin.py:2046
msgid "Requesting update package"
msgstr "Żądanie o pakiet aktualizacji"
#: cps/admin.py:2047
msgid "Downloading update package"
msgstr "Pobieranie pakietu aktualizacji"
#: cps/admin.py:2048
msgid "Unzipping update package"
msgstr "Rozpakowywanie pakietu aktualizacji"
# ???
#: cps/admin.py:2049
msgid "Replacing files"
msgstr "Zastępowanie plików"
#: cps/admin.py:2050
msgid "Database connections are closed"
msgstr "Połączenia z bazą danych zostały zakończone"
#: cps/admin.py:2051
msgid "Stopping server"
msgstr "Zatrzymywanie serwera"
#: cps/admin.py:2052
msgid "Update finished, please press okay and reload page"
msgstr "Aktualizacja zakończona, proszę nacisnąć OK i odświeżyć stronę"
#: cps/admin.py:2053 cps/admin.py:2054 cps/admin.py:2055 cps/admin.py:2056
#: cps/admin.py:2057 cps/admin.py:2058
msgid "Update failed:"
msgstr "Aktualizacja nieudana:"
#: cps/admin.py:2053 cps/updater.py:394 cps/updater.py:629 cps/updater.py:631
msgid "HTTP Error"
msgstr "Błąd HTTP"
#: cps/admin.py:2054 cps/updater.py:396 cps/updater.py:633
msgid "Connection error"
msgstr "Błąd połączenia"
#: cps/admin.py:2055 cps/updater.py:398 cps/updater.py:635
msgid "Timeout while establishing connection"
msgstr "Przekroczono limit czasu podczas nawiązywania połączenia"
#: cps/admin.py:2056 cps/updater.py:400 cps/updater.py:637
msgid "General error"
msgstr "Błąd ogólny"
#: cps/admin.py:2057
msgid "Update file could not be saved in temp dir"
msgstr "Plik aktualizacji nie mógł zostać zapisany w katalogu tymczasowym"
#: cps/admin.py:2058
msgid "Files could not be replaced during update"
msgstr "Nie można zastąpić plików podczas aktualizacji"
#: cps/admin.py:2082
msgid "Failed to extract at least One LDAP User"
msgstr "Nie udało się wyodrębnić przynajmniej jednego użytkownika LDAP"
#: cps/admin.py:2127
msgid "Failed to Create at Least One LDAP User"
msgstr "Błąd przy tworzeniu przynajmniej jednego użytkownika LDAP"
#: cps/admin.py:2140
#, python-format
msgid "Error: %(ldaperror)s"
msgstr "Błąd: %(ldaperror)s"
#: cps/admin.py:2144
msgid "Error: No user returned in response of LDAP server"
msgstr "Błąd. LDAP nie zwrócił żadnego użytkownika"
#: cps/admin.py:2180
msgid "At Least One LDAP User Not Found in Database"
msgstr "Co najmniej jeden użytkownik LDAP nie został znaleziony w bazie danych"
#: cps/admin.py:2182
#, python-brace-format
msgid "{} User Successfully Imported"
msgstr "{} Użytkownik pomyślnie zaimportowany"
#: cps/admin.py:2246
msgid "Books path not valid"
msgstr "Ścieżka do książek jest nieprawidłowa"
#: cps/admin.py:2253
msgid "DB Location is not Valid, Please Enter Correct Path"
msgstr "Lokalizacja bazy danych jest nieprawidłowa, wprowadź poprawną ścieżkę"
#: cps/admin.py:2281
msgid "DB is not Writeable"
msgstr "Baza danych nie jest zapisywalna"
#: cps/admin.py:2294
msgid "Keyfile Location is not Valid, Please Enter Correct Path"
msgstr "Lokalizacja pliku klucza jest nieprawidłowa, wprowadź poprawną ścieżkę"
#: cps/admin.py:2298
msgid "Certfile Location is not Valid, Please Enter Correct Path"
msgstr ""
"Lokalizacja pliku certyfikatu jest nieprawidłowa, wprowadź poprawną ścieżkę"
#: cps/admin.py:2370
msgid ""
"Auto-create users cannot be enabled without enabling reverse proxy "
"authentication"
msgstr ""
#: cps/admin.py:2373
msgid "Auto-create users requires a valid reverse proxy header name"
msgstr ""
#: cps/admin.py:2392 cps/admin.py:2399
msgid ""
"Invalid OAuth Redirect Host format. Please include the full URL with "
"protocol (e.g., https://your-domain.com)"
msgstr ""
#: cps/admin.py:2396
msgid ""
"OAuth Redirect Host should not include a path. Use only the base URL (e.g., "
"https://your-domain.com)"
msgstr ""
#: cps/admin.py:2431
msgid "Password length has to be between 1 and 40"
msgstr "Długość hasła musi wynosić od 1 do 40 znaków"
#: cps/admin.py:2491
msgid "Database Settings updated"
msgstr "Zaktualizowano ustawienia bazy danych"
#: cps/admin.py:2499
msgid "Database Configuration"
msgstr "Konfiguracja bazy danych"
#: cps/admin.py:2519 cps/web.py:2078
msgid "Oops! Please complete all fields."
msgstr "Proszę wypełnić wszystkie pola!"
#: cps/admin.py:2528
msgid "E-mail is not from valid domain"
msgstr "E-mail nie pochodzi z prawidłowej domeny"
#: cps/admin.py:2536
msgid "Add new user"
msgstr "Dodaj nowego użytkownika"
#: cps/admin.py:2553
#, python-format
msgid "User '%(user)s' created"
msgstr "Użytkownik '%(user)s' został utworzony"
#: cps/admin.py:2559
msgid "Oops! An account already exists for this Email. or name."
msgstr "Znaleziono istniejące konto dla tego adresu e-mail lub nazwy."
#: cps/admin.py:2589
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "Użytkownik '%(nick)s' został usunięty"
#: cps/admin.py:2592
#, fuzzy
msgid "Can't delete Guest User"
msgstr "Nie można usunąć użytkownika gościa"
#: cps/admin.py:2595
msgid "No admin user remaining, can't delete user"
msgstr "Nie pozostał żaden administrator, nie można usunąć użytkownika"
#: cps/admin.py:2785 cps/web.py:2413
msgid "Email can't be empty and has to be a valid Email"
msgstr "Adres e-mail nie może być pusty i musi być prawidłowy"
#: cps/admin.py:2826
#, python-format
msgid "User '%(nick)s' updated"
msgstr "Użytkownik '%(nick)s' został zaktualizowany"
#: cps/admin.py:2891
#, python-format
msgid ""
"Connection successful! OIDC discovery endpoint is accessible.%(endpoints)s"
msgstr ""
#: cps/admin.py:2896
msgid ""
"Connection failed: OIDC discovery endpoint not found (404). Check if the "
"base URL is correct."
msgstr ""
#: cps/admin.py:2898 cps/admin.py:2955
#, python-format
msgid "Connection failed: Server returned status code %(code)s"
msgstr "Połączenie nieudane: Serwer zwrócił kod statusu %(code)s"
#: cps/admin.py:2900
#, fuzzy
msgid ""
"Connection failed: Could not connect to server. Check the URL and network "
"connectivity."
msgstr "Połączenie nieudane: Nie można połączyć się z serwerem."
#: cps/admin.py:2902
#, fuzzy
msgid ""
"Connection failed: Request timed out. The server may be slow or unreachable."
msgstr "Połączenie nieudane: Przekroczono limit czasu żądania."
#: cps/admin.py:2904
#, fuzzy
msgid ""
"Connection failed: Server returned invalid JSON. This may not be an OIDC "
"endpoint."
msgstr "Połączenie nieudane: Nieprawidłowy JSON w odpowiedzi."
#: cps/admin.py:2907
#, fuzzy, python-format
msgid "Connection failed: %(error)s"
msgstr "Błąd połączenia"
#: cps/admin.py:2933
#, fuzzy, python-format
msgid ""
"Metadata is missing required OIDC fields: %(fields)s. This may not be a "
"valid OIDC metadata endpoint."
msgstr "Metadane nie zawierają wymaganych pól: %(fields)s"
#: cps/admin.py:2944
#, fuzzy, python-format
msgid "Metadata URL is valid! Found %(count)s OAuth endpoints."
msgstr ""
"Adres URL metadanych jest prawidłowy! Znaleziono %(count)s punktów końcowych."
#: cps/admin.py:2946
#, fuzzy
msgid " User info endpoint is available."
msgstr "Brak dostępnych informacji o wersji"
#: cps/admin.py:2948
msgid ""
" Note: User info endpoint not found - this may cause authentication issues."
msgstr ""
#: cps/admin.py:2953
msgid "Metadata URL not found (404). Please check the URL is correct."
msgstr ""
#: cps/admin.py:2957
#, fuzzy
msgid ""
"Connection failed: Could not connect to metadata URL. Check the URL and "
"network connectivity."
msgstr "Połączenie nieudane: Nie można połączyć się z serwerem."
#: cps/admin.py:2959
msgid "Connection failed: Request timed out."
msgstr "Połączenie nieudane: Przekroczono limit czasu żądania."
#: cps/admin.py:2961
msgid "Connection failed: Invalid JSON in response."
msgstr "Połączenie nieudane: Nieprawidłowy JSON w odpowiedzi."
#: cps/admin.py:2964
msgid "An unknown error occurred."
msgstr "Wystąpił nieznany błąd."
#: cps/admin.py:2976
#, fuzzy
msgid "Restore already in progress."
msgstr "Błąd połączenia"
#: cps/admin.py:2980
msgid "Restore failed: Calibre library path is not configured."
msgstr ""
#: cps/admin.py:2985
#, python-format
msgid "Restore failed: metadata.db not found at %(path)s"
msgstr ""
#: cps/admin.py:2990
#, python-format
msgid "Restore failed: app.db not found at %(path)s"
msgstr ""
#: cps/admin.py:3062 cps/admin.py:3102
#, fuzzy, python-format
msgid "Restore failed: %(err)s"
msgstr "Błąd połączenia"
#: cps/admin.py:3079
msgid "Restore completed but app.db cleanup failed. See logs for details."
msgstr ""
#: cps/admin.py:3098
#, python-format
msgid ""
"Restore complete. Backups and restore log saved to %(dir)s. All book-linked "
"data was reset."
msgstr ""
#: cps/constants.py:207
msgid "Czech"
msgstr "Czeski"
#: cps/constants.py:208
msgid "German"
msgstr "Niemiecki"
#: cps/constants.py:209
msgid "Greek"
msgstr "Grecki"
#: cps/constants.py:210
msgid "Spanish"
msgstr "Hiszpański"
#: cps/constants.py:211
msgid "Finnish"
msgstr "Fiński"
#: cps/constants.py:212
msgid "French"
msgstr "Francuski"
#: cps/constants.py:213
msgid "Galician"
msgstr "Galicyjski"
#: cps/constants.py:214
msgid "Hungarian"
msgstr "Węgierski"
#: cps/constants.py:215
msgid "Indonesian"
msgstr "Indonezyjski"
#: cps/constants.py:216
msgid "Italian"
msgstr "Włoski"
#: cps/constants.py:217
msgid "Japanese"
msgstr "Japoński"
#: cps/constants.py:218
msgid "Khmer"
msgstr "Khmerski"
#: cps/constants.py:219
msgid "Korean"
msgstr "Koreański"
#: cps/constants.py:220
msgid "Dutch"
msgstr "Holenderski"
#: cps/constants.py:221
msgid "Norwegian"
msgstr "Norweski"
#: cps/constants.py:222
msgid "Polish"
msgstr "Polski"
#: cps/constants.py:223
msgid "Portuguese"
msgstr "Portugalski"
#: cps/constants.py:224
msgid "Portuguese (Brazil)"
msgstr "Portugalski (Brazylia)"
#: cps/constants.py:225
msgid "Russian"
msgstr "Rosyjski"
#: cps/constants.py:226
msgid "Slovak"
msgstr "Słowacki"
#: cps/constants.py:227
msgid "Slovenian"
msgstr "Słoweński"
#: cps/constants.py:228
msgid "Swedish"
msgstr "Szwedzki"
#: cps/constants.py:229
msgid "Turkish"
msgstr "Turecki"
#: cps/constants.py:230
msgid "Ukrainian"
msgstr "Ukraiński"
#: cps/constants.py:231
msgid "Vietnamese"
msgstr "Wietnamski"
#: cps/constants.py:232
msgid "Chinese (Simplified, China)"
msgstr "Chiński (uproszczony, Chiny)"
#: cps/constants.py:233
msgid "Chinese (Traditional, Taiwan)"
msgstr "Chiński (tradycyjny, Tajwan)"
#: cps/converter.py:20
msgid "not installed"
msgstr "nie zainstalowane"
#: cps/converter.py:21
msgid "Execution permissions missing"
msgstr "Brak uprawnienia do wykonywania pliku"
#: cps/cwa_functions.py:165
msgid "Theme switching is temporarily disabled until v5.0.0"
msgstr ""
#: cps/cwa_functions.py:280
msgid ""
"Library Refresh 🔄 Checking for any books that may have been missed, please "
"wait..."
msgstr ""
"Odświeżanie biblioteki 🔄 Sprawdzanie pominiętych książek, proszę czekać..."
#: cps/cwa_functions.py:959
msgid "Invalid cron expression for duplicate scans. Changes were not saved."
msgstr ""
#: cps/cwa_functions.py:1055
msgid "Calibre-Web Automated User Settings"
msgstr "Ustawienia użytkownika Calibre-Web Automated"
#: cps/cwa_functions.py:1101 cps/cwa_functions.py:1103
#: cps/cwa_functions.py:1107 cps/cwa_functions.py:1109
#: cps/cwa_functions.py:1112 cps/cwa_functions.py:1114
msgid "Timestamp"
msgstr "Znacznik czasu"
#: cps/cwa_functions.py:1101 cps/cwa_functions.py:1103
#: cps/templates/tasks.html:43
msgid "Book ID"
msgstr "ID książki"
#: cps/cwa_functions.py:1101 cps/templates/book_edit.html:83
#: cps/templates/search_form.html:8
msgid "Book Title"
msgstr "Tytuł książki"
#: cps/cwa_functions.py:1101
msgid "Book Author"
msgstr "Autor książki"
#: cps/cwa_functions.py:1101
msgid "Trigger Type"
msgstr "Typ wyzwalacza"
#: cps/cwa_functions.py:1103 cps/cwa_functions.py:1109
msgid "Filepath"
msgstr "Ścieżka pliku"
#: cps/cwa_functions.py:1107 cps/cwa_functions.py:1109
#: cps/cwa_functions.py:1112 cps/cwa_functions.py:1114
msgid "Filename"
msgstr "Nazwa pliku"
#: cps/cwa_functions.py:1107
msgid "Manual?"
msgstr "Ręcznie?"
#: cps/cwa_functions.py:1107
msgid "No. Fixes"
msgstr "Liczba poprawek"
#: cps/cwa_functions.py:1107 cps/cwa_functions.py:1112
#: cps/cwa_functions.py:1114
msgid "Original Backed Up?"
msgstr "Oryginał zarchiwizowany?"
#: cps/cwa_functions.py:1109
msgid "Fixes Applied"
msgstr "Zastosowane poprawki"
#: cps/cwa_functions.py:1114
msgid "Original Format"
msgstr "Oryginalny format"
#: cps/cwa_functions.py:1114
msgid "End Format"
msgstr "Format końcowy"
# ???
#: cps/cwa_functions.py:1190 cps/cwa_functions.py:1219
#, fuzzy
msgid "Unknown User"
msgstr "Nieznany"
#: cps/cwa_functions.py:1327
#, fuzzy
msgid "Calibre-Web Automated Stats & Activity"
msgstr "Statystyki serwera i archiwum Calibre-Web Automated"
#: cps/cwa_functions.py:1711
msgid "Calibre-Web Automated - Full Enforcement History"
msgstr "Calibre-Web Automated - Pełna historia wymuszania"
#: cps/cwa_functions.py:1720
msgid "Calibre-Web Automated - Full Enforcement History (w/ Paths)"
msgstr "Calibre-Web Automated - Pełna historia wymuszania (ze ścieżkami)"
#: cps/cwa_functions.py:1729
msgid "Calibre-Web Automated - Full Import History"