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/ja.po
CHANGED
@@ -176,7 +176,7 @@ msgid "The following lines are not valid ISBNs and were not imported:"
|
|
176
176
|
msgstr "以下は無効なISBNなのでインポートされませんでした"
|
177
177
|
|
178
178
|
#: ../lib/alexandria/ui/callbacks.rb:122
|
179
|
-
#: ../lib/alexandria/ui/
|
179
|
+
#: ../lib/alexandria/ui/export_dialog.rb:128
|
180
180
|
msgid "Export failed"
|
181
181
|
msgstr "エクスポートに失敗しました"
|
182
182
|
|
@@ -456,141 +456,141 @@ msgstr "評価順(_R)"
|
|
456
456
|
msgid "At _%s"
|
457
457
|
msgstr "%sを開く"
|
458
458
|
|
459
|
-
#: ../lib/alexandria/ui/
|
459
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:395
|
460
460
|
msgid "There was %d duplicate"
|
461
461
|
msgid_plural "There were %d duplicates"
|
462
462
|
msgstr[0] ""
|
463
463
|
|
464
|
-
#: ../lib/alexandria/ui/
|
464
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:398
|
465
465
|
#, fuzzy
|
466
466
|
msgid "Couldn't add this book"
|
467
467
|
msgid_plural "Couldn't add these books"
|
468
468
|
msgstr[0] "本を追加できません"
|
469
469
|
|
470
|
-
#: ../lib/alexandria/ui/
|
471
|
-
#: ../lib/alexandria/ui/
|
470
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:477
|
471
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:555
|
472
472
|
msgid "Searching Provider '%s'..."
|
473
473
|
msgstr ""
|
474
474
|
|
475
|
-
#: ../lib/alexandria/ui/
|
476
|
-
#: ../lib/alexandria/ui/
|
475
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:478
|
476
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:556
|
477
477
|
msgid "Error while Searching Provider '%s'"
|
478
478
|
msgstr ""
|
479
479
|
|
480
|
-
#: ../lib/alexandria/ui/
|
481
|
-
#: ../lib/alexandria/ui/
|
480
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:479
|
481
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:557
|
482
482
|
msgid "Not Found at Provider '%s'"
|
483
483
|
msgstr ""
|
484
484
|
|
485
|
-
#: ../lib/alexandria/ui/
|
486
|
-
#: ../lib/alexandria/ui/
|
485
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:480
|
486
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:558
|
487
487
|
msgid "Found at Provider '%s'"
|
488
488
|
msgstr ""
|
489
489
|
|
490
|
-
#: ../lib/alexandria/ui/
|
490
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:610
|
491
491
|
msgid "Ready to use %s barcode scanner"
|
492
492
|
msgstr ""
|
493
493
|
|
494
|
-
#: ../lib/alexandria/ui/
|
494
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:625
|
495
495
|
#: ../data/alexandria/glade/acquire_dialog.glade:26
|
496
496
|
msgid "_Barcode Scanner Ready"
|
497
497
|
msgstr "バーコードスキャナ準備完了(_B)"
|
498
498
|
|
499
|
-
#: ../lib/alexandria/ui/
|
499
|
+
#: ../lib/alexandria/ui/acquire_dialog.rb:640
|
500
500
|
msgid "Click below to scan _barcodes"
|
501
501
|
msgstr "バーコードをスキャンするには以下をクリックしてください(_b)"
|
502
502
|
|
503
|
-
#: ../lib/alexandria/ui/
|
503
|
+
#: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
|
504
504
|
msgid "There's a problem"
|
505
505
|
msgstr "問題が発生しました"
|
506
506
|
|
507
|
-
#: ../lib/alexandria/ui/
|
507
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
|
508
508
|
msgid "New Smart Library"
|
509
509
|
msgstr "高機能ライブラリの新規作成"
|
510
510
|
|
511
|
-
#: ../lib/alexandria/ui/
|
511
|
+
#: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
|
512
512
|
msgid "Smart Library"
|
513
513
|
msgstr "高機能ライブラリ"
|
514
514
|
|
515
|
-
#: ../lib/alexandria/ui/
|
515
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:106
|
516
516
|
msgid "Preferences for %s"
|
517
517
|
msgstr "'%s'の設定"
|
518
518
|
|
519
|
-
#: ../lib/alexandria/ui/
|
519
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:131
|
520
520
|
msgid "New Provider"
|
521
521
|
msgstr "新プロバイダ"
|
522
522
|
|
523
|
-
#: ../lib/alexandria/ui/
|
523
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:146
|
524
524
|
msgid "_Name:"
|
525
525
|
msgstr "名称(_N):"
|
526
526
|
|
527
|
-
#: ../lib/alexandria/ui/
|
527
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:158
|
528
528
|
msgid "_Type:"
|
529
529
|
msgstr "種別(_T):"
|
530
530
|
|
531
|
-
#: ../lib/alexandria/ui/
|
532
|
-
#: ../lib/alexandria/ui/
|
533
|
-
#: ../lib/alexandria/ui/
|
531
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:316
|
532
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
533
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
534
534
|
#, fuzzy
|
535
535
|
msgid "Disable Provider"
|
536
536
|
msgstr "新プロバイダ"
|
537
537
|
|
538
|
-
#: ../lib/alexandria/ui/
|
539
|
-
#: ../lib/alexandria/ui/
|
538
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:339
|
539
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:359
|
540
540
|
#, fuzzy
|
541
541
|
msgid "Enable Provider"
|
542
542
|
msgstr "新プロバイダ"
|
543
543
|
|
544
|
-
#: ../lib/alexandria/ui/
|
544
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:423
|
545
545
|
msgid "Are you sure you want to permanently delete the provider '%s'?"
|
546
546
|
msgstr "プロバイダ'%s'を削除します。よろしいですか?"
|
547
547
|
|
548
|
-
#: ../lib/alexandria/ui/
|
548
|
+
#: ../lib/alexandria/ui/preferences_dialog.rb:431
|
549
549
|
msgid ""
|
550
550
|
"If you continue, the provider and all of its preferences will be permanently "
|
551
551
|
"deleted."
|
552
552
|
msgstr "一度削除するとそのプロバイダと全ての設定が元に戻せません。"
|
553
553
|
|
554
|
-
#: ../lib/alexandria/ui/
|
554
|
+
#: ../lib/alexandria/ui/import_dialog.rb:36
|
555
555
|
msgid "Error while importing"
|
556
556
|
msgstr "インポート中にエラーが発生しました"
|
557
557
|
|
558
|
-
#: ../lib/alexandria/ui/
|
558
|
+
#: ../lib/alexandria/ui/import_dialog.rb:39
|
559
559
|
msgid "_Continue"
|
560
560
|
msgstr "続ける(_C)"
|
561
561
|
|
562
|
-
#: ../lib/alexandria/ui/
|
562
|
+
#: ../lib/alexandria/ui/import_dialog.rb:64
|
563
563
|
msgid "Import a Library"
|
564
564
|
msgstr "ライブラリのインポート"
|
565
565
|
|
566
|
-
#: ../lib/alexandria/ui/
|
566
|
+
#: ../lib/alexandria/ui/import_dialog.rb:71
|
567
567
|
msgid "_Import"
|
568
568
|
msgstr "インポート(_I)"
|
569
569
|
|
570
|
-
#: ../lib/alexandria/ui/
|
570
|
+
#: ../lib/alexandria/ui/import_dialog.rb:188
|
571
571
|
msgid "Couldn't import the library"
|
572
572
|
msgstr "ライブラリをインポートできません"
|
573
573
|
|
574
|
-
#: ../lib/alexandria/ui/
|
574
|
+
#: ../lib/alexandria/ui/import_dialog.rb:189
|
575
575
|
msgid ""
|
576
576
|
"The format of the file you provided is unknown. Please retry with another "
|
577
577
|
"file."
|
578
578
|
msgstr "ファイルフォーマットが不正です。他のファイルでリトライしてください。"
|
579
579
|
|
580
|
-
#: ../lib/alexandria/ui/
|
581
|
-
#: ../lib/alexandria/ui/
|
580
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
|
581
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
|
582
582
|
msgid "Properties for '%s'"
|
583
583
|
msgstr "'%s'の設定"
|
584
584
|
|
585
|
-
#: ../lib/alexandria/ui/
|
585
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
|
586
586
|
msgid "Empty or conflictive condition"
|
587
587
|
msgstr "条件が空か、あるいは矛盾する条件が指定されています"
|
588
588
|
|
589
|
-
#: ../lib/alexandria/ui/
|
589
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
|
590
590
|
msgid "_Save However"
|
591
591
|
msgstr "強制的に保存(_S)"
|
592
592
|
|
593
|
-
#: ../lib/alexandria/ui/
|
593
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
|
594
594
|
msgid ""
|
595
595
|
"This smart library contains one or more conditions which are empty or "
|
596
596
|
"conflict with each other. This is likely to result in never matching a book. "
|
@@ -600,148 +600,148 @@ msgstr ""
|
|
600
600
|
"か、もしくはお互いに矛盾する条件が設定されています。従ってこの条件を満たす本"
|
601
601
|
"はおそらく見つかりません。それでもこの高機能ライブラリを保存しますか?"
|
602
602
|
|
603
|
-
#: ../lib/alexandria/ui/
|
603
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
|
604
604
|
msgid "Match"
|
605
605
|
msgstr "以下の"
|
606
606
|
|
607
|
-
#: ../lib/alexandria/ui/
|
607
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
608
608
|
msgid "all"
|
609
609
|
msgstr "すべて"
|
610
610
|
|
611
|
-
#: ../lib/alexandria/ui/
|
611
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
|
612
612
|
msgid "any"
|
613
613
|
msgstr "いずれか"
|
614
614
|
|
615
|
-
#: ../lib/alexandria/ui/
|
615
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
|
616
616
|
msgid "of the following rules:"
|
617
617
|
msgstr "の条件にあう本:"
|
618
618
|
|
619
|
-
#: ../lib/alexandria/ui/
|
619
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
|
620
620
|
msgid "Match the following rule:"
|
621
621
|
msgstr "以下の条件にあう本:"
|
622
622
|
|
623
|
-
#: ../lib/alexandria/ui/
|
624
|
-
#: ../lib/alexandria/ui/
|
623
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:114
|
624
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:123
|
625
625
|
msgid "Couldn't modify the book"
|
626
626
|
msgstr "本を修正できません"
|
627
627
|
|
628
|
-
#: ../lib/alexandria/ui/
|
629
|
-
#: ../lib/alexandria/ui/
|
628
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:115
|
629
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
|
630
630
|
msgid "The EAN/ISBN you provided is already used in this library."
|
631
631
|
msgstr "そのEAN/ISBNはすでにこのライブラリで使用されています。"
|
632
632
|
|
633
|
-
#: ../lib/alexandria/ui/
|
634
|
-
#: ../lib/alexandria/ui/
|
633
|
+
#: ../lib/alexandria/ui/book_properties_dialog.rb:124
|
634
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
|
635
635
|
msgid ""
|
636
636
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
637
637
|
"correcty, and try again."
|
638
638
|
msgstr "指定したEAN/ISBNプロバイダを有効にできません。再度確認してください。"
|
639
639
|
|
640
|
-
#: ../lib/alexandria/ui/
|
640
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
|
641
641
|
msgid "Properties"
|
642
642
|
msgstr "プロパティ"
|
643
643
|
|
644
|
-
#: ../lib/alexandria/ui/
|
644
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
|
645
645
|
msgid "Author"
|
646
646
|
msgstr "作者"
|
647
647
|
|
648
|
-
#: ../lib/alexandria/ui/
|
648
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
|
649
649
|
msgid "Select a cover image"
|
650
650
|
msgstr "表紙画像の選択"
|
651
651
|
|
652
|
-
#: ../lib/alexandria/ui/
|
652
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
|
653
653
|
msgid "No Cover"
|
654
654
|
msgstr "表紙なし"
|
655
655
|
|
656
|
-
#: ../lib/alexandria/ui/
|
656
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
|
657
657
|
msgid "%d day"
|
658
658
|
msgid_plural "%d days"
|
659
659
|
msgstr[0] "%d 日"
|
660
660
|
|
661
|
-
#: ../lib/alexandria/ui/
|
661
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
|
662
662
|
msgid "Adding '%s'"
|
663
663
|
msgstr "'%s'を追加"
|
664
664
|
|
665
|
-
#: ../lib/alexandria/ui/
|
665
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
|
666
666
|
#: ../data/alexandria/glade/new_book_dialog.glade:8
|
667
667
|
msgid "Adding a Book"
|
668
668
|
msgstr "本の追加"
|
669
669
|
|
670
|
-
#: ../lib/alexandria/ui/
|
670
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
|
671
671
|
msgid "A title must be provided."
|
672
672
|
msgstr "タイトルを入力してください。"
|
673
673
|
|
674
|
-
#: ../lib/alexandria/ui/
|
674
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
|
675
675
|
msgid "A publisher must be provided."
|
676
676
|
msgstr "出版社を入力してください。"
|
677
677
|
|
678
|
-
#: ../lib/alexandria/ui/
|
678
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
|
679
679
|
msgid "A binding must be provided."
|
680
680
|
msgstr "装丁を入力してください。"
|
681
681
|
|
682
|
-
#: ../lib/alexandria/ui/
|
682
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
|
683
683
|
msgid "At least one author must be provided."
|
684
684
|
msgstr "少なくとも一人の著者を入力してください。"
|
685
685
|
|
686
|
-
#: ../lib/alexandria/ui/
|
687
|
-
#: ../lib/alexandria/ui/
|
686
|
+
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
|
687
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:523
|
688
688
|
msgid "Couldn't add the book"
|
689
689
|
msgstr "本を追加できません"
|
690
690
|
|
691
|
-
#: ../lib/alexandria/ui/
|
691
|
+
#: ../lib/alexandria/ui/export_dialog.rb:25
|
692
692
|
msgid "File already exists"
|
693
693
|
msgstr "すでにファイルが存在します"
|
694
694
|
|
695
|
-
#: ../lib/alexandria/ui/
|
696
|
-
#: ../lib/alexandria/ui/
|
695
|
+
#: ../lib/alexandria/ui/export_dialog.rb:28
|
696
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:30
|
697
697
|
msgid "_Replace"
|
698
698
|
msgstr "置換(_R)"
|
699
699
|
|
700
|
-
#: ../lib/alexandria/ui/
|
700
|
+
#: ../lib/alexandria/ui/export_dialog.rb:29
|
701
701
|
msgid ""
|
702
702
|
"A file named '%s' already exists. Do you want to replace it with the one "
|
703
703
|
"you are generating?"
|
704
704
|
msgstr "'%s'はすでに存在します。新しいファイルで上書きしますか?"
|
705
705
|
|
706
|
-
#: ../lib/alexandria/ui/
|
706
|
+
#: ../lib/alexandria/ui/export_dialog.rb:52
|
707
707
|
msgid "Export '%s'"
|
708
708
|
msgstr "エクスポート '%s'"
|
709
709
|
|
710
|
-
#: ../lib/alexandria/ui/
|
710
|
+
#: ../lib/alexandria/ui/export_dialog.rb:58
|
711
711
|
msgid "_Export"
|
712
712
|
msgstr "エクスポート(_E)"
|
713
713
|
|
714
|
-
#: ../lib/alexandria/ui/
|
714
|
+
#: ../lib/alexandria/ui/export_dialog.rb:77
|
715
715
|
msgid "_Theme:"
|
716
716
|
msgstr "テーマ(_T):"
|
717
717
|
|
718
|
-
#: ../lib/alexandria/ui/
|
718
|
+
#: ../lib/alexandria/ui/export_dialog.rb:87
|
719
719
|
msgid "directory"
|
720
720
|
msgstr "ディレクトリ"
|
721
721
|
|
722
|
-
#: ../lib/alexandria/ui/
|
722
|
+
#: ../lib/alexandria/ui/export_dialog.rb:100
|
723
723
|
msgid "Export for_mat:"
|
724
724
|
msgstr "エクスポートフォーマット(_m):"
|
725
725
|
|
726
|
-
#: ../lib/alexandria/ui/
|
726
|
+
#: ../lib/alexandria/ui/export_dialog.rb:155
|
727
727
|
msgid ""
|
728
728
|
"The target, named '%s', is a regular file. A directory is needed for this "
|
729
729
|
"operation. Please select a directory and try again."
|
730
730
|
msgstr "'%s'はファイルです。ディレクトリを選択して再度実行してください。"
|
731
731
|
|
732
|
-
#: ../lib/alexandria/ui/
|
732
|
+
#: ../lib/alexandria/ui/export_dialog.rb:159
|
733
733
|
msgid "Not a directory"
|
734
734
|
msgstr "ディレクトリではありません"
|
735
735
|
|
736
|
-
#: ../lib/alexandria/ui/
|
736
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:32
|
737
737
|
msgid "Invalid ISBN '%s'"
|
738
738
|
msgstr "ISBNが不正です '%s'"
|
739
739
|
|
740
|
-
#: ../lib/alexandria/ui/
|
740
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:35
|
741
741
|
msgid "_Keep"
|
742
742
|
msgstr "追加する(_K)"
|
743
743
|
|
744
|
-
#: ../lib/alexandria/ui/
|
744
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:36
|
745
745
|
msgid ""
|
746
746
|
"The book titled '%s' has an invalid ISBN, but still exists in the providers "
|
747
747
|
"libraries. Do you want to keep the book but change the ISBN or cancel the "
|
@@ -750,89 +750,89 @@ msgstr ""
|
|
750
750
|
"'%s'のISBNは不正ですが、プロバイダには存在しています。この本をISBNを無視して"
|
751
751
|
"追加しますか?"
|
752
752
|
|
753
|
-
#: ../lib/alexandria/ui/
|
753
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:182
|
754
754
|
msgid "A problem occurred while downloading images"
|
755
755
|
msgstr "イメージのダウンロード中に問題が発生しました"
|
756
756
|
|
757
|
-
#: ../lib/alexandria/ui/
|
757
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:304
|
758
758
|
msgid "Unable to find matches for your search"
|
759
759
|
msgstr "検索結果がありませんでした。"
|
760
760
|
|
761
|
-
#: ../lib/alexandria/ui/
|
761
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:310
|
762
762
|
msgid "%s, by %s"
|
763
763
|
msgstr "%s, %s 著"
|
764
764
|
|
765
|
-
#: ../lib/alexandria/ui/
|
765
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:383
|
766
766
|
msgid ""
|
767
767
|
"Couldn't validate the EAN/ISBN you provided. Make sure it is written "
|
768
768
|
"correctly, and try again."
|
769
769
|
msgstr "指定したEAN/ISBNプロバイダを有効にできません。再度確認してください。"
|
770
770
|
|
771
|
-
#: ../lib/alexandria/ui/
|
771
|
+
#: ../lib/alexandria/ui/new_book_dialog.rb:630
|
772
772
|
msgid "'%s' already exists in '%s' (titled '%s')."
|
773
773
|
msgstr "'%s'はすでに'%s' (タイトル: '%s')に存在します。"
|
774
774
|
|
775
|
-
#: ../lib/alexandria/ui/
|
775
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:26
|
776
776
|
msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
|
777
777
|
msgstr "'%s'はすでに'%s'に存在します。上書きしますか?"
|
778
778
|
|
779
|
-
#: ../lib/alexandria/ui/
|
779
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:29
|
780
780
|
msgid "_Skip"
|
781
781
|
msgstr "スキップ(_S)"
|
782
782
|
|
783
|
-
#: ../lib/alexandria/ui/
|
783
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:31
|
784
784
|
msgid "If you replace the existing book, its contents will be overwritten."
|
785
785
|
msgstr "存在する本を置換する場合、その内容は上書きされます。"
|
786
786
|
|
787
|
-
#: ../lib/alexandria/ui/
|
787
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:50
|
788
788
|
msgid "Are you sure you want to delete '%s'?"
|
789
789
|
msgstr "'%s'を削除します。よろしいですか?"
|
790
790
|
|
791
|
-
#: ../lib/alexandria/ui/
|
791
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:58
|
792
792
|
msgid "If you continue, %d book will be deleted."
|
793
793
|
msgid_plural "If you continue, %d books will be deleted."
|
794
794
|
msgstr[0] "続行すると%d冊の本が削除されます。"
|
795
795
|
|
796
|
-
#: ../lib/alexandria/ui/
|
796
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:63
|
797
797
|
msgid "Are you sure you want to delete '%s' from '%s'?"
|
798
798
|
msgstr "'%2$s'から'%1$s'を削除します。よろしいですか?"
|
799
799
|
|
800
|
-
#: ../lib/alexandria/ui/
|
800
|
+
#: ../lib/alexandria/ui/misc_dialogs.rb:66
|
801
801
|
msgid "Are you sure you want to delete the selected books from '%s'?"
|
802
802
|
msgstr "'%s'から選択された全ての本を削除します。よろしいですか?"
|
803
803
|
|
804
|
-
#: ../lib/alexandria/ui/
|
804
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:49
|
805
805
|
msgid "Invalid library name '%s'"
|
806
806
|
msgstr "ライブラリ名が不正です '%s'"
|
807
807
|
|
808
|
-
#: ../lib/alexandria/ui/
|
808
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:50
|
809
809
|
#, fuzzy
|
810
810
|
msgid "The name provided contains the disallowed character <b>%s</b> "
|
811
811
|
msgstr "その名称は不正な文字を含んでいます '<i>%s</i>'"
|
812
812
|
|
813
|
-
#: ../lib/alexandria/ui/
|
813
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:53
|
814
814
|
#, fuzzy
|
815
815
|
msgid "Invalid library name"
|
816
816
|
msgstr "ライブラリ名が不正です '%s'"
|
817
817
|
|
818
|
-
#: ../lib/alexandria/ui/
|
818
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:54
|
819
819
|
#, fuzzy
|
820
820
|
msgid "The name provided contains invalid characters."
|
821
821
|
msgstr "その名称は不正な文字を含んでいます '<i>%s</i>'"
|
822
822
|
|
823
|
-
#: ../lib/alexandria/ui/
|
823
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:60
|
824
824
|
msgid "The library name can not be empty"
|
825
825
|
msgstr "ライブラリ名を入力してください"
|
826
826
|
|
827
|
-
#: ../lib/alexandria/ui/
|
827
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:65
|
828
828
|
msgid "The library can not be renamed"
|
829
829
|
msgstr "ライブラリ名は変更できません"
|
830
830
|
|
831
|
-
#: ../lib/alexandria/ui/
|
831
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:66
|
832
832
|
msgid "There is already a library named '%s'. Please choose a different name."
|
833
833
|
msgstr "そのライブラリ名はすでに存在します。他の名前を指定してください。"
|
834
834
|
|
835
|
-
#: ../lib/alexandria/ui/
|
835
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:92
|
836
836
|
msgid "Library"
|
837
837
|
msgstr "ライブラリ"
|
838
838
|
|