alexandria-book-collection-manager 0.7.5 → 0.7.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (173) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.github/workflows/ruby.yml +72 -0
  4. data/.gitignore +4 -1
  5. data/.rubocop.yml +65 -30
  6. data/.rubocop_todo.yml +49 -165
  7. data/.simplecov +5 -2
  8. data/CHANGELOG.md +64 -0
  9. data/ChangeLog.0 +19 -19
  10. data/INSTALL.md +26 -16
  11. data/README.md +31 -35
  12. data/Rakefile +18 -16
  13. data/alexandria-book-collection-manager.gemspec +35 -29
  14. data/doc/FAQ +2 -2
  15. data/doc/dependency_decisions.yml +22 -3
  16. data/lib/alexandria/about.rb +1 -1
  17. data/lib/alexandria/book_providers/bl_provider.rb +88 -0
  18. data/lib/alexandria/book_providers/douban.rb +2 -2
  19. data/lib/alexandria/book_providers/loc_provider.rb +38 -0
  20. data/lib/alexandria/book_providers/pseudomarc.rb +61 -71
  21. data/lib/alexandria/book_providers/sbn_provider.rb +108 -0
  22. data/lib/alexandria/book_providers/{thalia.rb → thalia_provider.rb} +37 -74
  23. data/lib/alexandria/book_providers/web.rb +2 -2
  24. data/lib/alexandria/book_providers/worldcat.rb +34 -38
  25. data/lib/alexandria/book_providers/z3950_provider.rb +199 -0
  26. data/lib/alexandria/book_providers.rb +48 -65
  27. data/lib/alexandria/default_preferences.rb +2 -1
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +21 -22
  30. data/lib/alexandria/image_fetcher.rb +25 -0
  31. data/lib/alexandria/import_library.rb +46 -70
  32. data/lib/alexandria/import_library_csv.rb +16 -16
  33. data/lib/alexandria/library_sort_order.rb +3 -1
  34. data/lib/alexandria/library_store.rb +19 -20
  35. data/lib/alexandria/logging.rb +5 -9
  36. data/lib/alexandria/models/book.rb +15 -2
  37. data/lib/alexandria/models/library.rb +31 -35
  38. data/lib/alexandria/net.rb +1 -2
  39. data/lib/alexandria/preferences.rb +27 -33
  40. data/lib/alexandria/scanners/cue_cat.rb +6 -6
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/scanners.rb +2 -2
  43. data/lib/alexandria/smart_library.rb +22 -26
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +15 -19
  46. data/lib/alexandria/ui/alert_dialog.rb +36 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +6 -6
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -3
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +35 -137
  51. data/lib/alexandria/ui/calendar_popup.rb +58 -0
  52. data/lib/alexandria/ui/callbacks.rb +144 -123
  53. data/lib/alexandria/ui/completion_models.rb +2 -6
  54. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  55. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +2 -2
  56. data/lib/alexandria/ui/error_dialog.rb +1 -1
  57. data/lib/alexandria/ui/export_dialog.rb +19 -18
  58. data/lib/alexandria/ui/icons.rb +34 -40
  59. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  60. data/lib/alexandria/ui/import_dialog.rb +49 -48
  61. data/lib/alexandria/ui/init.rb +14 -12
  62. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  63. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  64. data/lib/alexandria/ui/listview.rb +6 -7
  65. data/lib/alexandria/ui/main_app.rb +2 -2
  66. data/lib/alexandria/ui/multi_drag_treeview.rb +5 -7
  67. data/lib/alexandria/ui/new_book_dialog.rb +63 -65
  68. data/lib/alexandria/ui/new_book_dialog_manual.rb +1 -1
  69. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  70. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  71. data/lib/alexandria/ui/preferences_dialog.rb +25 -84
  72. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +10 -6
  73. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  74. data/lib/alexandria/ui/really_delete_dialog.rb +2 -2
  75. data/lib/alexandria/ui/sidepane_manager.rb +38 -38
  76. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  77. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  78. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +61 -244
  79. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  80. data/lib/alexandria/ui/sound.rb +4 -6
  81. data/lib/alexandria/ui/ui_manager.rb +80 -83
  82. data/lib/alexandria/ui.rb +7 -7
  83. data/lib/alexandria/version.rb +2 -2
  84. data/lib/alexandria/web_themes.rb +15 -15
  85. data/lib/alexandria.rb +2 -2
  86. data/po/cs.po +947 -865
  87. data/po/cy.po +913 -864
  88. data/po/de.po +961 -865
  89. data/po/el.po +956 -861
  90. data/po/es.po +952 -857
  91. data/po/fr.po +950 -865
  92. data/po/ga.po +866 -819
  93. data/po/gl.po +946 -861
  94. data/po/it.po +945 -858
  95. data/po/ja.po +921 -836
  96. data/po/mk.po +953 -858
  97. data/po/nb.po +932 -847
  98. data/po/nl.po +955 -849
  99. data/po/pl.po +999 -963
  100. data/po/pt.po +946 -850
  101. data/po/pt_BR.po +944 -859
  102. data/po/ru.po +959 -868
  103. data/po/sk.po +950 -863
  104. data/po/sv.po +944 -859
  105. data/po/uk.po +925 -846
  106. data/po/zh_TW.po +926 -841
  107. data/schemas/alexandria.schemas +1 -1
  108. data/share/alexandria/glade/main_app__builder.glade +6 -21
  109. data/share/gnome/help/alexandria/C/adding-books.xml +3 -4
  110. data/share/gnome/help/alexandria/C/introduction.xml +0 -16
  111. data/share/gnome/help/alexandria/C/searching.xml +1 -4
  112. data/share/gnome/help/alexandria/C/settings.xml +0 -30
  113. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  114. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  115. data/share/gnome/help/alexandria/fr/alexandria.xml +5 -160
  116. data/share/gnome/help/alexandria/ja/adding-books.xml +1 -1
  117. data/share/gnome/help/alexandria/ja/introduction.xml +0 -15
  118. data/share/gnome/help/alexandria/ja/searching.xml +3 -7
  119. data/share/gnome/help/alexandria/ja/settings.xml +0 -27
  120. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  121. data/spec/alexandria/book_providers/bl_provider_spec.rb +13 -0
  122. data/spec/alexandria/book_providers/loc_provider_spec.rb +17 -0
  123. data/spec/alexandria/book_providers/sbn_provider_spec.rb +13 -0
  124. data/spec/alexandria/book_providers/thalia_provider_spec.rb +119 -0
  125. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  126. data/spec/alexandria/book_providers_spec.rb +0 -154
  127. data/spec/alexandria/console_spec.rb +0 -5
  128. data/spec/alexandria/export_library_spec.rb +27 -38
  129. data/spec/alexandria/library_spec.rb +76 -46
  130. data/spec/alexandria/preferences_spec.rb +29 -3
  131. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  132. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  134. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  136. data/spec/alexandria/ui/book_properties_dialog_spec.rb +47 -5
  137. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  138. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  139. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  140. data/spec/alexandria/ui/export_dialog_spec.rb +25 -4
  141. data/spec/alexandria/ui/icons_spec.rb +26 -0
  142. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  143. data/spec/alexandria/ui/import_dialog_spec.rb +35 -3
  144. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  145. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  146. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +39 -3
  147. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  148. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  149. data/spec/alexandria/ui/preferences_dialog_spec.rb +2 -2
  150. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  151. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  152. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  153. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  154. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +37 -6
  155. data/spec/alexandria/ui/ui_manager_spec.rb +116 -2
  156. data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +2 -0
  157. data/spec/end_to_end/basic_run_spec.rb +3 -8
  158. data/spec/fixtures/cover.jpg +0 -0
  159. data/spec/spec_helper.rb +47 -3
  160. data/tasks/spec.rake +3 -5
  161. data/util/rake/fileinstall.rb +16 -15
  162. data/util/rake/omfgenerate.rb +1 -1
  163. metadata +141 -52
  164. data/.travis.yml +0 -39
  165. data/lib/alexandria/book_providers/adlibris.rb +0 -196
  166. data/lib/alexandria/book_providers/amazon_aws.rb +0 -252
  167. data/lib/alexandria/book_providers/amazon_ecs_util.rb +0 -388
  168. data/lib/alexandria/book_providers/barnes_and_noble.rb +0 -209
  169. data/lib/alexandria/book_providers/proxis.rb +0 -175
  170. data/lib/alexandria/book_providers/siciliano.rb +0 -257
  171. data/lib/alexandria/book_providers/z3950.rb +0 -415
  172. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  173. data/spec/alexandria/utilities_spec.rb +0 -52
data/po/ja.po CHANGED
@@ -7,1332 +7,1420 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: alexandria 0.6.3\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
10
+ "POT-Creation-Date: 2020-12-26 12:17+0100\n"
11
11
  "PO-Revision-Date: 2008-02-19 21:34-0900\n"
12
12
  "Last-Translator: CHIKAMA Masaki <masaki.chikama@gmail.com>\n"
13
13
  "Language-Team: Japanese Translators\n"
14
+ "Language: \n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
18
  "Plural-Forms: nplurals=1; plural=0;\n"
18
19
 
19
- #: ../lib/alexandria/import_library.rb:30
20
+ #: ../lib/alexandria/about.rb:27
21
+ msgid "A program to help you manage your book collection."
22
+ msgstr "本のコレクション管理お手伝いプログラム"
23
+
24
+ #: ../lib/alexandria/book_providers.rb:95
25
+ msgid "Couldn't reach the provider '%s': timeout expired."
26
+ msgstr "'%s'に接続できませんでした: タイムアウトです。"
27
+
28
+ #: ../lib/alexandria/book_providers.rb:99
29
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
30
+ msgstr "'%s'に接続できませんでした: ソケットエラー(%s)。"
31
+
32
+ #: ../lib/alexandria/book_providers.rb:103
33
+ msgid ""
34
+ "No results were found. Make sure your search criterion is spelled "
35
+ "correctly, and try again."
36
+ msgstr "結果がみつかりませんでした。入力文字を確認して再度トライしてください。"
37
+
38
+ #: ../lib/alexandria/book_providers.rb:108
39
+ msgid "Too many results for that search."
40
+ msgstr "検索結果が多すぎます。"
41
+
42
+ #: ../lib/alexandria/book_providers.rb:111
43
+ msgid "Invalid search type."
44
+ msgstr "検索種別が不正です。"
45
+
46
+ #: ../lib/alexandria/book_providers.rb:205
47
+ msgid "Enabled"
48
+ msgstr ""
49
+
50
+ #: ../lib/alexandria/book_providers/z3950.rb:22
51
+ msgid "Hostname"
52
+ msgstr "ホスト名"
53
+
54
+ #: ../lib/alexandria/book_providers/z3950.rb:23
55
+ msgid "Port"
56
+ msgstr "ポート番号"
57
+
58
+ #: ../lib/alexandria/book_providers/z3950.rb:24
59
+ msgid "Database"
60
+ msgstr "データベース"
61
+
62
+ #: ../lib/alexandria/book_providers/z3950.rb:25
63
+ msgid "Record syntax"
64
+ msgstr "レコードシンタックス"
65
+
66
+ #: ../lib/alexandria/book_providers/z3950.rb:27
67
+ msgid "Username"
68
+ msgstr "ユーザ名"
69
+
70
+ #: ../lib/alexandria/book_providers/z3950.rb:28
71
+ msgid "Password"
72
+ msgstr "パスワード"
73
+
74
+ #: ../lib/alexandria/book_providers/z3950.rb:29
75
+ msgid "Charset encoding"
76
+ msgstr "文字のエンコーディング"
77
+
78
+ #: ../lib/alexandria/book_providers/z3950.rb:213
79
+ msgid "Library of Congress (Usa)"
80
+ msgstr "米国国会図書館"
81
+
82
+ #: ../lib/alexandria/book_providers/z3950.rb:249
83
+ msgid "British Library"
84
+ msgstr "大英図書館"
85
+
86
+ #: ../lib/alexandria/book_providers/z3950.rb:374
87
+ #, fuzzy
88
+ msgid "Invalid ISBN"
89
+ msgstr "ISBNが不正です '%s'"
90
+
91
+ #: ../lib/alexandria/export_format.rb:18
92
+ msgid "Archived ONIX XML"
93
+ msgstr "Archived ONIX XML"
94
+
95
+ #: ../lib/alexandria/export_format.rb:19
96
+ msgid "Archived Tellico XML"
97
+ msgstr "Archived Tellico XML"
98
+
99
+ #: ../lib/alexandria/export_format.rb:20
100
+ msgid "BibTeX"
101
+ msgstr "BibTeX"
102
+
103
+ #: ../lib/alexandria/export_format.rb:21
104
+ msgid "CSV list"
105
+ msgstr "CSVリスト"
106
+
107
+ #: ../lib/alexandria/export_format.rb:22
108
+ msgid "ISBN List"
109
+ msgstr "ISBNリスト"
110
+
111
+ #: ../lib/alexandria/export_format.rb:23
112
+ msgid "iPod Notes"
113
+ msgstr "iPod用ノート"
114
+
115
+ #: ../lib/alexandria/export_format.rb:24
116
+ msgid "HTML Web Page"
117
+ msgstr "HTMLウェブページ"
118
+
119
+ #: ../lib/alexandria/import_library.rb:21
20
120
  msgid "Autodetect"
