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/cy.po CHANGED
@@ -6,727 +6,777 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: alexandria\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
9
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
10
10
  "PO-Revision-Date: 2005-03-25 18:52+0100\n"
11
11
  "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
12
12
  "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
13
+ "Language: cy\n"
13
14
  "MIME-Version: 1.0\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
15
16
  "Content-Transfer-Encoding: 8bit\n"
16
17
  "Plural-Forms: nplurals=2; plural=(n == 2) ? 1 : 0;\n"
17
18
 
18
- #: ../lib/alexandria/import_library.rb:30
19
+ #: ../lib/alexandria/about.rb:27
20
+ msgid "A program to help you manage your book collection."
21
+ msgstr "Rhaglen i'ch helpu chi drefnu eich casgliad llyfrau."
22
+
23
+ #: ../lib/alexandria/book_providers.rb:91
24
+ msgid "Couldn't reach the provider '%s': timeout expired."
25
+ msgstr "Methwyd cyrraedd y darparwr '%s': terfyn aros."
26
+
27
+ #: ../lib/alexandria/book_providers.rb:95
28
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
29
+ msgstr "Methwyd cyrraedd y darparwr '%s': gwall soced (%s)."
30
+
31
+ #: ../lib/alexandria/book_providers.rb:99
32
+ #: ../lib/alexandria/book_providers.rb:104
33
+ msgid ""
34
+ "No results were found. Make sure your search criterion is spelled "
35
+ "correctly, and try again."
36
+ msgstr ""
37
+ "Ni chanfuwyd unrhyw ganlyniadau. Sicrhewch fod eich termau chwilio wedi eu "
38
+ "sillafu'n gywir, a ceisiwch eto."
39
+
40
+ #: ../lib/alexandria/book_providers.rb:109
41
+ msgid "Too many results for that search."
42
+ msgstr "Gormod o ganlyniadau ar gyfer yr ymholiad hwnnw."
43
+
44
+ #: ../lib/alexandria/book_providers.rb:112
45
+ msgid "Invalid search type."
46
+ msgstr "Math chwilio annilys."
47
+
48
+ #: ../lib/alexandria/book_providers.rb:206
49
+ msgid "Enabled"
50
+ msgstr ""
51
+
52
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
53
+ msgid "title not found on page"
54
+ msgstr ""
55
+
56
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
57
+ msgid "Locale"
58
+ msgstr ""
59
+
60
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
61
+ msgid "Access key ID"
62
+ msgstr ""
63
+
64
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
65
+ msgid "Secret access key"
66
+ msgstr ""
67
+
68
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
69
+ #, fuzzy
70
+ msgid "Associate Tag"
71
+ msgstr "ID Partner"
72
+
73
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
74
+ msgid "Provide secret key for your Amazon AWS account."
75
+ msgstr ""
76
+
77
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
78
+ msgid "No products"
79
+ msgstr ""
80
+
81
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
82
+ msgid "HTTP Response: %<code>s %<message>s"
83
+ msgstr ""
84
+
85
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
86
+ msgid "Invalid country '%<country>s'"
87
+ msgstr ""
88
+
89
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
90
+ msgid "HTTP redirect too deep"
91
+ msgstr ""
92
+
93
+ #: ../lib/alexandria/book_providers/z3950.rb:22
94
+ msgid "Hostname"
95
+ msgstr ""
96
+
97
+ #: ../lib/alexandria/book_providers/z3950.rb:23
98
+ #, fuzzy
99
+ msgid "Port"
100
+ msgstr "Mewnforio"
101
+
102
+ #: ../lib/alexandria/book_providers/z3950.rb:24
103
+ msgid "Database"
104
+ msgstr ""
105
+
106
+ #: ../lib/alexandria/book_providers/z3950.rb:25
107
+ msgid "Record syntax"
108
+ msgstr ""
109
+
110
+ #: ../lib/alexandria/book_providers/z3950.rb:27
111
+ #, fuzzy
112
+ msgid "Username"
113
+ msgstr "_Ailenwi"
114
+
115
+ #: ../lib/alexandria/book_providers/z3950.rb:28
116
+ msgid "Password"
117
+ msgstr ""
118
+
119
+ #: ../lib/alexandria/book_providers/z3950.rb:29
120
+ msgid "Charset encoding"
121
+ msgstr ""
122
+
123
+ #: ../lib/alexandria/book_providers/z3950.rb:213
124
+ #, fuzzy
125
+ msgid "Library of Congress (Usa)"
126
+ msgstr "_Enw llyfrgell"
127
+
128
+ #: ../lib/alexandria/book_providers/z3950.rb:249
129
+ #, fuzzy
130
+ msgid "British Library"
131
+ msgstr "Mewnforio Llyfrgell"
132
+
133
+ #: ../lib/alexandria/book_providers/z3950.rb:376
134
+ #, fuzzy
135
+ msgid "Invalid ISBN"
136
+ msgstr "ISBN annilys '%s'"
137
+
138
+ #: ../lib/alexandria/export_format.rb:18
139
+ msgid "Archived ONIX XML"
140
+ msgstr "Archif XML ONIX"
141
+
142
+ #: ../lib/alexandria/export_format.rb:19
143
+ msgid "Archived Tellico XML"
144
+ msgstr "Archif XML Tellico"
145
+
146
+ #: ../lib/alexandria/export_format.rb:20
147
+ msgid "BibTeX"
148
+ msgstr ""
149
+
150
+ #: ../lib/alexandria/export_format.rb:21
151
+ msgid "CSV list"
152
+ msgstr ""
153
+
154
+ #: ../lib/alexandria/export_format.rb:22
155
+ msgid "ISBN List"
156
+ msgstr "Rhestr ISBN"
157
+
158
+ #: ../lib/alexandria/export_format.rb:23
159
+ #, fuzzy
160
+ msgid "iPod Notes"
161
+ msgstr "Nodiadau"
162
+
163
+ #: ../lib/alexandria/export_format.rb:24
164
+ msgid "HTML Web Page"
165
+ msgstr "Tudalen Gwe HTML"
166
+
167
+ #: ../lib/alexandria/import_library.rb:21
19
168
  msgid "Autodetect"
20
169
  msgstr "Awtoddarganfod"
21
170
 
22
- #: ../lib/alexandria/import_library.rb:31
171
+ #: ../lib/alexandria/import_library.rb:22
23
172
  msgid "Archived Tellico XML (*.bc, *.tc)"
24
173
  msgstr "Archif XML Tellico (*.bc, *.tc)"
25
174
 
26
- #: ../lib/alexandria/import_library.rb:33
175
+ #: ../lib/alexandria/import_library.rb:24
27
176
  msgid "ISBN List (*.txt)"
28
177
  msgstr "Rhestr ISBN (*.txt)"
29
178
 
30
- #: ../lib/alexandria/import_library.rb:35
179
+ #: ../lib/alexandria/import_library.rb:25
31
180
  msgid "GoodReads CSV"
32
181
  msgstr ""
33
182
 
34
- #: ../lib/alexandria/models/library.rb:56
183
+ #: ../lib/alexandria/import_library.rb:65
184
+ msgid "Unsupported type"
185
+ msgstr ""
186
+
187
+ #: ../lib/alexandria/import_library_csv.rb:199
188
+ msgid "Not Recognized"
189
+ msgstr ""
190
+
191
+ #: ../lib/alexandria/library_store.rb:37
192
+ msgid "My Library"
193
+ msgstr "Fy Llyfrgell"
194
+
195
+ #: ../lib/alexandria/library_store.rb:67
196
+ msgid "Not a book: %<book>s"
197
+ msgstr ""
198
+
199
+ #: ../lib/alexandria/library_store.rb:78
200
+ msgid "%<file>s isbn is not okay"
201
+ msgstr ""
202
+
203
+ #: ../lib/alexandria/library_store.rb:83
204
+ msgid "%<file>s version is not okay"
205
+ msgstr ""
206
+
207
+ #: ../lib/alexandria/library_store.rb:88
208
+ msgid "%<file>s pub year is not okay"
209
+ msgstr ""
210
+
211
+ #: ../lib/alexandria/models/library.rb:40
35
212
  #, fuzzy
36
213
  msgid "Untitled"
37
214
  msgstr "Dideitl %d"
38
215
 
39
- #: ../lib/alexandria/models/library.rb:245
40
- msgid "My Library"
41
- msgstr "Fy Llyfrgell"
216
+ #: ../lib/alexandria/models/library.rb:288
217
+ msgid "Book %<isbn>s was already deleted"
218
+ msgstr ""
42
219
 
43
- #: ../lib/alexandria/about.rb:24
44
- msgid "A program to help you manage your book collection."
45
- msgstr "Rhaglen i'ch helpu chi drefnu eich casgliad llyfrau."
220
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
221
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
222
+ msgstr ""
46
223
 
47
- #: ../lib/alexandria/ui/ui_manager.rb:135
48
- msgid "Type here the search criterion"
224
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
225
+ msgid "Error parsing CueCat input"
49
226
  msgstr ""
50
227
 
51
- #: ../lib/alexandria/ui/ui_manager.rb:148
52
- msgid "Match everything"
228
+ #: ../lib/alexandria/scanners/keyboard.rb:51
229
+ msgid "Unknown scan data %s<data>"
53
230
  msgstr ""
54
231
 
55
- #: ../lib/alexandria/ui/ui_manager.rb:150
56
- msgid "Title contains"
57
- msgstr "Mae'r teitl yn cynnwys"
232
+ #: ../lib/alexandria/smart_library.rb:49
233
+ msgid "Favorite"
234
+ msgstr ""
58
235
 
59
- #: ../lib/alexandria/ui/ui_manager.rb:151
60
- msgid "Authors contain"
61
- msgstr "Mae'r awduron yn cynnwys"
236
+ #: ../lib/alexandria/smart_library.rb:55
237
+ #, fuzzy
238
+ msgid "Loaned"
239
+ msgstr "Benthyg"
62
240
 
63
- #: ../lib/alexandria/ui/ui_manager.rb:152
64
- msgid "ISBN contains"
65
- msgstr "Mae'r ISBN yn cynnwys"
241
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
242
+ #: ../lib/alexandria/ui/listview.rb:59
243
+ msgid "Read"
244
+ msgstr ""
66
245
 
67
- #: ../lib/alexandria/ui/ui_manager.rb:153
68
- msgid "Publisher contains"
69
- msgstr "Mae'r cyhoeddwr yn cynnwys"
246
+ #: ../lib/alexandria/smart_library.rb:67
247
+ msgid "Owned"
248
+ msgstr ""
70
249
 
71
- #: ../lib/alexandria/ui/ui_manager.rb:154
72
- msgid "Notes contain"
73
- msgstr "Mae'r nodiadau yn cynnwys"
250
+ #: ../lib/alexandria/smart_library.rb:76
251
+ msgid "Wishlist"
252
+ msgstr ""
74
253
 
75
- #: ../lib/alexandria/ui/ui_manager.rb:155
254
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
255
+ msgid "Title"
256
+ msgstr "Teitl"
257
+
258
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
259
+ msgid "ISBN"
260
+ msgstr "ISBN"
261
+
262
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
263
+ msgid "Authors"
264
+ msgstr "Awduron"
265
+
266
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
267
+ msgid "Publisher"
268
+ msgstr "Cyhoeddwr"
269
+
270
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
76
271
  #, fuzzy
