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/gl.po
CHANGED
@@ -185,7 +185,7 @@ msgid "The following lines are not valid ISBNs and were not imported:"
|
|
185
185
|
msgstr "Non se importaron as seguintes liñas por non ser ISBNs válidos:"
|
186
186
|
|
187
187
|
#: ../lib/alexandria/ui/callbacks.rb:122
|
188
|
-
#: ../lib/alexandria/ui/
|
188
|
+
#: ../lib/alexandria/ui/export_dialog.rb:128
|
189
189
|
msgid "Export failed"
|
190
190
|
msgstr "Fallou a exportación"
|
191
191
|
|
@@ -465,98 +465,98 @@ msgstr "Por cali_ficación"
|
|
465
465
|
msgid "At _%s"
|
466
466
|
msgstr "En _%s"
|
467
467
|
|
468
|
-
#: ../lib/alexandria/ui/
|
468
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:395
|
469
469
|
msgid "There was %d duplicate"
|
470
470
|
msgid_plural "There were %d duplicates"
|
471
471
|
msgstr[0] ""
|
472
472
|
msgstr[1] ""
|
473
473
|
|
474
|
-
#: ../lib/alexandria/ui/
|
474
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:398
|
475
475
|
#, fuzzy
|
476
476
|
msgid "Couldn't add this book"
|
477
477
|
msgid_plural "Couldn't add these books"
|
478
478
|
msgstr[0] "Non se puido engadir o libro"
|
479
479
|
msgstr[1] "Non se puido engadir o libro"
|
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 ""
|
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 ""
|
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 ""
|
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 ""
|
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 ""
|
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 "Escáner de código de _barras preparado"
|
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 "Prema embaixo para escanear os códigos de _barras"
|
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 "Hai un problema"
|
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 "Nova Biblioteca Intelixente"
|
521
521
|
|
522
|
-
#: ../lib/alexandria/ui/
|
522
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
|
523
523
|
msgid "Smart Library"
|
524
524
|
msgstr "Biblioteca Intelixente"
|
525
525
|
|
526
|
-
#: ../lib/alexandria/ui/
|
526
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:106
|
527
527
|
msgid "Preferences for %s"
|
528
528
|
msgstr "Preferencias de %s"
|
529
529
|
|
530
|
-
#: ../lib/alexandria/ui/
|
530
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:131
|
531
531
|
msgid "New Provider"
|
532
532
|
msgstr "Novo provedor"
|
533
533
|
|
534
|
-
#: ../lib/alexandria/ui/
|
534
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:146
|
535
535
|
msgid "_Name:"
|
536
536
|
msgstr "_Nome:"
|
537
537
|
|
538
|
-
#: ../lib/alexandria/ui/
|
538
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:158
|
539
539
|
msgid "_Type:"
|
540
540
|
msgstr "_Tipo:"
|
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 "Novo provedor"
|
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 "Novo provedor"
|
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 "Está seguro de que quere eliminar permanentemente o provedor '%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,27 +564,27 @@ msgstr ""
|
|
564
564
|
"Se continúa, eliminaranse permanentemente o provedor e máis tódalas súas "
|
565
565
|
"preferencias."
|
566
566
|
|
567
|
-
#: ../lib/alexandria/ui/
|
567
|
+
#: ../lib/alexandria/ui/import_dialog.rb:36
|
568
568
|
msgid "Error while importing"
|
569
569
|
msgstr "Erro ó importar"
|
570
570
|
|
571
|
-
#: ../lib/alexandria/ui/
|
571
|
+
#: ../lib/alexandria/ui/import_dialog.rb:39
|
572
572
|
msgid "_Continue"
|
573
573
|
msgstr "_Continuar"
|
574
574
|
|
575
|
-
#: ../lib/alexandria/ui/
|
575
|
+
#: ../lib/alexandria/ui/import_dialog.rb:64
|
576
576
|
msgid "Import a Library"
|
577
577
|
msgstr "Importar unha biblioteca"
|
578
578
|
|
579
|
-
#: ../lib/alexandria/ui/
|
579
|
+
#: ../lib/alexandria/ui/import_dialog.rb:71
|
580
580
|
msgid "_Import"
|
581
581
|
msgstr "_Importar"
|
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 "Non se puido importar a biblioteca"
|
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."
|
@@ -592,20 +592,20 @@ msgstr ""
|
|
592
592
|
"Descoñécese o formato do ficheiro que proporcionou. Volva intentalo con "
|
593
593
|
"outro ficheiro."
|
594
594
|
|
595
|
-
#: ../lib/alexandria/ui/
|
596
|
-
#: ../lib/alexandria/ui/
|
595
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
|
596
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
|
597
597
|
msgid "Properties for '%s'"
|
598
598
|
msgstr "Propiedades de '%s'"
|
599
599
|
|
600
|
-
#: ../lib/alexandria/ui/
|
600
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
|
601
601
|
msgid "Empty or conflictive condition"
|
602
602
|
msgstr "Condición baleira ou en conflicto"
|
603
603
|
|
604
|
-
#: ../lib/alexandria/ui/
|
604
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
|
605
605
|
msgid "_Save However"
|
606
606
|
msgstr "_Gardar de tódolos xeitos"
|
607
607
|
|
608
|
-
#: ../lib/alexandria/ui/
|
608
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
|
609
609
|
msgid ""
|
610
610
|
"This smart library contains one or more conditions which are empty or "
|
611
611
|
"conflict with each other. This is likely to result in never matching a book. "
|
@@ -615,38 +615,38 @@ msgstr ""
|
|
615
615
|
"conflicto entre elas. Isto podería levar a que non se atopase nunca un "
|
616
616
|
"libro. Está seguro de que quere gardar esta biblioteca?"
|
617
617
|
|
618
|
-
#: ../lib/alexandria/ui/
|
618
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
|
619
619
|
msgid "Match"
|
620
620
|
msgstr "Cumprir"
|
621
621
|
|
622
|
-
#: ../lib/alexandria/ui/
|
622
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
623
623
|
msgid "all"
|
624
624
|
msgstr "tódalas"
|
625
625
|
|
626
|
-
#: ../lib/alexandria/ui/
|
626
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
627
627
|
msgid "any"
|
628
628
|
msgstr "algunha das"
|
629
629
|
|
630
|
-
#: ../lib/alexandria/ui/
|
630
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
|
631
631
|
msgid "of the following rules:"
|
632
632
|
msgstr "seguintes regras:"
|
633
633
|
|
634
|
-
#: ../lib/alexandria/ui/
|
634
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
|
635
635
|
msgid "Match the following rule:"
|
636
636
|
msgstr "Cumpren as seguinte regras:"
|
637
637
|
|
638
|
-
#: ../lib/alexandria/ui/
|
639
|
-
#: ../lib/alexandria/ui/
|
638
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:114
|
639
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:123
|
640
640
|
msgid "Couldn't modify the book"
|
641
641
|
msgstr "Non se puido modificar o libro"
|
642
642
|
|
643
|
-
#: ../lib/alexandria/ui/
|
644
|
-
#: ../lib/alexandria/ui/
|
643
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:115
|
644
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
|
645
645
|
msgid "The EAN/ISBN you provided is already used in this library."
|
646
646
|
msgstr "Nesta biblioteca xa se está a usar o EAN/ISBN que introduciu."
|
647
647
|
|
648
|
-
#: ../lib/alexandria/ui/
|
649
|
-
#: ../lib/alexandria/ui/
|
648
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:124
|
649
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
|
650
650
|
msgid ""
|
651
651
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
652
652
|
"correcty, and try again."
|
@@ -654,94 +654,94 @@ msgstr ""
|
|
654
654
|
"Non se puido validar o EAN/ISBN que proporcionou. Asegúrese de que o "
|
655
655
|
"escribiu correctamente e probe de novo."
|
656
656
|
|
657
|
-
#: ../lib/alexandria/ui/
|
657
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
|
658
658
|
msgid "Properties"
|
659
659
|
msgstr "Propiedades"
|
660
660
|
|
661
|
-
#: ../lib/alexandria/ui/
|
661
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
|
662
662
|
msgid "Author"
|
663
663
|
msgstr "Autor"
|
664
664
|
|
665
|
-
#: ../lib/alexandria/ui/
|
665
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
|
666
666
|
msgid "Select a cover image"
|
667
667
|
msgstr "Seleccione unha imaxe para a cuberta"
|
668
668
|
|
669
|
-
#: ../lib/alexandria/ui/
|
669
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
|
670
670
|
msgid "No Cover"
|
671
671
|
msgstr "Sen cuberta"
|
672
672
|
|
673
|
-
#: ../lib/alexandria/ui/
|
673
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
|
674
674
|
msgid "%d day"
|
675
675
|
msgid_plural "%d days"
|
676
676
|
msgstr[0] "%d día"
|
677
677
|
msgstr[1] "%d días"
|
678
678
|
|
679
|
-
#: ../lib/alexandria/ui/
|
679
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
|
680
680
|
msgid "Adding '%s'"
|
681
681
|
msgstr "Engadindo '%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 "Engadindo un libro"
|
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 "Debe proporcionarse un título."
|
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 "Debe proporcionarse unha editorial."
|
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 "Debe proporcionarse unha encadernación."
|
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 "Debe proporcionar polo menos un autor."
|
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 "Non se puido engadir o libro"
|
708
708
|
|
709
|
-
#: ../lib/alexandria/ui/
|
709
|
+
#: ../lib/alexandria/ui/export_dialog.rb:25
|
710
710
|
msgid "File already exists"
|
711
711
|
msgstr "O ficheiro xa existe"
|
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 "_Substituir"
|
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?"
|
722
722
|
msgstr "O ficheiro '%s' xa existe. Quere substituilo polo que está a xerando?"
|
723
723
|
|
724
|
-
#: ../lib/alexandria/ui/
|
724
|
+
#: ../lib/alexandria/ui/export_dialog.rb:52
|
725
725
|
msgid "Export '%s'"
|
726
726
|
msgstr "Exportar '%s'"
|
727
727
|
|
728
|
-
#: ../lib/alexandria/ui/
|
728
|
+
#: ../lib/alexandria/ui/export_dialog.rb:58
|
729
729
|
msgid "_Export"
|
730
730
|
msgstr "_Exportar"
|
731
731
|
|
732
|
-
#: ../lib/alexandria/ui/
|
732
|
+
#: ../lib/alexandria/ui/export_dialog.rb:77
|
733
733
|
msgid "_Theme:"
|
734
734
|
msgstr "_Tema:"
|
735
735
|
|
736
|
-
#: ../lib/alexandria/ui/
|
736
|
+
#: ../lib/alexandria/ui/export_dialog.rb:87
|
737
737
|
msgid "directory"
|
738
738
|
msgstr "directorio"
|
739
739
|
|
740
|
-
#: ../lib/alexandria/ui/
|
740
|
+
#: ../lib/alexandria/ui/export_dialog.rb:100
|
741
741
|
msgid "Export for_mat:"
|
742
742
|
msgstr "Exportar for_mato:"
|
743
743
|
|
744
|
-
#: ../lib/alexandria/ui/
|
744
|
+
#: ../lib/alexandria/ui/export_dialog.rb:155
|
745
745
|
msgid ""
|
746
746
|
"The target, named '%s', is a regular file. A directory is needed for this "
|
747
747
|
"operation. Please select a directory and try again."
|
@@ -749,19 +749,19 @@ msgstr ""
|
|
749
749
|
"A ruta '%s' leva ata un ficheiro normal. Para esta operación precísase un "
|
750
750
|
"directorio. Seleccione outro directorio e probe de novo."
|
751
751
|
|
752
|
-
#: ../lib/alexandria/ui/
|
752
|
+
#: ../lib/alexandria/ui/export_dialog.rb:159
|
753
753
|
msgid "Not a directory"
|
754
754
|
msgstr "Non é un directorio"
|
755
755
|
|
756
|
-
#: ../lib/alexandria/ui/
|
756
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:32
|
757
757
|
msgid "Invalid ISBN '%s'"
|
758
758
|
msgstr "ISBN '%s' incorrecto"
|
759
759
|
|
760
|
-
#: ../lib/alexandria/ui/
|
760
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:35
|
761
761
|
msgid "_Keep"
|
762
762
|
msgstr "_Manter"
|
763
763
|
|
764
|
-
#: ../lib/alexandria/ui/
|
764
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:36
|
765
765
|
msgid ""
|
766
766
|
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
767
767
|
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
@@ -771,19 +771,19 @@ msgstr ""
|
|
771
771
|
"bibliotecas dos provedores. Prefire manter o libro cun ISBN distinto ou non "
|
772
772
|
"engadilo?"
|
773
773
|
|
774
|
-
#: ../lib/alexandria/ui/
|
774
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:182
|
775
775
|
msgid "A problem occurred while downloading images"
|
776
776
|
msgstr "Houbo un problema ó descargar as imaxes"
|
777
777
|
|
778
|
-
#: ../lib/alexandria/ui/
|
778
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:304
|
779
779
|
msgid "Unable to find matches for your search"
|
780
780
|
msgstr "Non se atoparon resultados para a súa busca"
|
781
781
|
|
782
|
-
#: ../lib/alexandria/ui/
|
782
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:310
|
783
783
|
msgid "%s, by %s"
|
784
784
|
msgstr "%s, escrito por %s"
|
785
785
|
|
786
|
-
#: ../lib/alexandria/ui/
|
786
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:383
|
787
787
|
msgid ""
|
788
788
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
789
789
|
"correctly, and try again."
|
@@ -791,72 +791,72 @@ msgstr ""
|
|
791
791
|
"Non foi posible validar o EAN/ISBN que introduciu. Asegúrese de que o "
|
792
792
|
"escribiu correctamente, e probe de novo."
|
793
793
|
|
794
|
-
#: ../lib/alexandria/ui/
|
794
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:630
|
795
795
|
msgid "'%s' already exists in '%s' (titled '%s')."
|
796
796
|
msgstr "'%s' xa existe en '%s' (co título de '%s')."
|
797
797
|
|
798
|
-
#: ../lib/alexandria/ui/
|
798
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:26
|
799
799
|
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
800
800
|
msgstr "O libro '%s' xa existe en '%s'. Desexa substituílo?"
|
801
801
|
|
802
|
-
#: ../lib/alexandria/ui/
|
802
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:29
|
803
803
|
msgid "_Skip"
|
804
804
|
msgstr "_Saltar"
|
805
805
|
|
806
|
-
#: ../lib/alexandria/ui/
|
806
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:31
|
807
807
|
msgid "If you replace the existing book, its contents will be overwritten."
|
808
808
|
msgstr "Se substitúe o libro existente hase sobrescribir o seu contido."
|
809
809
|
|
810
|
-
#: ../lib/alexandria/ui/
|
810
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:50
|
811
811
|
msgid "Are you sure you want to delete '%s'?"
|
812
812
|
msgstr "Está seguro/a de que quere eliminar '%s'?"
|
813
813
|
|
814
|
-
#: ../lib/alexandria/ui/
|
814
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:58
|
815
815
|
msgid "If you continue, %d book will be deleted."
|
816
816
|
msgid_plural "If you continue, %d books will be deleted."
|
817
817
|
msgstr[0] "Se continúa, hase eliminar %d libro."
|
818
818
|
msgstr[1] "Se continúa, hanse eliminar %d libros."
|
819
819
|
|
820
|
-
#: ../lib/alexandria/ui/
|
820
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:63
|
821
821
|
msgid "Are you sure you want to delete '%s' from '%s'?"
|
822
822
|
msgstr "Está seguro/a de que quere eliminar '%s' de '%s'?"
|
823
823
|
|
824
|
-
#: ../lib/alexandria/ui/
|
824
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:66
|
825
825
|
msgid "Are you sure you want to delete the selected books from '%s'?"
|
826
826
|
msgstr "Está seguro/a de que quere eliminar os libros seleccionados de '%s'?"
|
827
827
|
|
828
|
-
#: ../lib/alexandria/ui/
|
828
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:49
|
829
829
|
msgid "Invalid library name '%s'"
|
830
830
|
msgstr "Nome de biblioteca '%s' incorrecto"
|
831
831
|
|
832
|
-
#: ../lib/alexandria/ui/
|
832
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:50
|
833
833
|
#, fuzzy
|
834
834
|
msgid "The name provided contains the disallowed character <b>%s</b> "
|
835
835
|
msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
|
836
836
|
|
837
|
-
#: ../lib/alexandria/ui/
|
837
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:53
|
838
838
|
#, fuzzy
|
839
839
|
msgid "Invalid library name"
|
840
840
|
msgstr "Nome de biblioteca '%s' incorrecto"
|
841
841
|
|
842
|
-
#: ../lib/alexandria/ui/
|
842
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:54
|
843
843
|
#, fuzzy
|
844
844
|
msgid "The name provided contains invalid characters."
|
845
845
|
msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
|
846
846
|
|
847
|
-
#: ../lib/alexandria/ui/
|
847
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:60
|
848
848
|
msgid "The library name can not be empty"
|
849
849
|
msgstr "O nome da biblioteca non pode quedar baleiro"
|
850
850
|
|
851
|
-
#: ../lib/alexandria/ui/
|
851
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:65
|
852
852
|
msgid "The library can not be renamed"
|
853
853
|
msgstr "Non se pode renomear a biblioteca"
|
854
854
|
|
855
|
-
#: ../lib/alexandria/ui/
|
855
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:66
|
856
856
|
msgid "There is already a library named '%s'. Please choose a different name."
|
857
857
|
msgstr "Xa hai unha biblioteca chamada '%s'. Elixa un nome distinto."
|
858
858
|
|
859
|
-
#: ../lib/alexandria/ui/
|
859
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:92
|
860
860
|
msgid "Library"
|
861
861
|
msgstr "Biblioteca"
|
862
862
|
|