21
121
  msgstr "自動判別"
22
122
 
23
- #: ../lib/alexandria/import_library.rb:31
123
+ #: ../lib/alexandria/import_library.rb:22
24
124
  msgid "Archived Tellico XML (*.bc, *.tc)"
25
125
  msgstr "Archived Tellico XML (*.bc, *.tc)"
26
126
 
27
- #: ../lib/alexandria/import_library.rb:33
127
+ #: ../lib/alexandria/import_library.rb:24
28
128
  msgid "ISBN List (*.txt)"
29
129
  msgstr "ISBNリスト (*.txt)"
30
130
 
31
- #: ../lib/alexandria/import_library.rb:35
131
+ #: ../lib/alexandria/import_library.rb:25
32
132
  msgid "GoodReads CSV"
33
133
  msgstr ""
34
134
 
35
- #: ../lib/alexandria/models/library.rb:56
36
- msgid "Untitled"
37
- msgstr "タイトル未設定"
135
+ #: ../lib/alexandria/import_library.rb:65
136
+ msgid "Unsupported type"
137
+ msgstr ""
138
+
139
+ #: ../lib/alexandria/import_library_csv.rb:199
140
+ msgid "Not Recognized"
141
+ msgstr ""
38
142
 
39
- #: ../lib/alexandria/models/library.rb:245
143
+ #: ../lib/alexandria/library_store.rb:37
40
144
  msgid "My Library"
41
145
  msgstr "マイライブラリ"
42
146
 
43
- #: ../lib/alexandria/about.rb:24
44
- msgid "A program to help you manage your book collection."
45
- msgstr "本のコレクション管理お手伝いプログラム"
147
+ #: ../lib/alexandria/library_store.rb:67
148
+ msgid "Not a book: %<book>s"
149
+ msgstr ""
46
150
 
47
- #: ../lib/alexandria/ui/ui_manager.rb:135
48
- msgid "Type here the search criterion"
49
- msgstr "検索する内容をここに入力してください"
151
+ #: ../lib/alexandria/library_store.rb:78
152
+ msgid "%<file>s isbn is not okay"
153
+ msgstr ""
50
154
 
51
- #: ../lib/alexandria/ui/ui_manager.rb:148
52
- msgid "Match everything"
53
- msgstr "全検索"
155
+ #: ../lib/alexandria/library_store.rb:83
156
+ msgid "%<file>s version is not okay"
157
+ msgstr ""
54
158
 
55
- #: ../lib/alexandria/ui/ui_manager.rb:150
56
- msgid "Title contains"
57
- msgstr "タイトル検索"
159
+ #: ../lib/alexandria/library_store.rb:88
160
+ msgid "%<file>s pub year is not okay"
161
+ msgstr ""
58
162
 
59
- #: ../lib/alexandria/ui/ui_manager.rb:151
60
- msgid "Authors contain"
61
- msgstr "作者検索"
163
+ #: ../lib/alexandria/models/library.rb:42
164
+ msgid "Untitled"
165
+ msgstr "タイトル未設定"
62
166
 
63
- #: ../lib/alexandria/ui/ui_manager.rb:152
64
- msgid "ISBN contains"
65
- msgstr "ISBN検索"
167
+ #: ../lib/alexandria/models/library.rb:284
168
+ msgid "Book %<isbn>s was already deleted"
169
+ msgstr ""
66
170
 
67
- #: ../lib/alexandria/ui/ui_manager.rb:153
68
- msgid "Publisher contains"
69
- msgstr "出版社検索"
171
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
172
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
173
+ msgstr ""
70
174
 
71
- #: ../lib/alexandria/ui/ui_manager.rb:154
72
- msgid "Notes contain"
73
- msgstr "ノート検索"
175
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
176
+ msgid "Error parsing CueCat input"
177
+ msgstr ""
74
178
 
75
- #: ../lib/alexandria/ui/ui_manager.rb:155
76
- msgid "Tags contain"
77
- msgstr "タグ検索"
179
+ #: ../lib/alexandria/scanners/keyboard.rb:51
180
+ msgid "Unknown scan data %s<data>"
181
+ msgstr ""
78
182
 
79
- #: ../lib/alexandria/ui/ui_manager.rb:170
80
- msgid "Change the search type"
81
- msgstr "検索タイプを変更します"
183
+ #: ../lib/alexandria/smart_library.rb:49
184
+ msgid "Favorite"
185
+ msgstr "好きな本"
82
186
 
83
- #: ../lib/alexandria/ui/ui_manager.rb:175
84
- msgid "View as Icons"
85
- msgstr "アイコン表示"
187
+ #: ../lib/alexandria/smart_library.rb:55
188
+ msgid "Loaned"
189
+ msgstr "貸し出し中"
86
190
 
87
- #: ../lib/alexandria/ui/ui_manager.rb:176
88
- msgid "View as List"
89
- msgstr "リスト表示"
191
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
192
+ #: ../lib/alexandria/ui/listview.rb:59
193
+ msgid "Read"
194
+ msgstr "読んだ本"
90
195
 
91
- #: ../lib/alexandria/ui/ui_manager.rb:189
92
- msgid "Choose how to show books"
93
- msgstr "本を表示する方法を選択してください"
196
+ #: ../lib/alexandria/smart_library.rb:67
197
+ msgid "Owned"
198
+ msgstr "持っている"
94
199
 
95
- #: ../lib/alexandria/ui/ui_manager.rb:436
96
- msgid "Library '%s' selected"
97
- msgstr "ライブラリ'%s'が選択されています。"
200
+ #: ../lib/alexandria/smart_library.rb:76
201
+ msgid "Wishlist"
202
+ msgstr "欲しい本"
98
203
 
99
- #: ../lib/alexandria/ui/ui_manager.rb:443
100
- msgid "Library '%s' selected, %d unrated book"
101
- msgid_plural "Library '%s' selected, %d unrated books"
102
- msgstr[0] "ライブラリ'%s'が選択されています。評価なしの本が%d冊あります。"
204
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
205
+ msgid "Title"
206
+ msgstr "タイトル"
103
207
 
104
- #: ../lib/alexandria/ui/ui_manager.rb:448
105
- msgid "Library '%s' selected, %d book"
106
- msgid_plural "Library '%s' selected, %d books"
107
- msgstr[0] "ライブラリ'%s'が選択されています。%d冊の本があります。"
208
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
209
+ msgid "ISBN"
210
+ msgstr "ISBN"
108
211
 
109
- #: ../lib/alexandria/ui/ui_manager.rb:455
110
- msgid "Library '%s' selected, %d book, %d unrated"
111
- msgid_plural "Library '%s' selected, %d books, %d unrated"
212
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
213
+ msgid "Authors"
214
+ msgstr "作者"
215
+
216
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
217
+ msgid "Publisher"
218
+ msgstr "出版社"
219
+
220
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
221
+ msgid "Publish Year"
222
+ msgstr "出版年"
223
+
224
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
225
+ msgid "Binding"
226
+ msgstr "装丁"
227
+
228
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
229
+ msgid "Rating"
230
+ msgstr "評価"
231
+
232
+ #: ../lib/alexandria/smart_library.rb:302
233
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
234
+ msgid "Notes"
235
+ msgstr "ノート"
236
+
237
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
238
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
239
+ msgid "Tags"
240
+ msgstr "タグ"
241
+
242
+ #: ../lib/alexandria/smart_library.rb:304
243
+ msgid "Loaning State"
244
+ msgstr "貸し出し状態"
245
+
246
+ #: ../lib/alexandria/smart_library.rb:305
247
+ msgid "Loaning Date"
248
+ msgstr "貸し出し日"
249
+
250
+ #: ../lib/alexandria/smart_library.rb:306
251
+ msgid "Loaning Person"
252
+ msgstr "貸し出した人"
253
+
254
+ #: ../lib/alexandria/smart_library.rb:308
255
+ msgid "Date Read"
256
+ msgstr "読んだ日"
257
+
258
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
259
+ msgid "Own"
260
+ msgstr "持ってる本"
261
+
262
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
263
+ msgid "Want"
264
+ msgstr "欲しい本"
265
+
266
+ #: ../lib/alexandria/smart_library.rb:317
267
+ msgid "days"
268
+ msgstr "日"
269
+
270
+ #: ../lib/alexandria/smart_library.rb:327
271
+ msgid "is set"
272
+ msgstr "チェックをつけたもの"
273
+
274
+ #: ../lib/alexandria/smart_library.rb:330
275
+ msgid "is not set"
276
+ msgstr "チェックをつけてないもの"
277
+
278
+ #: ../lib/alexandria/smart_library.rb:333
279
+ msgid "is"
280
+ msgstr "が以下と同じもの"
281
+
282
+ #: ../lib/alexandria/smart_library.rb:336
283
+ msgid "is not"
284
+ msgstr "が以下と同じでないもの"
285
+
286
+ #: ../lib/alexandria/smart_library.rb:339
287
+ msgid "contains"
288
+ msgstr "が以下を含むもの"
289
+
290
+ #: ../lib/alexandria/smart_library.rb:342
291
+ msgid "does not contain"
292
+ msgstr "が以下を含まないもの"
293
+
294
+ #: ../lib/alexandria/smart_library.rb:345
295
+ msgid "starts with"
296
+ msgstr "が以下で始まるもの"
297
+
298
+ #: ../lib/alexandria/smart_library.rb:348
299
+ msgid "ends with"
300
+ msgstr "が以下で終わるもの"
301
+
302
+ #: ../lib/alexandria/smart_library.rb:351
303
+ msgid "is greater than"
304
+ msgstr "が以下より大きいもの"
305
+
306
+ #: ../lib/alexandria/smart_library.rb:354
307
+ msgid "is less than"
308
+ msgstr "が以下より小さいもの"
309
+
310
+ #: ../lib/alexandria/smart_library.rb:357
311
+ msgid "is after"
312
+ msgstr "が以下より後のもの"
313
+
314
+ #: ../lib/alexandria/smart_library.rb:360
315
+ msgid "is before"
316
+ msgstr "が以下より前のもの"
317
+
318
+ #: ../lib/alexandria/smart_library.rb:364
319
+ msgid "is in last"
320
+ msgstr "が以下の期間以内のもの"
321
+
322
+ #: ../lib/alexandria/smart_library.rb:384
323
+ msgid "is not in last"
324
+ msgstr "が以下の期間以上のもの"
325
+
326
+ #: ../lib/alexandria/smart_library.rb:465
327
+ msgid "invalid operand klass %<klass>s"
328
+ msgstr ""
329
+
330
+ #: ../lib/alexandria/ui/acquire_dialog.rb:206
331
+ msgid "There was %d duplicate"
332
+ msgid_plural "There were %d duplicates"
112
333
  msgstr[0] ""
113
- "ライブラリ'%s'が選択されています。%d冊の本があり、そのうち%d冊に評価がありま"
114
- "せん。"
115
334
 