77
- msgid "Tags contain"
78
- msgstr "Mae'r nodiadau yn cynnwys"
272
+ msgid "Publish Year"
273
+ msgstr "Cyhoeddwr"
274
+
275
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
276
+ msgid "Binding"
277
+ msgstr "Rhwymiad"
79
278
 
80
- #: ../lib/alexandria/ui/ui_manager.rb:170
279
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
280
+ msgid "Rating"
281
+ msgstr "Barn"
282
+
283
+ #: ../lib/alexandria/smart_library.rb:302
284
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
285
+ msgid "Notes"
286
+ msgstr "Nodiadau"
287
+
288
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
289
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
290
+ msgid "Tags"
291
+ msgstr ""
292
+
293
+ #: ../lib/alexandria/smart_library.rb:304
81
294
  #, fuzzy
82
- msgid "Change the search type"
83
- msgstr "Math chwilio annilys."
295
+ msgid "Loaning State"
296
+ msgstr "Benthyg"
84
297
 
85
- #: ../lib/alexandria/ui/ui_manager.rb:175
86
- msgid "View as Icons"
87
- msgstr "Gweld fel Eiconau"
298
+ #: ../lib/alexandria/smart_library.rb:305
299
+ #, fuzzy
300
+ msgid "Loaning Date"
301
+ msgstr "Benthyg"
88
302
 
89
- #: ../lib/alexandria/ui/ui_manager.rb:176
90
- msgid "View as List"
91
- msgstr "Gweld fel Rhestr"
303
+ #: ../lib/alexandria/smart_library.rb:306
304
+ #, fuzzy
305
+ msgid "Loaning Person"
306
+ msgstr "Benthyg"
92
307
 
93
- #: ../lib/alexandria/ui/ui_manager.rb:189
94
- msgid "Choose how to show books"
308
+ #: ../lib/alexandria/smart_library.rb:308
309
+ msgid "Date Read"
95
310
  msgstr ""
96
311
 
97
- #: ../lib/alexandria/ui/ui_manager.rb:436
98
- msgid "Library '%s' selected"
99
- msgstr "Dewiswyd y llyfrgell '%s'"
312
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
313
+ msgid "Own"
314
+ msgstr ""
100
315
 
101
- #: ../lib/alexandria/ui/ui_manager.rb:443
316
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
317
+ msgid "Want"
318
+ msgstr ""
319
+
320
+ #: ../lib/alexandria/smart_library.rb:317
102
321
  #, fuzzy
103
- msgid "Library '%s' selected, %d unrated book"
104
- msgid_plural "Library '%s' selected, %d unrated books"
105
- msgstr[0] "Dewiswyd y llyfrgell '%s', %d llyfr"
106
- msgstr[1] "Dewiswyd y llyfrgell '%s', %d lyfr"
322
+ msgid "days"
323
+ msgstr "%d diwrnod"
107
324
 
108
- #: ../lib/alexandria/ui/ui_manager.rb:448
109
- msgid "Library '%s' selected, %d book"
110
- msgid_plural "Library '%s' selected, %d books"
111
- msgstr[0] "Dewiswyd y llyfrgell '%s', %d llyfr"
112
- msgstr[1] "Dewiswyd y llyfrgell '%s', %d lyfr"
325
+ #: ../lib/alexandria/smart_library.rb:327
326
+ msgid "is set"
327
+ msgstr ""
328
+
329
+ #: ../lib/alexandria/smart_library.rb:330
330
+ msgid "is not set"
331
+ msgstr ""
113
332
 
114
- #: ../lib/alexandria/ui/ui_manager.rb:455
333
+ #: ../lib/alexandria/smart_library.rb:333
334
+ msgid "is"
335
+ msgstr ""
336
+
337
+ #: ../lib/alexandria/smart_library.rb:336
338
+ msgid "is not"
339
+ msgstr ""
340
+
341
+ #: ../lib/alexandria/smart_library.rb:339
115
342
  #, fuzzy
116
- msgid "Library '%s' selected, %d book, %d unrated"
117
- msgid_plural "Library '%s' selected, %d books, %d unrated"
118
- msgstr[0] "Dewiswyd y llyfrgell '%s', %d llyfr"
119
- msgstr[1] "Dewiswyd y llyfrgell '%s', %d lyfr"
343
+ msgid "contains"
344
+ msgstr "Mae'r ISBN yn cynnwys"
120
345
 
121
- #: ../lib/alexandria/ui/ui_manager.rb:467
122
- msgid "'%s' selected"
123
- msgstr "Dewiswyd '%s'"
346
+ #: ../lib/alexandria/smart_library.rb:342
347
+ #, fuzzy
348
+ msgid "does not contain"
349
+ msgstr "Mae'r nodiadau yn cynnwys"
124
350
 
125
- #: ../lib/alexandria/ui/ui_manager.rb:470
126
- msgid "%d book selected"
127
- msgid_plural "%d books selected"
128
- msgstr[0] "%d llyfr wedi eu dewis"
129
- msgstr[1] "%d lyfr wedi eu dewis"
351
+ #: ../lib/alexandria/smart_library.rb:345
352
+ msgid "starts with"
353
+ msgstr ""
130
354
 
131
- #: ../lib/alexandria/ui/ui_manager.rb:648
132
- msgid "Unable to launch the web browser"
133
- msgstr "Ni ellir lansio'r porwr gwe"
355
+ #: ../lib/alexandria/smart_library.rb:348
356
+ msgid "ends with"
357
+ msgstr ""
134
358
 
135
- #: ../lib/alexandria/ui/ui_manager.rb:649
136
- msgid ""
137
- "Check out that a web browser is configured as default (Desktop Preferences -"
138
- "> Advanced -> Preferred Applications) and try again."
359
+ #: ../lib/alexandria/smart_library.rb:351
360
+ msgid "is greater than"
139
361
  msgstr ""
140
- "Gwiriwch fod porwr gwe wedi ei gyflunio gennych (Rhaglenni -> Hoffterau'r "
141
- "Penbwrdd -> Pellach -> Rhaglenni Amgen) a ceisiwch eto."
142
362
 
143
- #: ../lib/alexandria/ui/ui_manager.rb:661
144
- msgid "Unable to launch the mail reader"
145
- msgstr "Ni ellir lansio'r darllennydd ebost"
363
+ #: ../lib/alexandria/smart_library.rb:354
364
+ msgid "is less than"
365
+ msgstr ""
366
+
367
+ #: ../lib/alexandria/smart_library.rb:357
368
+ msgid "is after"
369
+ msgstr ""
370
+
371
+ #: ../lib/alexandria/smart_library.rb:360
372
+ msgid "is before"
373
+ msgstr ""
374
+
375
+ #: ../lib/alexandria/smart_library.rb:364
376
+ msgid "is in last"
377
+ msgstr ""
378
+
379
+ #: ../lib/alexandria/smart_library.rb:384
380
+ msgid "is not in last"
381
+ msgstr ""
382
+
383
+ #: ../lib/alexandria/smart_library.rb:465
384
+ msgid "invalid operand klass %<klass>s"
385
+ msgstr ""
386
+
387
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
388
+ msgid "There was %d duplicate"
389
+ msgid_plural "There were %d duplicates"
390
+ msgstr[0] ""
391
+ msgstr[1] ""
392
+
393
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
394
+ #, fuzzy
395
+ msgid "Couldn't add this book"
396
+ msgid_plural "Couldn't add these books"
397
+ msgstr[0] "Methwyd ychwanegu'r llyfr"
398
+ msgstr[1] "Methwyd ychwanegu'r llyfr"
399
+
400
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
401
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
402
+ msgid "Searching Provider '%s'..."
403
+ msgstr ""
404
+
405
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
406
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
407
+ msgid "Error while Searching Provider '%s'"
408
+ msgstr ""
409
+
410
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
411
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
412
+ msgid "Not Found at Provider '%s'"
413
+ msgstr ""
414
+
415
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
416
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
417
+ msgid "Found at Provider '%s'"
418
+ msgstr ""
419
+
420
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
421
+ msgid "Ready to use %s barcode scanner"
422
+ msgstr ""
423
+
424
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
425
+ msgid "Click below to scan _barcodes"
426
+ msgstr ""
427
+
428
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
429
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
430
+ msgid "Couldn't modify the book"
431
+ msgstr "Methwyd newid y llyfr"
432
+
433
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
434
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
435
+ msgid ""
436
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
437
+ "correcty, and try again."
438
+ msgstr ""
439
+ "Methwyd dilysu yr EAN/ISBN a rhoddwyd. Sicrhewch ei fod wedi ei ysgrifennu'n "
440
+ "gywir, a ceisiwch eto."
146
441
 
147
- #: ../lib/alexandria/ui/ui_manager.rb:662
148
- msgid ""
149
- "Check out that a mail reader is configured as default (Desktop Preferences -"
150
- "> Advanced -> Preferred Applications) and try again."
442
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
443
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
444
+ msgid "The EAN/ISBN you provided is already used in this library."
151
445
  msgstr ""
152
- "Gwiriwch fod darllennydd ebost wedi ei gyflunio gennych (Rhaglenni -> "
153
- "Hoffterau'r Penbwrdd -> Pellach -> Rhaglenni Amgen) a ceisiwch eto."
446
+ "Mae llyfr a'r EAN/ISBN a rhoddoch yn bodoli yn y llyfrgell hwn eisioes."
154
447
 
155
- #: ../lib/alexandria/ui/ui_manager.rb:697
156
- msgid "Repair Book Data"
157
- msgstr ""
448
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
449
+ #, fuzzy
450
+ msgid "Properties"
451
+ msgstr "_Priodweddau"
158
452
 
159
- #: ../lib/alexandria/ui/ui_manager.rb:698
160
- msgid ""
161
- "The data files for the following books are malformed or empty. Do you wish "
162
- "to attempt to download new information for them from the online book "
163
- "providers?\n"
164
- msgstr ""
453
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
454
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
455
+ #, fuzzy
456
+ msgid "Properties for '%s'"
457
+ msgstr "Hoffteray ar gyfer %s"
165
458
 
166
- #: ../lib/alexandria/ui/ui_manager.rb:755
167
- msgid "Added '%s' to library '%s'"
168
- msgstr ""
459
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
460
+ msgid "Author"
461
+ msgstr "Awdur"
169
462
 
170
- #: ../lib/alexandria/ui/ui_manager.rb:908
463
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
464
+ msgid "Select a cover image"
465
+ msgstr "Dewis delwedd gorchydd"
466
+
467
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
171
468
  #, fuzzy
172
- msgid "Loading '%s'..."
173
- msgstr "Yn '_%s'"
469
+ msgid "No Cover"
470
+ msgstr "_Gorchydd:"
174
471
 
175
- #: ../lib/alexandria/ui/ui_manager.rb:1157
176
- msgid "In '_%s'"
177
- msgstr "Yn '_%s'"
472
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
473
+ msgid "%d day"
474
+ msgid_plural "%d days"
475
+ msgstr[0] "%d diwrnod"
476
+ msgstr[1] "%d ddiwrnod"
178
477
 
