alexandria-book-collection-manager 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +28 -25
- data/.rubocop_todo.yml +87 -67
- data/CHANGELOG.md +12 -1
- data/Gemfile +4 -3
- data/README.md +16 -6
- data/Rakefile +71 -72
- data/alexandria-book-collection-manager.gemspec +44 -44
- data/bin/alexandria +12 -12
- data/lib/alexandria.rb +22 -22
- data/lib/alexandria/about.rb +50 -50
- data/lib/alexandria/book_providers.rb +50 -50
- data/lib/alexandria/book_providers/adlibris.rb +28 -44
- data/lib/alexandria/book_providers/amazon_aws.rb +64 -64
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +52 -78
- data/lib/alexandria/book_providers/barnes_and_noble.rb +34 -34
- data/lib/alexandria/book_providers/douban.rb +21 -37
- data/lib/alexandria/book_providers/proxis.rb +24 -24
- data/lib/alexandria/book_providers/pseudomarc.rb +19 -19
- data/lib/alexandria/book_providers/renaud.rb +44 -57
- data/lib/alexandria/book_providers/siciliano.rb +39 -39
- data/lib/alexandria/book_providers/thalia.rb +33 -33
- data/lib/alexandria/book_providers/web.rb +5 -5
- data/lib/alexandria/book_providers/worldcat.rb +44 -69
- data/lib/alexandria/book_providers/z3950.rb +94 -109
- data/lib/alexandria/config.rb +1 -1
- data/lib/alexandria/console.rb +3 -3
- data/lib/alexandria/export_format.rb +8 -8
- data/lib/alexandria/export_library.rb +112 -113
- data/lib/alexandria/import_library.rb +45 -45
- data/lib/alexandria/import_library_csv.rb +30 -30
- data/lib/alexandria/library_collection.rb +4 -4
- data/lib/alexandria/library_sort_order.rb +1 -1
- data/lib/alexandria/library_store.rb +14 -14
- data/lib/alexandria/logging.rb +5 -5
- data/lib/alexandria/models/book.rb +1 -1
- data/lib/alexandria/models/library.rb +36 -36
- data/lib/alexandria/net.rb +5 -5
- data/lib/alexandria/preferences.rb +32 -32
- data/lib/alexandria/scanners/{cuecat.rb → cue_cat.rb} +13 -13
- data/lib/alexandria/scanners/keyboard.rb +5 -5
- data/lib/alexandria/smart_library.rb +53 -53
- data/lib/alexandria/ui.rb +15 -15
- data/lib/alexandria/ui/{dialogs/about_dialog.rb → about_dialog.rb} +1 -1
- data/lib/alexandria/ui/{dialogs/acquire_dialog.rb → acquire_dialog.rb} +66 -65
- data/lib/alexandria/ui/{dialogs/alert_dialog.rb → alert_dialog.rb} +1 -16
- data/lib/alexandria/ui/{dialogs/bad_isbns_dialog.rb → bad_isbns_dialog.rb} +0 -0
- data/lib/alexandria/ui/{dialogs/barcode_animation.rb → barcode_animation.rb} +7 -7
- data/lib/alexandria/ui/{dialogs/book_properties_dialog.rb → book_properties_dialog.rb} +25 -37
- data/lib/alexandria/ui/{dialogs/book_properties_dialog_base.rb → book_properties_dialog_base.rb} +38 -37
- data/lib/alexandria/ui/builder_base.rb +1 -1
- data/lib/alexandria/ui/callbacks.rb +95 -91
- data/lib/alexandria/ui/completion_models.rb +7 -21
- data/lib/alexandria/ui/confirm_erase_dialog.rb +33 -0
- data/lib/alexandria/ui/conflict_while_copying_dialog.rb +34 -0
- data/lib/alexandria/ui/dndable.rb +7 -7
- data/lib/alexandria/ui/error_dialog.rb +25 -0
- data/lib/alexandria/ui/{dialogs/export_dialog.rb → export_dialog.rb} +22 -42
- data/lib/alexandria/ui/icons.rb +6 -6
- data/lib/alexandria/ui/iconview.rb +7 -7
- data/lib/alexandria/ui/iconview_tooltips.rb +6 -6
- data/lib/alexandria/ui/{dialogs/import_dialog.rb → import_dialog.rb} +14 -32
- data/lib/alexandria/ui/init.rb +16 -29
- data/lib/alexandria/ui/{dialogs/keep_bad_isbn_dialog.rb → keep_bad_isbn_dialog.rb} +6 -4
- data/lib/alexandria/ui/libraries_combo.rb +7 -7
- data/lib/alexandria/ui/listview.rb +40 -40
- data/lib/alexandria/ui/main_app.rb +22 -24
- data/lib/alexandria/ui/misc_dialogs.rb +10 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +4 -4
- data/lib/alexandria/ui/{dialogs/new_book_dialog.rb → new_book_dialog.rb} +46 -45
- data/lib/alexandria/ui/{dialogs/new_book_dialog_manual.rb → new_book_dialog_manual.rb} +20 -19
- data/lib/alexandria/ui/new_provider_dialog.rb +99 -0
- data/lib/alexandria/ui/{dialogs/new_smart_library_dialog.rb → new_smart_library_dialog.rb} +4 -4
- data/lib/alexandria/ui/{dialogs/preferences_dialog.rb → preferences_dialog.rb} +44 -235
- data/lib/alexandria/ui/provider_preferences_base_dialog.rb +90 -0
- data/lib/alexandria/ui/provider_preferences_dialog.rb +35 -0
- data/lib/alexandria/ui/{dialogs/misc_dialogs.rb → really_delete_dialog.rb} +6 -27
- data/lib/alexandria/ui/{sidepane.rb → sidepane_manager.rb} +27 -25
- data/lib/alexandria/ui/skip_entry_dialog.rb +32 -0
- data/lib/alexandria/ui/{dialogs/smart_library_properties_dialog.rb → smart_library_properties_dialog.rb} +2 -2
- data/lib/alexandria/ui/{dialogs/smart_library_properties_dialog_base.rb → smart_library_properties_dialog_base.rb} +30 -30
- data/lib/alexandria/ui/sound.rb +8 -8
- data/lib/alexandria/ui/ui_manager.rb +136 -135
- data/lib/alexandria/version.rb +4 -19
- data/lib/alexandria/web_themes.rb +8 -8
- data/po/cs.po +97 -97
- data/po/cy.po +97 -97
- data/po/de.po +97 -97
- data/po/el.po +97 -97
- data/po/es.po +97 -97
- data/po/fr.po +97 -97
- data/po/ga.po +97 -97
- data/po/gl.po +97 -97
- data/po/it.po +97 -97
- data/po/ja.po +97 -97
- data/po/mk.po +97 -97
- data/po/nb.po +97 -97
- data/po/nl.po +97 -97
- data/po/pl.po +97 -97
- data/po/pt.po +97 -97
- data/po/pt_BR.po +97 -97
- data/po/ru.po +97 -97
- data/po/sk.po +97 -97
- data/po/sv.po +97 -97
- data/po/uk.po +97 -97
- data/po/zh_TW.po +97 -97
- data/schemas/alexandria.schemas +24 -2
- data/spec/alexandria/book_providers_spec.rb +65 -82
- data/spec/alexandria/book_spec.rb +12 -10
- data/spec/alexandria/console_spec.rb +9 -9
- data/spec/alexandria/export_library_spec.rb +31 -31
- data/spec/alexandria/library_spec.rb +86 -86
- data/spec/alexandria/library_store_spec.rb +8 -8
- data/spec/alexandria/preferences_spec.rb +18 -17
- data/spec/alexandria/scanners/cue_cat_spec.rb +52 -0
- data/spec/alexandria/smart_library_spec.rb +15 -15
- data/spec/alexandria/ui/about_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/acquire_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/alert_dialog_spec.rb +16 -0
- data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/book_properties_dialog_spec.rb +17 -0
- data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +16 -0
- data/spec/alexandria/ui/error_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/export_dialog_spec.rb +15 -0
- data/spec/alexandria/ui/iconview_spec.rb +7 -21
- data/spec/alexandria/ui/import_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +17 -0
- data/spec/alexandria/ui/main_app_spec.rb +6 -6
- data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +15 -0
- data/spec/alexandria/ui/{dialogs/new_book_dialog_spec.rb → new_book_dialog_spec.rb} +4 -4
- data/spec/alexandria/ui/new_provider_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/preferences_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +19 -0
- data/spec/alexandria/ui/really_delete_dialog_spec.rb +15 -0
- data/spec/alexandria/ui/sidepane_manager_spec.rb +15 -0
- data/spec/alexandria/ui/skip_entry_dialog_spec.rb +14 -0
- data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +18 -0
- data/spec/alexandria/ui/sound_spec.rb +2 -2
- data/spec/alexandria/ui/ui_manager_spec.rb +6 -20
- data/spec/alexandria/ui/ui_utilities_spec.rb +9 -9
- data/spec/alexandria/utilities_spec.rb +6 -6
- data/spec/end_to_end/basic_run_spec.rb +24 -36
- data/spec/spec_helper.rb +9 -9
- data/tasks/dogtail.rake +1 -1
- data/tasks/setup.rb +2 -2
- data/tasks/spec.rake +11 -11
- data/util/rake/fileinstall.rb +25 -25
- data/util/rake/gettextgenerate.rb +7 -7
- data/util/rake/omfgenerate.rb +7 -7
- metadata +59 -33
- data/spec/alexandria/scanners/cuecat_spec.rb +0 -67
- data/spec/alexandria/ui/dialogs_spec.rb +0 -162
- data/spec/alexandria/ui/sidepane_spec.rb +0 -29
data/po/pl.po
CHANGED
@@ -190,7 +190,7 @@ msgstr ""
|
|
190
190
|
"zaimportowane:"
|
191
191
|
|
192
192
|
#: ../lib/alexandria/ui/callbacks.rb:122
|
193
|
-
#: ../lib/alexandria/ui/
|
193
|
+
#: ../lib/alexandria/ui/export_dialog.rb:128
|
194
194
|
msgid "Export failed"
|
195
195
|
msgstr "Eksport nie powiódł się"
|
196
196
|
|
@@ -471,144 +471,144 @@ msgstr "Według _ocen"
|
|
471
471
|
msgid "At _%s"
|
472
472
|
msgstr "W _%s"
|
473
473
|
|
474
|
-
#: ../lib/alexandria/ui/
|
474
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:395
|
475
475
|
msgid "There was %d duplicate"
|
476
476
|
msgid_plural "There were %d duplicates"
|
477
477
|
msgstr[0] "Jest %d duplikat"
|
478
478
|
msgstr[1] "Są %d duplikaty"
|
479
479
|
msgstr[2] "Jest %d duplikatów"
|
480
480
|
|
481
|
-
#: ../lib/alexandria/ui/
|
481
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:398
|
482
482
|
msgid "Couldn't add this book"
|
483
483
|
msgid_plural "Couldn't add these books"
|
484
484
|
msgstr[0] "Nie można dodać tej książki"
|
485
485
|
msgstr[1] "Nie można dodać tych książek"
|
486
486
|
msgstr[2] "Nie można dodać tych książek"
|
487
487
|
|
488
|
-
#: ../lib/alexandria/ui/
|
489
|
-
#: ../lib/alexandria/ui/
|
488
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:477
|
489
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:555
|
490
490
|
msgid "Searching Provider '%s'..."
|
491
491
|
msgstr "Wyszukiwanie dostawcy \"%s\"..."
|
492
492
|
|
493
|
-
#: ../lib/alexandria/ui/
|
494
|
-
#: ../lib/alexandria/ui/
|
493
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:478
|
494
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:556
|
495
495
|
msgid "Error while Searching Provider '%s'"
|
496
496
|
msgstr "Błąd podczas wyszukiwania dostawcy \"%s\""
|
497
497
|
|
498
|
-
#: ../lib/alexandria/ui/
|
499
|
-
#: ../lib/alexandria/ui/
|
498
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:479
|
499
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:557
|
500
500
|
msgid "Not Found at Provider '%s'"
|
501
501
|
msgstr "Nie znaleziono u dostawcy \"%s\""
|
502
502
|
|
503
|
-
#: ../lib/alexandria/ui/
|
504
|
-
#: ../lib/alexandria/ui/
|
503
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:480
|
504
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:558
|
505
505
|
msgid "Found at Provider '%s'"
|
506
506
|
msgstr "Znaleziono u dostawcy \"%s\""
|
507
507
|
|
508
|
-
#: ../lib/alexandria/ui/
|
508
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:610
|
509
509
|
msgid "Ready to use %s barcode scanner"
|
510
510
|
msgstr "Skaner kodów kreskowych %s jest gotowy do użycia"
|
511
511
|
|
512
|
-
#: ../lib/alexandria/ui/
|
512
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:625
|
513
513
|
#: ../data/alexandria/glade/acquire_dialog.glade:26
|
514
514
|
msgid "_Barcode Scanner Ready"
|
515
515
|
msgstr "Czytnik _kodów kreskowych jest gotowy"
|
516
516
|
|
517
|
-
#: ../lib/alexandria/ui/
|
517
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:640
|
518
518
|
msgid "Click below to scan _barcodes"
|
519
519
|
msgstr "Proszę nacisnąć poniżej, aby zeskanować _kody kreskowe"
|
520
520
|
|
521
|
-
#: ../lib/alexandria/ui/
|
521
|
+
#: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
|
522
522
|
msgid "There's a problem"
|
523
523
|
msgstr "Wystąpił problem"
|
524
524
|
|
525
|
-
#: ../lib/alexandria/ui/
|
525
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
|
526
526
|
msgid "New Smart Library"
|
527
527
|
msgstr "Nowa automatyczna biblioteka"
|
528
528
|
|
529
|
-
#: ../lib/alexandria/ui/
|
529
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
|
530
530
|
msgid "Smart Library"
|
531
531
|
msgstr "Automatyczna biblioteka"
|
532
532
|
|
533
|
-
#: ../lib/alexandria/ui/
|
533
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:106
|
534
534
|
msgid "Preferences for %s"
|
535
535
|
msgstr "Preferencje programu %s"
|
536
536
|
|
537
|
-
#: ../lib/alexandria/ui/
|
537
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:131
|
538
538
|
msgid "New Provider"
|
539
539
|
msgstr "Nowy dostawca"
|
540
540
|
|
541
|
-
#: ../lib/alexandria/ui/
|
541
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:146
|
542
542
|
msgid "_Name:"
|
543
543
|
msgstr "_Nazwa:"
|
544
544
|
|
545
|
-
#: ../lib/alexandria/ui/
|
545
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:158
|
546
546
|
msgid "_Type:"
|
547
547
|
msgstr "_Typ:"
|
548
548
|
|
549
|
-
#: ../lib/alexandria/ui/
|
550
|
-
#: ../lib/alexandria/ui/
|
551
|
-
#: ../lib/alexandria/ui/
|
549
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:316
|
550
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
551
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
552
552
|
msgid "Disable Provider"
|
553
553
|
msgstr "Wyłączenie dostawcy"
|
554
554
|
|
555
|
-
#: ../lib/alexandria/ui/
|
556
|
-
#: ../lib/alexandria/ui/
|
555
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
556
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
557
557
|
msgid "Enable Provider"
|
558
558
|
msgstr "Włączenie dostawcy"
|
559
559
|
|
560
|
-
#: ../lib/alexandria/ui/
|
560
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:423
|
561
561
|
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
562
562
|
msgstr "Na pewno trwale usunąć dostawcę \"%s\"?"
|
563
563
|
|
564
|
-
#: ../lib/alexandria/ui/
|
564
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:431
|
565
565
|
msgid ""
|
566
566
|
"If you continue, the provider and all of its preferences will be permanently "
|
567
567
|
"deleted."
|
568
568
|
msgstr ""
|
569
569
|
"Kontynuując dostawca i wszystkie jego preferencje zostaną trwale usunięte."
|
570
570
|
|
571
|
-
#: ../lib/alexandria/ui/
|
571
|
+
#: ../lib/alexandria/ui/import_dialog.rb:36
|
572
572
|
msgid "Error while importing"
|
573
573
|
msgstr "Błąd podczas importowania"
|
574
574
|
|
575
|
-
#: ../lib/alexandria/ui/
|
575
|
+
#: ../lib/alexandria/ui/import_dialog.rb:39
|
576
576
|
msgid "_Continue"
|
577
577
|
msgstr "_Kontynuuj"
|
578
578
|
|
579
|
-
#: ../lib/alexandria/ui/
|
579
|
+
#: ../lib/alexandria/ui/import_dialog.rb:64
|
580
580
|
msgid "Import a Library"
|
581
581
|
msgstr "Zaimportuj bibliotekę"
|
582
582
|
|
583
|
-
#: ../lib/alexandria/ui/
|
583
|
+
#: ../lib/alexandria/ui/import_dialog.rb:71
|
584
584
|
msgid "_Import"
|
585
585
|
msgstr "Za_importuj"
|
586
586
|
|
587
|
-
#: ../lib/alexandria/ui/
|
587
|
+
#: ../lib/alexandria/ui/import_dialog.rb:188
|
588
588
|
msgid "Couldn't import the library"
|
589
589
|
msgstr "Nie można zaimportować biblioteki"
|
590
590
|
|
591
|
-
#: ../lib/alexandria/ui/
|
591
|
+
#: ../lib/alexandria/ui/import_dialog.rb:189
|
592
592
|
msgid ""
|
593
593
|
"The format of the file you provided is unknown. Please retry with another "
|
594
594
|
"file."
|
595
595
|
msgstr ""
|
596
596
|
"Nieznany format podanego pliku. Proszę spróbować ponownie z innym plikiem."
|
597
597
|
|
598
|
-
#: ../lib/alexandria/ui/
|
599
|
-
#: ../lib/alexandria/ui/
|
598
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
|
599
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
|
600
600
|
msgid "Properties for '%s'"
|
601
601
|
msgstr "Właściwości \"%s\""
|
602
602
|
|
603
|
-
#: ../lib/alexandria/ui/
|
603
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
|
604
604
|
msgid "Empty or conflictive condition"
|
605
605
|
msgstr "Pusty lub konfliktowy warunek"
|
606
606
|
|
607
|
-
#: ../lib/alexandria/ui/
|
607
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
|
608
608
|
msgid "_Save However"
|
609
609
|
msgstr "Zapi_sz mimo to"
|
610
610
|
|
611
|
-
#: ../lib/alexandria/ui/
|
611
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
|
612
612
|
msgid ""
|
613
613
|
"This smart library contains one or more conditions which are empty or "
|
614
614
|
"conflict with each other. This is likely to result in never matching a book. "
|
@@ -618,38 +618,38 @@ msgstr ""
|
|
618
618
|
"lub są w konflikcie ze sobą. Prawdopodobnie z tego powodu żadna książka nie "
|
619
619
|
"pasuje. Na pewno zapisać tę bibliotekę?"
|
620
620
|
|
621
|
-
#: ../lib/alexandria/ui/
|
621
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
|
622
622
|
msgid "Match"
|
623
623
|
msgstr "Zgadzają się"
|
624
624
|
|
625
|
-
#: ../lib/alexandria/ui/
|
625
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
626
626
|
msgid "all"
|
627
627
|
msgstr "wszystkie"
|
628
628
|
|
629
|
-
#: ../lib/alexandria/ui/
|
629
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
630
630
|
msgid "any"
|
631
631
|
msgstr "dowolne"
|
632
632
|
|
633
|
-
#: ../lib/alexandria/ui/
|
633
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
|
634
634
|
msgid "of the following rules:"
|
635
635
|
msgstr "jedna z poniższych reguł:"
|
636
636
|
|
637
|
-
#: ../lib/alexandria/ui/
|
637
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
|
638
638
|
msgid "Match the following rule:"
|
639
639
|
msgstr "Następująca reguła musi się zgadzać:"
|
640
640
|
|
641
|
-
#: ../lib/alexandria/ui/
|
642
|
-
#: ../lib/alexandria/ui/
|
641
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:114
|
642
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:123
|
643
643
|
msgid "Couldn't modify the book"
|
644
644
|
msgstr "Nie można zmodyfikować książki"
|
645
645
|
|
646
|
-
#: ../lib/alexandria/ui/
|
647
|
-
#: ../lib/alexandria/ui/
|
646
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:115
|
647
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
|
648
648
|
msgid "The EAN/ISBN you provided is already used in this library."
|
649
649
|
msgstr "Podany numer EAN/ISBN jest już użyty w tej bibliotece."
|
650
650
|
|
651
|
-
#: ../lib/alexandria/ui/
|
652
|
-
#: ../lib/alexandria/ui/
|
651
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:124
|
652
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
|
653
653
|
msgid ""
|
654
654
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
655
655
|
"correcty, and try again."
|
@@ -657,96 +657,96 @@ msgstr ""
|
|
657
657
|
"Nie można sprawdzić podanego numeru EAN/ISBN. Proszę upewnić się, że numer "
|
658
658
|
"został poprawnie wpisany i spróbować ponownie."
|
659
659
|
|
660
|
-
#: ../lib/alexandria/ui/
|
660
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
|
661
661
|
msgid "Properties"
|
662
662
|
msgstr "Właściwości"
|
663
663
|
|
664
|
-
#: ../lib/alexandria/ui/
|
664
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
|
665
665
|
msgid "Author"
|
666
666
|
msgstr "Autor"
|
667
667
|
|
668
|
-
#: ../lib/alexandria/ui/
|
668
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
|
669
669
|
msgid "Select a cover image"
|
670
670
|
msgstr "Wybierz okładkę"
|
671
671
|
|
672
|
-
#: ../lib/alexandria/ui/
|
672
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
|
673
673
|
msgid "No Cover"
|
674
674
|
msgstr "Brak okładki"
|
675
675
|
|
676
|
-
#: ../lib/alexandria/ui/
|
676
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
|
677
677
|
msgid "%d day"
|
678
678
|
msgid_plural "%d days"
|
679
679
|
msgstr[0] "%d dzień"
|
680
680
|
msgstr[1] "%d dni"
|
681
681
|
msgstr[2] "%d dni"
|
682
682
|
|
683
|
-
#: ../lib/alexandria/ui/
|
683
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
|
684
684
|
msgid "Adding '%s'"
|
685
685
|
msgstr "Dodawanie \"%s\""
|
686
686
|
|
687
|
-
#: ../lib/alexandria/ui/
|
687
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
|
688
688
|
#: ../data/alexandria/glade/new_book_dialog.glade:8
|
689
689
|
msgid "Adding a Book"
|
690
690
|
msgstr "Dodawanie książki"
|
691
691
|
|
692
|
-
#: ../lib/alexandria/ui/
|
692
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
|
693
693
|
msgid "A title must be provided."
|
694
694
|
msgstr "Tytuł musi zostać podany."
|
695
695
|
|
696
|
-
#: ../lib/alexandria/ui/
|
696
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
|
697
697
|
msgid "A publisher must be provided."
|
698
698
|
msgstr "Wydawca musi zostać podany."
|
699
699
|
|
700
|
-
#: ../lib/alexandria/ui/
|
700
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
|
701
701
|
msgid "A binding must be provided."
|
702
702
|
msgstr "Oprawa musi zostać podana."
|
703
703
|
|
704
|
-
#: ../lib/alexandria/ui/
|
704
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
|
705
705
|
msgid "At least one author must be provided."
|
706
706
|
msgstr "Należy podać co najmniej jednego autora."
|
707
707
|
|
708
|
-
#: ../lib/alexandria/ui/
|
709
|
-
#: ../lib/alexandria/ui/
|
708
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
|
709
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:523
|
710
710
|
msgid "Couldn't add the book"
|
711
711
|
msgstr "Nie można dodać książki"
|
712
712
|
|
713
|
-
#: ../lib/alexandria/ui/
|
713
|
+
#: ../lib/alexandria/ui/export_dialog.rb:25
|
714
714
|
msgid "File already exists"
|
715
715
|
msgstr "Plik już istnieje"
|
716
716
|
|
717
|
-
#: ../lib/alexandria/ui/
|
718
|
-
#: ../lib/alexandria/ui/
|
717
|
+
#: ../lib/alexandria/ui/export_dialog.rb:28
|
718
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:30
|
719
719
|
msgid "_Replace"
|
720
720
|
msgstr "_Zastąp"
|
721
721
|
|
722
|
-
#: ../lib/alexandria/ui/
|
722
|
+
#: ../lib/alexandria/ui/export_dialog.rb:29
|
723
723
|
msgid ""
|
724
724
|
"A file named '%s' already exists. Do you want to replace it with the one "
|
725
725
|
"you are generating?"
|
726
726
|
msgstr ""
|
727
727
|
"Plik o nazwie \"%s\" już istnieje. Zastąpić go nowo utworzonym plikiem?"
|
728
728
|
|
729
|
-
#: ../lib/alexandria/ui/
|
729
|
+
#: ../lib/alexandria/ui/export_dialog.rb:52
|
730
730
|
msgid "Export '%s'"
|
731
731
|
msgstr "Wyeksportuj \"%s\""
|
732
732
|
|
733
|
-
#: ../lib/alexandria/ui/
|
733
|
+
#: ../lib/alexandria/ui/export_dialog.rb:58
|
734
734
|
msgid "_Export"
|
735
735
|
msgstr "Wy_eksportuj"
|
736
736
|
|
737
|
-
#: ../lib/alexandria/ui/
|
737
|
+
#: ../lib/alexandria/ui/export_dialog.rb:77
|
738
738
|
msgid "_Theme:"
|
739
739
|
msgstr "Mo_tyw:"
|
740
740
|
|
741
|
-
#: ../lib/alexandria/ui/
|
741
|
+
#: ../lib/alexandria/ui/export_dialog.rb:87
|
742
742
|
msgid "directory"
|
743
743
|
msgstr "katalog"
|
744
744
|
|
745
|
-
#: ../lib/alexandria/ui/
|
745
|
+
#: ../lib/alexandria/ui/export_dialog.rb:100
|
746
746
|
msgid "Export for_mat:"
|
747
747
|
msgstr "For_mat eksportu:"
|
748
748
|
|
749
|
-
#: ../lib/alexandria/ui/
|
749
|
+
#: ../lib/alexandria/ui/export_dialog.rb:155
|
750
750
|
msgid ""
|
751
751
|
"The target, named '%s', is a regular file. A directory is needed for this "
|
752
752
|
"operation. Please select a directory and try again."
|
@@ -754,19 +754,19 @@ msgstr ""
|
|
754
754
|
"Docelowy plik \"%s\" jest zwykłym plikiem. Do tej operacji wymagany jest "
|
755
755
|
"katalog. Proszę go wybrać i spróbować ponownie."
|
756
756
|
|
757
|
-
#: ../lib/alexandria/ui/
|
757
|
+
#: ../lib/alexandria/ui/export_dialog.rb:159
|
758
758
|
msgid "Not a directory"
|
759
759
|
msgstr "To nie jest katalog"
|
760
760
|
|
761
|
-
#: ../lib/alexandria/ui/
|
761
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:32
|
762
762
|
msgid "Invalid ISBN '%s'"
|
763
763
|
msgstr "Nieprawidłowy ISBN \"%s\""
|
764
764
|
|
765
|
-
#: ../lib/alexandria/ui/
|
765
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:35
|
766
766
|
msgid "_Keep"
|
767
767
|
msgstr "_Zatrzymaj"
|
768
768
|
|
769
|
-
#: ../lib/alexandria/ui/
|
769
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:36
|
770
770
|
msgid ""
|
771
771
|
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
772
772
|
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
@@ -776,19 +776,19 @@ msgstr ""
|
|
776
776
|
"istnieje w bibliotece dostawcy. Zatrzymać książkę zmieniając ISBN, czy "
|
777
777
|
"anulować dodawanie?"
|
778
778
|
|
779
|
-
#: ../lib/alexandria/ui/
|
779
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:182
|
780
780
|
msgid "A problem occurred while downloading images"
|
781
781
|
msgstr "Wystąpił problem podczas pobierania obrazów"
|
782
782
|
|
783
|
-
#: ../lib/alexandria/ui/
|
783
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:304
|
784
784
|
msgid "Unable to find matches for your search"
|
785
785
|
msgstr "Nie można znaleźć wyników odpowiadających kryteriom"
|
786
786
|
|
787
|
-
#: ../lib/alexandria/ui/
|
787
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:310
|
788
788
|
msgid "%s, by %s"
|
789
789
|
msgstr "%s, przez %s"
|
790
790
|
|
791
|
-
#: ../lib/alexandria/ui/
|
791
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:383
|
792
792
|
msgid ""
|
793
793
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
794
794
|
"correctly, and try again."
|
@@ -796,72 +796,72 @@ msgstr ""
|
|
796
796
|
"Nie można sprawdzić podanego numeru EAN/ISBN. Proszę upewnić się, że numer "
|
797
797
|
"został poprawnie wpisany i spróbować ponownie."
|
798
798
|
|
799
|
-
#: ../lib/alexandria/ui/
|
799
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:630
|
800
800
|
msgid "'%s' already exists in '%s' (titled '%s')."
|
801
801
|
msgstr "\"%s\" już istnieje w \"%s\" (o tytule \"%s\")."
|
802
802
|
|
803
|
-
#: ../lib/alexandria/ui/
|
803
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:26
|
804
804
|
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
805
805
|
msgstr "Książka \"%s\" istnieje już w bibliotece \"%s\". Zastąpić ją?"
|
806
806
|
|
807
|
-
#: ../lib/alexandria/ui/
|
807
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:29
|
808
808
|
msgid "_Skip"
|
809
809
|
msgstr "_Pomiń"
|
810
810
|
|
811
|
-
#: ../lib/alexandria/ui/
|
811
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:31
|
812
812
|
msgid "If you replace the existing book, its contents will be overwritten."
|
813
813
|
msgstr ""
|
814
814
|
"Jeśli istniejąca książka zostanie zastąpiona, jej zawartość zostanie "
|
815
815
|
"nadpisana."
|
816
816
|
|
817
|
-
#: ../lib/alexandria/ui/
|
817
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:50
|
818
818
|
msgid "Are you sure you want to delete '%s'?"
|
819
819
|
msgstr "Na pewno usunąć \"%s\"?"
|
820
820
|
|
821
|
-
#: ../lib/alexandria/ui/
|
821
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:58
|
822
822
|
msgid "If you continue, %d book will be deleted."
|
823
823
|
msgid_plural "If you continue, %d books will be deleted."
|
824
824
|
msgstr[0] "Kontynuując, %d książka zostanie usunięta."
|
825
825
|
msgstr[1] "Kontynuując, %d książki zostaną usunięte."
|
826
826
|
msgstr[2] "Kontynuując, %d książek zostanie usuniętych."
|
827
827
|
|
828
|
-
#: ../lib/alexandria/ui/
|
828
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:63
|
829
829
|
msgid "Are you sure you want to delete '%s' from '%s'?"
|
830
830
|
msgstr "Na pewno usunąć \"%s\"' z \"%s\"?"
|
831
831
|
|
832
|
-
#: ../lib/alexandria/ui/
|
832
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:66
|
833
833
|
msgid "Are you sure you want to delete the selected books from '%s'?"
|
834
834
|
msgstr "Na pewno usunąć wybrane książki z \"%s\"?"
|
835
835
|
|
836
|
-
#: ../lib/alexandria/ui/
|
836
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:49
|
837
837
|
msgid "Invalid library name '%s'"
|
838
838
|
msgstr "Nieprawidłowa nazwa biblioteki \"%s\""
|
839
839
|
|
840
|
-
#: ../lib/alexandria/ui/
|
840
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:50
|
841
841
|
msgid "The name provided contains the disallowed character <b>%s</b> "
|
842
842
|
msgstr "Podana nazwa zawiera niedozwolony znak <b>%s</b> "
|
843
843
|
|
844
|
-
#: ../lib/alexandria/ui/
|
844
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:53
|
845
845
|
msgid "Invalid library name"
|
846
846
|
msgstr "Nieprawidłowa nazwa biblioteki"
|
847
847
|
|
848
|
-
#: ../lib/alexandria/ui/
|
848
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:54
|
849
849
|
msgid "The name provided contains invalid characters."
|
850
850
|
msgstr "Podana nazwa zawiera nieprawidłowe znaki."
|
851
851
|
|
852
|
-
#: ../lib/alexandria/ui/
|
852
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:60
|
853
853
|
msgid "The library name can not be empty"
|
854
854
|
msgstr "Nazwa biblioteki nie może być pusta"
|
855
855
|
|
856
|
-
#: ../lib/alexandria/ui/
|
856
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:65
|
857
857
|
msgid "The library can not be renamed"
|
858
858
|
msgstr "Nazwa biblioteki nie może zostać zmieniona"
|
859
859
|
|
860
|
-
#: ../lib/alexandria/ui/
|
860
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:66
|
861
861
|
msgid "There is already a library named '%s'. Please choose a different name."
|
862
862
|
msgstr "Istnieje już biblioteka o nazwie \"%s\". Proszę wybrać inną nazwę."
|
863
863
|
|
864
|
-
#: ../lib/alexandria/ui/
|
864
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:92
|
865
865
|
msgid "Library"
|
866
866
|
msgstr "Biblioteka"
|
867
867
|
|