116
- #: ../lib/alexandria/ui/ui_manager.rb:467
117
- msgid "'%s' selected"
118
- msgstr "'%s'が選択されています"
335
+ #: ../lib/alexandria/ui/acquire_dialog.rb:209
336
+ #, fuzzy
337
+ msgid "Couldn't add this book"
338
+ msgid_plural "Couldn't add these books"
339
+ msgstr[0] "本を追加できません"
119
340
 
120
- #: ../lib/alexandria/ui/ui_manager.rb:470
121
- msgid "%d book selected"
122
- msgid_plural "%d books selected"
123
- msgstr[0] "%d冊の本が選択されています"
341
+ #: ../lib/alexandria/ui/acquire_dialog.rb:288
342
+ #: ../lib/alexandria/ui/new_book_dialog.rb:498
343
+ msgid "Searching Provider '%s'..."
344
+ msgstr ""
124
345
 
125
- #: ../lib/alexandria/ui/ui_manager.rb:648
126
- msgid "Unable to launch the web browser"
127
- msgstr "Webブラウザを起動できませんでした"
346
+ #: ../lib/alexandria/ui/acquire_dialog.rb:289
347
+ #: ../lib/alexandria/ui/new_book_dialog.rb:499
348
+ msgid "Error while Searching Provider '%s'"
349
+ msgstr ""
128
350
 
129
- #: ../lib/alexandria/ui/ui_manager.rb:649
130
- msgid ""
131
- "Check out that a web browser is configured as default (Desktop Preferences -"
132
- "> Advanced -> Preferred Applications) and try again."
351
+ #: ../lib/alexandria/ui/acquire_dialog.rb:290
352
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
353
+ msgid "Not Found at Provider '%s'"
133
354
  msgstr ""
134
- "標準のWebブラウザの設定を確認してください (デスクトップの設定->拡張設定->お気"
135
- "に入りのアプリ)"
136
355
 
137
- #: ../lib/alexandria/ui/ui_manager.rb:661
138
- msgid "Unable to launch the mail reader"
139
- msgstr "メールリーダを起動できませんでした"
356
+ #: ../lib/alexandria/ui/acquire_dialog.rb:291
357
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
358
+ msgid "Found at Provider '%s'"
359
+ msgstr ""
140
360
 
141
- #: ../lib/alexandria/ui/ui_manager.rb:662
142
- msgid ""
143
- "Check out that a mail reader is configured as default (Desktop Preferences -"
144
- "> Advanced -> Preferred Applications) and try again."
361
+ #: ../lib/alexandria/ui/acquire_dialog.rb:403
362
+ msgid "Ready to use %s barcode scanner"
145
363
  msgstr ""
146
- "標準のメールリーダの設定を確認してください (デスクトップの設定->拡張設定->お"
147
- "気に入りのアプリ)"
148
364
 
149
- #: ../lib/alexandria/ui/ui_manager.rb:697
150
- msgid "Repair Book Data"
151
- msgstr "本のデータを修復します"
365
+ #: ../lib/alexandria/ui/acquire_dialog.rb:427
366
+ msgid "Click below to scan _barcodes"
367
+ msgstr "バーコードをスキャンするには以下をクリックしてください(_b)"
368
+
369
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:111
370
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:121
371
+ msgid "Couldn't modify the book"
372
+ msgstr "本を修正できません"
152
373
 
153
- #: ../lib/alexandria/ui/ui_manager.rb:698
374
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
375
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
154
376
  msgid ""
155
- "The data files for the following books are malformed or empty. Do you wish "
156
- "to attempt to download new information for them from the online book "
157
- "providers?\n"
158
- msgstr ""
159
- "以下の本のデータファイルは壊れているかもしくは空っぽです。新しいデータをオン"
160
- "ラインプロバイダーからダウンロードしますか?\n"
377
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
378
+ "correcty, and try again."
379
+ msgstr "指定したEAN/ISBNプロバイダを有効にできません。再度確認してください。"
161
380
 
162
- #: ../lib/alexandria/ui/ui_manager.rb:755
163
- msgid "Added '%s' to library '%s'"
164
- msgstr "ライブラリ'%2$s'に'%1$s'を追加しました"
381
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
382
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
383
+ msgid "The EAN/ISBN you provided is already used in this library."
384
+ msgstr "そのEAN/ISBNはすでにこのライブラリで使用されています。"
165
385
 
166
- #: ../lib/alexandria/ui/ui_manager.rb:908
167
- msgid "Loading '%s'..."
168
- msgstr "'%s'を読み込んでいます..."
386
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
387
+ msgid "Properties"
388
+ msgstr "プロパティ"
169
389
 
170
- #: ../lib/alexandria/ui/ui_manager.rb:1157
171
- msgid "In '_%s'"
172
- msgstr "'_%s'"
390
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:106
391
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
392
+ msgid "Properties for '%s'"
393
+ msgstr "'%s'の設定"
394
+
395
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
396
+ msgid "Author"
397
+ msgstr "作者"
398
+
399
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:160
400
+ msgid "Select a cover image"
401
+ msgstr "表紙画像の選択"
402
+
403
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
404
+ msgid "No Cover"
405
+ msgstr "表紙なし"
406
+
407
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:242
408
+ msgid "%d day"
409
+ msgid_plural "%d days"
410
+ msgstr[0] "%d 日"
173
411
 
174
- #: ../lib/alexandria/ui/callbacks.rb:65
412
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:268
413
+ msgid "out of range"
414
+ msgstr ""
415
+
416
+ #: ../lib/alexandria/ui/callbacks.rb:57
175
417
  msgid "The following lines are not valid ISBNs and were not imported:"
176
418
  msgstr "以下は無効なISBNなのでインポートされませんでした"
177
419
 
178
- #: ../lib/alexandria/ui/callbacks.rb:122
179
- #: ../lib/alexandria/ui/export_dialog.rb:128
180
- msgid "Export failed"
181
- msgstr "エクスポートに失敗しました"
182
-
183
- #: ../lib/alexandria/ui/callbacks.rb:123
184
- msgid "Try letting this library load completely before exporting."
420
+ #: ../lib/alexandria/ui/callbacks.rb:62
421
+ msgid "Books could not be found for the following ISBNs:"
185
422
  msgstr ""
186
423
 
187
- #: ../lib/alexandria/ui/callbacks.rb:274
424
+ #: ../lib/alexandria/ui/callbacks.rb:362
188
425
  msgid "_Library"
189
426
  msgstr "ライブラリ(_L)"
190
427
 
191
- #: ../lib/alexandria/ui/callbacks.rb:275
428
+ #: ../lib/alexandria/ui/callbacks.rb:363
192
429
  msgid "_New Library"
193
430
  msgstr "新規ライブラリの作成(_N)"
194
431
 
195
- #: ../lib/alexandria/ui/callbacks.rb:275
432
+ #: ../lib/alexandria/ui/callbacks.rb:363
196
433
  msgid "Create a new library"
197
434
  msgstr "新しくライブラリを作成します"
198
435
 
199
- #: ../lib/alexandria/ui/callbacks.rb:276
436
+ #: ../lib/alexandria/ui/callbacks.rb:364
200
437
  msgid "New _Smart Library..."
201
438
  msgstr "新規高機能ライブラリの作成(_S)"
202
439
 
203
- #: ../lib/alexandria/ui/callbacks.rb:276
440
+ #: ../lib/alexandria/ui/callbacks.rb:364
204
441
  msgid "Create a new smart library"
205
442
  msgstr "新しく高機能ライブラリを作成します"
206
443
 
207
- #: ../lib/alexandria/ui/callbacks.rb:277
444
+ #: ../lib/alexandria/ui/callbacks.rb:365
208
445
  msgid "_Add Book..."
209
446
  msgstr "本を追加(_A)"
210
447
 
211
- #: ../lib/alexandria/ui/callbacks.rb:277
448
+ #: ../lib/alexandria/ui/callbacks.rb:365
212
449
  msgid "Add a new book from the Internet"
213
450
  msgstr "インターネットから本を追加します"
214
451
 
215
- #: ../lib/alexandria/ui/callbacks.rb:278
452
+ #: ../lib/alexandria/ui/callbacks.rb:366
216
453
  msgid "Add Book _Manually..."
217
454
  msgstr "本を手入力で追加(_M)..."
218
455
 
219
- #: ../lib/alexandria/ui/callbacks.rb:278
456
+ #: ../lib/alexandria/ui/callbacks.rb:366
220
457
  msgid "Add a new book manually"
221
458
  msgstr "本を手入力で追加します"
222
459
 
223
- #: ../lib/alexandria/ui/callbacks.rb:279
460
+ #: ../lib/alexandria/ui/callbacks.rb:367
224
461
  msgid "_Import..."
225
462
  msgstr "インポート(_I)..."
226
463
 
227
- #: ../lib/alexandria/ui/callbacks.rb:279
464
+ #: ../lib/alexandria/ui/callbacks.rb:367
228
465
  msgid "Import a library"
229
466
  msgstr "ライブラリのインポートします"
230
467
 
231
- #: ../lib/alexandria/ui/callbacks.rb:280
468
+ #: ../lib/alexandria/ui/callbacks.rb:368
232
469
  msgid "_Export..."
233
470
  msgstr "エクスポート(_E)..."
234
471
 
235
- #: ../lib/alexandria/ui/callbacks.rb:280
472
+ #: ../lib/alexandria/ui/callbacks.rb:368
236
473
  msgid "Export the selected library"
237
474
  msgstr "選択したライブラリをエクスポートします"
238
475
 
239
- #: ../lib/alexandria/ui/callbacks.rb:281
240
- msgid "_Acquire from Scanner..."
476
+ #: ../lib/alexandria/ui/callbacks.rb:369
477
+ #, fuzzy
478
+ msgid "A_cquire from Scanner..."
241
479
  msgstr "スキャナから読み込む(_A)..."
242
480
 
243
- #: ../lib/alexandria/ui/callbacks.rb:281
481
+ #: ../lib/alexandria/ui/callbacks.rb:369
244
482
  msgid "Acquire books from a scanner"
245
483
  msgstr "スキャナから本を読み込みます"
246
484
 
247
- #: ../lib/alexandria/ui/callbacks.rb:282
485
+ #: ../lib/alexandria/ui/callbacks.rb:370
248
486
  msgid "_Properties"
249
487
  msgstr "プロパティ(_P)"
250
488
 
251
- #: ../lib/alexandria/ui/callbacks.rb:282
489
+ #: ../lib/alexandria/ui/callbacks.rb:370
252
490
  msgid "Edit the properties of the selected book"
253
491
  msgstr "選択した本のプロパティを編集します"
254
492
 
255
- #: ../lib/alexandria/ui/callbacks.rb:283
493
+ #: ../lib/alexandria/ui/callbacks.rb:371
256
494
  msgid "_Quit"
257
495
  msgstr "終了(_Q)"
258
496
 
259
- #: ../lib/alexandria/ui/callbacks.rb:283
497
+ #: ../lib/alexandria/ui/callbacks.rb:371
260
498
  msgid "Quit the program"
261
499
  msgstr "プログラムを終了します"
262
500
 
263
- #: ../lib/alexandria/ui/callbacks.rb:284
501
+ #: ../lib/alexandria/ui/callbacks.rb:372
264
502
  msgid "_Edit"
265
503
  msgstr "編集(_E)"
266
504
 
267
- #: ../lib/alexandria/ui/callbacks.rb:285
505
+ #: ../lib/alexandria/ui/callbacks.rb:373
268
506
  msgid "_Undo"
269
507
  msgstr "アンドゥ(_U)"
270
508
 
271
- #: ../lib/alexandria/ui/callbacks.rb:285
509
+ #: ../lib/alexandria/ui/callbacks.rb:373
272
510
  msgid "Undo the last action"
273
511
  msgstr "最後の操作をアンドゥします"
274
512
 
275
- #: ../lib/alexandria/ui/callbacks.rb:286
513
+ #: ../lib/alexandria/ui/callbacks.rb:374
276
514
  msgid "_Redo"
277
515
  msgstr "リドゥ(_R)"
278
516
 
279
- #: ../lib/alexandria/ui/callbacks.rb:286
517
+ #: ../lib/alexandria/ui/callbacks.rb:374
280
518
  msgid "Redo the undone action"