179
- #: ../lib/alexandria/ui/callbacks.rb:65
180
- msgid "The following lines are not valid ISBNs and were not imported:"
478
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
479
+ msgid "out of range"
181
480
  msgstr ""
182
481
 
183
- #: ../lib/alexandria/ui/callbacks.rb:122
184
- #: ../lib/alexandria/ui/export_dialog.rb:128
185
- msgid "Export failed"
186
- msgstr "Methwyd allforio"
482
+ #: ../lib/alexandria/ui/callbacks.rb:57
483
+ msgid "The following lines are not valid ISBNs and were not imported:"
484
+ msgstr ""
187
485
 
188
- #: ../lib/alexandria/ui/callbacks.rb:123
189
- msgid "Try letting this library load completely before exporting."
486
+ #: ../lib/alexandria/ui/callbacks.rb:62
487
+ msgid "Books could not be found for the following ISBNs:"
190
488
  msgstr ""
191
489
 
192
- #: ../lib/alexandria/ui/callbacks.rb:274
490
+ #: ../lib/alexandria/ui/callbacks.rb:362
193
491
  msgid "_Library"
194
492
  msgstr "_Llyfrgell"
195
493
 
196
- #: ../lib/alexandria/ui/callbacks.rb:275
494
+ #: ../lib/alexandria/ui/callbacks.rb:363
197
495
  #, fuzzy
198
496
  msgid "_New Library"
199
497
  msgstr "_Llyfrgell"
200
498
 
201
- #: ../lib/alexandria/ui/callbacks.rb:275
499
+ #: ../lib/alexandria/ui/callbacks.rb:363
202
500
  #, fuzzy
203
501
  msgid "Create a new library"
204
502
  msgstr "Mewnforio Llyfrgell"
205
503
 
206
- #: ../lib/alexandria/ui/callbacks.rb:276
504
+ #: ../lib/alexandria/ui/callbacks.rb:364
207
505
  msgid "New _Smart Library..."
208
506
  msgstr ""
209
507
 
210
- #: ../lib/alexandria/ui/callbacks.rb:276
508
+ #: ../lib/alexandria/ui/callbacks.rb:364
211
509
  msgid "Create a new smart library"
212
510
  msgstr ""
213
511
 
214
- #: ../lib/alexandria/ui/callbacks.rb:277
512
+ #: ../lib/alexandria/ui/callbacks.rb:365
215
513
  msgid "_Add Book..."
216
514
  msgstr "_Ychwanegu Llyfr..."
217
515
 
218
- #: ../lib/alexandria/ui/callbacks.rb:277
516
+ #: ../lib/alexandria/ui/callbacks.rb:365
219
517
  msgid "Add a new book from the Internet"
220
518
  msgstr ""
221
519
 
222
- #: ../lib/alexandria/ui/callbacks.rb:278
520
+ #: ../lib/alexandria/ui/callbacks.rb:366
223
521
  msgid "Add Book _Manually..."
224
522
  msgstr "Ychwanegu Llyfr â _Llaw..."
225
523
 
226
- #: ../lib/alexandria/ui/callbacks.rb:278
524
+ #: ../lib/alexandria/ui/callbacks.rb:366
227
525
  #, fuzzy
228
526
  msgid "Add a new book manually"
229
527
  msgstr "Ychwanegu Llyfr â _Llaw..."
230
528
 
231
- #: ../lib/alexandria/ui/callbacks.rb:279
529
+ #: ../lib/alexandria/ui/callbacks.rb:367
232
530
  msgid "_Import..."
233
531
  msgstr "_Mewnforio..."
234
532
 
235
- #: ../lib/alexandria/ui/callbacks.rb:279
533
+ #: ../lib/alexandria/ui/callbacks.rb:367
236
534
  #, fuzzy
237
535
  msgid "Import a library"
238
536
  msgstr "Mewnforio Llyfrgell"
239
537
 
240
- #: ../lib/alexandria/ui/callbacks.rb:280
538
+ #: ../lib/alexandria/ui/callbacks.rb:368
241
539
  msgid "_Export..."
242
540
  msgstr "_Allforio..."
243
541
 
244
- #: ../lib/alexandria/ui/callbacks.rb:280
542
+ #: ../lib/alexandria/ui/callbacks.rb:368
245
543
  msgid "Export the selected library"
246
544
  msgstr ""
247
545
 
248
- #: ../lib/alexandria/ui/callbacks.rb:281
249
- msgid "_Acquire from Scanner..."
546
+ #: ../lib/alexandria/ui/callbacks.rb:369
547
+ msgid "A_cquire from Scanner..."
250
548
  msgstr ""
251
549
 
252
- #: ../lib/alexandria/ui/callbacks.rb:281
550
+ #: ../lib/alexandria/ui/callbacks.rb:369
253
551
  msgid "Acquire books from a scanner"
254
552
  msgstr ""
255
553
 
256
- #: ../lib/alexandria/ui/callbacks.rb:282
554
+ #: ../lib/alexandria/ui/callbacks.rb:370
257
555
  msgid "_Properties"
258
556
  msgstr "_Priodweddau"
259
557
 
260
- #: ../lib/alexandria/ui/callbacks.rb:282
558
+ #: ../lib/alexandria/ui/callbacks.rb:370
261
559
  msgid "Edit the properties of the selected book"
262
560
  msgstr ""
263
561
 
264
- #: ../lib/alexandria/ui/callbacks.rb:283
562
+ #: ../lib/alexandria/ui/callbacks.rb:371
265
563
  msgid "_Quit"
266
564
  msgstr "_Gadael"
267
565
 
268
- #: ../lib/alexandria/ui/callbacks.rb:283
566
+ #: ../lib/alexandria/ui/callbacks.rb:371
269
567
  msgid "Quit the program"
270
568
  msgstr ""
271
569
 
272
- #: ../lib/alexandria/ui/callbacks.rb:284
570
+ #: ../lib/alexandria/ui/callbacks.rb:372
273
571
  msgid "_Edit"
274
572
  msgstr "_Golygu"
275
573
 
276
- #: ../lib/alexandria/ui/callbacks.rb:285
574
+ #: ../lib/alexandria/ui/callbacks.rb:373
277
575
  msgid "_Undo"
278
576
  msgstr ""
279
577
 
280
- #: ../lib/alexandria/ui/callbacks.rb:285
578
+ #: ../lib/alexandria/ui/callbacks.rb:373
281
579
  msgid "Undo the last action"
282
580
  msgstr ""
283
581
 
284
- #: ../lib/alexandria/ui/callbacks.rb:286
582
+ #: ../lib/alexandria/ui/callbacks.rb:374
285
583
  msgid "_Redo"
286
584
  msgstr ""
287
585
 
288
- #: ../lib/alexandria/ui/callbacks.rb:286
586
+ #: ../lib/alexandria/ui/callbacks.rb:374
289
587
  msgid "Redo the undone action"
290
588
  msgstr ""
291
589
 
292
- #: ../lib/alexandria/ui/callbacks.rb:287
590
+ #: ../lib/alexandria/ui/callbacks.rb:375
293
591
  msgid "_Select All"
294
592
  msgstr "Dewis _Popeth"
295
593
 
296
- #: ../lib/alexandria/ui/callbacks.rb:287
594
+ #: ../lib/alexandria/ui/callbacks.rb:375
297
595
  msgid "Select all visible books"
298
596
  msgstr ""
299
597
 
300
- #: ../lib/alexandria/ui/callbacks.rb:288
598
+ #: ../lib/alexandria/ui/callbacks.rb:376
301
599
  msgid "Dese_lect All"
302
600
  msgstr "Datddewis P_opeth"
303
601
 
304
- #: ../lib/alexandria/ui/callbacks.rb:288
602
+ #: ../lib/alexandria/ui/callbacks.rb:376
305
603
  msgid "Deselect everything"
306
604
  msgstr ""
307
605
 
308
- #: ../lib/alexandria/ui/callbacks.rb:289
606
+ #: ../lib/alexandria/ui/callbacks.rb:377
309
607
  #, fuzzy
310
608
  msgid "My _Rating"
311
609
  msgstr "Yn Ôl _Barn"
312
610
 
313
- #: ../lib/alexandria/ui/callbacks.rb:290
611
+ #: ../lib/alexandria/ui/callbacks.rb:378
314
612
  #, fuzzy
315
613
  msgid "None"
316
614
  msgstr "Nodiadau"
317
615
 
318
- #: ../lib/alexandria/ui/callbacks.rb:291
616
+ #: ../lib/alexandria/ui/callbacks.rb:379
319
617
  msgid "One Star"
320
618
  msgstr ""
321
619
 
322
- #: ../lib/alexandria/ui/callbacks.rb:292
620
+ #: ../lib/alexandria/ui/callbacks.rb:380
323
621
  msgid "Two Stars"
324
622
  msgstr ""
325
623
 
326
- #: ../lib/alexandria/ui/callbacks.rb:293
624
+ #: ../lib/alexandria/ui/callbacks.rb:381
327
625
  msgid "Three Stars"
328
626
  msgstr ""
329
627
 
330
- #: ../lib/alexandria/ui/callbacks.rb:294
628
+ #: ../lib/alexandria/ui/callbacks.rb:382
331
629
  msgid "Four Stars"
332
630
  msgstr ""
333
631
 
334
- #: ../lib/alexandria/ui/callbacks.rb:295
632
+ #: ../lib/alexandria/ui/callbacks.rb:383
335
633
  msgid "Five Stars"
336
634
  msgstr ""
337
635
 
338
- #: ../lib/alexandria/ui/callbacks.rb:296
636
+ #: ../lib/alexandria/ui/callbacks.rb:384
339
637
  msgid "_Move"
340
638
  msgstr "_Symud"
341
639
 
342
- #: ../lib/alexandria/ui/callbacks.rb:297
640
+ #: ../lib/alexandria/ui/callbacks.rb:385
343
641
  msgid "_Rename"
344
642
  msgstr "_Ailenwi"
345
643
 
346
- #: ../lib/alexandria/ui/callbacks.rb:298
644
+ #: ../lib/alexandria/ui/callbacks.rb:386
347
645
  msgid "_Delete"
348
646
  msgstr "_Dileu"
349
647
 
350
- #: ../lib/alexandria/ui/callbacks.rb:298
648
+ #: ../lib/alexandria/ui/callbacks.rb:386
351
649
  msgid "Delete the selected books or library"
352
650
  msgstr ""
353
651
 
354
- #: ../lib/alexandria/ui/callbacks.rb:299
652
+ #: ../lib/alexandria/ui/callbacks.rb:387
355
653
  msgid "_Search"
356
654
  msgstr "_Chwilio"
357
655
 
358
- #: ../lib/alexandria/ui/callbacks.rb:299
656
+ #: ../lib/alexandria/ui/callbacks.rb:387
359
657
  msgid "Filter books"
360
658
  msgstr ""
361
659
 
362
- #: ../lib/alexandria/ui/callbacks.rb:300
660
+ #: ../lib/alexandria/ui/callbacks.rb:388
363
661
  msgid "_Clear Results"
