alexandria-book-collection-manager 0.7.5 → 0.7.6

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