281
519
  msgstr "アンドゥした操作を元に戻します"
282
520
 
283
- #: ../lib/alexandria/ui/callbacks.rb:287
521
+ #: ../lib/alexandria/ui/callbacks.rb:375
284
522
  msgid "_Select All"
285
523
  msgstr "全て選択(_S)"
286
524
 
287
- #: ../lib/alexandria/ui/callbacks.rb:287
525
+ #: ../lib/alexandria/ui/callbacks.rb:375
288
526
  msgid "Select all visible books"
289
527
  msgstr "見えている本をすべて選択します"
290
528
 
291
- #: ../lib/alexandria/ui/callbacks.rb:288
529
+ #: ../lib/alexandria/ui/callbacks.rb:376
292
530
  msgid "Dese_lect All"
293
531
  msgstr "全て非選択(_l)"
294
532
 
295
- #: ../lib/alexandria/ui/callbacks.rb:288
533
+ #: ../lib/alexandria/ui/callbacks.rb:376
296
534
  msgid "Deselect everything"
297
535
  msgstr "全てを非選択にします"
298
536
 
299
- #: ../lib/alexandria/ui/callbacks.rb:289
537
+ #: ../lib/alexandria/ui/callbacks.rb:377
300
538
  msgid "My _Rating"
301
539
  msgstr "評価(_R)"
302
540
 
303
- #: ../lib/alexandria/ui/callbacks.rb:290
541
+ #: ../lib/alexandria/ui/callbacks.rb:378
304
542
  msgid "None"
305
543
  msgstr "評価なし"
306
544
 
307
- #: ../lib/alexandria/ui/callbacks.rb:291
545
+ #: ../lib/alexandria/ui/callbacks.rb:379
308
546
  msgid "One Star"
309
547
  msgstr "1つ星"
310
548
 
311
- #: ../lib/alexandria/ui/callbacks.rb:292
549
+ #: ../lib/alexandria/ui/callbacks.rb:380
312
550
  msgid "Two Stars"
313
551
  msgstr "2つ星"
314
552
 
315
- #: ../lib/alexandria/ui/callbacks.rb:293
553
+ #: ../lib/alexandria/ui/callbacks.rb:381
316
554
  msgid "Three Stars"
317
555
  msgstr "3つ星"
318
556
 
319
- #: ../lib/alexandria/ui/callbacks.rb:294
557
+ #: ../lib/alexandria/ui/callbacks.rb:382
320
558
  msgid "Four Stars"
321
559
  msgstr "4つ星"
322
560
 
323
- #: ../lib/alexandria/ui/callbacks.rb:295
561
+ #: ../lib/alexandria/ui/callbacks.rb:383
324
562
  msgid "Five Stars"
325
563
  msgstr "5つ星"
326
564
 
327
- #: ../lib/alexandria/ui/callbacks.rb:296
565
+ #: ../lib/alexandria/ui/callbacks.rb:384
328
566
  msgid "_Move"
329
567
  msgstr "移動(_M)"
330
568
 
331
- #: ../lib/alexandria/ui/callbacks.rb:297
569
+ #: ../lib/alexandria/ui/callbacks.rb:385
332
570
  msgid "_Rename"
333
571
  msgstr "名称変更(_R)"
334
572
 
335
- #: ../lib/alexandria/ui/callbacks.rb:298
573
+ #: ../lib/alexandria/ui/callbacks.rb:386
336
574
  msgid "_Delete"
337
575
  msgstr "削除(_D)"
338
576
 
339
- #: ../lib/alexandria/ui/callbacks.rb:298
577
+ #: ../lib/alexandria/ui/callbacks.rb:386
340
578
  msgid "Delete the selected books or library"
341
579
  msgstr "選択した本またはライブラリを削除します"
342
580
 
343
- #: ../lib/alexandria/ui/callbacks.rb:299
581
+ #: ../lib/alexandria/ui/callbacks.rb:387
344
582
  msgid "_Search"
345
583
  msgstr "検索(_S)"
346
584
 
347
- #: ../lib/alexandria/ui/callbacks.rb:299
585
+ #: ../lib/alexandria/ui/callbacks.rb:387
348
586
  msgid "Filter books"
349
587
  msgstr "本にフィルタをかけます"
350
588
 
351
- #: ../lib/alexandria/ui/callbacks.rb:300
589
+ #: ../lib/alexandria/ui/callbacks.rb:388
352
590
  msgid "_Clear Results"
353
591
  msgstr "結果のクリア(_C)"
354
592
 
355
- #: ../lib/alexandria/ui/callbacks.rb:300
593
+ #: ../lib/alexandria/ui/callbacks.rb:388
356
594
  msgid "Clear the search results"
357
595
  msgstr "結果をクリアします"
358
596
 
359
- #: ../lib/alexandria/ui/callbacks.rb:301
597
+ #: ../lib/alexandria/ui/callbacks.rb:389
360
598
  msgid "_Preferences"
361
599
  msgstr "設定(_P)"
362
600
 
363
- #: ../lib/alexandria/ui/callbacks.rb:301
601
+ #: ../lib/alexandria/ui/callbacks.rb:389
364
602
  msgid "Change Alexandria's settings"
365
603
  msgstr "Alexandriaの設定変更"
366
604
 
367
- #: ../lib/alexandria/ui/callbacks.rb:302
605
+ #: ../lib/alexandria/ui/callbacks.rb:390
368
606
  msgid "_View"
369
607
  msgstr "表示(_V)"
370
608
 
371
- #: ../lib/alexandria/ui/callbacks.rb:303
609
+ #: ../lib/alexandria/ui/callbacks.rb:391
372
610
  msgid "Arran_ge Icons"
373
611
  msgstr "アイコンの表示順(_g)"
374
612
 
375
- #: ../lib/alexandria/ui/callbacks.rb:304
613
+ #: ../lib/alexandria/ui/callbacks.rb:392
376
614
  msgid "Display Online _Information"
377
615
  msgstr "オンライン情報の表示(_I)"
378
616
 
379
- #: ../lib/alexandria/ui/callbacks.rb:306
617
+ #: ../lib/alexandria/ui/callbacks.rb:394
380
618
  msgid "_Help"
381
619
  msgstr "ヘルプ(_H)"
382
620
 
383
- #: ../lib/alexandria/ui/callbacks.rb:307
621
+ #: ../lib/alexandria/ui/callbacks.rb:395
384
622
  msgid "Submit _Bug Report"
385
623
  msgstr "バグレポートを送る(_B)"
386
624
 
387
- #: ../lib/alexandria/ui/callbacks.rb:307
625
+ #: ../lib/alexandria/ui/callbacks.rb:395
388
626
  msgid "Submit a bug report to the developers"
389
627
  msgstr "バグレポートを開発者に送ります"
390
628
 
391
- #: ../lib/alexandria/ui/callbacks.rb:308
629
+ #: ../lib/alexandria/ui/callbacks.rb:396
392
630
  msgid "Contents"
393
631
  msgstr "内容"
394
632
 
395
- #: ../lib/alexandria/ui/callbacks.rb:308
633
+ #: ../lib/alexandria/ui/callbacks.rb:396
396
634
  msgid "View Alexandria's manual"
397
635
  msgstr "Alexandriaのマニュアルを見る"
398
636
 
399
- #: ../lib/alexandria/ui/callbacks.rb:309
637
+ #: ../lib/alexandria/ui/callbacks.rb:397
400
638
  msgid "_About"
401
639
  msgstr "Alexandriaについて(_A)"
402
640
 
403
- #: ../lib/alexandria/ui/callbacks.rb:309
641
+ #: ../lib/alexandria/ui/callbacks.rb:397
404
642
  msgid "Show information about Alexandria"
405
643
  msgstr "Alexandriaに関する情報を表示します"
406
644
 
407
- #: ../lib/alexandria/ui/callbacks.rb:334
408
- msgid "Side _Pane"
645
+ #: ../lib/alexandria/ui/callbacks.rb:404
646
+ msgid "At _%s"
647
+ msgstr "%sを開く"
648
+
649
+ #: ../lib/alexandria/ui/callbacks.rb:410
650
+ msgid "Side_pane"
409
651
  msgstr "サイドペイン(_P)"
410
652
 
411
- #: ../lib/alexandria/ui/callbacks.rb:336
653
+ #: ../lib/alexandria/ui/callbacks.rb:411
412
654
  msgid "_Toolbar"
413
655
  msgstr "ツールバー(_T)"
414
656
 
415
- #: ../lib/alexandria/ui/callbacks.rb:338
657
+ #: ../lib/alexandria/ui/callbacks.rb:412
416
658
  msgid "_Statusbar"
417
659
  msgstr "ステータスバー(_S)"
418
660
 
419
- #: ../lib/alexandria/ui/callbacks.rb:340
661
+ #: ../lib/alexandria/ui/callbacks.rb:413
420
662
  msgid "Re_versed Order"
421
663
  msgstr "逆順(_v)"
422
664
 
423
- #: ../lib/alexandria/ui/callbacks.rb:345
665
+ #: ../lib/alexandria/ui/callbacks.rb:418
424
666
  msgid "View as _Icons"
425
667
  msgstr "アイコン表示(_I)"
426
668
 
427
- #: ../lib/alexandria/ui/callbacks.rb:346
669
+ #: ../lib/alexandria/ui/callbacks.rb:419
428
670
  msgid "View as _List"
429
671
  msgstr "リスト表示(_L)"
430
672
 
431
- #: ../lib/alexandria/ui/callbacks.rb:350
673
+ #: ../lib/alexandria/ui/callbacks.rb:423
432
674
  msgid "By _Title"
433
675
  msgstr "タイトル順(_T)"
434
676
 
435
- #: ../lib/alexandria/ui/callbacks.rb:351
677
+ #: ../lib/alexandria/ui/callbacks.rb:424
436
678
  msgid "By _Authors"
437
679
  msgstr "作者順(_A)"
438
680
 
439
- #: ../lib/alexandria/ui/callbacks.rb:352
681
+ #: ../lib/alexandria/ui/callbacks.rb:425
440
682
  msgid "By _ISBN"
441
683
  msgstr "ISBN順(_I)"
442
684
 
443
- #: ../lib/alexandria/ui/callbacks.rb:353
685
+ #: ../lib/alexandria/ui/callbacks.rb:426
444
686
  msgid "By _Publisher"
445
687
  msgstr "出版社順(_P)"
446
688
 
447
- #: ../lib/alexandria/ui/callbacks.rb:354
689
+ #: ../lib/alexandria/ui/callbacks.rb:427
448
690
  msgid "By _Binding"
449
691
  msgstr "装丁順(_B)"
450
692
 
451
- #: ../lib/alexandria/ui/callbacks.rb:355
693
+ #: ../lib/alexandria/ui/callbacks.rb:428
452
694
  msgid "By _Rating"
453
695
  msgstr "評価順(_R)"
454
696
 