364
662
  msgstr "C_lirio'r Canlyniadau"
365
663
 
366
- #: ../lib/alexandria/ui/callbacks.rb:300
664
+ #: ../lib/alexandria/ui/callbacks.rb:388
367
665
  #, fuzzy
368
666
  msgid "Clear the search results"
369
667
  msgstr "C_lirio'r Canlyniadau"
370
668
 
371
- #: ../lib/alexandria/ui/callbacks.rb:301
669
+ #: ../lib/alexandria/ui/callbacks.rb:389
372
670
  msgid "_Preferences"
373
671
  msgstr "_Hoffterau"
374
672
 
375
- #: ../lib/alexandria/ui/callbacks.rb:301
673
+ #: ../lib/alexandria/ui/callbacks.rb:389
376
674
  msgid "Change Alexandria's settings"
377
675
  msgstr ""
378
676
 
379
- #: ../lib/alexandria/ui/callbacks.rb:302
677
+ #: ../lib/alexandria/ui/callbacks.rb:390
380
678
  msgid "_View"
381
679
  msgstr "G_olwg"
382
680
 
383
- #: ../lib/alexandria/ui/callbacks.rb:303
681
+ #: ../lib/alexandria/ui/callbacks.rb:391
384
682
  msgid "Arran_ge Icons"
385
683
  msgstr "Trefnu _Eiconau"
386
684
 
387
- #: ../lib/alexandria/ui/callbacks.rb:304
685
+ #: ../lib/alexandria/ui/callbacks.rb:392
388
686
  msgid "Display Online _Information"
389
687
  msgstr "Dangos _Manylion Arlein"
390
688
 
391
- #: ../lib/alexandria/ui/callbacks.rb:306
689
+ #: ../lib/alexandria/ui/callbacks.rb:394
392
690
  msgid "_Help"
393
691
  msgstr "_Cymorth"
394
692
 
395
- #: ../lib/alexandria/ui/callbacks.rb:307
693
+ #: ../lib/alexandria/ui/callbacks.rb:395
396
694
  msgid "Submit _Bug Report"
397
695
  msgstr "Cyflwyno Adroddiad _Nam"
398
696
 
399
- #: ../lib/alexandria/ui/callbacks.rb:307
697
+ #: ../lib/alexandria/ui/callbacks.rb:395
400
698
  msgid "Submit a bug report to the developers"
401
699
  msgstr ""
402
700
 
403
- #: ../lib/alexandria/ui/callbacks.rb:308
701
+ #: ../lib/alexandria/ui/callbacks.rb:396
404
702
  #, fuzzy
405
703
  msgid "Contents"
406
704
  msgstr "Nodiadau"
407
705
 
408
- #: ../lib/alexandria/ui/callbacks.rb:308
706
+ #: ../lib/alexandria/ui/callbacks.rb:396
409
707
  msgid "View Alexandria's manual"
410
708
  msgstr ""
411
709
 
412
- #: ../lib/alexandria/ui/callbacks.rb:309
710
+ #: ../lib/alexandria/ui/callbacks.rb:397
413
711
  msgid "_About"
414
712
  msgstr "_Ynghylch"
415
713
 
416
- #: ../lib/alexandria/ui/callbacks.rb:309
714
+ #: ../lib/alexandria/ui/callbacks.rb:397
417
715
  msgid "Show information about Alexandria"
418
716
  msgstr ""
419
717
 
420
- #: ../lib/alexandria/ui/callbacks.rb:334
421
- msgid "Side _Pane"
718
+ #: ../lib/alexandria/ui/callbacks.rb:404
719
+ msgid "At _%s"
720
+ msgstr "At _%s"
721
+
722
+ #: ../lib/alexandria/ui/callbacks.rb:410
723
+ msgid "Side_pane"
422
724
  msgstr "_Cwarel Ochr"
423
725
 
424
- #: ../lib/alexandria/ui/callbacks.rb:336
726
+ #: ../lib/alexandria/ui/callbacks.rb:411
425
727
  msgid "_Toolbar"
426
728
  msgstr "Blwch _offer"
427
729
 
428
- #: ../lib/alexandria/ui/callbacks.rb:338
730
+ #: ../lib/alexandria/ui/callbacks.rb:412
429
731
  msgid "_Statusbar"
430
732
  msgstr "Bar _statws"
431
733
 
432
- #: ../lib/alexandria/ui/callbacks.rb:340
734
+ #: ../lib/alexandria/ui/callbacks.rb:413
433
735
  msgid "Re_versed Order"
434
736
  msgstr "Trefn _Gwrthdroedig"
435
737
 
436
- #: ../lib/alexandria/ui/callbacks.rb:345
738
+ #: ../lib/alexandria/ui/callbacks.rb:418
437
739
  msgid "View as _Icons"
438
740
  msgstr "Gweld fel _Eiconau"
439
741
 
440
- #: ../lib/alexandria/ui/callbacks.rb:346
742
+ #: ../lib/alexandria/ui/callbacks.rb:419
441
743
  msgid "View as _List"
442
744
  msgstr "Gweld fel _Rhestr"
443
745
 
444
- #: ../lib/alexandria/ui/callbacks.rb:350
746
+ #: ../lib/alexandria/ui/callbacks.rb:423
445
747
  msgid "By _Title"
446
748
  msgstr "Yn Ôl _Teitl"
447
749
 
448
- #: ../lib/alexandria/ui/callbacks.rb:351
750
+ #: ../lib/alexandria/ui/callbacks.rb:424
449
751
  msgid "By _Authors"
450
752
  msgstr "Yn Ôl _Awdur"
451
753
 
452
- #: ../lib/alexandria/ui/callbacks.rb:352
754
+ #: ../lib/alexandria/ui/callbacks.rb:425
453
755
  msgid "By _ISBN"
454
756
  msgstr "Yn Ôl _ISBN"
455
757
 
456
- #: ../lib/alexandria/ui/callbacks.rb:353
758
+ #: ../lib/alexandria/ui/callbacks.rb:426
457
759
  msgid "By _Publisher"
458
760
  msgstr "Yn Ôl _Cyhoeddwr"
459
761
 
460
- #: ../lib/alexandria/ui/callbacks.rb:354
762
+ #: ../lib/alexandria/ui/callbacks.rb:427
461
763
  msgid "By _Binding"
462
764
  msgstr "Yn Ôl _Rhwymiad"
463
765
 
464
- #: ../lib/alexandria/ui/callbacks.rb:355
766
+ #: ../lib/alexandria/ui/callbacks.rb:428
465
767
  msgid "By _Rating"
466
768
  msgstr "Yn Ôl _Barn"
467
769
 
468
- #: ../lib/alexandria/ui/callbacks.rb:359
469
- msgid "At _%s"
470
- msgstr "At _%s"
471
-
472
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
473
- msgid "There was %d duplicate"
474
- msgid_plural "There were %d duplicates"
475
- msgstr[0] ""
476
- msgstr[1] ""
477
-
478
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
479
- #, fuzzy
480
- msgid "Couldn't add this book"
481
- msgid_plural "Couldn't add these books"
482
- msgstr[0] "Methwyd ychwanegu'r llyfr"
483
- msgstr[1] "Methwyd ychwanegu'r llyfr"
484
-
485
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
486
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
487
- msgid "Searching Provider '%s'..."
488
- msgstr ""
489
-
490
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
491
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
492
- msgid "Error while Searching Provider '%s'"
493
- msgstr ""
494
-
495
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
496
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
497
- msgid "Not Found at Provider '%s'"
498
- msgstr ""
499
-
500
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
501
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
502
- msgid "Found at Provider '%s'"
503
- msgstr ""
504
-
505
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
506
- msgid "Ready to use %s barcode scanner"
507
- msgstr ""
508
-
509
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
510
- #: ../data/alexandria/glade/acquire_dialog.glade:26
511
- msgid "_Barcode Scanner Ready"
512
- msgstr ""
513
-
514
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
515
- msgid "Click below to scan _barcodes"
516
- msgstr ""
517
-
518
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
519
- msgid "There's a problem"
520
- msgstr ""
521
-
522
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
523
- #, fuzzy
524
- msgid "New Smart Library"
525
- msgstr "Mewnforio Llyfrgell"
526
-
527
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
528
- #, fuzzy
529
- msgid "Smart Library"
530
- msgstr "Mewnforio Llyfrgell"
531
-
532
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
533
- msgid "Preferences for %s"
534
- msgstr "Hoffteray ar gyfer %s"
535
-
536
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
537
- #, fuzzy
538
- msgid "New Provider"
539
- msgstr "Darparwyr"
540
-
541
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
542
- #, fuzzy
543
- msgid "_Name:"
544
- msgstr "_Thema:"
545
-
546
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
547
- #, fuzzy
548
- msgid "_Type:"
549
- msgstr "_Thema:"
550
-
551
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
552
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
553
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
554
- #, fuzzy
555
- msgid "Disable Provider"
556
- msgstr "Darparwyr"
557
-
558
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
559
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
560
- #, fuzzy
561
- msgid "Enable Provider"
562
- msgstr "Darparwyr"
563
-
564
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
565
- #, fuzzy
566
- msgid "Are you sure you want to permanently delete the provider '%s'?"
567
- msgstr "Ydych chi'n siŵr eich bod chi am ddileu '%s'?"
568
-
569
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
570
- #, fuzzy
571
- msgid ""
572
- "If you continue, the provider and all of its preferences will be permanently "
573
- "deleted."
574
- msgstr "Os ydych chi'n mynd ymlaen, caiff y dewis ei ddileu."
575
-
576
- #: ../lib/alexandria/ui/import_dialog.rb:36
577
- msgid "Error while importing"
578
- msgstr "Gwall wrth fewnforio"
579
-
580
- #: ../lib/alexandria/ui/import_dialog.rb:39
581
- msgid "_Continue"
582
- msgstr "_Mynd Ymlaen"
583
-
584
- #: ../lib/alexandria/ui/import_dialog.rb:64
585
- msgid "Import a Library"
586
- msgstr "Mewnforio Llyfrgell"
587
-
588
- #: ../lib/alexandria/ui/import_dialog.rb:71
589
- #, fuzzy
590
- msgid "_Import"
591
- msgstr "Mewnforio"
592
-
593
- #: ../lib/alexandria/ui/import_dialog.rb:188
594
- msgid "Couldn't import the library"
595
- msgstr "Methwyd mewnforio'r llyfrgell"
596
-
597
- #: ../lib/alexandria/ui/import_dialog.rb:189
598
- msgid ""
599
- "The format of the file you provided is unknown. Please retry with another "
600
- "file."
601
- msgstr ""
602
- "Mae fformat y ffeil fe rhoddoch yn anhysbys. Ceisiwch eto gyda ffeil arall."
603
-
604
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
605
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
606
- #, fuzzy
607
- msgid "Properties for '%s'"
608
- msgstr "Hoffteray ar gyfer %s"
609
-
610
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
611
- msgid "Empty or conflictive condition"
612
- msgstr ""
613
-
614
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
615
- msgid "_Save However"
616
- msgstr ""
617
-
618
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
619
- msgid ""
620
- "This smart library contains one or more conditions which are empty or "
621
- "conflict with each other. This is likely to result in never matching a book. "
622
- "Are you sure you want to save this library?"
623
- msgstr ""
624
-
625
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
626
- msgid "Match"
627
- msgstr ""
628
-
629
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
630
- msgid "all"
631
- msgstr ""
632
-
633
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
634
- msgid "any"
635
- msgstr ""
636
-
637
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
638
- msgid "of the following rules:"
639
- msgstr ""
640
-
641
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
642
- msgid "Match the following rule:"
643
- msgstr ""
644
-
645
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
646
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
647
- msgid "Couldn't modify the book"
648
- msgstr "Methwyd newid y llyfr"
649
-
650
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
651
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
652
- msgid "The EAN/ISBN you provided is already used in this library."
653
- msgstr ""
654
- "Mae llyfr a'r EAN/ISBN a rhoddoch yn bodoli yn y llyfrgell hwn eisioes."
655
-
656
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
657
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
658
- msgid ""
659
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
660
- "correcty, and try again."
661
- msgstr ""
662
- "Methwyd dilysu yr EAN/ISBN a rhoddwyd. Sicrhewch ei fod wedi ei ysgrifennu'n "
663
- "gywir, a ceisiwch eto."
664
-
665
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
666
- #, fuzzy
667
- msgid "Properties"
668
- msgstr "_Priodweddau"
669
-
670
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
671
- msgid "Author"
672
- msgstr "Awdur"
673
-
674
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
675
- msgid "Select a cover image"
676
- msgstr "Dewis delwedd gorchydd"
677
-
678
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
679
- #, fuzzy
680
- msgid "No Cover"
681
- msgstr "_Gorchydd:"
682
-
683
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
684
- msgid "%d day"
685
- msgid_plural "%d days"
686
- msgstr[0] "%d diwrnod"
687
- msgstr[1] "%d ddiwrnod"
688
-
689
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
690
- #, fuzzy
691
- msgid "Adding '%s'"
692
- msgstr "Yn '_%s'"
693
-
694
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
695
- #: ../data/alexandria/glade/new_book_dialog.glade:8
696
- msgid "Adding a Book"
697
- msgstr "Ychwanegu Llyfr"
698
-
699
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
700
- msgid "A title must be provided."
701
- msgstr "Rhaid penodi teitl."
702
-
703
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
704
- msgid "A publisher must be provided."
705
- msgstr "Rhaid penodi cyhoeddwr."
706
-
707
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
708
- msgid "A binding must be provided."
709
- msgstr "Rhaid penodi rhwymiad."
710
-
711
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
712
- msgid "At least one author must be provided."
713
- msgstr "Rhaid penodi o leiaf un awdur."
714
-
715
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
716
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
717
- msgid "Couldn't add the book"
718
- msgstr "Methwyd ychwanegu'r llyfr"
719
-
720
- #: ../lib/alexandria/ui/export_dialog.rb:25
770
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
721
771
  msgid "File already exists"
