alexandria-book-collection-manager 0.7.5 → 0.7.9

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