455
- #: ../lib/alexandria/ui/callbacks.rb:359
456
- msgid "At _%s"
457
- msgstr "%sを開く"
458
-
459
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
460
- msgid "There was %d duplicate"
461
- msgid_plural "There were %d duplicates"
462
- msgstr[0] ""
463
-
464
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
465
- #, fuzzy
466
- msgid "Couldn't add this book"
467
- msgid_plural "Couldn't add these books"
468
- msgstr[0] "本を追加できません"
469
-
470
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
471
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
472
- msgid "Searching Provider '%s'..."
473
- msgstr ""
474
-
475
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
476
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
477
- msgid "Error while Searching Provider '%s'"
478
- msgstr ""
479
-
480
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
481
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
482
- msgid "Not Found at Provider '%s'"
483
- msgstr ""
484
-
485
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
486
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
487
- msgid "Found at Provider '%s'"
488
- msgstr ""
489
-
490
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
491
- msgid "Ready to use %s barcode scanner"
492
- msgstr ""
493
-
494
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
495
- #: ../data/alexandria/glade/acquire_dialog.glade:26
496
- msgid "_Barcode Scanner Ready"
497
- msgstr "バーコードスキャナ準備完了(_B)"
498
-
499
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
500
- msgid "Click below to scan _barcodes"
501
- msgstr "バーコードをスキャンするには以下をクリックしてください(_b)"
502
-
503
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
504
- msgid "There's a problem"
505
- msgstr "問題が発生しました"
506
-
507
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
508
- msgid "New Smart Library"
509
- msgstr "高機能ライブラリの新規作成"
510
-
511
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
512
- msgid "Smart Library"
513
- msgstr "高機能ライブラリ"
514
-
515
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
516
- msgid "Preferences for %s"
517
- msgstr "'%s'の設定"
518
-
519
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
520
- msgid "New Provider"
521
- msgstr "新プロバイダ"
522
-
523
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
524
- msgid "_Name:"
525
- msgstr "名称(_N):"
526
-
527
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
528
- msgid "_Type:"
529
- msgstr "種別(_T):"
530
-
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
- #, fuzzy
535
- msgid "Disable Provider"
536
- msgstr "新プロバイダ"
537
-
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
539
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
540
- #, fuzzy
541
- msgid "Enable Provider"
542
- msgstr "新プロバイダ"
543
-
544
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
545
- msgid "Are you sure you want to permanently delete the provider '%s'?"
546
- msgstr "プロバイダ'%s'を削除します。よろしいですか?"
547
-
548
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
549
- msgid ""
550
- "If you continue, the provider and all of its preferences will be permanently "
551
- "deleted."
552
- msgstr "一度削除するとそのプロバイダと全ての設定が元に戻せません。"
553
-
554
- #: ../lib/alexandria/ui/import_dialog.rb:36
555
- msgid "Error while importing"
556
- msgstr "インポート中にエラーが発生しました"
557
-
558
- #: ../lib/alexandria/ui/import_dialog.rb:39
559
- msgid "_Continue"
560
- msgstr "続ける(_C)"
561
-
562
- #: ../lib/alexandria/ui/import_dialog.rb:64
563
- msgid "Import a Library"
564
- msgstr "ライブラリのインポート"
565
-
566
- #: ../lib/alexandria/ui/import_dialog.rb:71
567
- msgid "_Import"
568
- msgstr "インポート(_I)"
569
-
570
- #: ../lib/alexandria/ui/import_dialog.rb:188
571
- msgid "Couldn't import the library"
572
- msgstr "ライブラリをインポートできません"
573
-
574
- #: ../lib/alexandria/ui/import_dialog.rb:189
575
- msgid ""
576
- "The format of the file you provided is unknown. Please retry with another "
577
- "file."
578
- msgstr "ファイルフォーマットが不正です。他のファイルでリトライしてください。"
579
-
580
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
581
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
582
- msgid "Properties for '%s'"
583
- msgstr "'%s'の設定"
584
-
585
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
586
- msgid "Empty or conflictive condition"
587
- msgstr "条件が空か、あるいは矛盾する条件が指定されています"
588
-
589
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
590
- msgid "_Save However"
591
- msgstr "強制的に保存(_S)"
592
-
593
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
594
- msgid ""
595
- "This smart library contains one or more conditions which are empty or "
596
- "conflict with each other. This is likely to result in never matching a book. "
597
- "Are you sure you want to save this library?"
598
- msgstr ""
599
- "この高機能ライブラリには、空の条件が設定されているものが1つまたは複数ある"
600
- "か、もしくはお互いに矛盾する条件が設定されています。従ってこの条件を満たす本"
601
- "はおそらく見つかりません。それでもこの高機能ライブラリを保存しますか?"
602
-
603
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
604
- msgid "Match"
605
- msgstr "以下の"
606
-
607
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
608
- msgid "all"
609
- msgstr "すべて"
610
-
611
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
612
- msgid "any"
613
- msgstr "いずれか"
614
-
615
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
616
- msgid "of the following rules:"
617
- msgstr "の条件にあう本:"
618
-
619
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
620
- msgid "Match the following rule:"
621
- msgstr "以下の条件にあう本:"
622
-
623
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
624
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
625
- msgid "Couldn't modify the book"
626
- msgstr "本を修正できません"
627
-
628
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
629
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
630
- msgid "The EAN/ISBN you provided is already used in this library."
631
- msgstr "そのEAN/ISBNはすでにこのライブラリで使用されています。"
632
-
633
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
634
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
635
- msgid ""
636
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
637
- "correcty, and try again."
638
- msgstr "指定したEAN/ISBNプロバイダを有効にできません。再度確認してください。"
639
-
640
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
641
- msgid "Properties"
642
- msgstr "プロパティ"
643
-
644
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
645
- msgid "Author"
646
- msgstr "作者"
647
-
648
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
649
- msgid "Select a cover image"
650
- msgstr "表紙画像の選択"
651
-
652
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
653
- msgid "No Cover"
654
- msgstr "表紙なし"
655
-
656
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
657
- msgid "%d day"
658
- msgid_plural "%d days"
659
- msgstr[0] "%d 日"
660
-
661
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
662
- msgid "Adding '%s'"
663
- msgstr "'%s'を追加"
664
-
665
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
666
- #: ../data/alexandria/glade/new_book_dialog.glade:8
667
- msgid "Adding a Book"
668
- msgstr "本の追加"
669
-
670
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
671
- msgid "A title must be provided."
672
- msgstr "タイトルを入力してください。"
673
-
674
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
675
- msgid "A publisher must be provided."
676
- msgstr "出版社を入力してください。"
677
-
678
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
679
- msgid "A binding must be provided."
680
- msgstr "装丁を入力してください。"
681
-
682
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
683
- msgid "At least one author must be provided."
684
- msgstr "少なくとも一人の著者を入力してください。"
685
-
686
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
687
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
688
- msgid "Couldn't add the book"
689
- msgstr "本を追加できません"
690
-
691
- #: ../lib/alexandria/ui/export_dialog.rb:25
697
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
692
698
  msgid "File already exists"
693
699
  msgstr "すでにファイルが存在します"
694
700
 
695
- #: ../lib/alexandria/ui/export_dialog.rb:28
696
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
701
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
702
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
697
703
  msgid "_Replace"
698
704
  msgstr "置換(_R)"
699
705
 
700
- #: ../lib/alexandria/ui/export_dialog.rb:29
706
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
701
707
  msgid ""
702
708
  "A file named '%s' already exists. Do you want to replace it with the one "
703
709
  "you are generating?"
704
710
  msgstr "'%s'はすでに存在します。新しいファイルで上書きしますか?"
705
711
 
706
- #: ../lib/alexandria/ui/export_dialog.rb:52
712
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
713
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
714
+ msgstr "'%s'はすでに'%s'に存在します。上書きしますか?"
715
+
716
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
717
+ msgid "_Skip"
718
+ msgstr "スキップ(_S)"
719
+
720
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
721
+ msgid "If you replace the existing book, its contents will be overwritten."
722
+ msgstr "存在する本を置換する場合、その内容は上書きされます。"
723
+
724
+ #: ../lib/alexandria/ui/export_dialog.rb:24
707
725
  msgid "Export '%s'"
708
726
  msgstr "エクスポート '%s'"
709
727
 
710
- #: ../lib/alexandria/ui/export_dialog.rb:58
728
+ #: ../lib/alexandria/ui/export_dialog.rb:29
711
729
  msgid "_Export"
712
730
  msgstr "エクスポート(_E)"
713
731
 
714
- #: ../lib/alexandria/ui/export_dialog.rb:77
732
+ #: ../lib/alexandria/ui/export_dialog.rb:50
715
733
  msgid "_Theme:"
716
734
  msgstr "テーマ(_T):"
717
735
 
718
- #: ../lib/alexandria/ui/export_dialog.rb:87
736
+ #: ../lib/alexandria/ui/export_dialog.rb:62
719
737
  msgid "directory"
720
738
  msgstr "ディレクトリ"
721
739
 
722
- #: ../lib/alexandria/ui/export_dialog.rb:100
740
+ #: ../lib/alexandria/ui/export_dialog.rb:74
723
741
  msgid "Export for_mat:"
724
742
  msgstr "エクスポートフォーマット(_m):"
725
743
 
726
- #: ../lib/alexandria/ui/export_dialog.rb:155
744
+ #: ../lib/alexandria/ui/export_dialog.rb:101
745
+ msgid "Export failed"
746
+ msgstr "エクスポートに失敗しました"
747
+
748
+ #: ../lib/alexandria/ui/export_dialog.rb:125
727
749
  msgid ""
728
750
  "The target, named '%s', is a regular file. A directory is needed for this "
729
751
  "operation. Please select a directory and try again."
730
752
  msgstr "'%s'はファイルです。ディレクトリを選択して再度実行してください。"
731
753
 
732
- #: ../lib/alexandria/ui/export_dialog.rb:159
754
+ #: ../lib/alexandria/ui/export_dialog.rb:129
733
755
  msgid "Not a directory"
734
756
  msgstr "ディレクトリではありません"
735
757
 
736
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
758
+ #: ../lib/alexandria/ui/import_dialog.rb:23
759
+ msgid "Import a Library"
760
+ msgstr "ライブラリのインポート"
761
+
762
+ #: ../lib/alexandria/ui/import_dialog.rb:30
763
+ msgid "_Import"
764
+ msgstr "インポート(_I)"
765
+
766
+ #: ../lib/alexandria/ui/import_dialog.rb:134
767
+ msgid "Couldn't import the library"
768
+ msgstr "ライブラリをインポートできません"
769
+
770
+ #: ../lib/alexandria/ui/import_dialog.rb:135
771
+ msgid ""
772
+ "The format of the file you provided is unknown. Please retry with another "
773
+ "file."
774
+ msgstr "ファイルフォーマットが不正です。他のファイルでリトライしてください。"
775
+
776
+ #: ../lib/alexandria/ui/init.rb:70
777
+ msgid "Unable to launch the help browser"
778
+ msgstr "ヘルプブラウザを起動できません"
779
+
780
+ #: ../lib/alexandria/ui/init.rb:71
781
+ msgid ""
782
+ "Could not display help for Alexandria. There was an error launching the "
783
+ "system help browser."
784
+ msgstr ""
785
+ "システムのヘルプブラウザを起動しようとしてエラーが発生したので、Alexandriaの"
786
+ "ヘルプを開けませんでした。"
787
+
788
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
737
789
  msgid "Invalid ISBN '%s'"
738
790
  msgstr "ISBNが不正です '%s'"
739
791
 
740
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
741
- msgid "_Keep"
742
- msgstr "追加する(_K)"
743
-
744
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
792
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
793
+ #, fuzzy
745
794
  msgid ""
746
795
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
747
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
748
- "add?"
796
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
797
+ "addition?"
749
798
  msgstr ""
750
799
  "'%s'のISBNは不正ですが、プロバイダには存在しています。この本をISBNを無視して"
751
800
  "追加しますか?"
752
801
 
753
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
802
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
803
+ msgid "_Keep"
804
+ msgstr "追加する(_K)"
805
+
806
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
807
+ msgid "New Library"
808
+ msgstr "新規ライブラリ"
809
+
810
+ #: ../lib/alexandria/ui/listview.rb:56
811
+ #, fuzzy
812
+ msgid "Loaned To"
813
+ msgstr "貸し出し中"
814
+
815
+ #: ../lib/alexandria/ui/new_book_dialog.rb:155
754
816
  msgid "A problem occurred while downloading images"
755
817
  msgstr "イメージのダウンロード中に問題が発生しました"
756
818
 
757
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
819
+ #: ../lib/alexandria/ui/new_book_dialog.rb:194
820
+ msgid "Iter is invalid! %s"
821
+ msgstr ""
822
+
823
+ #: ../lib/alexandria/ui/new_book_dialog.rb:266
758
824
  msgid "Unable to find matches for your search"
759
825
  msgstr "検索結果がありませんでした。"
760
826
 
761
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
827
+ #: ../lib/alexandria/ui/new_book_dialog.rb:302
762
828
  msgid "%s, by %s"
763
829
  msgstr "%s, %s 著"
764
830
 
765
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
831
+ #: ../lib/alexandria/ui/new_book_dialog.rb:308
832
+ msgid "Copying %s into tree view."
833
+ msgstr ""
834
+
835
+ #: ../lib/alexandria/ui/new_book_dialog.rb:336
766
836
  msgid ""