722
772
  msgstr "Mae'r ffeil yn bodoli eisioes"
723
773
 
724
- #: ../lib/alexandria/ui/export_dialog.rb:28
725
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
774
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
775
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
726
776
  msgid "_Replace"
727
777
  msgstr "_Amnewid"
728
778
 
729
- #: ../lib/alexandria/ui/export_dialog.rb:29
779
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
730
780
  msgid ""
731
781
  "A file named '%s' already exists. Do you want to replace it with the one "
732
782
  "you are generating?"
@@ -734,69 +784,136 @@ msgstr ""
734
784
  "Mae ffeil o'r enw '%s' yn bodoli eisioes. A hoffech ei amnewid â'r un rydych "
735
785
  "chi'n ei gynhyrchu?"
736
786
 
737
- #: ../lib/alexandria/ui/export_dialog.rb:52
787
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
788
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
789
+ msgstr "Mae '%s' yn bodoli yn '%s' eisioes. A hoffech ei amnewid?"
790
+
791
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
792
+ msgid "_Skip"
793
+ msgstr "_Hepgor"
794
+
795
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
796
+ msgid "If you replace the existing book, its contents will be overwritten."
797
+ msgstr ""
798
+ "Os ydych chi'n amnewid y llyfr sy'n bodoli, caiff ei gynnwys eu trosysgrifo."
799
+
800
+ #: ../lib/alexandria/ui/export_dialog.rb:22
738
801
  msgid "Export '%s'"
739
802
  msgstr "Allforio '%s'"
740
803
 
741
- #: ../lib/alexandria/ui/export_dialog.rb:58
804
+ #: ../lib/alexandria/ui/export_dialog.rb:27
742
805
  msgid "_Export"
743
806
  msgstr "_Allforio"
744
807
 
745
- #: ../lib/alexandria/ui/export_dialog.rb:77
808
+ #: ../lib/alexandria/ui/export_dialog.rb:48
746
809
  msgid "_Theme:"
747
810
  msgstr "_Thema:"
748
811
 
749
- #: ../lib/alexandria/ui/export_dialog.rb:87
812
+ #: ../lib/alexandria/ui/export_dialog.rb:60
750
813
  msgid "directory"
751
814
  msgstr "cyfeiriadur"
752
815
 
753
- #: ../lib/alexandria/ui/export_dialog.rb:100
816
+ #: ../lib/alexandria/ui/export_dialog.rb:72
754
817
  msgid "Export for_mat:"
755
818
  msgstr "_Fformat allforio:"
756
819
 
757
- #: ../lib/alexandria/ui/export_dialog.rb:155
820
+ #: ../lib/alexandria/ui/export_dialog.rb:99
821
+ msgid "Export failed"
822
+ msgstr "Methwyd allforio"
823
+
824
+ #: ../lib/alexandria/ui/export_dialog.rb:122
825
+ msgid ""
826
+ "The target, named '%s', is a regular file. A directory is needed for this "
827
+ "operation. Please select a directory and try again."
828
+ msgstr ""
829
+ "Mae'r targed, a enwir '%s', yn ffeil. Mynnir cyfeiriadur ar gyfer y weithred "
830
+ "hon. Dewiswch gyfeiriadur a cheisiwch eto."
831
+
832
+ #: ../lib/alexandria/ui/export_dialog.rb:126
833
+ msgid "Not a directory"
834
+ msgstr "Nid yw'n gyfeiriadur"
835
+
836
+ #: ../lib/alexandria/ui/import_dialog.rb:23
837
+ msgid "Import a Library"
838
+ msgstr "Mewnforio Llyfrgell"
839
+
840
+ #: ../lib/alexandria/ui/import_dialog.rb:30
841
+ #, fuzzy
842
+ msgid "_Import"
843
+ msgstr "Mewnforio"
844
+
845
+ #: ../lib/alexandria/ui/import_dialog.rb:134
846
+ msgid "Couldn't import the library"
847
+ msgstr "Methwyd mewnforio'r llyfrgell"
848
+
849
+ #: ../lib/alexandria/ui/import_dialog.rb:135
758
850
  msgid ""
759
- "The target, named '%s', is a regular file. A directory is needed for this "
760
- "operation. Please select a directory and try again."
851
+ "The format of the file you provided is unknown. Please retry with another "
852
+ "file."
761
853
  msgstr ""
762
- "Mae'r targed, a enwir '%s', yn ffeil. Mynnir cyfeiriadur ar gyfer y weithred "
763
- "hon. Dewiswch gyfeiriadur a cheisiwch eto."
854
+ "Mae fformat y ffeil fe rhoddoch yn anhysbys. Ceisiwch eto gyda ffeil arall."
764
855
 
765
- #: ../lib/alexandria/ui/export_dialog.rb:159
766
- msgid "Not a directory"
767
- msgstr "Nid yw'n gyfeiriadur"
856
+ #: ../lib/alexandria/ui/init.rb:69
857
+ #, fuzzy
858
+ msgid "Unable to launch the help browser"
859
+ msgstr "Ni ellir lansio'r porwr gwe"
860
+
861
+ #: ../lib/alexandria/ui/init.rb:70
862
+ msgid ""
863
+ "Could not display help for Alexandria. There was an error launching the "
864
+ "system help browser."
865
+ msgstr ""
768
866
 
769
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
867
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
770
868
  msgid "Invalid ISBN '%s'"
771
869
  msgstr "ISBN annilys '%s'"
772
870
 
773
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
774
- msgid "_Keep"
775
- msgstr "_Cadw"
776
-
777
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
871
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
872
+ #, fuzzy
778
873
  msgid ""
779
874
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
780
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
781
- "add?"
875
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
876
+ "addition?"
782
877
  msgstr ""
783
878
  "Mae gan y llyfr a'r teitl '%s' ISBN annilys, ond mae o hyd yn bodoli yn "
784
879
  "llyfrgellau'r darparwyr. A ydyh chi am gadw'r llyfr ond newid yr ISBN neu "
785
880
  "ddiddymu ychwanegu'r llyfr?"
786
881
 
787
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
882
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
883
+ msgid "_Keep"
884
+ msgstr "_Cadw"
885
+
886
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
887
+ #, fuzzy
888
+ msgid "New Library"
889
+ msgstr "Llyfrgell"
890
+
891
+ #: ../lib/alexandria/ui/listview.rb:56
892
+ #, fuzzy
893
+ msgid "Loaned To"
894
+ msgstr "Benthyg"
895
+
896
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
788
897
  msgid "A problem occurred while downloading images"
789
898
  msgstr ""
790
899
 
791
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
900
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
901
+ msgid "Iter is invalid! %s"
902
+ msgstr ""
903
+
904
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
792
905
  msgid "Unable to find matches for your search"
793
906
  msgstr "Methwyd canfod canlyniadau ar gyfer eich ymchwil"
794
907
 
795
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
908
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
796
909
  msgid "%s, by %s"
797
910
  msgstr "%s, gan %s"
798
911
 
799
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
912
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
913
+ msgid "Copying %s into tree view."
914
+ msgstr ""
915
+
916
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
800
917
  #, fuzzy
801
918
  msgid ""
802
919
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
@@ -805,512 +922,403 @@ msgstr ""
805
922
  "Methwyd dilysu yr EAN/ISBN a rhoddwyd. Sicrhewch ei fod wedi ei ysgrifennu'n "
806
923
  "gywir, a ceisiwch eto."
807
924
 
808
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
925
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
926
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
927
+ msgid "Couldn't add the book"
928
+ msgstr "Methwyd ychwanegu'r llyfr"
929
+
930
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
809
931
  msgid "'%s' already exists in '%s' (titled '%s')."
810
932
  msgstr "Mae '%s' yn bodoli yn '%s' eisioes (gyda'r teitl '%s')."
811
933
 
812
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
813
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
814
- msgstr "Mae '%s' yn bodoli yn '%s' eisioes. A hoffech ei amnewid?"
934
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
935
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
936
+ msgid "Adding a Book"
937
+ msgstr "Ychwanegu Llyfr"
815
938
 
816
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
817
- msgid "_Skip"
818
- msgstr "_Hepgor"
939
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
940
+ #, fuzzy
941
+ msgid "Adding '%s'"
942
+ msgstr "Yn '_%s'"
819
943
 
