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/nl.po
CHANGED
@@ -179,7 +179,7 @@ msgstr ""
|
|
179
179
|
"geïmporteerd:"
|
180
180
|
|
181
181
|
#: ../lib/alexandria/ui/callbacks.rb:122
|
182
|
-
#: ../lib/alexandria/ui/
|
182
|
+
#: ../lib/alexandria/ui/export_dialog.rb:128
|
183
183
|
msgid "Export failed"
|
184
184
|
msgstr "Het exporteren is mislukt"
|
185
185
|
|
@@ -459,95 +459,95 @@ msgstr "Op _waardering"
|
|
459
459
|
msgid "At _%s"
|
460
460
|
msgstr "Bij _%s"
|
461
461
|
|
462
|
-
#: ../lib/alexandria/ui/
|
462
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:395
|
463
463
|
msgid "There was %d duplicate"
|
464
464
|
msgid_plural "There were %d duplicates"
|
465
465
|
msgstr[0] "Er was %d duplikaat"
|
466
466
|
msgstr[1] "Er waren %d duplikaten"
|
467
467
|
|
468
|
-
#: ../lib/alexandria/ui/
|
468
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:398
|
469
469
|
msgid "Couldn't add this book"
|
470
470
|
msgid_plural "Couldn't add these books"
|
471
471
|
msgstr[0] "Kon het boek niet toevoegen"
|
472
472
|
msgstr[1] "Kon deze boeken niet toevoegen"
|
473
473
|
|
474
|
-
#: ../lib/alexandria/ui/
|
475
|
-
#: ../lib/alexandria/ui/
|
474
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:477
|
475
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:555
|
476
476
|
msgid "Searching Provider '%s'..."
|
477
477
|
msgstr "Zoeken bij bronbibliotheek '%s'..."
|
478
478
|
|
479
|
-
#: ../lib/alexandria/ui/
|
480
|
-
#: ../lib/alexandria/ui/
|
479
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:478
|
480
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:556
|
481
481
|
msgid "Error while Searching Provider '%s'"
|
482
482
|
msgstr "Fout tijdens het zoeken bij bronbibliotheek '%s'"
|
483
483
|
|
484
|
-
#: ../lib/alexandria/ui/
|
485
|
-
#: ../lib/alexandria/ui/
|
484
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:479
|
485
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:557
|
486
486
|
msgid "Not Found at Provider '%s'"
|
487
487
|
msgstr "Niet gevonden bij bronbibliotheek '%s'"
|
488
488
|
|
489
|
-
#: ../lib/alexandria/ui/
|
490
|
-
#: ../lib/alexandria/ui/
|
489
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:480
|
490
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:558
|
491
491
|
msgid "Found at Provider '%s'"
|
492
492
|
msgstr "Gevonden bij bronbibliotheek '%s'"
|
493
493
|
|
494
|
-
#: ../lib/alexandria/ui/
|
494
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:610
|
495
495
|
msgid "Ready to use %s barcode scanner"
|
496
496
|
msgstr "Klaar om de streepjescodescanner '%s' te gebruiken"
|
497
497
|
|
498
|
-
#: ../lib/alexandria/ui/
|
498
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:625
|
499
499
|
#: ../data/alexandria/glade/acquire_dialog.glade:26
|
500
500
|
msgid "_Barcode Scanner Ready"
|
501
501
|
msgstr "_Streepjescodescanner klaar"
|
502
502
|
|
503
|
-
#: ../lib/alexandria/ui/
|
503
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:640
|
504
504
|
msgid "Click below to scan _barcodes"
|
505
505
|
msgstr "Klik hieronder om _streepjescodes te scannen"
|
506
506
|
|
507
|
-
#: ../lib/alexandria/ui/
|
507
|
+
#: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
|
508
508
|
msgid "There's a problem"
|
509
509
|
msgstr "Er is een probleem"
|
510
510
|
|
511
|
-
#: ../lib/alexandria/ui/
|
511
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
|
512
512
|
msgid "New Smart Library"
|
513
513
|
msgstr "Nieuwe slimme bibliotheek"
|
514
514
|
|
515
|
-
#: ../lib/alexandria/ui/
|
515
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
|
516
516
|
msgid "Smart Library"
|
517
517
|
msgstr "Slimme bibliotheek"
|
518
518
|
|
519
|
-
#: ../lib/alexandria/ui/
|
519
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:106
|
520
520
|
msgid "Preferences for %s"
|
521
521
|
msgstr "Voorkeuren voor %s"
|
522
522
|
|
523
|
-
#: ../lib/alexandria/ui/
|
523
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:131
|
524
524
|
msgid "New Provider"
|
525
525
|
msgstr "Nieuwe bronbibliotheek"
|
526
526
|
|
527
|
-
#: ../lib/alexandria/ui/
|
527
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:146
|
528
528
|
msgid "_Name:"
|
529
529
|
msgstr "_Naam:"
|
530
530
|
|
531
|
-
#: ../lib/alexandria/ui/
|
531
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:158
|
532
532
|
msgid "_Type:"
|
533
533
|
msgstr "_Type:"
|
534
534
|
|
535
|
-
#: ../lib/alexandria/ui/
|
536
|
-
#: ../lib/alexandria/ui/
|
537
|
-
#: ../lib/alexandria/ui/
|
535
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:316
|
536
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
537
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
538
538
|
msgid "Disable Provider"
|
539
539
|
msgstr "Schakel bronbibliotheek uit"
|
540
540
|
|
541
|
-
#: ../lib/alexandria/ui/
|
542
|
-
#: ../lib/alexandria/ui/
|
541
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
542
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
543
543
|
msgid "Enable Provider"
|
544
544
|
msgstr "Schakel bronbibliotheek in"
|
545
545
|
|
546
|
-
#: ../lib/alexandria/ui/
|
546
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:423
|
547
547
|
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
548
548
|
msgstr "Weet u zeker dat u bron '%s' permanent wilt verwijderen?"
|
549
549
|
|
550
|
-
#: ../lib/alexandria/ui/
|
550
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:431
|
551
551
|
msgid ""
|
552
552
|
"If you continue, the provider and all of its preferences will be permanently "
|
553
553
|
"deleted."
|
@@ -555,27 +555,27 @@ msgstr ""
|
|
555
555
|
"Als u doorgaat worden de bronbibliotheek en alle bijbehorende voorkeuren "
|
556
556
|
"permanent verwijderd."
|
557
557
|
|
558
|
-
#: ../lib/alexandria/ui/
|
558
|
+
#: ../lib/alexandria/ui/import_dialog.rb:36
|
559
559
|
msgid "Error while importing"
|
560
560
|
msgstr "Fout tijdens het importeren"
|
561
561
|
|
562
|
-
#: ../lib/alexandria/ui/
|
562
|
+
#: ../lib/alexandria/ui/import_dialog.rb:39
|
563
563
|
msgid "_Continue"
|
564
564
|
msgstr "_Doorgaan"
|
565
565
|
|
566
|
-
#: ../lib/alexandria/ui/
|
566
|
+
#: ../lib/alexandria/ui/import_dialog.rb:64
|
567
567
|
msgid "Import a Library"
|
568
568
|
msgstr "Importeer een bibliotheek"
|
569
569
|
|
570
|
-
#: ../lib/alexandria/ui/
|
570
|
+
#: ../lib/alexandria/ui/import_dialog.rb:71
|
571
571
|
msgid "_Import"
|
572
572
|
msgstr "_Importeren"
|
573
573
|
|
574
|
-
#: ../lib/alexandria/ui/
|
574
|
+
#: ../lib/alexandria/ui/import_dialog.rb:188
|
575
575
|
msgid "Couldn't import the library"
|
576
576
|
msgstr "Kon de bibliotheek niet importeren"
|
577
577
|
|
578
|
-
#: ../lib/alexandria/ui/
|
578
|
+
#: ../lib/alexandria/ui/import_dialog.rb:189
|
579
579
|
msgid ""
|
580
580
|
"The format of the file you provided is unknown. Please retry with another "
|
581
581
|
"file."
|
@@ -583,20 +583,20 @@ msgstr ""
|
|
583
583
|
"Het bestandsformaat is onbekend. Gelieve opnieuw te proberen met een ander "
|
584
584
|
"bestand."
|
585
585
|
|
586
|
-
#: ../lib/alexandria/ui/
|
587
|
-
#: ../lib/alexandria/ui/
|
586
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
|
587
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
|
588
588
|
msgid "Properties for '%s'"
|
589
589
|
msgstr "Eigenschappen voor %s"
|
590
590
|
|
591
|
-
#: ../lib/alexandria/ui/
|
591
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
|
592
592
|
msgid "Empty or conflictive condition"
|
593
593
|
msgstr "Lege of conflicterende voorwaarde"
|
594
594
|
|
595
|
-
#: ../lib/alexandria/ui/
|
595
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
|
596
596
|
msgid "_Save However"
|
597
597
|
msgstr "Toch _opslaan"
|
598
598
|
|
599
|
-
#: ../lib/alexandria/ui/
|
599
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
|
600
600
|
msgid ""
|
601
601
|
"This smart library contains one or more conditions which are empty or "
|
602
602
|
"conflict with each other. This is likely to result in never matching a book. "
|
@@ -606,38 +606,38 @@ msgstr ""
|
|
606
606
|
"voorwaarden. Er zal waarschijnlijk nooit een boek aan voldoen. Weet u zeker "
|
607
607
|
"dat u deze bibliotheek op wilt slaan?"
|
608
608
|
|
609
|
-
#: ../lib/alexandria/ui/
|
609
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
|
610
610
|
msgid "Match"
|
611
611
|
msgstr "Voldoet aan"
|
612
612
|
|
613
|
-
#: ../lib/alexandria/ui/
|
613
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
614
614
|
msgid "all"
|
615
615
|
msgstr "alle"
|
616
616
|
|
617
|
-
#: ../lib/alexandria/ui/
|
617
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
618
618
|
msgid "any"
|
619
619
|
msgstr "een"
|
620
620
|
|
621
|
-
#: ../lib/alexandria/ui/
|
621
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
|
622
622
|
msgid "of the following rules:"
|
623
623
|
msgstr "van de volgende regels:"
|
624
624
|
|
625
|
-
#: ../lib/alexandria/ui/
|
625
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
|
626
626
|
msgid "Match the following rule:"
|
627
627
|
msgstr "Voldoen aan de volgende regel:"
|
628
628
|
|
629
|
-
#: ../lib/alexandria/ui/
|
630
|
-
#: ../lib/alexandria/ui/
|
629
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:114
|
630
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:123
|
631
631
|
msgid "Couldn't modify the book"
|
632
632
|
msgstr "Kon het boek niet aanpassen"
|
633
633
|
|
634
|
-
#: ../lib/alexandria/ui/
|
635
|
-
#: ../lib/alexandria/ui/
|
634
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:115
|
635
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
|
636
636
|
msgid "The EAN/ISBN you provided is already used in this library."
|
637
637
|
msgstr "Het EAN/ISBN dat u invoerde wordt al gebruikt in deze bibliotheek."
|
638
638
|
|
639
|
-
#: ../lib/alexandria/ui/
|
640
|
-
#: ../lib/alexandria/ui/
|
639
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:124
|
640
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
|
641
641
|
msgid ""
|
642
642
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
643
643
|
"correcty, and try again."
|
@@ -645,68 +645,68 @@ msgstr ""
|
|
645
645
|
"Kon het EAN/ISBN dat u invoerde niet valideren. Kijk of het correct "
|
646
646
|
"geschreven is en probeer het nogmaals."
|
647
647
|
|
648
|
-
#: ../lib/alexandria/ui/
|
648
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
|
649
649
|
msgid "Properties"
|
650
650
|
msgstr "Eigenschappen"
|
651
651
|
|
652
|
-
#: ../lib/alexandria/ui/
|
652
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
|
653
653
|
msgid "Author"
|
654
654
|
msgstr "Auteur"
|
655
655
|
|
656
|
-
#: ../lib/alexandria/ui/
|
656
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
|
657
657
|
msgid "Select a cover image"
|
658
658
|
msgstr "Selecteer een afbeelding voor de voorkant"
|
659
659
|
|
660
|
-
#: ../lib/alexandria/ui/
|
660
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
|
661
661
|
msgid "No Cover"
|
662
662
|
msgstr "Geen kaft"
|
663
663
|
|
664
|
-
#: ../lib/alexandria/ui/
|
664
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
|
665
665
|
msgid "%d day"
|
666
666
|
msgid_plural "%d days"
|
667
667
|
msgstr[0] "%d dag"
|
668
668
|
msgstr[1] "%d dagen"
|
669
669
|
|
670
|
-
#: ../lib/alexandria/ui/
|
670
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
|
671
671
|
msgid "Adding '%s'"
|
672
672
|
msgstr "'%s' wordt toegevoegd"
|
673
673
|
|
674
|
-
#: ../lib/alexandria/ui/
|
674
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
|
675
675
|
#: ../data/alexandria/glade/new_book_dialog.glade:8
|
676
676
|
msgid "Adding a Book"
|
677
677
|
msgstr "Een boek toevoegen"
|
678
678
|
|
679
|
-
#: ../lib/alexandria/ui/
|
679
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
|
680
680
|
msgid "A title must be provided."
|
681
681
|
msgstr "Er moet een titel opgegeven worden."
|
682
682
|
|
683
|
-
#: ../lib/alexandria/ui/
|
683
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
|
684
684
|
msgid "A publisher must be provided."
|
685
685
|
msgstr "Er moet een uitgever opgegeven worden."
|
686
686
|
|
687
|
-
#: ../lib/alexandria/ui/
|
687
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
|
688
688
|
msgid "A binding must be provided."
|
689
689
|
msgstr "Er moet een band opgegeven worden."
|
690
690
|
|
691
|
-
#: ../lib/alexandria/ui/
|
691
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
|
692
692
|
msgid "At least one author must be provided."
|
693
693
|
msgstr "Er moet minstens één auteur opgegeven worden."
|
694
694
|
|
695
|
-
#: ../lib/alexandria/ui/
|
696
|
-
#: ../lib/alexandria/ui/
|
695
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
|
696
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:523
|
697
697
|
msgid "Couldn't add the book"
|
698
698
|
msgstr "Kon het boek niet toevoegen"
|
699
699
|
|
700
|
-
#: ../lib/alexandria/ui/
|
700
|
+
#: ../lib/alexandria/ui/export_dialog.rb:25
|
701
701
|
msgid "File already exists"
|
702
702
|
msgstr "Bestand bestaat reeds"
|
703
703
|
|
704
|
-
#: ../lib/alexandria/ui/
|
705
|
-
#: ../lib/alexandria/ui/
|
704
|
+
#: ../lib/alexandria/ui/export_dialog.rb:28
|
705
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:30
|
706
706
|
msgid "_Replace"
|
707
707
|
msgstr "_Vervangen"
|
708
708
|
|
709
|
-
#: ../lib/alexandria/ui/
|
709
|
+
#: ../lib/alexandria/ui/export_dialog.rb:29
|
710
710
|
msgid ""
|
711
711
|
"A file named '%s' already exists. Do you want to replace it with the one "
|
712
712
|
"you are generating?"
|
@@ -714,27 +714,27 @@ msgstr ""
|
|
714
714
|
"Een bestand genaamd '%s' bestaat reeds. Wilt u het vervangen door datgene "
|
715
715
|
"dat u nu aanmaakt?"
|
716
716
|
|
717
|
-
#: ../lib/alexandria/ui/
|
717
|
+
#: ../lib/alexandria/ui/export_dialog.rb:52
|
718
718
|
msgid "Export '%s'"
|
719
719
|
msgstr "Export '%s'"
|
720
720
|
|
721
|
-
#: ../lib/alexandria/ui/
|
721
|
+
#: ../lib/alexandria/ui/export_dialog.rb:58
|
722
722
|
msgid "_Export"
|
723
723
|
msgstr "_Exporteren"
|
724
724
|
|
725
|
-
#: ../lib/alexandria/ui/
|
725
|
+
#: ../lib/alexandria/ui/export_dialog.rb:77
|
726
726
|
msgid "_Theme:"
|
727
727
|
msgstr "_Thema:"
|
728
728
|
|
729
|
-
#: ../lib/alexandria/ui/
|
729
|
+
#: ../lib/alexandria/ui/export_dialog.rb:87
|
730
730
|
msgid "directory"
|
731
731
|
msgstr "map"
|
732
732
|
|
733
|
-
#: ../lib/alexandria/ui/
|
733
|
+
#: ../lib/alexandria/ui/export_dialog.rb:100
|
734
734
|
msgid "Export for_mat:"
|
735
735
|
msgstr "Export for_maat:"
|
736
736
|
|
737
|
-
#: ../lib/alexandria/ui/
|
737
|
+
#: ../lib/alexandria/ui/export_dialog.rb:155
|
738
738
|
msgid ""
|
739
739
|
"The target, named '%s', is a regular file. A directory is needed for this "
|
740
740
|
"operation. Please select a directory and try again."
|
@@ -742,19 +742,19 @@ msgstr ""
|
|
742
742
|
"Het doel, genaamd '%s', is een bestand. Voor deze bewerking is een map "
|
743
743
|
"nodig. Gelieve een map te selecteren en opnieuw te proberen."
|
744
744
|
|
745
|
-
#: ../lib/alexandria/ui/
|
745
|
+
#: ../lib/alexandria/ui/export_dialog.rb:159
|
746
746
|
msgid "Not a directory"
|
747
747
|
msgstr "Geen map"
|
748
748
|
|
749
|
-
#: ../lib/alexandria/ui/
|
749
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:32
|
750
750
|
msgid "Invalid ISBN '%s'"
|
751
751
|
msgstr "Ongeldig ISBN '%s'"
|
752
752
|
|
753
|
-
#: ../lib/alexandria/ui/
|
753
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:35
|
754
754
|
msgid "_Keep"
|
755
755
|
msgstr "_Bewaar"
|
756
756
|
|
757
|
-
#: ../lib/alexandria/ui/
|
757
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:36
|
758
758
|
msgid ""
|
759
759
|
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
760
760
|
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
@@ -764,19 +764,19 @@ msgstr ""
|
|
764
764
|
"bronbibliotheken. Wilt u het boek bewaren en het ISBN veranderen, of wilt u "
|
765
765
|
"het toevoegen annuleren?"
|
766
766
|
|
767
|
-
#: ../lib/alexandria/ui/
|
767
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:182
|
768
768
|
msgid "A problem occurred while downloading images"
|
769
769
|
msgstr "Er trad een probleem op bij het downloaden van de afbeeldingen"
|
770
770
|
|
771
|
-
#: ../lib/alexandria/ui/
|
771
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:304
|
772
772
|
msgid "Unable to find matches for your search"
|
773
773
|
msgstr "Kon geen resultaten vinden voor uw zoekcriteria"
|
774
774
|
|
775
|
-
#: ../lib/alexandria/ui/
|
775
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:310
|
776
776
|
msgid "%s, by %s"
|
777
777
|
msgstr "%s, door %s"
|
778
778
|
|
779
|
-
#: ../lib/alexandria/ui/
|
779
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:383
|
780
780
|
msgid ""
|
781
781
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
782
782
|
"correctly, and try again."
|
@@ -784,71 +784,71 @@ msgstr ""
|
|
784
784
|
"Kon het EAN/ISBN dat u invoerde niet valideren. Controleer of het goed "
|
785
785
|
"geschreven is en probeer het nogmaals."
|
786
786
|
|
787
|
-
#: ../lib/alexandria/ui/
|
787
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:630
|
788
788
|
msgid "'%s' already exists in '%s' (titled '%s')."
|
789
789
|
msgstr "'%s' bestaat al in '%s' (getiteld '%s')."
|
790
790
|
|
791
|
-
#: ../lib/alexandria/ui/
|
791
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:26
|
792
792
|
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
793
793
|
msgstr "Het boek '%s' bestaat reeds in '%s'. Wilt u het vervangen?"
|
794
794
|
|
795
|
-
#: ../lib/alexandria/ui/
|
795
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:29
|
796
796
|
msgid "_Skip"
|
797
797
|
msgstr "Over_slaan"
|
798
798
|
|
799
|
-
#: ../lib/alexandria/ui/
|
799
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:31
|
800
800
|
msgid "If you replace the existing book, its contents will be overwritten."
|
801
801
|
msgstr "Als u het bestaande boek vervangt zal de inhoud overschreven worden."
|
802
802
|
|
803
|
-
#: ../lib/alexandria/ui/
|
803
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:50
|
804
804
|
msgid "Are you sure you want to delete '%s'?"
|
805
805
|
msgstr "Weet u zeker dat u '%s' wilt verwijderen?"
|
806
806
|
|
807
|
-
#: ../lib/alexandria/ui/
|
807
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:58
|
808
808
|
msgid "If you continue, %d book will be deleted."
|
809
809
|
msgid_plural "If you continue, %d books will be deleted."
|
810
810
|
msgstr[0] "Als u doorgaat zal %d boek worden verwijderd."
|
811
811
|
msgstr[1] "Als u doorgaat zullen %d boeken worden verwijderd."
|
812
812
|
|
813
|
-
#: ../lib/alexandria/ui/
|
813
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:63
|
814
814
|
msgid "Are you sure you want to delete '%s' from '%s'?"
|
815
815
|
msgstr "Weet u zeker dat u '%s' uit '%s' wilt verwijderen?"
|
816
816
|
|
817
|
-
#: ../lib/alexandria/ui/
|
817
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:66
|
818
818
|
msgid "Are you sure you want to delete the selected books from '%s'?"
|
819
819
|
msgstr "Weet u zeker dat u de geselecteerde boeken uit '%s' wilt verwijderen?"
|
820
820
|
|
821
|
-
#: ../lib/alexandria/ui/
|
821
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:49
|
822
822
|
msgid "Invalid library name '%s'"
|
823
823
|
msgstr "Ongeldige bibliotheeknaam '%s'"
|
824
824
|
|
825
|
-
#: ../lib/alexandria/ui/
|
825
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:50
|
826
826
|
msgid "The name provided contains the disallowed character <b>%s</b> "
|
827
827
|
msgstr "De opgegeven naam bevat het ongeldige teken '<i>%s</i>'."
|
828
828
|
|
829
|
-
#: ../lib/alexandria/ui/
|
829
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:53
|
830
830
|
msgid "Invalid library name"
|
831
831
|
msgstr "Ongeldige bibliotheeknaam"
|
832
832
|
|
833
|
-
#: ../lib/alexandria/ui/
|
833
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:54
|
834
834
|
msgid "The name provided contains invalid characters."
|
835
835
|
msgstr "De opgegeven naam bevat ongeldige tekens."
|
836
836
|
|
837
|
-
#: ../lib/alexandria/ui/
|
837
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:60
|
838
838
|
msgid "The library name can not be empty"
|
839
839
|
msgstr "De bibliotheeknaam mag niet leeg zijn"
|
840
840
|
|
841
|
-
#: ../lib/alexandria/ui/
|
841
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:65
|
842
842
|
msgid "The library can not be renamed"
|
843
843
|
msgstr "De bibliotheek kan niet hernoemd worden"
|
844
844
|
|
845
|
-
#: ../lib/alexandria/ui/
|
845
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:66
|
846
846
|
msgid "There is already a library named '%s'. Please choose a different name."
|
847
847
|
msgstr ""
|
848
848
|
"Een bibliotheek met de naam '%s' bestaat reeds. Gelieve een andere naam te "
|
849
849
|
"kiezen."
|
850
850
|
|
851
|
-
#: ../lib/alexandria/ui/
|
851
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:92
|
852
852
|
msgid "Library"
|
853
853
|
msgstr "Bibliotheek"
|
854
854
|
|