767
837
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
768
838
  "correctly, and try again."
769
839
  msgstr "指定したEAN/ISBNプロバイダを有効にできません。再度確認してください。"
770
840
 
771
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
841
+ #: ../lib/alexandria/ui/new_book_dialog.rb:464
842
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
843
+ msgid "Couldn't add the book"
844
+ msgstr "本を追加できません"
845
+
846
+ #: ../lib/alexandria/ui/new_book_dialog.rb:570
772
847
  msgid "'%s' already exists in '%s' (titled '%s')."
773
848
  msgstr "'%s'はすでに'%s' (タイトル: '%s')に存在します。"
774
849
 
775
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
776
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
777
- msgstr "'%s'はすでに'%s'に存在します。上書きしますか?"
850
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
851
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
852
+ msgid "Adding a Book"
853
+ msgstr "本の追加"
778
854
 
779
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
780
- msgid "_Skip"
781
- msgstr "スキップ(_S)"
855
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
856
+ msgid "Adding '%s'"
857
+ msgstr "'%s'を追加"
782
858
 
783
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
784
- msgid "If you replace the existing book, its contents will be overwritten."
785
- msgstr "存在する本を置換する場合、その内容は上書きされます。"
859
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
860
+ msgid "A title must be provided."
861
+ msgstr "タイトルを入力してください。"
862
+
863
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
864
+ msgid "A publisher must be provided."
865
+ msgstr "出版社を入力してください。"
866
+
867
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
868
+ msgid "A binding must be provided."
869
+ msgstr "装丁を入力してください。"
870
+
871
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
872
+ msgid "At least one author must be provided."
873
+ msgstr "少なくとも一人の著者を入力してください。"
874
+
875
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
876
+ msgid "New Provider"
877
+ msgstr "新プロバイダ"
878
+
879
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
880
+ msgid "_Name:"
881
+ msgstr "名称(_N):"
882
+
883
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
884
+ msgid "_Type:"
885
+ msgstr "種別(_T):"
886
+
887
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
888
+ msgid "New Smart Library"
889
+ msgstr "高機能ライブラリの新規作成"
890
+
891
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
892
+ msgid "Smart Library"
893
+ msgstr "高機能ライブラリ"
894
+
895
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
896
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
897
+ msgstr "プロバイダ'%s'を削除します。よろしいですか?"
898
+
899
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
900
+ msgid ""
901
+ "If you continue, the provider and all of its preferences will be permanently "
902
+ "deleted."
903
+ msgstr "一度削除するとそのプロバイダと全ての設定が元に戻せません。"
786
904
 
787
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
905
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
906
+ msgid "Preferences for %s"
907
+ msgstr "'%s'の設定"
908
+
909
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
788
910
  msgid "Are you sure you want to delete '%s'?"
789
911
  msgstr "'%s'を削除します。よろしいですか?"
790
912
 
791
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
913
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
792
914
  msgid "If you continue, %d book will be deleted."
793
915
  msgid_plural "If you continue, %d books will be deleted."
794
916
  msgstr[0] "続行すると%d冊の本が削除されます。"
795
917
 
796
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
918
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
797
919
  msgid "Are you sure you want to delete '%s' from '%s'?"
798
920
  msgstr "'%2$s'から'%1$s'を削除します。よろしいですか?"
799
921
 
800
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
922
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
801
923
  msgid "Are you sure you want to delete the selected books from '%s'?"
802
924
  msgstr "'%s'から選択された全ての本を削除します。よろしいですか?"
803
925
 
804
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
926
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
805
927
  msgid "Invalid library name '%s'"
806
928
  msgstr "ライブラリ名が不正です '%s'"
807
929
 
808
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
930
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
809
931
  #, fuzzy
810
- msgid "The name provided contains the disallowed character <b>%s</b> "
932
+ msgid "The name provided contains the disallowed character <b>%s</b>"
811
933
  msgstr "その名称は不正な文字を含んでいます '<i>%s</i>'"
812
934
 
813
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
935
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
814
936
  #, fuzzy
815
937
  msgid "Invalid library name"
816
938
  msgstr "ライブラリ名が不正です '%s'"
817
939
 
818
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
940
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
819
941
  #, fuzzy
820
942
  msgid "The name provided contains invalid characters."
821
943
  msgstr "その名称は不正な文字を含んでいます '<i>%s</i>'"
822
944
 
823
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
945
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
824
946
  msgid "The library name can not be empty"
825
947
  msgstr "ライブラリ名を入力してください"
826
948
 
827
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
949
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
828
950
  msgid "The library can not be renamed"
829
951
  msgstr "ライブラリ名は変更できません"
830
952
 
831
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
953
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
832
954
  msgid "There is already a library named '%s'. Please choose a different name."
833
955
  msgstr "そのライブラリ名はすでに存在します。他の名前を指定してください。"
834
956
 
835
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
957
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
836
958
  msgid "Library"
837
959
  msgstr "ライブラリ"
838
960
 
839
- #: ../lib/alexandria/ui/libraries_combo.rb:44
840
- msgid "New Library"
841
- msgstr "新規ライブラリ"
842
-
843
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
844
- msgid "Title"
845
- msgstr "タイトル"
846
-
847
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
848
- msgid "Authors"
849
- msgstr "作者"
850
-
851
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
852
- msgid "ISBN"
853
- msgstr "ISBN"
854
-
855
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
856
- msgid "Publisher"
857
- msgstr "出版社"
961
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
962
+ msgid "Error while importing"
963
+ msgstr "インポート中にエラーが発生しました"
858
964
 
859
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
860
- msgid "Publish Year"
861
- msgstr "出版年"
965
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
966
+ msgid "_Continue"
967
+ msgstr "続ける(_C)"
862
968
 
863
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
864
- msgid "Binding"
865
- msgstr "装丁"
969
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:97
970
+ msgid "Empty or conflictive condition"
971
+ msgstr "条件が空か、あるいは矛盾する条件が指定されています"
866
972
 
867
- #: ../lib/alexandria/ui/listview.rb:110
868
- #, fuzzy
869
- msgid "Loaned To"
870
- msgstr "貸し出し中"
973
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
974
+ msgid "_Save However"
975
+ msgstr "強制的に保存(_S)"
871
976
 
872
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
873
- #: ../lib/alexandria/smart_library.rb:361
874
- msgid "Read"
875
- msgstr "読んだ本"
977
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
978
+ msgid ""
979
+ "This smart library contains one or more conditions which are empty or "
980
+ "conflict with each other. This is likely to result in never matching a book. "
981
+ "Are you sure you want to save this library?"
982
+ msgstr ""
983
+ "この高機能ライブラリには、空の条件が設定されているものが1つまたは複数ある"
984
+ "か、もしくはお互いに矛盾する条件が設定されています。従ってこの条件を満たす本"
985
+ "はおそらく見つかりません。それでもこの高機能ライブラリを保存しますか?"
876
986
 
877
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
878
- msgid "Own"
879
- msgstr "持ってる本"
987
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
988
+ msgid "Match"
989
+ msgstr "以下の"
880
990
 
881
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
882
- msgid "Want"
883
- msgstr "欲しい本"
991
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
992
+ msgid "all"
993
+ msgstr "すべて"
884
994
 
885
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
886
- #: ../data/alexandria/glade/preferences_dialog.glade:421
887
- msgid "Tags"
888
- msgstr "タグ"
995
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
996
+ msgid "any"
997
+ msgstr "いずれか"
889
998
 
890
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
891
- msgid "Rating"
892
- msgstr "評価"
999
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:131
1000
+ msgid "of the following rules:"
1001
+ msgstr "の条件にあう本:"
893
1002
 
894
- #: ../lib/alexandria/ui/init.rb:83
895
- msgid "Unable to launch the help browser"
896
- msgstr "ヘルプブラウザを起動できません"
1003
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:139
1004
+ msgid "Match the following rule:"
1005
+ msgstr "以下の条件にあう本:"
897
1006
 
898
- #: ../lib/alexandria/ui/init.rb:84
899
- msgid ""
900
- "Could not display help for Alexandria. There was an error launching the "
901
- "system help browser."
902
- msgstr ""
903
- "システムのヘルプブラウザを起動しようとしてエラーが発生したので、Alexandriaの"
904
- "ヘルプを開けませんでした。"
1007
+ #: ../lib/alexandria/ui/ui_manager.rb:132
1008
+ msgid "Type here the search criterion"
1009
+ msgstr "検索する内容をここに入力してください"
905
1010
 
906
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
907
- msgid "Locale"
908
- msgstr "ロケール"
1011
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1012
+ msgid "Match everything"
1013
+ msgstr "全検索"
909
1014
 
910
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
911
- msgid "Access key ID"
912
- msgstr ""
1015
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1016
+ msgid "Title contains"
1017
+ msgstr "タイトル検索"
913
1018
 
914
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
915
- msgid "Secret access key"
916
- msgstr ""
1019
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1020
+ msgid "Authors contain"
1021
+ msgstr "作者検索"
917
1022
 
918
- #: ../lib/alexandria/book_providers/z3950.rb:34
919
- msgid "Hostname"
920
- msgstr "ホスト名"
1023
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1024
+ msgid "ISBN contains"
1025
+ msgstr "ISBN検索"
921
1026
 
922
- #: ../lib/alexandria/book_providers/z3950.rb:35
923
- msgid "Port"
924
- msgstr "ポート番号"
1027
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1028
+ msgid "Publisher contains"
1029
+ msgstr "出版社検索"
925
1030
 
926
- #: ../lib/alexandria/book_providers/z3950.rb:36
927
- msgid "Database"
928
- msgstr "データベース"
1031
+ #: ../lib/alexandria/ui/ui_manager.rb:149
1032
+ msgid "Notes contain"
1033
+ msgstr "ノート検索"
929
1034
 
930
- #: ../lib/alexandria/book_providers/z3950.rb:37
931
- msgid "Record syntax"
932
- msgstr "レコードシンタックス"
1035
+ #: ../lib/alexandria/ui/ui_manager.rb:150
1036
+ msgid "Tags contain"
1037
+ msgstr "タグ検索"
933
1038
 
934
- #: ../lib/alexandria/book_providers/z3950.rb:38
935
- msgid "Username"
936
- msgstr "ユーザ名"
1039
+ #: ../lib/alexandria/ui/ui_manager.rb:164
1040
+ msgid "Change the search type"
1041
+ msgstr "検索タイプを変更します"
937
1042
 
938
- #: ../lib/alexandria/book_providers/z3950.rb:39
939
- msgid "Password"
940
- msgstr "パスワード"
1043
+ #: ../lib/alexandria/ui/ui_manager.rb:169
1044
+ msgid "View as Icons"
1045
+ msgstr "アイコン表示"
941
1046
 
942
- #: ../lib/alexandria/book_providers/z3950.rb:40
943
- msgid "Charset encoding"
944
- msgstr "文字のエンコーディング"
1047
+ #: ../lib/alexandria/ui/ui_manager.rb:170
1048
+ msgid "View as List"
1049
+ msgstr "リスト表示"
945
1050
 
946
- #: ../lib/alexandria/book_providers/z3950.rb:221
947
- msgid "Library of Congress (Usa)"
948
- msgstr "米国国会図書館"
1051
+ #: ../lib/alexandria/ui/ui_manager.rb:184
1052
+ msgid "Choose how to show books"
1053
+ msgstr "本を表示する方法を選択してください"
949
1054
 
950
- #: ../lib/alexandria/book_providers/z3950.rb:255
951
- msgid "British Library"
952
- msgstr "大英図書館"
1055
+ #: ../lib/alexandria/ui/ui_manager.rb:407
1056
+ msgid "Library '%s' selected"
1057
+ msgstr "ライブラリ'%s'が選択されています。"
953
1058
 
954
- #: ../lib/alexandria/export_library.rb:109
955
- msgid "Archived ONIX XML"
956
- msgstr "Archived ONIX XML"
1059
+ #: ../lib/alexandria/ui/ui_manager.rb:412
1060
+ msgid "Library '%s' selected, %d unrated book"
1061
+ msgid_plural "Library '%s' selected, %d unrated books"
1062
+ msgstr[0] "ライブラリ'%s'が選択されています。評価なしの本が%d冊あります。"
957
1063
 