820
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
821
- msgid "If you replace the existing book, its contents will be overwritten."
822
- msgstr ""
823
- "Os ydych chi'n amnewid y llyfr sy'n bodoli, caiff ei gynnwys eu trosysgrifo."
944
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
945
+ msgid "A title must be provided."
946
+ msgstr "Rhaid penodi teitl."
947
+
948
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
949
+ msgid "A publisher must be provided."
950
+ msgstr "Rhaid penodi cyhoeddwr."
951
+
952
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
953
+ msgid "A binding must be provided."
954
+ msgstr "Rhaid penodi rhwymiad."
955
+
956
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
957
+ msgid "At least one author must be provided."
958
+ msgstr "Rhaid penodi o leiaf un awdur."
959
+
960
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
961
+ #, fuzzy
962
+ msgid "New Provider"
963
+ msgstr "Darparwyr"
964
+
965
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
966
+ #, fuzzy
967
+ msgid "_Name:"
968
+ msgstr "_Thema:"
969
+
970
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
971
+ #, fuzzy
972
+ msgid "_Type:"
973
+ msgstr "_Thema:"
974
+
975
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
976
+ #, fuzzy
977
+ msgid "New Smart Library"
978
+ msgstr "Mewnforio Llyfrgell"
979
+
980
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
981
+ #, fuzzy
982
+ msgid "Smart Library"
983
+ msgstr "Mewnforio Llyfrgell"
984
+
985
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
986
+ #, fuzzy
987
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
988
+ msgstr "Ydych chi'n siŵr eich bod chi am ddileu '%s'?"
989
+
990
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
991
+ #, fuzzy
992
+ msgid ""
993
+ "If you continue, the provider and all of its preferences will be permanently "
994
+ "deleted."
995
+ msgstr "Os ydych chi'n mynd ymlaen, caiff y dewis ei ddileu."
996
+
997
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
998
+ msgid "Preferences for %s"
999
+ msgstr "Hoffteray ar gyfer %s"
824
1000
 
825
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
1001
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
826
1002
  #, fuzzy
827
1003
  msgid "Are you sure you want to delete '%s'?"
828
1004
  msgstr "Ydych chi'n siŵr eich bod chi am ddileu '%s'?"
829
1005
 
830
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
1006
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
831
1007
  #, fuzzy
832
1008
  msgid "If you continue, %d book will be deleted."
833
1009
  msgid_plural "If you continue, %d books will be deleted."
834
1010
  msgstr[0] "Os ydych chi'n mynd ymlaen, caiff y dewis ei ddileu."
835
1011
  msgstr[1] "Os ydych chi'n mynd ymlaen, caiff y dewis ei ddileu."
836
1012
 
837
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
1013
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
838
1014
  #, fuzzy
839
1015
  msgid "Are you sure you want to delete '%s' from '%s'?"
840
1016
  msgstr "Ydych chi'n siŵr eich bod chi am ddileu '%s' o '%s'?"
841
1017
 
842
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
1018
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
843
1019
  #, fuzzy
844
1020
  msgid "Are you sure you want to delete the selected books from '%s'?"
845
1021
  msgstr "Ydych chi'n siŵr eich bod chi am ddileu'r llyfrau dewisiedug o '%s'?"
846
1022
 
847
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
1023
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
848
1024
  msgid "Invalid library name '%s'"
849
1025
  msgstr "Enw llyfrgell annilys '%s'"
850
1026
 
851
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
1027
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
852
1028
  #, fuzzy
853
- msgid "The name provided contains the disallowed character <b>%s</b> "
1029
+ msgid "The name provided contains the disallowed character <b>%s</b>"
854
1030
  msgstr "Mae'r enw a rhoddwyd yn cynnwys y nod annilys '<i>%s</i>'."
855
1031
 
856
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
1032
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
857
1033
  #, fuzzy
858
1034
  msgid "Invalid library name"
859
1035
  msgstr "Enw llyfrgell annilys '%s'"
860
1036
 
861
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1037
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
862
1038
  #, fuzzy
863
1039
  msgid "The name provided contains invalid characters."
864
1040
  msgstr "Mae'r enw a rhoddwyd yn cynnwys y nod annilys '<i>%s</i>'."
865
1041
 
866
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1042
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
867
1043
  msgid "The library name can not be empty"
868
1044
  msgstr "Ni chaiff new'r llyfrgell fod yn wag"
869
1045
 
870
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1046
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
871
1047
  msgid "The library can not be renamed"
872
1048
  msgstr "Ni ellir ailenwi'r llyfrgell"
873
1049
 
874
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1050
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
875
1051
  msgid "There is already a library named '%s'. Please choose a different name."
876
1052
  msgstr "Mae llyfrgell o'r enw '%s' eisioes. Dewiswch enw gwahanol."
877
1053
 
878
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1054
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
879
1055
  msgid "Library"
880
1056
  msgstr "Llyfrgell"
881
1057
 
882
- #: ../lib/alexandria/ui/libraries_combo.rb:44
883
- #, fuzzy
884
- msgid "New Library"
885
- msgstr "Llyfrgell"
886
-
887
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
888
- msgid "Title"
889
- msgstr "Teitl"
890
-
891
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
892
- msgid "Authors"
893
- msgstr "Awduron"
894
-
895
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
896
- msgid "ISBN"
897
- msgstr "ISBN"
898
-
899
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
900
- msgid "Publisher"
901
- msgstr "Cyhoeddwr"
902
-
903
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
904
- #, fuzzy
905
- msgid "Publish Year"
906
- msgstr "Cyhoeddwr"
907
-
908
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
909
- msgid "Binding"
910
- msgstr "Rhwymiad"
911
-
912
- #: ../lib/alexandria/ui/listview.rb:110
913
- #, fuzzy
914
- msgid "Loaned To"
915
- msgstr "Benthyg"
916
-
917
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
918
- #: ../lib/alexandria/smart_library.rb:361
919
- msgid "Read"
920
- msgstr ""
1058
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1059
+ msgid "Error while importing"
1060
+ msgstr "Gwall wrth fewnforio"
921
1061
 
922
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
923
- msgid "Own"
924
- msgstr ""
1062
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1063
+ msgid "_Continue"
1064
+ msgstr "_Mynd Ymlaen"
925
1065
 
926
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
927
- msgid "Want"
1066
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1067
+ msgid "Empty or conflictive condition"
928
1068
  msgstr ""
929
1069
 
930
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
931
- #: ../data/alexandria/glade/preferences_dialog.glade:421
932
- msgid "Tags"
1070
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1071
+ msgid "_Save However"
933
1072
  msgstr ""
934
1073
 
935
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
936
- msgid "Rating"
937
- msgstr "Barn"
938
-
939
- #: ../lib/alexandria/ui/init.rb:83
940
- #, fuzzy
941
- msgid "Unable to launch the help browser"
942
- msgstr "Ni ellir lansio'r porwr gwe"
943
-
944
- #: ../lib/alexandria/ui/init.rb:84
1074
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
945
1075
  msgid ""
946
- "Could not display help for Alexandria. There was an error launching the "
947
- "system help browser."
948
- msgstr ""
949
-
950
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
951
- msgid "Locale"
952
- msgstr ""
953
-
954
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
955
- msgid "Access key ID"
956
- msgstr ""
957
-
958
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
959
- msgid "Secret access key"
960
- msgstr ""
961
-
962
- #: ../lib/alexandria/book_providers/z3950.rb:34
963
- msgid "Hostname"
1076
+ "This smart library contains one or more conditions which are empty or "
1077
+ "conflict with each other. This is likely to result in never matching a book. "
1078
+ "Are you sure you want to save this library?"
964
1079
  msgstr ""
965
1080
 
966
- #: ../lib/alexandria/book_providers/z3950.rb:35
967
- #, fuzzy
968
- msgid "Port"
969
- msgstr "Mewnforio"
970
-
971
- #: ../lib/alexandria/book_providers/z3950.rb:36
972
- msgid "Database"
1081
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1082
+ msgid "Match"
973
1083
  msgstr ""
974
1084
 
975
- #: ../lib/alexandria/book_providers/z3950.rb:37
976
- msgid "Record syntax"
1085
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1086
+ msgid "all"
977
1087
  msgstr ""
978
1088
 
979
- #: ../lib/alexandria/book_providers/z3950.rb:38
980
- #, fuzzy
981
- msgid "Username"
982
- msgstr "_Ailenwi"
983
-
984
- #: ../lib/alexandria/book_providers/z3950.rb:39
985
- msgid "Password"
1089
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1090
+ msgid "any"
986
1091
  msgstr ""
987
1092
 
988
- #: ../lib/alexandria/book_providers/z3950.rb:40
989
- msgid "Charset encoding"
1093
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1094
+ msgid "of the following rules:"
990
1095
  msgstr ""
991
1096
 
992
- #: ../lib/alexandria/book_providers/z3950.rb:221
993
- #, fuzzy
994
- msgid "Library of Congress (Usa)"
995
- msgstr "_Enw llyfrgell"
996
-
997
- #: ../lib/alexandria/book_providers/z3950.rb:255
998
- #, fuzzy
999
- msgid "British Library"
1000
- msgstr "Mewnforio Llyfrgell"
1001
-
1002
- #: ../lib/alexandria/export_library.rb:109
1003
- msgid "Archived ONIX XML"
1004
- msgstr "Archif XML ONIX"
1005
-
1006
- #: ../lib/alexandria/export_library.rb:111
1007
- msgid "Archived Tellico XML"
1008
- msgstr "Archif XML Tellico"
1009
-
1010
- #: ../lib/alexandria/export_library.rb:113
1011
- msgid "BibTeX"
1097
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1098
+ msgid "Match the following rule:"
1012
1099
  msgstr ""
1013
1100
 
1014
- #: ../lib/alexandria/export_library.rb:114
1015
- msgid "CSV list"
1101
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1102
+ msgid "Type here the search criterion"
1016
1103
  msgstr ""
1017
1104
 
1018
- #: ../lib/alexandria/export_library.rb:115
1019
- msgid "ISBN List"
1020
- msgstr "Rhestr ISBN"
1021
-
1022
- #: ../lib/alexandria/export_library.rb:116
1023
- #, fuzzy
1024
- msgid "iPod Notes"
1025
- msgstr "Nodiadau"
1026
-
1027
- #: ../lib/alexandria/export_library.rb:117
1028
- msgid "HTML Web Page"
1029
- msgstr "Tudalen Gwe HTML"
1030
-
1031
- #: ../lib/alexandria/smart_library.rb:92
1032
- msgid "Favorite"
1105
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1106
+ msgid "Match everything"
1033
1107
  msgstr ""
1034
1108
 
1035
- #: ../lib/alexandria/smart_library.rb:98
1036
- #, fuzzy
1037
- msgid "Loaned"
1038
- msgstr "Benthyg"
1039
-
1040
- #: ../lib/alexandria/smart_library.rb:110
1041
- msgid "Owned"
1042
- msgstr ""
1109
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1110
+ msgid "Title contains"
1111
+ msgstr "Mae'r teitl yn cynnwys"
1043
1112
 
