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/sk.po
CHANGED
@@ -184,7 +184,7 @@ msgid "The following lines are not valid ISBNs and were not imported:"
|
|
184
184
|
msgstr "Nasledujúce riadky nie sú platné ISBN a neboli importované:"
|
185
185
|
|
186
186
|
#: ../lib/alexandria/ui/callbacks.rb:122
|
187
|
-
#: ../lib/alexandria/ui/
|
187
|
+
#: ../lib/alexandria/ui/export_dialog.rb:128
|
188
188
|
msgid "Export failed"
|
189
189
|
msgstr "Export zlyhal"
|
190
190
|
|
@@ -464,99 +464,99 @@ msgstr "Podľa hodnotenia"
|
|
464
464
|
msgid "At _%s"
|
465
465
|
msgstr "V _%s"
|
466
466
|
|
467
|
-
#: ../lib/alexandria/ui/
|
467
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:395
|
468
468
|
msgid "There was %d duplicate"
|
469
469
|
msgid_plural "There were %d duplicates"
|
470
470
|
msgstr[0] "Našiel sa %d duplikát"
|
471
471
|
msgstr[1] "Našli sa %d duplikáty"
|
472
472
|
msgstr[2] "Našlo sa %d duplikátov"
|
473
473
|
|
474
|
-
#: ../lib/alexandria/ui/
|
474
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:398
|
475
475
|
msgid "Couldn't add this book"
|
476
476
|
msgid_plural "Couldn't add these books"
|
477
477
|
msgstr[0] "Nemožno pridať túto knihu"
|
478
478
|
msgstr[1] "Nemožno pridať tieto knihy"
|
479
479
|
msgstr[2] "Nemožno pridať tieto knihy"
|
480
480
|
|
481
|
-
#: ../lib/alexandria/ui/
|
482
|
-
#: ../lib/alexandria/ui/
|
481
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:477
|
482
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:555
|
483
483
|
msgid "Searching Provider '%s'..."
|
484
484
|
msgstr "Hľadám poskytovateľa '%s'..."
|
485
485
|
|
486
|
-
#: ../lib/alexandria/ui/
|
487
|
-
#: ../lib/alexandria/ui/
|
486
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:478
|
487
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:556
|
488
488
|
msgid "Error while Searching Provider '%s'"
|
489
489
|
msgstr "Chyba pri hľadaní poskytovateľa '%s'"
|
490
490
|
|
491
|
-
#: ../lib/alexandria/ui/
|
492
|
-
#: ../lib/alexandria/ui/
|
491
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:479
|
492
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:557
|
493
493
|
msgid "Not Found at Provider '%s'"
|
494
494
|
msgstr "Nenájdené poskytovateľom '%s'"
|
495
495
|
|
496
|
-
#: ../lib/alexandria/ui/
|
497
|
-
#: ../lib/alexandria/ui/
|
496
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:480
|
497
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:558
|
498
498
|
msgid "Found at Provider '%s'"
|
499
499
|
msgstr "Nájdené poskytovateľom '%s'"
|
500
500
|
|
501
|
-
#: ../lib/alexandria/ui/
|
501
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:610
|
502
502
|
msgid "Ready to use %s barcode scanner"
|
503
503
|
msgstr "Pripravené použiť čítačku čiarových kódov '%s'"
|
504
504
|
|
505
|
-
#: ../lib/alexandria/ui/
|
505
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:625
|
506
506
|
#: ../data/alexandria/glade/acquire_dialog.glade:26
|
507
507
|
msgid "_Barcode Scanner Ready"
|
508
508
|
msgstr "Čí_tačka čiarových kódov pripravená"
|
509
509
|
|
510
|
-
#: ../lib/alexandria/ui/
|
510
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:640
|
511
511
|
msgid "Click below to scan _barcodes"
|
512
512
|
msgstr "Kliknite nižšie k zoskenovaniu č_iarových kódov"
|
513
513
|
|
514
|
-
#: ../lib/alexandria/ui/
|
514
|
+
#: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
|
515
515
|
msgid "There's a problem"
|
516
516
|
msgstr "Je tu problém"
|
517
517
|
|
518
|
-
#: ../lib/alexandria/ui/
|
518
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
|
519
519
|
msgid "New Smart Library"
|
520
520
|
msgstr "Nová inteligentná knižnica"
|
521
521
|
|
522
|
-
#: ../lib/alexandria/ui/
|
522
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
|
523
523
|
msgid "Smart Library"
|
524
524
|
msgstr "Inteligentná knižnica"
|
525
525
|
|
526
|
-
#: ../lib/alexandria/ui/
|
526
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:106
|
527
527
|
msgid "Preferences for %s"
|
528
528
|
msgstr "Nastavenie pre %s"
|
529
529
|
|
530
|
-
#: ../lib/alexandria/ui/
|
530
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:131
|
531
531
|
msgid "New Provider"
|
532
532
|
msgstr "Nový poskytovateľ"
|
533
533
|
|
534
|
-
#: ../lib/alexandria/ui/
|
534
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:146
|
535
535
|
msgid "_Name:"
|
536
536
|
msgstr "_Názov:"
|
537
537
|
|
538
|
-
#: ../lib/alexandria/ui/
|
538
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:158
|
539
539
|
msgid "_Type:"
|
540
540
|
msgstr "_Typ:"
|
541
541
|
|
542
|
-
#: ../lib/alexandria/ui/
|
543
|
-
#: ../lib/alexandria/ui/
|
544
|
-
#: ../lib/alexandria/ui/
|
542
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:316
|
543
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
544
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
545
545
|
#, fuzzy
|
546
546
|
msgid "Disable Provider"
|
547
547
|
msgstr "Nový poskytovateľ"
|
548
548
|
|
549
|
-
#: ../lib/alexandria/ui/
|
550
|
-
#: ../lib/alexandria/ui/
|
549
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
550
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
551
551
|
#, fuzzy
|
552
552
|
msgid "Enable Provider"
|
553
553
|
msgstr "Nový poskytovateľ"
|
554
554
|
|
555
|
-
#: ../lib/alexandria/ui/
|
555
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:423
|
556
556
|
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
557
557
|
msgstr "Ste si istí, že chcete natrvalo odstrániť poskytovateľa '%s'?"
|
558
558
|
|
559
|
-
#: ../lib/alexandria/ui/
|
559
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:431
|
560
560
|
msgid ""
|
561
561
|
"If you continue, the provider and all of its preferences will be permanently "
|
562
562
|
"deleted."
|
@@ -564,47 +564,47 @@ msgstr ""
|
|
564
564
|
"Ak budete pokračovať, poskytovateľ a všetky jeho nastavenia budú trvalo "
|
565
565
|
"zmazané."
|
566
566
|
|
567
|
-
#: ../lib/alexandria/ui/
|
567
|
+
#: ../lib/alexandria/ui/import_dialog.rb:36
|
568
568
|
msgid "Error while importing"
|
569
569
|
msgstr "Chyba pri importovaní"
|
570
570
|
|
571
|
-
#: ../lib/alexandria/ui/
|
571
|
+
#: ../lib/alexandria/ui/import_dialog.rb:39
|
572
572
|
msgid "_Continue"
|
573
573
|
msgstr "Pokračovať"
|
574
574
|
|
575
|
-
#: ../lib/alexandria/ui/
|
575
|
+
#: ../lib/alexandria/ui/import_dialog.rb:64
|
576
576
|
msgid "Import a Library"
|
577
577
|
msgstr "Importovať knižnicu"
|
578
578
|
|
579
|
-
#: ../lib/alexandria/ui/
|
579
|
+
#: ../lib/alexandria/ui/import_dialog.rb:71
|
580
580
|
msgid "_Import"
|
581
581
|
msgstr "_Importovať"
|
582
582
|
|
583
|
-
#: ../lib/alexandria/ui/
|
583
|
+
#: ../lib/alexandria/ui/import_dialog.rb:188
|
584
584
|
msgid "Couldn't import the library"
|
585
585
|
msgstr "Nemožno importovať knižnicu"
|
586
586
|
|
587
|
-
#: ../lib/alexandria/ui/
|
587
|
+
#: ../lib/alexandria/ui/import_dialog.rb:189
|
588
588
|
msgid ""
|
589
589
|
"The format of the file you provided is unknown. Please retry with another "
|
590
590
|
"file."
|
591
591
|
msgstr ""
|
592
592
|
"Formátu zadaného súboru nie je známy. Prosím, skúste to znovu s iným súborom."
|
593
593
|
|
594
|
-
#: ../lib/alexandria/ui/
|
595
|
-
#: ../lib/alexandria/ui/
|
594
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
|
595
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
|
596
596
|
msgid "Properties for '%s'"
|
597
597
|
msgstr "Vlastnosti pre '%s'"
|
598
598
|
|
599
|
-
#: ../lib/alexandria/ui/
|
599
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
|
600
600
|
msgid "Empty or conflictive condition"
|
601
601
|
msgstr "Prázdna alebo konfliktná podmienka"
|
602
602
|
|
603
|
-
#: ../lib/alexandria/ui/
|
603
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
|
604
604
|
msgid "_Save However"
|
605
605
|
msgstr "Aj tak uložiť"
|
606
606
|
|
607
|
-
#: ../lib/alexandria/ui/
|
607
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
|
608
608
|
msgid ""
|
609
609
|
"This smart library contains one or more conditions which are empty or "
|
610
610
|
"conflict with each other. This is likely to result in never matching a book. "
|
@@ -614,38 +614,38 @@ msgstr ""
|
|
614
614
|
"prázdne alebo v konflikte s ostatnými. To môže spôsobiť, že nikdy nenájde "
|
615
615
|
"knihy. Ste si istí, že chcete uložiť túto knižnicu?"
|
616
616
|
|
617
|
-
#: ../lib/alexandria/ui/
|
617
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
|
618
618
|
msgid "Match"
|
619
619
|
msgstr "Nájsť podľa"
|
620
620
|
|
621
|
-
#: ../lib/alexandria/ui/
|
621
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
622
622
|
msgid "all"
|
623
623
|
msgstr "všetkých"
|
624
624
|
|
625
|
-
#: ../lib/alexandria/ui/
|
625
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
626
626
|
msgid "any"
|
627
627
|
msgstr "ľubovoľného"
|
628
628
|
|
629
|
-
#: ../lib/alexandria/ui/
|
629
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
|
630
630
|
msgid "of the following rules:"
|
631
631
|
msgstr "z nasledujúcich pravidiel:"
|
632
632
|
|
633
|
-
#: ../lib/alexandria/ui/
|
633
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
|
634
634
|
msgid "Match the following rule:"
|
635
635
|
msgstr "Hľadať knihy podľa nasledujúcich pravidiel:"
|
636
636
|
|
637
|
-
#: ../lib/alexandria/ui/
|
638
|
-
#: ../lib/alexandria/ui/
|
637
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:114
|
638
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:123
|
639
639
|
msgid "Couldn't modify the book"
|
640
640
|
msgstr "Nemožno upraviť knihu"
|
641
641
|
|
642
|
-
#: ../lib/alexandria/ui/
|
643
|
-
#: ../lib/alexandria/ui/
|
642
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:115
|
643
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
|
644
644
|
msgid "The EAN/ISBN you provided is already used in this library."
|
645
645
|
msgstr "Tento EAN / ISBN ste už v tejto knižnici zadali."
|
646
646
|
|
647
|
-
#: ../lib/alexandria/ui/
|
648
|
-
#: ../lib/alexandria/ui/
|
647
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:124
|
648
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
|
649
649
|
msgid ""
|
650
650
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
651
651
|
"correcty, and try again."
|
@@ -653,69 +653,69 @@ msgstr ""
|
|
653
653
|
"Neplatný EAN / ISBN kód. Uistite sa, že je napísaný korektne, a skúste to "
|
654
654
|
"znova."
|
655
655
|
|
656
|
-
#: ../lib/alexandria/ui/
|
656
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
|
657
657
|
msgid "Properties"
|
658
658
|
msgstr "Vlastnosti"
|
659
659
|
|
660
|
-
#: ../lib/alexandria/ui/
|
660
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
|
661
661
|
msgid "Author"
|
662
662
|
msgstr "Autor"
|
663
663
|
|
664
|
-
#: ../lib/alexandria/ui/
|
664
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
|
665
665
|
msgid "Select a cover image"
|
666
666
|
msgstr "Vyberte obálku"
|
667
667
|
|
668
|
-
#: ../lib/alexandria/ui/
|
668
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
|
669
669
|
msgid "No Cover"
|
670
670
|
msgstr "Bez obálky"
|
671
671
|
|
672
|
-
#: ../lib/alexandria/ui/
|
672
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
|
673
673
|
msgid "%d day"
|
674
674
|
msgid_plural "%d days"
|
675
675
|
msgstr[0] "%d deň"
|
676
676
|
msgstr[1] "%d dni"
|
677
677
|
msgstr[2] "%d dní"
|
678
678
|
|
679
|
-
#: ../lib/alexandria/ui/
|
679
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
|
680
680
|
msgid "Adding '%s'"
|
681
681
|
msgstr "Pridanie '%s'"
|
682
682
|
|
683
|
-
#: ../lib/alexandria/ui/
|
683
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
|
684
684
|
#: ../data/alexandria/glade/new_book_dialog.glade:8
|
685
685
|
msgid "Adding a Book"
|
686
686
|
msgstr "Pridanie knihy"
|
687
687
|
|
688
|
-
#: ../lib/alexandria/ui/
|
688
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
|
689
689
|
msgid "A title must be provided."
|
690
690
|
msgstr "Musíte zadať názov."
|
691
691
|
|
692
|
-
#: ../lib/alexandria/ui/
|
692
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
|
693
693
|
msgid "A publisher must be provided."
|
694
694
|
msgstr "Musíte zadať vydavateľa."
|
695
695
|
|
696
|
-
#: ../lib/alexandria/ui/
|
696
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
|
697
697
|
msgid "A binding must be provided."
|
698
698
|
msgstr "Musíte zadať väzbu."
|
699
699
|
|
700
|
-
#: ../lib/alexandria/ui/
|
700
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
|
701
701
|
msgid "At least one author must be provided."
|
702
702
|
msgstr "Musíte zadať aspoň jedného autora."
|
703
703
|
|
704
|
-
#: ../lib/alexandria/ui/
|
705
|
-
#: ../lib/alexandria/ui/
|
704
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
|
705
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:523
|
706
706
|
msgid "Couldn't add the book"
|
707
707
|
msgstr "Nemožno pridať knihu"
|
708
708
|
|
709
|
-
#: ../lib/alexandria/ui/
|
709
|
+
#: ../lib/alexandria/ui/export_dialog.rb:25
|
710
710
|
msgid "File already exists"
|
711
711
|
msgstr "Súbor už existuje"
|
712
712
|
|
713
|
-
#: ../lib/alexandria/ui/
|
714
|
-
#: ../lib/alexandria/ui/
|
713
|
+
#: ../lib/alexandria/ui/export_dialog.rb:28
|
714
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:30
|
715
715
|
msgid "_Replace"
|
716
716
|
msgstr "Nahradiť"
|
717
717
|
|
718
|
-
#: ../lib/alexandria/ui/
|
718
|
+
#: ../lib/alexandria/ui/export_dialog.rb:29
|
719
719
|
msgid ""
|
720
720
|
"A file named '%s' already exists. Do you want to replace it with the one "
|
721
721
|
"you are generating?"
|
@@ -723,27 +723,27 @@ msgstr ""
|
|
723
723
|
"Súbor pomenovaný '%s' už existuje. Prajete si ho nahradiť tým, ktorý práve "
|
724
724
|
"vytvárate?"
|
725
725
|
|
726
|
-
#: ../lib/alexandria/ui/
|
726
|
+
#: ../lib/alexandria/ui/export_dialog.rb:52
|
727
727
|
msgid "Export '%s'"
|
728
728
|
msgstr "Exportovať '%s'"
|
729
729
|
|
730
|
-
#: ../lib/alexandria/ui/
|
730
|
+
#: ../lib/alexandria/ui/export_dialog.rb:58
|
731
731
|
msgid "_Export"
|
732
732
|
msgstr "Exportovať"
|
733
733
|
|
734
|
-
#: ../lib/alexandria/ui/
|
734
|
+
#: ../lib/alexandria/ui/export_dialog.rb:77
|
735
735
|
msgid "_Theme:"
|
736
736
|
msgstr "_Téma:"
|
737
737
|
|
738
|
-
#: ../lib/alexandria/ui/
|
738
|
+
#: ../lib/alexandria/ui/export_dialog.rb:87
|
739
739
|
msgid "directory"
|
740
740
|
msgstr "priečinok"
|
741
741
|
|
742
|
-
#: ../lib/alexandria/ui/
|
742
|
+
#: ../lib/alexandria/ui/export_dialog.rb:100
|
743
743
|
msgid "Export for_mat:"
|
744
744
|
msgstr "Formát exportu:"
|
745
745
|
|
746
|
-
#: ../lib/alexandria/ui/
|
746
|
+
#: ../lib/alexandria/ui/export_dialog.rb:155
|
747
747
|
msgid ""
|
748
748
|
"The target, named '%s', is a regular file. A directory is needed for this "
|
749
749
|
"operation. Please select a directory and try again."
|
@@ -751,19 +751,19 @@ msgstr ""
|
|
751
751
|
"Cieľ, pomenovaný '%s', je súbor. Pre túto operáciu je potrebný priečinok. "
|
752
752
|
"Prosím, vyberte priečinok a skúste to znova."
|
753
753
|
|
754
|
-
#: ../lib/alexandria/ui/
|
754
|
+
#: ../lib/alexandria/ui/export_dialog.rb:159
|
755
755
|
msgid "Not a directory"
|
756
756
|
msgstr "Nie je priečinok"
|
757
757
|
|
758
|
-
#: ../lib/alexandria/ui/
|
758
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:32
|
759
759
|
msgid "Invalid ISBN '%s'"
|
760
760
|
msgstr "Neplatné ISBN '%s'"
|
761
761
|
|
762
|
-
#: ../lib/alexandria/ui/
|
762
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:35
|
763
763
|
msgid "_Keep"
|
764
764
|
msgstr "Uchovať"
|
765
765
|
|
766
|
-
#: ../lib/alexandria/ui/
|
766
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:36
|
767
767
|
msgid ""
|
768
768
|
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
769
769
|
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
@@ -772,19 +772,19 @@ msgstr ""
|
|
772
772
|
"Kniha s názvom '%s' má neplatné ISBN, ale stále existuje u poskytovateľov "
|
773
773
|
"knižníc. Chcete knihu ponechať, ale zmeniť ISBN, alebo zrušiť pridanie knihy?"
|
774
774
|
|
775
|
-
#: ../lib/alexandria/ui/
|
775
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:182
|
776
776
|
msgid "A problem occurred while downloading images"
|
777
777
|
msgstr "Pri sťahovaní obrázkov nastal problém."
|
778
778
|
|
779
|
-
#: ../lib/alexandria/ui/
|
779
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:304
|
780
780
|
msgid "Unable to find matches for your search"
|
781
781
|
msgstr "Neboli nájdené žiadne výsledky"
|
782
782
|
|
783
|
-
#: ../lib/alexandria/ui/
|
783
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:310
|
784
784
|
msgid "%s, by %s"
|
785
785
|
msgstr "%s, od %s"
|
786
786
|
|
787
|
-
#: ../lib/alexandria/ui/
|
787
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:383
|
788
788
|
msgid ""
|
789
789
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
790
790
|
"correctly, and try again."
|
@@ -792,71 +792,71 @@ msgstr ""
|
|
792
792
|
"Neplatný EAN / ISBN kód. Uistite sa, že je napísaný korektne, a skúste to "
|
793
793
|
"znova."
|
794
794
|
|
795
|
-
#: ../lib/alexandria/ui/
|
795
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:630
|
796
796
|
msgid "'%s' already exists in '%s' (titled '%s')."
|
797
797
|
msgstr "'%s' už existuje v '%s' (s názvom '%s')."
|
798
798
|
|
799
|
-
#: ../lib/alexandria/ui/
|
799
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:26
|
800
800
|
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
801
801
|
msgstr "Kniha '%s' už existuje v '%s'. Prajete si ju nahradiť?"
|
802
802
|
|
803
|
-
#: ../lib/alexandria/ui/
|
803
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:29
|
804
804
|
msgid "_Skip"
|
805
805
|
msgstr "Vynechať"
|
806
806
|
|
807
|
-
#: ../lib/alexandria/ui/
|
807
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:31
|
808
808
|
msgid "If you replace the existing book, its contents will be overwritten."
|
809
809
|
msgstr "Ak nahradíte existujúcu knihu, jej obsah bude prepísaný."
|
810
810
|
|
811
|
-
#: ../lib/alexandria/ui/
|
811
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:50
|
812
812
|
msgid "Are you sure you want to delete '%s'?"
|
813
813
|
msgstr "Naozaj chcete odstrániť '%s'?"
|
814
814
|
|
815
|
-
#: ../lib/alexandria/ui/
|
815
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:58
|
816
816
|
msgid "If you continue, %d book will be deleted."
|
817
817
|
msgid_plural "If you continue, %d books will be deleted."
|
818
818
|
msgstr[0] "Ak budete pokračovať, %d kniha bude vymazaná."
|
819
819
|
msgstr[1] "Ak budete pokračovať, %d knihy budú vymazané."
|
820
820
|
msgstr[2] "Ak budete pokračovať, %d kníh bude vymazaných."
|
821
821
|
|
822
|
-
#: ../lib/alexandria/ui/
|
822
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:63
|
823
823
|
msgid "Are you sure you want to delete '%s' from '%s'?"
|
824
824
|
msgstr "Naozaj chcete odstrániť '%s' z '%s'?"
|
825
825
|
|
826
|
-
#: ../lib/alexandria/ui/
|
826
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:66
|
827
827
|
msgid "Are you sure you want to delete the selected books from '%s'?"
|
828
828
|
msgstr "Naozaj chcete odstrániť vybrané knihy z '%s'?"
|
829
829
|
|
830
|
-
#: ../lib/alexandria/ui/
|
830
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:49
|
831
831
|
msgid "Invalid library name '%s'"
|
832
832
|
msgstr "Neplatný názov knižnice '%s'"
|
833
833
|
|
834
|
-
#: ../lib/alexandria/ui/
|
834
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:50
|
835
835
|
msgid "The name provided contains the disallowed character <b>%s</b> "
|
836
836
|
msgstr "Názov obsahuje nepovolený znak <b>%s</b>"
|
837
837
|
|
838
|
-
#: ../lib/alexandria/ui/
|
838
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:53
|
839
839
|
msgid "Invalid library name"
|
840
840
|
msgstr "Neplatný názov knižnice"
|
841
841
|
|
842
|
-
#: ../lib/alexandria/ui/
|
842
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:54
|
843
843
|
msgid "The name provided contains invalid characters."
|
844
844
|
msgstr "Názov obsahuje nepovolené znaky."
|
845
845
|
|
846
|
-
#: ../lib/alexandria/ui/
|
846
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:60
|
847
847
|
msgid "The library name can not be empty"
|
848
848
|
msgstr "Meno knižnice nesmie byť prázdne"
|
849
849
|
|
850
|
-
#: ../lib/alexandria/ui/
|
850
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:65
|
851
851
|
msgid "The library can not be renamed"
|
852
852
|
msgstr "Knižnicu nemožno premenovať"
|
853
853
|
|
854
|
-
#: ../lib/alexandria/ui/
|
854
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:66
|
855
855
|
msgid "There is already a library named '%s'. Please choose a different name."
|
856
856
|
msgstr ""
|
857
857
|
"V súčasnosti už existuje knižnica s názvom '%s'. Vyberte prosím iný názov."
|
858
858
|
|
859
|
-
#: ../lib/alexandria/ui/
|
859
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:92
|
860
860
|
msgid "Library"
|
861
861
|
msgstr "Knižnica"
|
862
862
|
|