958
- #: ../lib/alexandria/export_library.rb:111
959
- msgid "Archived Tellico XML"
960
- msgstr "Archived Tellico XML"
1064
+ #: ../lib/alexandria/ui/ui_manager.rb:416
1065
+ msgid "Library '%s' selected, %d book"
1066
+ msgid_plural "Library '%s' selected, %d books"
1067
+ msgstr[0] "ライブラリ'%s'が選択されています。%d冊の本があります。"
961
1068
 
962
- #: ../lib/alexandria/export_library.rb:113
963
- msgid "BibTeX"
964
- msgstr "BibTeX"
1069
+ #: ../lib/alexandria/ui/ui_manager.rb:420
1070
+ msgid "Library '%s' selected, %d book, %d unrated"
1071
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1072
+ msgstr[0] ""
1073
+ "ライブラリ'%s'が選択されています。%d冊の本があり、そのうち%d冊に評価がありま"
1074
+ "せん。"
965
1075
 
966
- #: ../lib/alexandria/export_library.rb:114
967
- msgid "CSV list"
968
- msgstr "CSVリスト"
1076
+ #: ../lib/alexandria/ui/ui_manager.rb:434
1077
+ msgid "'%s' selected"
1078
+ msgstr "'%s'が選択されています"
969
1079
 
970
- #: ../lib/alexandria/export_library.rb:115
971
- msgid "ISBN List"
972
- msgstr "ISBNリスト"
1080
+ #: ../lib/alexandria/ui/ui_manager.rb:436
1081
+ msgid "%d book selected"
1082
+ msgid_plural "%d books selected"
1083
+ msgstr[0] "%d冊の本が選択されています"
973
1084
 
974
- #: ../lib/alexandria/export_library.rb:116
975
- msgid "iPod Notes"
976
- msgstr "iPod用ノート"
1085
+ #: ../lib/alexandria/ui/ui_manager.rb:552
1086
+ msgid "unrecognized update event"
1087
+ msgstr ""
977
1088
 
978
- #: ../lib/alexandria/export_library.rb:117
979
- msgid "HTML Web Page"
980
- msgstr "HTMLウェブページ"
1089
+ #: ../lib/alexandria/ui/ui_manager.rb:597
1090
+ #, fuzzy
1091
+ msgid "Loading libraries..."
1092
+ msgstr "'%s'を読み込んでいます..."
981
1093
 
982
- #: ../lib/alexandria/smart_library.rb:92
983
- msgid "Favorite"
984
- msgstr "好きな本"
1094
+ #: ../lib/alexandria/ui/ui_manager.rb:614
1095
+ msgid ""
1096
+ "The data files for the following books are malformed or empty. Do you wish "
1097
+ "to attempt to download new information for them from the online book "
1098
+ "providers?\n"
1099
+ msgstr ""
1100
+ "以下の本のデータファイルは壊れているかもしくは空っぽです。新しいデータをオン"
1101
+ "ラインプロバイダーからダウンロードしますか?\n"
985
1102
 
986
- #: ../lib/alexandria/smart_library.rb:98
987
- msgid "Loaned"
988
- msgstr "貸し出し中"
1103
+ #: ../lib/alexandria/ui/ui_manager.rb:666
1104
+ msgid "Added '%s' to library '%s'"
1105
+ msgstr "ライブラリ'%2$s'に'%1$s'を追加しました"
989
1106
 
990
- #: ../lib/alexandria/smart_library.rb:110
991
- msgid "Owned"
992
- msgstr "持っている"
1107
+ #: ../lib/alexandria/ui/ui_manager.rb:815
1108
+ msgid "Loading '%s'..."
1109
+ msgstr "'%s'を読み込んでいます..."
993
1110
 
994
- #: ../lib/alexandria/smart_library.rb:119
995
- msgid "Wishlist"
996
- msgstr "欲しい本"
1111
+ #: ../lib/alexandria/ui/ui_manager.rb:1045
1112
+ msgid "In '_%s'"
1113
+ msgstr "'_%s'へ"
997
1114
 
998
- #: ../lib/alexandria/smart_library.rb:356
999
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1000
- msgid "Notes"
1001
- msgstr "ノート"
1115
+ #: ../lib/alexandria/web_themes.rb:64
1116
+ msgid "File %<file>s not found"
1117
+ msgstr ""
1002
1118
 
1003
- #: ../lib/alexandria/smart_library.rb:358
1004
- msgid "Loaning State"
1005
- msgstr "貸し出し状態"
1119
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1120
+ msgid "Acquire from Scanner"
1121
+ msgstr "スキャナから読み込み"
1006
1122
 
1007
- #: ../lib/alexandria/smart_library.rb:359
1008
- msgid "Loaning Date"
1009
- msgstr "貸し出し日"
1123
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1124
+ msgid "_Barcode Scanner Ready"
1125
+ msgstr "バーコードスキャナ準備完了(_B)"
1010
1126
 
1011
- #: ../lib/alexandria/smart_library.rb:360
1012
- msgid "Loaning Person"
1013
- msgstr "貸し出した人"
1127
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1128
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1129
+ msgid "Save _in:"
1130
+ msgstr "保存先ライブラリ(_i):"
1014
1131
 
1015
- #: ../lib/alexandria/smart_library.rb:362
1016
- msgid "Date Read"
1017
- msgstr "読んだ日"
1132
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1133
+ msgid "by title"
1134
+ msgstr "タイトル"
1018
1135
 
1019
- #: ../lib/alexandria/smart_library.rb:371
1020
- msgid "days"
1021
- msgstr ""
1136
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1137
+ msgid "by authors"
1138
+ msgstr "作者"
1022
1139
 
1023
- #: ../lib/alexandria/smart_library.rb:382
1024
- msgid "is set"
1025
- msgstr "チェックをつけたもの"
1140
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1141
+ msgid "by keyword"
1142
+ msgstr "キーワード"
1026
1143
 
1027
- #: ../lib/alexandria/smart_library.rb:386
1028
- msgid "is not set"
1029
- msgstr "チェックをつけてないもの"
1144
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1145
+ msgid "_Keep Dialog Open after Adding Book"
1146
+ msgstr ""
1030
1147
 
1031
- #: ../lib/alexandria/smart_library.rb:390
1032
- msgid "is"
1033
- msgstr "が以下と同じもの"
1148
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1149
+ msgid "_Search:"
1150
+ msgstr "検索(_S):"
1034
1151
 
1035
- #: ../lib/alexandria/smart_library.rb:394
1036
- msgid "is not"
1037
- msgstr "が以下と同じでないもの"
1152
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1153
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1154
+ msgid "_ISBN:"
1155
+ msgstr "ISBN(_I):"
1038
1156
 
1039
- #: ../lib/alexandria/smart_library.rb:398
1040
- msgid "contains"
1041
- msgstr "が以下を含むもの"
1157
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1158
+ msgid "Preferences"
1159
+ msgstr "設定"
1042
1160
 
1043
- #: ../lib/alexandria/smart_library.rb:402
1044
- msgid "does not contain"
1045
- msgstr "が以下を含まないもの"
1161
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1162
+ msgid "<b>Visible Columns</b>"
1163
+ msgstr "<b>表示カラム</b>"
1046
1164
 
1047
- #: ../lib/alexandria/smart_library.rb:406
1048
- msgid "starts with"
1049
- msgstr "が以下で始まるもの"
1165
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1166
+ msgid "_Authors"
1167
+ msgstr "作者(_A)"
1050
1168
 
1051
- #: ../lib/alexandria/smart_library.rb:410
1052
- msgid "ends with"
1053
- msgstr "が以下で終わるもの"
1169
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1170
+ msgid "_ISBN"
1171
+ msgstr "ISBN(_I)"
1054
1172
 
1055
- #: ../lib/alexandria/smart_library.rb:414
1056
- msgid "is greater than"
1057
- msgstr "が以下より大きいもの"
1173
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1174
+ msgid "_Publisher"
1175
+ msgstr "出版社(_P)"
1058
1176
 
1059
- #: ../lib/alexandria/smart_library.rb:418
1060
- msgid "is less than"
1061
- msgstr "が以下より小さいもの"
1177
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1178
+ msgid "_Rating"
1179
+ msgstr "評価(_R)"
1062
1180
 
1063
- #: ../lib/alexandria/smart_library.rb:422
1064
- msgid "is after"
1065
- msgstr "が以下より後のもの"
1181
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1182
+ msgid "_Binding"
1183
+ msgstr "装丁(_B)"
1066
1184
 
1067
- #: ../lib/alexandria/smart_library.rb:426
1068
- msgid "is before"
1069
- msgstr "が以下より前のもの"
1185
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1186
+ msgid "Publish _year"
1187
+ msgstr "出版年(_y)"
1070
1188
 
1071
- #: ../lib/alexandria/smart_library.rb:430
1072
- msgid "is in last"
1073
- msgstr "が以下の期間以内のもの"
1189
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1190
+ msgid "Read?"
1191
+ msgstr "読んだ本"
1074
1192
 
1075
- #: ../lib/alexandria/smart_library.rb:450
1076
- msgid "is not in last"
1077
- msgstr "が以下の期間以上のもの"
1193
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1194
+ msgid "Own?"
1195
+ msgstr "持っている本"
1078
1196
 
1079
- #: ../lib/alexandria/book_providers.rb:87
1080
- msgid "Couldn't reach the provider '%s': timeout expired."
1081
- msgstr "'%s'に接続できませんでした: タイムアウトです。"
1197
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1198
+ msgid "Want?"
1199
+ msgstr "欲しい本"
1082
1200
 
1083
- #: ../lib/alexandria/book_providers.rb:91
1084
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1085
- msgstr "'%s'に接続できませんでした: ソケットエラー(%s)。"
1201
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1202
+ #, fuzzy
1203
+ msgid "Loaned to"
1204
+ msgstr "貸し出し中"
1086
1205
 
1087
- #: ../lib/alexandria/book_providers.rb:95
1088
- #: ../lib/alexandria/book_providers.rb:100
1089
- msgid ""
1090
- "No results were found. Make sure your search criterion is spelled "
1091
- "correctly, and try again."
1092
- msgstr "結果がみつかりませんでした。入力文字を確認して再度トライしてください。"
1206
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1207
+ #, fuzzy
1208
+ msgid "_List View"
1209
+ msgstr "リスト表示"
1093
1210
 
1094
- #: ../lib/alexandria/book_providers.rb:105
1095
- msgid "Too many results for that search."
1096
- msgstr "検索結果が多すぎます。"
1211
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1212
+ #, fuzzy
1213
+ msgid "<b>Book Data Providers</b>"
1214
+ msgstr "<b>プロバイダ(_P)</b>"
1097
1215
 
1098
- #: ../lib/alexandria/book_providers.rb:108
1099
- msgid "Invalid search type."
1100
- msgstr "検索種別が不正です。"
1216
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1217
+ msgid "_Setup"
1218
+ msgstr "セットアップ(_S)"
1101
1219
 
1102
- #: ../lib/alexandria/book_providers.rb:203
1103
- msgid "Enabled"
1220
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1221
+ msgid ""
1222
+ "Providers are libraries that supply information about books. Some of them "
1223
+ "can be configured to get better results. You can also customize the order "
1224
+ "in which they are queried."
1104
1225
  msgstr ""
1226
+ "プロバイダは本の情報を提供するライブラリです。より良い結果を得るためにそれら"
1227
+ "を設定することができます。また、それらの検索順序もカスタマイズできます。"
1105
1228
 
1106
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1107
- msgid "Acquire from Scanner"
1108
- msgstr "スキャナから読み込み"
1109
-
1110
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1111
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1112
- msgid "Save _in:"
1113
- msgstr "保存先ライブラリ(_i):"
1114
-
1115
- #: ../data/alexandria/glade/main_app.glade:17
1116
- msgid "Main Window"
1117
- msgstr "メインウィンド"
1229
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1230
+ msgid "Custom _Z39.50 Providers"
1231
+ msgstr ""
1118
1232
 