1044
- #: ../lib/alexandria/smart_library.rb:119
1045
- msgid "Wishlist"
1046
- msgstr ""
1113
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1114
+ msgid "Authors contain"
1115
+ msgstr "Mae'r awduron yn cynnwys"
1047
1116
 
1048
- #: ../lib/alexandria/smart_library.rb:356
1049
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1050
- msgid "Notes"
1051
- msgstr "Nodiadau"
1117
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1118
+ msgid "ISBN contains"
1119
+ msgstr "Mae'r ISBN yn cynnwys"
1052
1120
 
1053
- #: ../lib/alexandria/smart_library.rb:358
1054
- #, fuzzy
1055
- msgid "Loaning State"
1056
- msgstr "Benthyg"
1121
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1122
+ msgid "Publisher contains"
1123
+ msgstr "Mae'r cyhoeddwr yn cynnwys"
1057
1124
 
1058
- #: ../lib/alexandria/smart_library.rb:359
1059
- #, fuzzy
1060
- msgid "Loaning Date"
1061
- msgstr "Benthyg"
1125
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1126
+ msgid "Notes contain"
1127
+ msgstr "Mae'r nodiadau yn cynnwys"
1062
1128
 
1063
- #: ../lib/alexandria/smart_library.rb:360
1129
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1064
1130
  #, fuzzy
1065
- msgid "Loaning Person"
1066
- msgstr "Benthyg"
1067
-
1068
- #: ../lib/alexandria/smart_library.rb:362
1069
- msgid "Date Read"
1070
- msgstr ""
1131
+ msgid "Tags contain"
1132
+ msgstr "Mae'r nodiadau yn cynnwys"
1071
1133
 
1072
- #: ../lib/alexandria/smart_library.rb:371
1134
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1073
1135
  #, fuzzy
1074
- msgid "days"
1075
- msgstr "%d diwrnod"
1076
-
1077
- #: ../lib/alexandria/smart_library.rb:382
1078
- msgid "is set"
1079
- msgstr ""
1136
+ msgid "Change the search type"
1137
+ msgstr "Math chwilio annilys."
1080
1138
 
1081
- #: ../lib/alexandria/smart_library.rb:386
1082
- msgid "is not set"
1083
- msgstr ""
1139
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1140
+ msgid "View as Icons"
1141
+ msgstr "Gweld fel Eiconau"
1084
1142
 
1085
- #: ../lib/alexandria/smart_library.rb:390
1086
- msgid "is"
1087
- msgstr ""
1143
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1144
+ msgid "View as List"
1145
+ msgstr "Gweld fel Rhestr"
1088
1146
 
1089
- #: ../lib/alexandria/smart_library.rb:394
1090
- msgid "is not"
1147
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1148
+ msgid "Choose how to show books"
1091
1149
  msgstr ""
1092
1150
 
1093
- #: ../lib/alexandria/smart_library.rb:398
1094
- #, fuzzy
1095
- msgid "contains"
1096
- msgstr "Mae'r ISBN yn cynnwys"
1151
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1152
+ msgid "Library '%s' selected"
1153
+ msgstr "Dewiswyd y llyfrgell '%s'"
1097
1154
 
1098
- #: ../lib/alexandria/smart_library.rb:402
1155
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1099
1156
  #, fuzzy
1100
- msgid "does not contain"
1101
- msgstr "Mae'r nodiadau yn cynnwys"
1157
+ msgid "Library '%s' selected, %d unrated book"
1158
+ msgid_plural "Library '%s' selected, %d unrated books"
1159
+ msgstr[0] "Dewiswyd y llyfrgell '%s', %d llyfr"
1160
+ msgstr[1] "Dewiswyd y llyfrgell '%s', %d lyfr"
1102
1161
 
1103
- #: ../lib/alexandria/smart_library.rb:406
1104
- msgid "starts with"
1105
- msgstr ""
1162
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1163
+ msgid "Library '%s' selected, %d book"
1164
+ msgid_plural "Library '%s' selected, %d books"
1165
+ msgstr[0] "Dewiswyd y llyfrgell '%s', %d llyfr"
1166
+ msgstr[1] "Dewiswyd y llyfrgell '%s', %d lyfr"
1106
1167
 
1107
- #: ../lib/alexandria/smart_library.rb:410
1108
- msgid "ends with"
1109
- msgstr ""
1168
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1169
+ #, fuzzy
1170
+ msgid "Library '%s' selected, %d book, %d unrated"
1171
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1172
+ msgstr[0] "Dewiswyd y llyfrgell '%s', %d llyfr"
1173
+ msgstr[1] "Dewiswyd y llyfrgell '%s', %d lyfr"
1110
1174
 
1111
- #: ../lib/alexandria/smart_library.rb:414
1112
- msgid "is greater than"
1113
- msgstr ""
1175
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1176
+ msgid "'%s' selected"
1177
+ msgstr "Dewiswyd '%s'"
1114
1178
 
1115
- #: ../lib/alexandria/smart_library.rb:418
1116
- msgid "is less than"
1117
- msgstr ""
1179
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1180
+ msgid "%d book selected"
1181
+ msgid_plural "%d books selected"
1182
+ msgstr[0] "%d llyfr wedi eu dewis"
1183
+ msgstr[1] "%d lyfr wedi eu dewis"
1118
1184
 
1119
- #: ../lib/alexandria/smart_library.rb:422
1120
- msgid "is after"
1185
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1186
+ msgid "unrecognized update event"
1121
1187
  msgstr ""
1122
1188
 
1123
- #: ../lib/alexandria/smart_library.rb:426
1124
- msgid "is before"
1125
- msgstr ""
1189
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1190
+ #, fuzzy
1191
+ msgid "Loading libraries..."
1192
+ msgstr "Yn '_%s'"
1126
1193
 
1127
- #: ../lib/alexandria/smart_library.rb:430
1128
- msgid "is in last"
1194
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1195
+ msgid ""
1196
+ "The data files for the following books are malformed or empty. Do you wish "
1197
+ "to attempt to download new information for them from the online book "
1198
+ "providers?\n"
1129
1199
  msgstr ""
1130
1200
 
1131
- #: ../lib/alexandria/smart_library.rb:450
1132
- msgid "is not in last"
1201
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1202
+ msgid "Added '%s' to library '%s'"
1133
1203
  msgstr ""
1134
1204
 
1135
- #: ../lib/alexandria/book_providers.rb:87
1136
- msgid "Couldn't reach the provider '%s': timeout expired."
1137
- msgstr "Methwyd cyrraedd y darparwr '%s': terfyn aros."
1205
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1206
+ #, fuzzy
1207
+ msgid "Loading '%s'..."
1208
+ msgstr "Yn '_%s'"
1138
1209
 
1139
- #: ../lib/alexandria/book_providers.rb:91
1140
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1141
- msgstr "Methwyd cyrraedd y darparwr '%s': gwall soced (%s)."
1210
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1211
+ msgid "In '_%s'"
1212
+ msgstr "Yn '_%s'"
1142
1213
 
1143
- #: ../lib/alexandria/book_providers.rb:95
1144
- #: ../lib/alexandria/book_providers.rb:100
1145
- msgid ""
1146
- "No results were found. Make sure your search criterion is spelled "
1147
- "correctly, and try again."
1214
+ #: ../lib/alexandria/web_themes.rb:64
1215
+ msgid "File %<file>s not found"
1148
1216
  msgstr ""
1149
- "Ni chanfuwyd unrhyw ganlyniadau. Sicrhewch fod eich termau chwilio wedi eu "
1150
- "sillafu'n gywir, a ceisiwch eto."
1151
-
1152
- #: ../lib/alexandria/book_providers.rb:105
1153
- msgid "Too many results for that search."
1154
- msgstr "Gormod o ganlyniadau ar gyfer yr ymholiad hwnnw."
1155
1217
 
1156
- #: ../lib/alexandria/book_providers.rb:108
1157
- msgid "Invalid search type."
1158
- msgstr "Math chwilio annilys."
1159
-
1160
- #: ../lib/alexandria/book_providers.rb:203
1161
- msgid "Enabled"
1218
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1219
+ msgid "Acquire from Scanner"
1162
1220
  msgstr ""
1163
1221
 
1164
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1165
- msgid "Acquire from Scanner"
1222
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1223
+ msgid "_Barcode Scanner Ready"
1166
1224
  msgstr ""
1167
1225
 
1168
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1169
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1226
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1227
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1170
1228
  #, fuzzy
1171
1229
  msgid "Save _in:"
1172
1230
  msgstr "Cadw mewn _Llyfrgell:"
1173
1231
 
1174
- #: ../data/alexandria/glade/main_app.glade:17
1175
- msgid "Main Window"
1176
- msgstr ""
1177
-
1178
- #: ../data/alexandria/glade/main_app.glade:32
1179
- #, fuzzy
1180
- msgid "Libraries listing."
1181
- msgstr "_Llyfrgellau:"
1182
-
1183
- #: ../data/alexandria/glade/main_app.glade:46
1184
- msgid "_Libraries:"
1185
- msgstr "_Llyfrgellau:"
1232
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1233
+ msgid "by title"
1234
+ msgstr "yn ôl teitl"
1186
1235
 
1187
- #: ../data/alexandria/glade/main_app.glade:111
1188
- msgid "Book listing."
1189
- msgstr ""
1236
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1237
+ msgid "by authors"
1238
+ msgstr "yn ôl awduron"
1190
1239
 
1191
- #: ../data/alexandria/glade/main_app.glade:194
1192
- msgid "Status messages."
1193
- msgstr ""
1240
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1241
+ msgid "by keyword"
1242
+ msgstr "yn ôl allweddair"
1194
1243
 
1195
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1244
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1196
1245
  msgid "_Keep Dialog Open after Adding Book"
1197
1246
  msgstr ""
1198
1247
 
1199
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1200
- msgid ""
1201
- "by title\n"
1202
- "by authors\n"
1203
- "by keyword"
1204
- msgstr ""
1205
- "yn ôl teitl\n"
1206
- "yn ôl awduron\n"
1207
- "yn ôl allweddair"
1208
-
1209
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1248
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1210
1249
  msgid "_Search:"
1211
1250
  msgstr "_Chwilio:"
1212
1251
 
1213
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1214
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1252
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1253
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1215
1254
  msgid "_ISBN:"
1216
1255
  msgstr "_ISBN:"
1217
1256
 
1218
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1219
- msgid "_Title:"
1220
- msgstr "_Teitl:"
1221
-
1222
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1223
- msgid "_Publisher:"
1224
- msgstr "_Cyhoeddwr:"
1225
-
1226
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1227
- #, fuzzy
1228
- msgid "Add an author"
1229
- msgstr "Awdur"
1230
-
1231
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1232
- msgid "Remove an author"
1233
- msgstr ""
1257
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1258
+ msgid "Preferences"
1259
+ msgstr "Hoffterau"
1234
1260
 
1235
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1236
- msgid "_Authors:"
1237
- msgstr "_Awduron:"
1261
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1262
+ msgid "<b>Visible Columns</b>"
1263
+ msgstr "<b>Colofnau Gweladwy</b>"
1238
1264
 
1239
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1240
- msgid "_Binding:"
1241
- msgstr "_Rhwymiad:"
1265
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1266
+ msgid "_Authors"
1267
+ msgstr "_Awduron"
1242
1268
 