1119
- #: ../data/alexandria/glade/main_app.glade:32
1120
- msgid "Libraries listing."
1121
- msgstr "ライブラリ一覧:"
1233
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1234
+ msgid ""
1235
+ "Add and remove your own Z39.50 providers.\n"
1236
+ "Requires the Ruby/ZOOM software library."
1237
+ msgstr ""
1122
1238
 
1123
- #: ../data/alexandria/glade/main_app.glade:46
1124
- msgid "_Libraries:"
1125
- msgstr "ライブラリ(_L):"
1239
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1240
+ #, fuzzy
1241
+ msgid "_Providers"
1242
+ msgstr "プロバイダ"
1126
1243
 
1127
- #: ../data/alexandria/glade/main_app.glade:111
1128
- msgid "Book listing."
1129
- msgstr "本の一覧"
1244
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1245
+ #, fuzzy
1246
+ msgid "<b>Barcode Scanner Device</b>"
1247
+ msgstr "バーコードスキャナ準備完了(_B)"
1130
1248
 
1131
- #: ../data/alexandria/glade/main_app.glade:194
1132
- msgid "Status messages."
1133
- msgstr "ステータス メッセージ"
1249
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1250
+ msgid "_Device type:"
1251
+ msgstr ""
1134
1252
 
1135
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1136
- msgid "_Keep Dialog Open after Adding Book"
1253
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1254
+ msgid "<b>Sound Effects</b>"
1137
1255
  msgstr ""
1138
1256
 
1139
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1140
- msgid ""
1141
- "by title\n"
1142
- "by authors\n"
1143
- "by keyword"
1257
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1258
+ #, fuzzy
1259
+ msgid "Scanning"
1260
+ msgstr "貸し出し"
1261
+
1262
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1263
+ msgid "Good Scan / Bad Scan"
1144
1264
  msgstr ""
1145
- "タイトル\n"
1146
- "作者\n"
1147
- "キーワード"
1148
1265
 
1149
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1150
- msgid "_Search:"
1151
- msgstr "検索(_S):"
1266
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1267
+ #, fuzzy
1268
+ msgid "_Barcode Scanner"
1269
+ msgstr "バーコードスキャナ準備完了(_B)"
1152
1270
 
1153
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1154
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1155
- msgid "_ISBN:"
1156
- msgstr "ISBN(_I):"
1271
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1272
+ msgid "_Libraries:"
1273
+ msgstr "ライブラリ(_L):"
1157
1274
 
1158
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1275
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1159
1276
  msgid "_Title:"
1160
1277
  msgstr "タイトル(_T):"
1161
1278
 
1162
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1163
- msgid "_Publisher:"
1164
- msgstr "出版社(_P):"
1165
-
1166
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1167
- msgid "Add an author"
1168
- msgstr "作者を追加します"
1169
-
1170
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1171
- msgid "Remove an author"
1172
- msgstr "作者を削除します"
1173
-
1174
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1279
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1175
1280
  msgid "_Authors:"
1176
1281
  msgstr "作者(_A):"
1177
1282
 
1178
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1283
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1284
+ msgid "Tags:"
1285
+ msgstr "タグ:"
1286
+
1287
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1179
1288
  msgid "_Binding:"
1180
1289
  msgstr "装丁(_B):"
1181
1290
 
1182
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1291
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1183
1292
  msgid "Publish _year:"
1184
1293
  msgstr "出版年(_y):"
1185
1294
 
1186
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1187
- msgid "Tags:"
1188
- msgstr "タグ:"
1295
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1296
+ msgid "_Publisher:"
1297
+ msgstr "出版社(_P):"
1189
1298
 
1190
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1299
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1191
1300
  msgid "_Cover:"
1192
1301
  msgstr "表紙(_C):"
1193
1302
 
1194
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1195
- msgid "Click to pick a cover"
1196
- msgstr "クリックして表紙をつけてください"
1303
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1304
+ msgid "Rating:"
1305
+ msgstr "評価:"
1197
1306
 
1198
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1199
- msgid "Own it?"
1200
- msgstr "この本は持っている?"
1307
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1308
+ msgid "Want it?"
1309
+ msgstr "この本は欲しい?"
1201
1310
 
1202
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1311
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1203
1312
  msgid "Read it?"
1204
1313
  msgstr "この本は読んだ?"
1205
1314
 
1206
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1207
- msgid "Want it?"
1208
- msgstr "この本は欲しい?"
1315
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1316
+ #, fuzzy
1317
+ msgid "Select Date"
1318
+ msgstr "全て選択(_S)"
1209
1319
 
1210
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1211
- msgid "Click on the stars to rate the book"
1212
- msgstr "星をクリックしてこの本を評価してください"
1320
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1321
+ msgid "Clear Date"
1322
+ msgstr ""
1213
1323
 
1214
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1215
- msgid "Rating:"
1216
- msgstr "評価:"
1324
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1325
+ msgid "Own it?"
1326
+ msgstr "この本は持っている?"
1217
1327
 
1218
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1328
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1219
1329
  msgid "General"
1220
1330
  msgstr "一般"
1221
1331
 
1222
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1332
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1223
1333
  msgid "This book is _loaned"
1224
1334
  msgstr "この本は貸し出し中です(_l)"
1225
1335
 
1226
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1336
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1227
1337
  msgid "_To:"
1228
1338
  msgstr "誰へ(_T):"
1229
1339
 
1230
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1340
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1231
1341
  msgid "_Since:"
1232
1342
  msgstr "いつから(_S):"
1233
1343
 
1234
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1344
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1235
1345
  msgid "Loaning"
1236
1346
  msgstr "貸し出し"
1237
1347
 
1238
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1239
- msgid "Preferences"
1240
- msgstr "設定"
1241
-
1242
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1243
- #, fuzzy
1244
- msgid "<b>Book Data Providers</b>"
1245
- msgstr "<b>プロバイダ(_P)</b>"
1246
-
1247
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1248
- msgid "_Setup"
1249
- msgstr "セットアップ(_S)"
1348
+ #: ../alexandria.desktop.in.h:1
1349
+ msgid "Alexandria Book Collection Manager"
1350
+ msgstr "Alexandria ブック・コレクション・マネージャ"
1250
1351
 
1251
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1252
- msgid ""
1253
- "Providers are libraries that supply information about books. Some of them "
1254
- "can be configured to get better results. You can also customize the order "
1255
- "in which they are queried."
1256
- msgstr ""
1257
- "プロバイダは本の情報を提供するライブラリです。より良い結果を得るためにそれら"
1258
- "を設定することができます。また、それらの検索順序もカスタマイズできます。"
1352
+ #: ../alexandria.desktop.in.h:2
1353
+ msgid "Book Collection Manager"
1354
+ msgstr "ブック・コレクション・マネージャ"
1259
1355
 
1260
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1261
- msgid "Custom _Z39.50 Providers"
1262
- msgstr ""
1356
+ #: ../alexandria.desktop.in.h:3
1357
+ msgid "Manage your book collection"
1358
+ msgstr "ブック・コレクション管理お手伝いプログラム"
1263
1359
 
1264
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1265
- msgid ""
1266
- "Add and remove your own Z39.50 providers.\n"
1267
- "Requires the Ruby/ZOOM software library."
1268
- msgstr ""
1360
+ #~ msgid "Locale"
1361
+ #~ msgstr "ロケール"
1269
1362
 
1270
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1271
1363
  #, fuzzy
1272
- msgid "_Providers"
1273
- msgstr "プロバイダ"
1364
+ #~ msgid "Associate Tag"
1365
+ #~ msgstr "アソシエイトID"
1274
1366
 
1275
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1276
- msgid "<b>Visible Columns</b>"
1277
- msgstr "<b>表示カラム</b>"
1367
+ #~ msgid "Unable to launch the web browser"
1368
+ #~ msgstr "Webブラウザを起動できませんでした"
1278
1369
 
1279
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1280
- msgid "_Authors"
1281
- msgstr "作者(_A)"
1370
+ #~ msgid ""
1371
+ #~ "Check out that a web browser is configured as default (Desktop "
1372
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1373
+ #~ msgstr ""
1374
+ #~ "標準のWebブラウザの設定を確認してください (デスクトップの設定->拡張設定->"
1375
+ #~ "お気に入りのアプリ)"
1282
1376
 
1283
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1284
- msgid "_ISBN"
1285
- msgstr "ISBN(_I)"
1377
+ #~ msgid "Unable to launch the mail reader"
1378
+ #~ msgstr "メールリーダを起動できませんでした"
1286
1379
 
1287
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1288
- msgid "_Publisher"
1289
- msgstr "出版社(_P)"
1380
+ #~ msgid ""
1381
+ #~ "Check out that a mail reader is configured as default (Desktop "
1382
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1383
+ #~ msgstr ""
1384
+ #~ "標準のメールリーダの設定を確認してください (デスクトップの設定->拡張設定->"
1385
+ #~ "お気に入りのアプリ)"
1290
1386
 
1291
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1292
- msgid "_Rating"
1293
- msgstr "評価(_R)"
1387
+ #~ msgid "Repair Book Data"
1388
+ #~ msgstr "本のデータを修復します"
1294
1389
 
1295
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1296
- msgid "_Binding"
1297
- msgstr "装丁(_B)"
1390
+ #~ msgid "There's a problem"
1391
+ #~ msgstr "問題が発生しました"
1298
1392
 
1299
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1300
- msgid "Publish _year"
1301
- msgstr "出版年(_y)"
1393
+ #, fuzzy
1394
+ #~ msgid "Disable Provider"
1395
+ #~ msgstr "新プロバイダ"
1302
1396
 
1303
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1304
- msgid "Read?"
1305
- msgstr "読んだ本"
1397
+ #, fuzzy
1398
+ #~ msgid "Enable Provider"
1399
+ #~ msgstr "新プロバイダ"
1306
1400
 
1307
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1308
- msgid "Own?"
1309
- msgstr "持っている本"
1401
+ #~ msgid "Main Window"
1402
+ #~ msgstr "メインウィンド"
1310
1403
 
1311
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1312
- msgid "Want?"
1313
- msgstr "欲しい本"
1404
+ #~ msgid "Libraries listing."
1405
+ #~ msgstr "ライブラリ一覧:"
1314
1406
 
1315
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1316
- #, fuzzy
1317
- msgid "Loaned to"
1318
- msgstr "貸し出し中"
1407
+ #~ msgid "Book listing."
1408
+ #~ msgstr "本の一覧"
1319
1409
 
1320
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1321
- #, fuzzy
1322
- msgid "_List View"
1323
- msgstr "リスト表示"
1410
+ #~ msgid "Status messages."
1411
+ #~ msgstr "ステータス メッセージ"
1324
1412
 
1325
- #: ../alexandria.desktop.in.h:1
1326
- msgid "Alexandria Book Collection Manager"
1327
- msgstr "Alexandria ブック・コレクション・マネージャ"
1413
+ #~ msgid "Add an author"
1414
+ #~ msgstr "作者を追加します"
1328
1415
 
1329
- #: ../alexandria.desktop.in.h:2
1330
- msgid "Book Collection Manager"
1331
- msgstr "ブック・コレクション・マネージャ"
1416
+ #~ msgid "Remove an author"
1417
+ #~ msgstr "作者を削除します"
1332
1418
 
1333
- #: ../alexandria.desktop.in.h:3
1334
- msgid "Manage your book collection"
1335
- msgstr "ブック・コレクション管理お手伝いプログラム"
1419
+ #~ msgid "Click to pick a cover"
1420
+ #~ msgstr "クリックして表紙をつけてください"
1421
+
1422
+ #~ msgid "Click on the stars to rate the book"
1423
+ #~ msgstr "星をクリックしてこの本を評価してください"
1336
1424
 
1337
1425
  #~ msgid "Language"
1338
1426
  #~ msgstr "言語"
@@ -1346,6 +1434,3 @@ msgstr "ブック・コレクション管理お手伝いプログラム"
1346
1434
  #, fuzzy
1347
1435
  #~ msgid "Couldn't add these books"
1348
1436
  #~ msgstr "本を追加できません"
1349
-
1350
- #~ msgid "Associate ID"
1351
- #~ msgstr "アソシエイトID"