1243
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1244
- #, fuzzy
1245
- msgid "Publish _year:"
1246
- msgstr "_Cyhoeddwr:"
1269
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1270
+ msgid "_ISBN"
1271
+ msgstr "_ISBN"
1247
1272
 
1248
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1249
- msgid "Tags:"
1250
- msgstr ""
1273
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1274
+ msgid "_Publisher"
1275
+ msgstr "_Cyhoeddwr"
1251
1276
 
1252
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1253
- msgid "_Cover:"
1254
- msgstr "_Gorchydd:"
1277
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1278
+ msgid "_Rating"
1279
+ msgstr "_Barn"
1255
1280
 
1256
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1257
- msgid "Click to pick a cover"
1258
- msgstr ""
1281
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1282
+ msgid "_Binding"
1283
+ msgstr "_Rhwymiad"
1259
1284
 
1260
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1261
- msgid "Own it?"
1262
- msgstr ""
1285
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1286
+ #, fuzzy
1287
+ msgid "Publish _year"
1288
+ msgstr "Cyhoeddwr"
1263
1289
 
1264
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1265
- msgid "Read it?"
1290
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1291
+ msgid "Read?"
1266
1292
  msgstr ""
1267
1293
 
1268
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1269
- msgid "Want it?"
1294
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1295
+ msgid "Own?"
1270
1296
  msgstr ""
1271
1297
 
1272
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1273
- msgid "Click on the stars to rate the book"
1298
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1299
+ msgid "Want?"
1274
1300
  msgstr ""
1275
1301
 
1276
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1277
- msgid "Rating:"
1278
- msgstr "Barn:"
1279
-
1280
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1281
- msgid "General"
1282
- msgstr "Cyffredinol"
1283
-
1284
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1285
- msgid "This book is _loaned"
1286
- msgstr "Mae'r llyfr yma wedi ei _fenthyg"
1287
-
1288
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1289
- msgid "_To:"
1290
- msgstr "_I:"
1291
-
1292
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1293
- msgid "_Since:"
1294
- msgstr "_Ers:"
1295
-
1296
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1297
- msgid "Loaning"
1302
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1303
+ #, fuzzy
1304
+ msgid "Loaned to"
1298
1305
  msgstr "Benthyg"
1299
1306
 
1300
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1301
- msgid "Preferences"
1302
- msgstr "Hoffterau"
1307
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1308
+ #, fuzzy
1309
+ msgid "_List View"
1310
+ msgstr "Golwg Rhestr"
1303
1311
 
1304
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1312
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1305
1313
  #, fuzzy
1306
1314
  msgid "<b>Book Data Providers</b>"
1307
1315
  msgstr "<b>_Darparwyr</b>"
1308
1316
 
1309
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1317
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1310
1318
  msgid "_Setup"
1311
1319
  msgstr "_Cyfluniad"
1312
1320
 
1313
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1321
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1314
1322
  msgid ""
1315
1323
  "Providers are libraries that supply information about books. Some of them "
1316
1324
  "can be configured to get better results. You can also customize the order "
@@ -1320,71 +1328,123 @@ msgstr ""
1320
1328
  "cyflunio rhai ohonynt er mwyn cael canlyniadau gwell. Gallwch hefyd gyflunio "
1321
1329
  "y trefn caent eu holi ynddi."
1322
1330
 
1323
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1331
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1324
1332
  msgid "Custom _Z39.50 Providers"
1325
1333
  msgstr ""
1326
1334
 
1327
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1335
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1328
1336
  msgid ""
1329
1337
  "Add and remove your own Z39.50 providers.\n"
1330
1338
  "Requires the Ruby/ZOOM software library."
1331
1339
  msgstr ""
1332
1340
 
1333
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1341
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1334
1342
  #, fuzzy
1335
1343
  msgid "_Providers"
1336
1344
  msgstr "Darparwyr"
1337
1345
 
1338
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1339
- msgid "<b>Visible Columns</b>"
1340
- msgstr "<b>Colofnau Gweladwy</b>"
1346
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1347
+ msgid "<b>Barcode Scanner Device</b>"
1348
+ msgstr ""
1341
1349
 
1342
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1343
- msgid "_Authors"
1344
- msgstr "_Awduron"
1350
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1351
+ msgid "_Device type:"
1352
+ msgstr ""
1345
1353
 
1346
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1347
- msgid "_ISBN"
1348
- msgstr "_ISBN"
1354
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1355
+ msgid "<b>Sound Effects</b>"
1356
+ msgstr ""
1349
1357
 
1350
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1351
- msgid "_Publisher"
1352
- msgstr "_Cyhoeddwr"
1358
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1359
+ #, fuzzy
1360
+ msgid "Scanning"
1361
+ msgstr "Benthyg"
1353
1362
 
1354
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1355
- msgid "_Rating"
1356
- msgstr "_Barn"
1363
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1364
+ msgid "Good Scan / Bad Scan"
1365
+ msgstr ""
1357
1366
 
1358
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1359
- msgid "_Binding"
1360
- msgstr "_Rhwymiad"
1367
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1368
+ msgid "_Barcode Scanner"
1369
+ msgstr ""
1361
1370
 
1362
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1363
- #, fuzzy
1364
- msgid "Publish _year"
1365
- msgstr "Cyhoeddwr"
1371
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1372
+ msgid "_Libraries:"
1373
+ msgstr "_Llyfrgellau:"
1366
1374
 
1367
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1368
- msgid "Read?"
1375
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1376
+ msgid "_Title:"
1377
+ msgstr "_Teitl:"
1378
+
1379
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1380
+ msgid "_Authors:"
1381
+ msgstr "_Awduron:"
1382
+
1383
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1384
+ msgid "Tags:"
1369
1385
  msgstr ""
1370
1386
 
1371
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1372
- msgid "Own?"
1387
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1388
+ msgid "_Binding:"
1389
+ msgstr "_Rhwymiad:"
1390
+
1391
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1392
+ #, fuzzy
1393
+ msgid "Publish _year:"
1394
+ msgstr "_Cyhoeddwr:"
1395
+
1396
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1397
+ msgid "_Publisher:"
1398
+ msgstr "_Cyhoeddwr:"
1399
+
1400
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1401
+ msgid "_Cover:"
1402
+ msgstr "_Gorchydd:"
1403
+
1404
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1405
+ msgid "Rating:"
1406
+ msgstr "Barn:"
1407
+
1408
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1409
+ msgid "Want it?"
1373
1410
  msgstr ""
1374
1411
 
1375
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1376
- msgid "Want?"
1412
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1413
+ msgid "Read it?"
1377
1414
  msgstr ""
1378
1415
 
1379
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1416
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1380
1417
  #, fuzzy
1381
- msgid "Loaned to"
1382
- msgstr "Benthyg"
1418
+ msgid "Select Date"
1419
+ msgstr "Dewis _Popeth"
1383
1420
 
1384
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1385
- #, fuzzy
1386
- msgid "_List View"
1387
- msgstr "Golwg Rhestr"
1421
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1422
+ msgid "Clear Date"
1423
+ msgstr ""
1424
+
1425
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1426
+ msgid "Own it?"
1427
+ msgstr ""
1428
+
1429
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1430
+ msgid "General"
1431
+ msgstr "Cyffredinol"
1432
+
1433
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1434
+ msgid "This book is _loaned"
1435
+ msgstr "Mae'r llyfr yma wedi ei _fenthyg"
1436
+
1437
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1438
+ msgid "_To:"
1439
+ msgstr "_I:"
1440
+
1441
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1442
+ msgid "_Since:"
1443
+ msgstr "_Ers:"
1444
+
1445
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1446
+ msgid "Loaning"
1447
+ msgstr "Benthyg"
1388
1448
 
1389
1449
  #: ../alexandria.desktop.in.h:1
1390
1450
  msgid "Alexandria Book Collection Manager"
@@ -1398,6 +1458,42 @@ msgstr "Trefnydd Casgliad Llyfrau"
1398
1458
  msgid "Manage your book collection"
1399
1459
  msgstr "Trefnu eich casgliad llyfrau"
1400
1460
 
1461
+ #~ msgid "Unable to launch the web browser"
1462
+ #~ msgstr "Ni ellir lansio'r porwr gwe"
1463
+
1464
+ #~ msgid ""
1465
+ #~ "Check out that a web browser is configured as default (Desktop "
1466
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1467
+ #~ msgstr ""
1468
+ #~ "Gwiriwch fod porwr gwe wedi ei gyflunio gennych (Rhaglenni -> Hoffterau'r "
1469
+ #~ "Penbwrdd -> Pellach -> Rhaglenni Amgen) a ceisiwch eto."
1470
+
1471
+ #~ msgid "Unable to launch the mail reader"
1472
+ #~ msgstr "Ni ellir lansio'r darllennydd ebost"
1473
+
1474
+ #~ msgid ""
1475
+ #~ "Check out that a mail reader is configured as default (Desktop "
1476
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1477
+ #~ msgstr ""
1478
+ #~ "Gwiriwch fod darllennydd ebost wedi ei gyflunio gennych (Rhaglenni -> "
1479
+ #~ "Hoffterau'r Penbwrdd -> Pellach -> Rhaglenni Amgen) a ceisiwch eto."
1480
+
1481
+ #, fuzzy
1482
+ #~ msgid "Disable Provider"
1483
+ #~ msgstr "Darparwyr"
1484
+
1485
+ #, fuzzy
1486
+ #~ msgid "Enable Provider"
1487
+ #~ msgstr "Darparwyr"
1488
+
1489
+ #, fuzzy
1490
+ #~ msgid "Libraries listing."
1491
+ #~ msgstr "_Llyfrgellau:"
1492
+
1493
+ #, fuzzy
1494
+ #~ msgid "Add an author"
1495
+ #~ msgstr "Awdur"
1496
+
1401
1497
  #, fuzzy
1402
1498
  #~ msgid "Language"
1403
1499
  #~ msgstr "Benthyg"
@@ -1409,9 +1505,6 @@ msgstr "Trefnu eich casgliad llyfrau"
1409
1505
  #~ msgid "Couldn't add these books"
1410
1506
  #~ msgstr "Methwyd ychwanegu'r llyfr"
1411
1507
 
1412
- #~ msgid "Associate ID"
1413
- #~ msgstr "ID Partner"
1414
-
1415
1508
  #~ msgid "_Refresh"
1416
1509
  #~ msgstr "_Adnewyddu"
1417
1510
 
@@ -1474,12 +1567,6 @@ msgstr "Trefnu eich casgliad llyfrau"
1474
1567
  #~ msgid "The '%s' provider doesn't have any preference to setup"
1475
1568
  #~ msgstr "Nid oes gan y darparwr '%s' unrhyw hoffterau i'w gosod"
1476
1569
 
1477
- #~ msgid "by authors"
1478
- #~ msgstr "yn ôl awdur"
1479
-
1480
- #~ msgid "by keyword"
1481
- #~ msgstr "yn ôl allweddair"
1482
-
1483
1570
  #~ msgid "Edition"
1484
1571
  #~ msgstr "Rhifyn"
1485
1572