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/ga.po CHANGED
@@ -6,700 +6,752 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: alexandia 0.6.3\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: 2009-07-01 00:00+0100\n"
11
11
  "Last-Translator: Cathal Mc Ginley <cathal.magus@gnostai.org>\n"
12
12
  "Language-Team: Irish\n"
13
+ "Language: \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 != 1;\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 ""
22
+
23
+ #: ../lib/alexandria/book_providers.rb:91
24
+ msgid "Couldn't reach the provider '%s': timeout expired."
25
+ msgstr ""
26
+
27
+ #: ../lib/alexandria/book_providers.rb:95
28
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
29
+ msgstr ""
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
+
38
+ #: ../lib/alexandria/book_providers.rb:109
39
+ msgid "Too many results for that search."
40
+ msgstr ""
41
+
42
+ #: ../lib/alexandria/book_providers.rb:112
43
+ msgid "Invalid search type."
44
+ msgstr ""
45
+
46
+ #: ../lib/alexandria/book_providers.rb:206
47
+ msgid "Enabled"
48
+ msgstr ""
49
+
50
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
51
+ msgid "title not found on page"
52
+ msgstr ""
53
+
54
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
55
+ msgid "Locale"
56
+ msgstr ""
57
+
58
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
59
+ msgid "Access key ID"
60
+ msgstr ""
61
+
62
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
63
+ msgid "Secret access key"
64
+ msgstr ""
65
+
66
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
67
+ msgid "Associate Tag"
68
+ msgstr ""
69
+
70
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
71
+ msgid "Provide secret key for your Amazon AWS account."
72
+ msgstr ""
73
+
74
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
75
+ msgid "No products"
76
+ msgstr ""
77
+
78
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
79
+ msgid "HTTP Response: %<code>s %<message>s"
80
+ msgstr ""
81
+
82
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
83
+ msgid "Invalid country '%<country>s'"
84
+ msgstr ""
85
+
86
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
87
+ msgid "HTTP redirect too deep"
88
+ msgstr ""
89
+
90
+ #: ../lib/alexandria/book_providers/z3950.rb:22
91
+ msgid "Hostname"
92
+ msgstr ""
93
+
94
+ #: ../lib/alexandria/book_providers/z3950.rb:23
95
+ msgid "Port"
96
+ msgstr ""
97
+
98
+ #: ../lib/alexandria/book_providers/z3950.rb:24
99
+ msgid "Database"
100
+ msgstr ""
101
+
102
+ #: ../lib/alexandria/book_providers/z3950.rb:25
103
+ msgid "Record syntax"
104
+ msgstr ""
105
+
106
+ #: ../lib/alexandria/book_providers/z3950.rb:27
107
+ msgid "Username"
108
+ msgstr ""
109
+
110
+ #: ../lib/alexandria/book_providers/z3950.rb:28
111
+ msgid "Password"
112
+ msgstr ""
113
+
114
+ #: ../lib/alexandria/book_providers/z3950.rb:29
115
+ msgid "Charset encoding"
116
+ msgstr ""
117
+
118
+ #: ../lib/alexandria/book_providers/z3950.rb:213
119
+ msgid "Library of Congress (Usa)"
120
+ msgstr ""
121
+
122
+ #: ../lib/alexandria/book_providers/z3950.rb:249
123
+ msgid "British Library"
124
+ msgstr ""
125
+
126
+ #: ../lib/alexandria/book_providers/z3950.rb:376
127
+ #, fuzzy
128
+ msgid "Invalid ISBN"
129
+ msgstr "ISBN contráilte"
130
+
131
+ #: ../lib/alexandria/export_format.rb:18
132
+ msgid "Archived ONIX XML"
133
+ msgstr ""
134
+
135
+ #: ../lib/alexandria/export_format.rb:19
136
+ msgid "Archived Tellico XML"
137
+ msgstr ""
138
+
139
+ #: ../lib/alexandria/export_format.rb:20
140
+ msgid "BibTeX"
141
+ msgstr ""
142
+
143
+ #: ../lib/alexandria/export_format.rb:21
144
+ msgid "CSV list"
145
+ msgstr ""
146
+
147
+ #: ../lib/alexandria/export_format.rb:22
148
+ msgid "ISBN List"
149
+ msgstr ""
150
+
151
+ #: ../lib/alexandria/export_format.rb:23
152
+ msgid "iPod Notes"
153
+ msgstr "Nótaí iPod"
154
+
155
+ #: ../lib/alexandria/export_format.rb:24
156
+ msgid "HTML Web Page"
157
+ msgstr ""
158
+
159
+ #: ../lib/alexandria/import_library.rb:21
19
160
  msgid "Autodetect"
20
161
  msgstr ""
21
162
 
22
- #: ../lib/alexandria/import_library.rb:31
163
+ #: ../lib/alexandria/import_library.rb:22
23
164
  msgid "Archived Tellico XML (*.bc, *.tc)"
24
165
  msgstr ""
25
166
 
26
- #: ../lib/alexandria/import_library.rb:33
167
+ #: ../lib/alexandria/import_library.rb:24
27
168
  msgid "ISBN List (*.txt)"
28
169
  msgstr "Liosta ISBN (*.txt)"
29
170
 
30
- #: ../lib/alexandria/import_library.rb:35
171
+ #: ../lib/alexandria/import_library.rb:25
31
172
  msgid "GoodReads CSV"
32
173
  msgstr ""
33
174
 
34
- #: ../lib/alexandria/models/library.rb:56
35
- msgid "Untitled"
36
- msgstr "Gan tideal"
175
+ #: ../lib/alexandria/import_library.rb:65
176
+ msgid "Unsupported type"
177
+ msgstr ""
37
178
 
38
- #: ../lib/alexandria/models/library.rb:245
179
+ #: ../lib/alexandria/import_library_csv.rb:199
180
+ msgid "Not Recognized"
181
+ msgstr ""
182
+
183
+ #: ../lib/alexandria/library_store.rb:37
39
184
  msgid "My Library"
40
185
  msgstr "Mo Leabhartaí"
41
186
 
42
- #: ../lib/alexandria/about.rb:24
43
- msgid "A program to help you manage your book collection."
187
+ #: ../lib/alexandria/library_store.rb:67
188
+ msgid "Not a book: %<book>s"
44
189
  msgstr ""
45
190
 
46
- #: ../lib/alexandria/ui/ui_manager.rb:135
47
- msgid "Type here the search criterion"
48
- msgstr "Scríobh na téarmaí cuardaigh anseo"
191
+ #: ../lib/alexandria/library_store.rb:78
192
+ msgid "%<file>s isbn is not okay"
193
+ msgstr ""
49
194
 
50
- #: ../lib/alexandria/ui/ui_manager.rb:148
51
- msgid "Match everything"
195
+ #: ../lib/alexandria/library_store.rb:83
196
+ msgid "%<file>s version is not okay"
52
197
  msgstr ""
53
198
 
54
- #: ../lib/alexandria/ui/ui_manager.rb:150
55
- msgid "Title contains"
56
- msgstr "Sa tideal, tá"
199
+ #: ../lib/alexandria/library_store.rb:88
200
+ msgid "%<file>s pub year is not okay"
201
+ msgstr ""
57
202
 
58
- #: ../lib/alexandria/ui/ui_manager.rb:151
59
- msgid "Authors contain"
60
- msgstr "In údair, tá"
203
+ #: ../lib/alexandria/models/library.rb:40
204
+ msgid "Untitled"
205
+ msgstr "Gan tideal"
61
206
 
62
- #: ../lib/alexandria/ui/ui_manager.rb:152
63
- msgid "ISBN contains"
64
- msgstr "In ISBN, tá"
207
+ #: ../lib/alexandria/models/library.rb:288
208
+ msgid "Book %<isbn>s was already deleted"
209
+ msgstr ""
65
210
 
66
- #: ../lib/alexandria/ui/ui_manager.rb:153
67
- msgid "Publisher contains"
68
- msgstr "San fhoilsitheoir, tá"
211
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
212
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
213
+ msgstr ""
69
214
 
70
- #: ../lib/alexandria/ui/ui_manager.rb:154
71
- msgid "Notes contain"
72
- msgstr "Sna nótaí, tá"
215
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
216
+ msgid "Error parsing CueCat input"
217
+ msgstr ""
73
218
 
74
- #: ../lib/alexandria/ui/ui_manager.rb:155
75
- msgid "Tags contain"
76
- msgstr "Sna lipéid, tá"
219
+ #: ../lib/alexandria/scanners/keyboard.rb:51
220
+ msgid "Unknown scan data %s<data>"
221
+ msgstr ""
77
222
 
78
- #: ../lib/alexandria/ui/ui_manager.rb:170
79
- msgid "Change the search type"
223
+ #: ../lib/alexandria/smart_library.rb:49
224
+ msgid "Favorite"
225
+ msgstr "Ard Mheas"
226
+
227
+ #: ../lib/alexandria/smart_library.rb:55
228
+ msgid "Loaned"
229
+ msgstr "Ar Iaseacht"
230
+
231
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
232
+ #: ../lib/alexandria/ui/listview.rb:59
233
+ msgid "Read"
234
+ msgstr "Léighte"
235
+
236
+ #: ../lib/alexandria/smart_library.rb:67
237
+ msgid "Owned"
238
+ msgstr "In mo Sheilbh"
239
+
240
+ #: ../lib/alexandria/smart_library.rb:76
241
+ msgid "Wishlist"
242
+ msgstr "Leabhartaí a ba mhaith liom"
243
+
244
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
245
+ msgid "Title"
246
+ msgstr "_Tideal"
247
+
248
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
249
+ msgid "ISBN"
250
+ msgstr "_ISBN"
251
+
252
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
253
+ msgid "Authors"
254
+ msgstr "_Údair"
255
+
256
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
257
+ msgid "Publisher"
258
+ msgstr "_Foilsitheoir"
259
+
260
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
261
+ msgid "Publish Year"
262
+ msgstr "Blian Foilsithe"
263
+
264
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
265
+ msgid "Binding"
266
+ msgstr "Clúdach"
267
+
268
+ # Barúil, nó Meas
269
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
270
+ msgid "Rating"
271
+ msgstr "Barúil"
272
+
273
+ #: ../lib/alexandria/smart_library.rb:302
274
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
275
+ msgid "Notes"
276
+ msgstr "Nótaí"
277
+
278
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
279
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
280
+ msgid "Tags"
281
+ msgstr "Lipéid"
282
+
283
+ #: ../lib/alexandria/smart_library.rb:304
284
+ msgid "Loaning State"
80
285
  msgstr ""
81
286
 
82
- #: ../lib/alexandria/ui/ui_manager.rb:175
83
- msgid "View as Icons"
84
- msgstr "Taispeán mar Íomhaigh"
287
+ #: ../lib/alexandria/smart_library.rb:305
288
+ msgid "Loaning Date"
289
+ msgstr ""
85
290
 
86
- #: ../lib/alexandria/ui/ui_manager.rb:176
87
- msgid "View as List"
88
- msgstr "Taispeán mar Liosta"
291
+ #: ../lib/alexandria/smart_library.rb:306
292
+ msgid "Loaning Person"
293
+ msgstr ""
89
294
 
90
- #: ../lib/alexandria/ui/ui_manager.rb:189
91
- msgid "Choose how to show books"
92
- msgstr "Togh an dóigh leis na leabhartaí a thaispeáint"
295
+ #: ../lib/alexandria/smart_library.rb:308
296
+ msgid "Date Read"
297
+ msgstr ""
93
298
 
94
- #: ../lib/alexandria/ui/ui_manager.rb:436
95
- msgid "Library '%s' selected"
96
- msgstr "Bailiúchán '%s' toghtha"
299
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
300
+ msgid "Own"
301
+ msgstr "Imo Sheilbh"
97
302
 
98
- #: ../lib/alexandria/ui/ui_manager.rb:443
99
- msgid "Library '%s' selected, %d unrated book"
100
- msgid_plural "Library '%s' selected, %d unrated books"
101
- msgstr[0] ""
102
- msgstr[1] ""
303
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
304
+ msgid "Want"
305
+ msgstr "Ba Mhaith Liom"
103
306
 
104
- #: ../lib/alexandria/ui/ui_manager.rb:448
105
- msgid "Library '%s' selected, %d book"
106
- msgid_plural "Library '%s' selected, %d books"
107
- msgstr[0] ""
108
- msgstr[1] ""
307
+ #: ../lib/alexandria/smart_library.rb:317
308
+ msgid "days"
309
+ msgstr ""
109
310
 
110
- #: ../lib/alexandria/ui/ui_manager.rb:455
111
- msgid "Library '%s' selected, %d book, %d unrated"
112
- msgid_plural "Library '%s' selected, %d books, %d unrated"
113
- msgstr[0] ""
114
- msgstr[1] ""
311
+ #: ../lib/alexandria/smart_library.rb:327
312
+ msgid "is set"
313
+ msgstr ""
115
314
 
116
- #: ../lib/alexandria/ui/ui_manager.rb:467
117
- msgid "'%s' selected"
315
+ #: ../lib/alexandria/smart_library.rb:330
316
+ msgid "is not set"
118
317
  msgstr ""
119
318
 
120
- #: ../lib/alexandria/ui/ui_manager.rb:470
121
- msgid "%d book selected"
122
- msgid_plural "%d books selected"
319
+ #: ../lib/alexandria/smart_library.rb:333
320
+ msgid "is"
321
+ msgstr ""
322
+
323
+ #: ../lib/alexandria/smart_library.rb:336
324
+ msgid "is not"
325
+ msgstr ""
326
+
327
+ #: ../lib/alexandria/smart_library.rb:339
328
+ msgid "contains"
329
+ msgstr ""
330
+
331
+ #: ../lib/alexandria/smart_library.rb:342
332
+ msgid "does not contain"
333
+ msgstr ""
334
+
335
+ #: ../lib/alexandria/smart_library.rb:345
336
+ msgid "starts with"
337
+ msgstr ""
338
+
339
+ #: ../lib/alexandria/smart_library.rb:348
340
+ msgid "ends with"
341
+ msgstr ""
342
+
343
+ #: ../lib/alexandria/smart_library.rb:351
344
+ msgid "is greater than"
345
+ msgstr ""
346
+
347
+ #: ../lib/alexandria/smart_library.rb:354
348
+ msgid "is less than"
349
+ msgstr ""
350
+
351
+ #: ../lib/alexandria/smart_library.rb:357
352
+ msgid "is after"
353
+ msgstr ""
354
+
355
+ #: ../lib/alexandria/smart_library.rb:360
356
+ msgid "is before"
357
+ msgstr ""
358
+
359
+ #: ../lib/alexandria/smart_library.rb:364
360
+ msgid "is in last"
361
+ msgstr ""
362
+
363
+ #: ../lib/alexandria/smart_library.rb:384
364
+ msgid "is not in last"
365
+ msgstr ""
366
+
367
+ #: ../lib/alexandria/smart_library.rb:465
368
+ msgid "invalid operand klass %<klass>s"
369
+ msgstr ""
370
+
371
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
372
+ msgid "There was %d duplicate"
373
+ msgid_plural "There were %d duplicates"
123
374
  msgstr[0] ""
124
375
  msgstr[1] ""
125
376
 
126
- #: ../lib/alexandria/ui/ui_manager.rb:648
127
- msgid "Unable to launch the web browser"
128
- msgstr ""
377
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
378
+ #, fuzzy
379
+ msgid "Couldn't add this book"
380
+ msgid_plural "Couldn't add these books"
381
+ msgstr[0] "Níorbh fhéidir an leabhar a chur leis"
382
+ msgstr[1] "Níorbh fhéidir an leabhar a chur leis"
129
383
 
130
- #: ../lib/alexandria/ui/ui_manager.rb:649
131
- msgid ""
132
- "Check out that a web browser is configured as default (Desktop Preferences -"
133
- "> Advanced -> Preferred Applications) and try again."
384
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
385
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
386
+ msgid "Searching Provider '%s'..."
134
387
  msgstr ""
135
388
 
136
- #: ../lib/alexandria/ui/ui_manager.rb:661
137
- msgid "Unable to launch the mail reader"
389
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
390
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
391
+ msgid "Error while Searching Provider '%s'"
138
392
  msgstr ""
139
393
 
140
- #: ../lib/alexandria/ui/ui_manager.rb:662
141
- msgid ""
142
- "Check out that a mail reader is configured as default (Desktop Preferences -"
143
- "> Advanced -> Preferred Applications) and try again."
394
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
395
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
396
+ msgid "Not Found at Provider '%s'"
144
397
  msgstr ""
145
398
 
146
- #: ../lib/alexandria/ui/ui_manager.rb:697
147
- msgid "Repair Book Data"
399
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
400
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
401
+ msgid "Found at Provider '%s'"
148
402
  msgstr ""
149
403
 
150
- #: ../lib/alexandria/ui/ui_manager.rb:698
151
- msgid ""
152
- "The data files for the following books are malformed or empty. Do you wish "
153
- "to attempt to download new information for them from the online book "
154
- "providers?\n"
404
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
405
+ msgid "Ready to use %s barcode scanner"
155
406
  msgstr ""
156
407
 
157
- #: ../lib/alexandria/ui/ui_manager.rb:755
158
- msgid "Added '%s' to library '%s'"
408
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
409
+ msgid "Click below to scan _barcodes"
159
410
  msgstr ""
160
411
 
161
- #: ../lib/alexandria/ui/ui_manager.rb:908
162
- msgid "Loading '%s'..."
412
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
413
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
414
+ msgid "Couldn't modify the book"
415
+ msgstr "Níorbh fhéidir an leabhar a mhionathrú"
416
+
417
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
418
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
419
+ msgid ""
420
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
421
+ "correcty, and try again."
163
422
  msgstr ""
423
+ "Níl an EAN/ISBN a thug tú ceart. Bí cinnte go bhfuil sé scríobtha i\n"
424
+ "gceart, agus deán ath-iarracht."
164
425
 
165
- #: ../lib/alexandria/ui/ui_manager.rb:1157
166
- msgid "In '_%s'"
426
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
427
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
428
+ msgid "The EAN/ISBN you provided is already used in this library."
429
+ msgstr "Tá an EAN/ISBN a tugeadh, sa bailiúchán seo cheana féin."
430
+
431
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
432
+ msgid "Properties"
433
+ msgstr "Tréithe"
434
+
435
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
436
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
437
+ msgid "Properties for '%s'"
438
+ msgstr "Gnéithe do '%s'"
439
+
440
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
441
+ msgid "Author"
442
+ msgstr "_Údair"
443
+
444
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
445
+ msgid "Select a cover image"
446
+ msgstr "Togh samhail clúdaigh"
447
+
448
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
449
+ msgid "No Cover"
450
+ msgstr "Gan Samhail Clúdaigh"
451
+
452
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
453
+ msgid "%d day"
454
+ msgid_plural "%d days"
455
+ msgstr[0] "%d lá"
456
+ msgstr[1] "%d lá"
457
+
458
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
459
+ msgid "out of range"
167
460
  msgstr ""
168
461
 
169
- #: ../lib/alexandria/ui/callbacks.rb:65
462
+ #: ../lib/alexandria/ui/callbacks.rb:57
170
463
  msgid "The following lines are not valid ISBNs and were not imported:"
171
464
  msgstr ""
172
465
  "Chan uimhireacha ISBN dhilstineacha na línte seo leanas, agus níor "
173
466
  "allmhairiaghadh iad:"
174
467
 
175
- #: ../lib/alexandria/ui/callbacks.rb:122
176
- #: ../lib/alexandria/ui/export_dialog.rb:128
177
- msgid "Export failed"
178
- msgstr "Theip ar onnmhaireadh"
179
-
180
- #: ../lib/alexandria/ui/callbacks.rb:123
181
- msgid "Try letting this library load completely before exporting."
468
+ #: ../lib/alexandria/ui/callbacks.rb:62
469
+ msgid "Books could not be found for the following ISBNs:"
182
470
  msgstr ""
183
471
 
184
- #: ../lib/alexandria/ui/callbacks.rb:274
472
+ #: ../lib/alexandria/ui/callbacks.rb:362
185
473
  msgid "_Library"
186
474
  msgstr "_Bailiúchán"
187
475
 
188
- #: ../lib/alexandria/ui/callbacks.rb:275
476
+ #: ../lib/alexandria/ui/callbacks.rb:363
189
477
  msgid "_New Library"
190
478
  msgstr "Bailiúchan _Úr"
191
479
 
192
- #: ../lib/alexandria/ui/callbacks.rb:275
480
+ #: ../lib/alexandria/ui/callbacks.rb:363
193
481
  msgid "Create a new library"
194
482
  msgstr "Cruthaigh bailiúchán úr"
195
483
 
196
- #: ../lib/alexandria/ui/callbacks.rb:276
484
+ #: ../lib/alexandria/ui/callbacks.rb:364
197
485
  msgid "New _Smart Library..."
198
486
  msgstr "Bailiúchán _Cliste Úr..."
199
487
 
200
- #: ../lib/alexandria/ui/callbacks.rb:276
488
+ #: ../lib/alexandria/ui/callbacks.rb:364
201
489
  msgid "Create a new smart library"
202
490
  msgstr "Cruthaigh bailiúchán cliste úr"
203
491
 
204
- #: ../lib/alexandria/ui/callbacks.rb:277
492
+ #: ../lib/alexandria/ui/callbacks.rb:365
205
493
  msgid "_Add Book..."
206
494
  msgstr "Leabhar _Breise..."
207
495
 
208
- #: ../lib/alexandria/ui/callbacks.rb:277
496
+ #: ../lib/alexandria/ui/callbacks.rb:365
209
497
  msgid "Add a new book from the Internet"
210
498
  msgstr "Cuir leabhar úr on Internet isteach"
211
499
 
212
- #: ../lib/alexandria/ui/callbacks.rb:278
500
+ #: ../lib/alexandria/ui/callbacks.rb:366
213
501
  msgid "Add Book _Manually..."
214
502
  msgstr "Cuir leabhar isteach de láimh..."
215
503
 
216
- #: ../lib/alexandria/ui/callbacks.rb:278
504
+ #: ../lib/alexandria/ui/callbacks.rb:366
217
505
  msgid "Add a new book manually"
218
506
  msgstr "Cuir leabhar úr isteach de lamh"
219
507
 
220
- #: ../lib/alexandria/ui/callbacks.rb:279
508
+ #: ../lib/alexandria/ui/callbacks.rb:367
221
509
  msgid "_Import..."
222
510
  msgstr "Allmhairigh"
223
511
 
224
- #: ../lib/alexandria/ui/callbacks.rb:279
512
+ #: ../lib/alexandria/ui/callbacks.rb:367
225
513
  msgid "Import a library"
226
514
  msgstr "Allmhairigh bailiúcháin"
227
515
 
228
- #: ../lib/alexandria/ui/callbacks.rb:280
516
+ #: ../lib/alexandria/ui/callbacks.rb:368
229
517
  msgid "_Export..."
230
518
  msgstr "_Onnmhairigh..."
231
519
 
232
- #: ../lib/alexandria/ui/callbacks.rb:280
520
+ #: ../lib/alexandria/ui/callbacks.rb:368
233
521
  msgid "Export the selected library"
234
522
  msgstr "Onnmhairigh an bailiúchán togtha"
235
523
 
236
- #: ../lib/alexandria/ui/callbacks.rb:281
237
- msgid "_Acquire from Scanner..."
238
- msgstr ""
524
+ #: ../lib/alexandria/ui/callbacks.rb:369
525
+ #, fuzzy
526
+ msgid "A_cquire from Scanner..."
527
+ msgstr "Faigh ón Léightheoir Stríoc-chód"
239
528
 
240
- #: ../lib/alexandria/ui/callbacks.rb:281
529
+ #: ../lib/alexandria/ui/callbacks.rb:369
241
530
  msgid "Acquire books from a scanner"
242
531
  msgstr ""
243
532
 
244
- #: ../lib/alexandria/ui/callbacks.rb:282
533
+ #: ../lib/alexandria/ui/callbacks.rb:370
245
534
  msgid "_Properties"
246
535
  msgstr ""
247
536
 
248
- #: ../lib/alexandria/ui/callbacks.rb:282
537
+ #: ../lib/alexandria/ui/callbacks.rb:370
249
538
  msgid "Edit the properties of the selected book"
250
539
  msgstr ""
251
540
 
252
- #: ../lib/alexandria/ui/callbacks.rb:283
541
+ #: ../lib/alexandria/ui/callbacks.rb:371
253
542
  msgid "_Quit"
254
543
  msgstr ""
255
544
 
256
- #: ../lib/alexandria/ui/callbacks.rb:283
545
+ #: ../lib/alexandria/ui/callbacks.rb:371
257
546
  msgid "Quit the program"
258
547
  msgstr ""
259
548
 
260
- #: ../lib/alexandria/ui/callbacks.rb:284
549
+ #: ../lib/alexandria/ui/callbacks.rb:372
261
550
  msgid "_Edit"
262
551
  msgstr ""
263
552
 
264
- #: ../lib/alexandria/ui/callbacks.rb:285
553
+ #: ../lib/alexandria/ui/callbacks.rb:373
265
554
  msgid "_Undo"
266
555
  msgstr ""
267
556
 
268
- #: ../lib/alexandria/ui/callbacks.rb:285
557
+ #: ../lib/alexandria/ui/callbacks.rb:373
269
558
  msgid "Undo the last action"
270
559
  msgstr ""
271
560
 
272
- #: ../lib/alexandria/ui/callbacks.rb:286
561
+ #: ../lib/alexandria/ui/callbacks.rb:374
273
562
  msgid "_Redo"
274
563
  msgstr ""
275
564
 
276
- #: ../lib/alexandria/ui/callbacks.rb:286
565
+ #: ../lib/alexandria/ui/callbacks.rb:374
277
566
  msgid "Redo the undone action"
278
567
  msgstr ""
279
568
 
280
- #: ../lib/alexandria/ui/callbacks.rb:287
569
+ #: ../lib/alexandria/ui/callbacks.rb:375
281
570
  msgid "_Select All"
282
571
  msgstr ""
283
572
 
284
- #: ../lib/alexandria/ui/callbacks.rb:287
573
+ #: ../lib/alexandria/ui/callbacks.rb:375
285
574
  msgid "Select all visible books"
286
575
  msgstr ""
287
576
 
288
- #: ../lib/alexandria/ui/callbacks.rb:288
577
+ #: ../lib/alexandria/ui/callbacks.rb:376
289
578
  msgid "Dese_lect All"
290
579
  msgstr ""
291
580
 
292
- #: ../lib/alexandria/ui/callbacks.rb:288
581
+ #: ../lib/alexandria/ui/callbacks.rb:376
293
582
  msgid "Deselect everything"
294
583
  msgstr ""
295
584
 
296
- #: ../lib/alexandria/ui/callbacks.rb:289
585
+ #: ../lib/alexandria/ui/callbacks.rb:377
297
586
  msgid "My _Rating"
298
587
  msgstr "Mo _Bharamhuil"
299
588
 
300
- #: ../lib/alexandria/ui/callbacks.rb:290
589
+ #: ../lib/alexandria/ui/callbacks.rb:378
301
590
  msgid "None"
302
591
  msgstr "Gan baramhuil ar fáil"
303
592
 
304
- #: ../lib/alexandria/ui/callbacks.rb:291
593
+ #: ../lib/alexandria/ui/callbacks.rb:379
305
594
  msgid "One Star"
306
595
  msgstr "Olc"
307
596
 
308
- #: ../lib/alexandria/ui/callbacks.rb:292
597
+ #: ../lib/alexandria/ui/callbacks.rb:380
309
598
  msgid "Two Stars"
310
599
  msgstr "Measara"
311
600
 
312
- #: ../lib/alexandria/ui/callbacks.rb:293
601
+ #: ../lib/alexandria/ui/callbacks.rb:381
313
602
  msgid "Three Stars"
314
603
  msgstr "Maith"
315
604
 
316
- #: ../lib/alexandria/ui/callbacks.rb:294
605
+ #: ../lib/alexandria/ui/callbacks.rb:382
317
606
  msgid "Four Stars"
318
607
  msgstr "An-Mhaith"
319
608
 
320
- #: ../lib/alexandria/ui/callbacks.rb:295
609
+ #: ../lib/alexandria/ui/callbacks.rb:383
321
610
  msgid "Five Stars"
322
611
  msgstr "Fíor-Mhaith"
323
612
 
324
- #: ../lib/alexandria/ui/callbacks.rb:296
613
+ #: ../lib/alexandria/ui/callbacks.rb:384
325
614
  msgid "_Move"
326
615
  msgstr ""
327
616
 
328
- #: ../lib/alexandria/ui/callbacks.rb:297
617
+ #: ../lib/alexandria/ui/callbacks.rb:385
329
618
  msgid "_Rename"
330
619
  msgstr "_Athainmnigh"
331
620
 
332
- #: ../lib/alexandria/ui/callbacks.rb:298
621
+ #: ../lib/alexandria/ui/callbacks.rb:386
333
622
  msgid "_Delete"
334
623
  msgstr "_Scrios"
335
624
 
336
- #: ../lib/alexandria/ui/callbacks.rb:298
625
+ #: ../lib/alexandria/ui/callbacks.rb:386
337
626
  msgid "Delete the selected books or library"
338
627
  msgstr "Scrios na leabhartaí nó an bailiúchán togtha"
339
628
 
340
- #: ../lib/alexandria/ui/callbacks.rb:299
629
+ #: ../lib/alexandria/ui/callbacks.rb:387
341
630
  msgid "_Search"
342
631
  msgstr "_Faigh"
343
632
 
344
- #: ../lib/alexandria/ui/callbacks.rb:299
633
+ #: ../lib/alexandria/ui/callbacks.rb:387
345
634
  msgid "Filter books"
346
635
  msgstr "Scag leabhartaí"
347
636
 
348
- #: ../lib/alexandria/ui/callbacks.rb:300
637
+ #: ../lib/alexandria/ui/callbacks.rb:388
349
638
  msgid "_Clear Results"
350
639
  msgstr "_Glan Torthaí"
351
640
 
352
- #: ../lib/alexandria/ui/callbacks.rb:300
641
+ #: ../lib/alexandria/ui/callbacks.rb:388
353
642
  msgid "Clear the search results"
354
643
  msgstr "Glan torthaí an chuardaithe"
355
644
 
356
- #: ../lib/alexandria/ui/callbacks.rb:301
645
+ #: ../lib/alexandria/ui/callbacks.rb:389
357
646
  msgid "_Preferences"
358
647
  msgstr "Rogha _Suímh"
359
648
 
360
- #: ../lib/alexandria/ui/callbacks.rb:301
649
+ #: ../lib/alexandria/ui/callbacks.rb:389
361
650
  msgid "Change Alexandria's settings"
362
651
  msgstr "Athraigh rogha suímh Alexandria"
363
652
 
364
- #: ../lib/alexandria/ui/callbacks.rb:302
653
+ #: ../lib/alexandria/ui/callbacks.rb:390
365
654
  msgid "_View"
366
655
  msgstr "_Radharc"
367
656
 
368
- #: ../lib/alexandria/ui/callbacks.rb:303
657
+ #: ../lib/alexandria/ui/callbacks.rb:391
369
658
  msgid "Arran_ge Icons"
370
659
  msgstr "Cuir Íomhaighthe in _Ord"
371
660
 
372
- #: ../lib/alexandria/ui/callbacks.rb:304
661
+ #: ../lib/alexandria/ui/callbacks.rb:392
373
662
  msgid "Display Online _Information"
374
663
  msgstr "Taispeáin eolas ar an _Internet"
375
664
 
376
- #: ../lib/alexandria/ui/callbacks.rb:306
665
+ #: ../lib/alexandria/ui/callbacks.rb:394
377
666
  msgid "_Help"
378
667
  msgstr "_Cuidiú"
379
668
 
380
- #: ../lib/alexandria/ui/callbacks.rb:307
669
+ #: ../lib/alexandria/ui/callbacks.rb:395
381
670
  msgid "Submit _Bug Report"
382
671
  msgstr "Tabhar tuairisc ar _locht"
383
672
 
384
- #: ../lib/alexandria/ui/callbacks.rb:307
673
+ #: ../lib/alexandria/ui/callbacks.rb:395
385
674
  msgid "Submit a bug report to the developers"
386
675
  msgstr "Tabhar trairisc do na táirgitheoirí"
387
676
 
388
- #: ../lib/alexandria/ui/callbacks.rb:308
677
+ #: ../lib/alexandria/ui/callbacks.rb:396
389
678
  msgid "Contents"
390
679
  msgstr "Clár"
391
680
 
392
- #: ../lib/alexandria/ui/callbacks.rb:308
681
+ #: ../lib/alexandria/ui/callbacks.rb:396
393
682
  msgid "View Alexandria's manual"
394
683
  msgstr "Taispeán an láimh-leabhar"
395
684
 
396
- #: ../lib/alexandria/ui/callbacks.rb:309
685
+ #: ../lib/alexandria/ui/callbacks.rb:397
397
686
  msgid "_About"
398
687
  msgstr "Fán chlár"
399
688
 
400
- #: ../lib/alexandria/ui/callbacks.rb:309
689
+ #: ../lib/alexandria/ui/callbacks.rb:397
401
690
  msgid "Show information about Alexandria"
402
- msgstr "Taispeáin eolas fá Alexandria"
403
-
404
- #: ../lib/alexandria/ui/callbacks.rb:334
405
- msgid "Side _Pane"
406
- msgstr "Barra Uirlis"
407
-
408
- #: ../lib/alexandria/ui/callbacks.rb:336
409
- msgid "_Toolbar"
410
- msgstr "Barra Uirlis"
411
-
412
- #: ../lib/alexandria/ui/callbacks.rb:338
413
- msgid "_Statusbar"
414
- msgstr "Barra Stádais"
415
-
416
- #: ../lib/alexandria/ui/callbacks.rb:340
417
- msgid "Re_versed Order"
418
- msgstr "Ord Tuathail"
419
-
420
- #: ../lib/alexandria/ui/callbacks.rb:345
421
- msgid "View as _Icons"
422
- msgstr "Taispeáin Leabhartaí mar _Íomhaigh"
423
-
424
- #: ../lib/alexandria/ui/callbacks.rb:346
425
- msgid "View as _List"
426
- msgstr "Taispeáin Leabhartaí mar _Liosta"
427
-
428
- #: ../lib/alexandria/ui/callbacks.rb:350
429
- msgid "By _Title"
430
- msgstr "De réir _Teidil"
431
-
432
- #: ../lib/alexandria/ui/callbacks.rb:351
433
- msgid "By _Authors"
434
- msgstr "De réir _Údair"
435
-
436
- #: ../lib/alexandria/ui/callbacks.rb:352
437
- msgid "By _ISBN"
438
- msgstr "De réir _ISBN"
439
-
440
- #: ../lib/alexandria/ui/callbacks.rb:353
441
- msgid "By _Publisher"
442
- msgstr "De réir _Foilsitheóra"
443
-
444
- #: ../lib/alexandria/ui/callbacks.rb:354
445
- msgid "By _Binding"
446
- msgstr "De réir _Clúdaigh"
447
-
448
- #: ../lib/alexandria/ui/callbacks.rb:355
449
- msgid "By _Rating"
450
- msgstr "De réir _Barúil"
451
-
452
- #: ../lib/alexandria/ui/callbacks.rb:359
453
- msgid "At _%s"
454
- msgstr "Ag _%s"
455
-
456
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
457
- msgid "There was %d duplicate"
458
- msgid_plural "There were %d duplicates"
459
- msgstr[0] ""
460
- msgstr[1] ""
461
-
462
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
463
- #, fuzzy
464
- msgid "Couldn't add this book"
465
- msgid_plural "Couldn't add these books"
466
- msgstr[0] "Níorbh fhéidir an leabhar a chur leis"
467
- msgstr[1] "Níorbh fhéidir an leabhar a chur leis"
468
-
469
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
470
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
471
- msgid "Searching Provider '%s'..."
472
- msgstr ""
473
-
474
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
475
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
476
- msgid "Error while Searching Provider '%s'"
477
- msgstr ""
478
-
479
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
480
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
481
- msgid "Not Found at Provider '%s'"
482
- msgstr ""
483
-
484
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
485
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
486
- msgid "Found at Provider '%s'"
487
- msgstr ""
488
-
489
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
490
- msgid "Ready to use %s barcode scanner"
491
- msgstr ""
492
-
493
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
494
- #: ../data/alexandria/glade/acquire_dialog.glade:26
495
- msgid "_Barcode Scanner Ready"
496
- msgstr "Léigtheoir _Stríoc-chód Reidh"
497
-
498
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
499
- msgid "Click below to scan _barcodes"
500
- msgstr ""
501
-
502
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
503
- msgid "There's a problem"
504
- msgstr "Tá fadhb anseo"
505
-
506
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
507
- msgid "New Smart Library"
508
- msgstr "Bailiúchán Cliste Úr"
509
-
510
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
511
- msgid "Smart Library"
512
- msgstr "Bailiúchán Cliste"
513
-
514
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
515
- msgid "Preferences for %s"
516
- msgstr "Rogha Suímh dó '%s'"
517
-
518
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
519
- msgid "New Provider"
520
- msgstr "Foinse Úr"
521
-
522
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
523
- msgid "_Name:"
524
- msgstr "_Ainm"
525
-
526
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
527
- msgid "_Type:"
528
- msgstr "_Seort"
529
-
530
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
531
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
532
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
533
- #, fuzzy
534
- msgid "Disable Provider"
535
- msgstr "Foinse Úr"
536
-
537
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
539
- #, fuzzy
540
- msgid "Enable Provider"
541
- msgstr "Foinse Úr"
542
-
543
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
544
- msgid "Are you sure you want to permanently delete the provider '%s'?"
545
- msgstr ""
546
- "An bhfuil tú cinnte gur mhaith leat an t-eolas ar an fhoinse '%s' a scrios?"
547
-
548
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
549
- msgid ""
550
- "If you continue, the provider and all of its preferences will be permanently "
551
- "deleted."
552
- msgstr ""
553
- "Má leanann tú ort, deánfar an t-eolas ar an fhoinse agus ar a rogha suímh a "
554
- "scrios go hiomhlán."
555
-
556
- #: ../lib/alexandria/ui/import_dialog.rb:36
557
- msgid "Error while importing"
558
- msgstr "Meangcóg ar allmhairiú"
559
-
560
- #: ../lib/alexandria/ui/import_dialog.rb:39
561
- msgid "_Continue"
562
- msgstr "_Lean ort"
563
-
564
- #: ../lib/alexandria/ui/import_dialog.rb:64
565
- msgid "Import a Library"
566
- msgstr "Allmhuirigh Bailiúchán"
567
-
568
- #: ../lib/alexandria/ui/import_dialog.rb:71
569
- msgid "_Import"
570
- msgstr "Allmhuirigh"
571
-
572
- #: ../lib/alexandria/ui/import_dialog.rb:188
573
- msgid "Couldn't import the library"
574
- msgstr "Theip ar allmhuirí an bhailúicháin"
575
-
576
- #: ../lib/alexandria/ui/import_dialog.rb:189
577
- msgid ""
578
- "The format of the file you provided is unknown. Please retry with another "
579
- "file."
580
- msgstr ""
581
-
582
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
583
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
584
- msgid "Properties for '%s'"
585
- msgstr "Gnéithe do '%s'"
586
-
587
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
588
- msgid "Empty or conflictive condition"
589
- msgstr "Coinníoll lochtach"
590
-
591
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
592
- msgid "_Save However"
593
- msgstr ""
594
-
595
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
596
- msgid ""
597
- "This smart library contains one or more conditions which are empty or "
598
- "conflict with each other. This is likely to result in never matching a book. "
599
- "Are you sure you want to save this library?"
600
- msgstr ""
601
-
602
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
603
- msgid "Match"
604
- msgstr ""
605
-
606
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
607
- msgid "all"
608
- msgstr ""
609
-
610
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
611
- msgid "any"
612
- msgstr ""
613
-
614
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
615
- msgid "of the following rules:"
616
- msgstr ""
617
-
618
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
619
- msgid "Match the following rule:"
620
- msgstr ""
621
-
622
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
623
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
624
- msgid "Couldn't modify the book"
625
- msgstr "Níorbh fhéidir an leabhar a mhionathrú"
626
-
627
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
628
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
629
- msgid "The EAN/ISBN you provided is already used in this library."
630
- msgstr "Tá an EAN/ISBN a tugeadh, sa bailiúchán seo cheana féin."
631
-
632
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
633
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
634
- msgid ""
635
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
636
- "correcty, and try again."
637
- msgstr ""
638
- "Níl an EAN/ISBN a thug tú ceart. Bí cinnte go bhfuil sé scríobtha i\n"
639
- "gceart, agus deán ath-iarracht."
691
+ msgstr "Taispeáin eolas fá Alexandria"
640
692
 
641
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
642
- msgid "Properties"
643
- msgstr "Tréithe"
693
+ #: ../lib/alexandria/ui/callbacks.rb:404
694
+ msgid "At _%s"
695
+ msgstr "Ag _%s"
644
696
 
645
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
646
- msgid "Author"
647
- msgstr "_Údair"
697
+ #: ../lib/alexandria/ui/callbacks.rb:410
698
+ msgid "Side_pane"
699
+ msgstr "Barra Uirlis"
648
700
 
649
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
650
- msgid "Select a cover image"
651
- msgstr "Togh samhail clúdaigh"
701
+ #: ../lib/alexandria/ui/callbacks.rb:411
702
+ msgid "_Toolbar"
703
+ msgstr "Barra Uirlis"
652
704
 
653
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
654
- msgid "No Cover"
655
- msgstr "Gan Samhail Clúdaigh"
705
+ #: ../lib/alexandria/ui/callbacks.rb:412
706
+ msgid "_Statusbar"
707
+ msgstr "Barra Stádais"
656
708
 
657
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
658
- msgid "%d day"
659
- msgid_plural "%d days"
660
- msgstr[0] "%d lá"
661
- msgstr[1] "%d lá"
709
+ #: ../lib/alexandria/ui/callbacks.rb:413
710
+ msgid "Re_versed Order"
711
+ msgstr "Ord Tuathail"
662
712
 
663
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
664
- msgid "Adding '%s'"
665
- msgstr ""
713
+ #: ../lib/alexandria/ui/callbacks.rb:418
714
+ msgid "View as _Icons"
715
+ msgstr "Taispeáin Leabhartaí mar _Íomhaigh"
666
716
 
667
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
668
- #: ../data/alexandria/glade/new_book_dialog.glade:8
669
- msgid "Adding a Book"
670
- msgstr ""
717
+ #: ../lib/alexandria/ui/callbacks.rb:419
718
+ msgid "View as _List"
719
+ msgstr "Taispeáin Leabhartaí mar _Liosta"
671
720
 
672
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
673
- msgid "A title must be provided."
674
- msgstr "Caithfear teideal a chuir ar fáil."
721
+ #: ../lib/alexandria/ui/callbacks.rb:423
722
+ msgid "By _Title"
723
+ msgstr "De réir _Teidil"
675
724
 
676
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
677
- msgid "A publisher must be provided."
678
- msgstr "Caithfear foilsitheoir a chuir ar fáil."
725
+ #: ../lib/alexandria/ui/callbacks.rb:424
726
+ msgid "By _Authors"
727
+ msgstr "De réir _Údair"
679
728
 
680
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
681
- msgid "A binding must be provided."
682
- msgstr "Caithfear clúdach a chuir ar fáil."
729
+ #: ../lib/alexandria/ui/callbacks.rb:425
730
+ msgid "By _ISBN"
731
+ msgstr "De réir _ISBN"
683
732
 
684
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
685
- msgid "At least one author must be provided."
686
- msgstr "Caithfear údar amhain ar a laighead a chuir ar fáil."
733
+ #: ../lib/alexandria/ui/callbacks.rb:426
734
+ msgid "By _Publisher"
735
+ msgstr "De réir _Foilsitheóra"
687
736
 
688
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
689
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
690
- msgid "Couldn't add the book"
691
- msgstr "Níorbh fhéidir an leabhar a chur leis"
737
+ #: ../lib/alexandria/ui/callbacks.rb:427
738
+ msgid "By _Binding"
739
+ msgstr "De réir _Clúdaigh"
740
+
741
+ #: ../lib/alexandria/ui/callbacks.rb:428
742
+ msgid "By _Rating"
743
+ msgstr "De réir _Barúil"
692
744
 
693
- #: ../lib/alexandria/ui/export_dialog.rb:25
745
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
694
746
  msgid "File already exists"
695
747
  msgstr "Tá an comhad anseo cheana féin"
696
748
 
697
- #: ../lib/alexandria/ui/export_dialog.rb:28
698
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
749
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
750
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
699
751
  msgid "_Replace"
700
752
  msgstr ""
701
753
 
702
- #: ../lib/alexandria/ui/export_dialog.rb:29
754
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
703
755
  msgid ""
704
756
  "A file named '%s' already exists. Do you want to replace it with the one "
705
757
  "you are generating?"
@@ -707,27 +759,45 @@ msgstr ""
707
759
  "Tá comhad den ainm '%s' ann cheana féin. Ar mhaith leat an ceann atáthar a "
708
760
  "tháirgeadh a chur ina áit?"
709
761
 
710
- #: ../lib/alexandria/ui/export_dialog.rb:52
762
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
763
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
764
+ msgstr ""
765
+ "Tá an leabhar '%s' i '%s' cheana féin. Ar mhaith leat an leabhar úr a chuir "
766
+ "ina áit?"
767
+
768
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
769
+ msgid "_Skip"
770
+ msgstr ""
771
+
772
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
773
+ msgid "If you replace the existing book, its contents will be overwritten."
774
+ msgstr ""
775
+
776
+ #: ../lib/alexandria/ui/export_dialog.rb:22
711
777
  msgid "Export '%s'"
712
778
  msgstr "Onnmhairigh '%s'"
713
779
 
714
- #: ../lib/alexandria/ui/export_dialog.rb:58
780
+ #: ../lib/alexandria/ui/export_dialog.rb:27
715
781
  msgid "_Export"
716
782
  msgstr "_Onnmhairigh"
717
783
 
718
- #: ../lib/alexandria/ui/export_dialog.rb:77
784
+ #: ../lib/alexandria/ui/export_dialog.rb:48
719
785
  msgid "_Theme:"
720
786
  msgstr "_Téama:"
721
787
 
722
- #: ../lib/alexandria/ui/export_dialog.rb:87
788
+ #: ../lib/alexandria/ui/export_dialog.rb:60
723
789
  msgid "directory"
724
790
  msgstr ""
725
791
 
726
- #: ../lib/alexandria/ui/export_dialog.rb:100
792
+ #: ../lib/alexandria/ui/export_dialog.rb:72
727
793
  msgid "Export for_mat:"
728
794
  msgstr ""
729
795
 
730
- #: ../lib/alexandria/ui/export_dialog.rb:155
796
+ #: ../lib/alexandria/ui/export_dialog.rb:99
797
+ msgid "Export failed"
798
+ msgstr "Theip ar onnmhaireadh"
799
+
800
+ #: ../lib/alexandria/ui/export_dialog.rb:122
731
801
  msgid ""
732
802
  "The target, named '%s', is a regular file. A directory is needed for this "
733
803
  "operation. Please select a directory and try again."
@@ -735,41 +805,87 @@ msgstr ""
735
805
  "Is comhad coitchianta an sprioc ainmnithe '%s'. Tá comhadlann riachtanach "
736
806
  "don obair seo. Toigh ceann agus deán athiarracht."
737
807
 
738
- #: ../lib/alexandria/ui/export_dialog.rb:159
808
+ #: ../lib/alexandria/ui/export_dialog.rb:126
739
809
  msgid "Not a directory"
740
810
  msgstr ""
741
811
 
742
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
812
+ #: ../lib/alexandria/ui/import_dialog.rb:23
813
+ msgid "Import a Library"
814
+ msgstr "Allmhuirigh Bailiúchán"
815
+
816
+ #: ../lib/alexandria/ui/import_dialog.rb:30
817
+ msgid "_Import"
818
+ msgstr "Allmhuirigh"
819
+
820
+ #: ../lib/alexandria/ui/import_dialog.rb:134
821
+ msgid "Couldn't import the library"
822
+ msgstr "Theip ar allmhuirí an bhailúicháin"
823
+
824
+ #: ../lib/alexandria/ui/import_dialog.rb:135
825
+ msgid ""
826
+ "The format of the file you provided is unknown. Please retry with another "
827
+ "file."
828
+ msgstr ""
829
+
830
+ #: ../lib/alexandria/ui/init.rb:69
831
+ msgid "Unable to launch the help browser"
832
+ msgstr ""
833
+
834
+ #: ../lib/alexandria/ui/init.rb:70
835
+ msgid ""
836
+ "Could not display help for Alexandria. There was an error launching the "
837
+ "system help browser."
838
+ msgstr ""
839
+
840
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
743
841
  msgid "Invalid ISBN '%s'"
744
842
  msgstr "ISBN contráilte"
745
843
 
746
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
747
- msgid "_Keep"
748
- msgstr "Coinnigh"
749
-
750
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
844
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
845
+ #, fuzzy
751
846
  msgid ""
752
847
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
753
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
754
- "add?"
848
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
849
+ "addition?"
755
850
  msgstr ""
756
851
  "Tá ISBN contráilte ar an leabhar dár tideal '%s', ach tá sé ar fáil ins na "
757
852
  "foinsí. Ar mhaith leat an leabhar a choinneail ach an ISBN a athrú, nó é "
758
853
  "chealadh?"
759
854
 
760
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
855
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
856
+ msgid "_Keep"
857
+ msgstr "Coinnigh"
858
+
859
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
860
+ msgid "New Library"
861
+ msgstr "Bailiúchán Úr"
862
+
863
+ #: ../lib/alexandria/ui/listview.rb:56
864
+ #, fuzzy
865
+ msgid "Loaned To"
866
+ msgstr "Ar Iaseacht"
867
+
868
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
761
869
  msgid "A problem occurred while downloading images"
762
870
  msgstr "Tharla fadhb le linn aimsithe na h-íomhá"
763
871
 
764
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
872
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
873
+ msgid "Iter is invalid! %s"
874
+ msgstr ""
875
+
876
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
765
877
  msgid "Unable to find matches for your search"
766
878
  msgstr "Níl macsamhail ar fáil ar do chuardach"
767
879
 
768
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
880
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
769
881
  msgid "%s, by %s"
770
882
  msgstr ""
771
883
 
772
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
884
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
885
+ msgid "Copying %s into tree view."
886
+ msgstr ""
887
+
888
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
773
889
  msgid ""
774
890
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
775
891
  "correctly, and try again."
@@ -777,569 +893,541 @@ msgstr ""
777
893
  "Níl an EAN/ISBN a thug tú ceart. Bí cinnte go bhfuil sé scríobtha i gceart, "
778
894
  "agus deán ath-iarracht."
779
895
 
780
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
896
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
897
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
898
+ msgid "Couldn't add the book"
899
+ msgstr "Níorbh fhéidir an leabhar a chur leis"
900
+
901
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
781
902
  msgid "'%s' already exists in '%s' (titled '%s')."
782
903
  msgstr "Tá '%s' ar fáil cheana féin i '%s' (le teideal '%s')"
783
904
 
784
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
785
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
905
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
906
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
907
+ msgid "Adding a Book"
786
908
  msgstr ""
787
- "Tá an leabhar '%s' i '%s' cheana féin. Ar mhaith leat an leabhar úr a chuir "
788
- "ina áit?"
789
909
 
790
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
791
- msgid "_Skip"
910
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
911
+ msgid "Adding '%s'"
792
912
  msgstr ""
793
913
 
794
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
795
- msgid "If you replace the existing book, its contents will be overwritten."
914
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
915
+ msgid "A title must be provided."
916
+ msgstr "Caithfear teideal a chuir ar fáil."
917
+
918
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
919
+ msgid "A publisher must be provided."
920
+ msgstr "Caithfear foilsitheoir a chuir ar fáil."
921
+
922
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
923
+ msgid "A binding must be provided."
924
+ msgstr "Caithfear clúdach a chuir ar fáil."
925
+
926
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
927
+ msgid "At least one author must be provided."
928
+ msgstr "Caithfear údar amhain ar a laighead a chuir ar fáil."
929
+
930
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
931
+ msgid "New Provider"
932
+ msgstr "Foinse Úr"
933
+
934
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
935
+ msgid "_Name:"
936
+ msgstr "_Ainm"
937
+
938
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
939
+ msgid "_Type:"
940
+ msgstr "_Seort"
941
+
942
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
943
+ msgid "New Smart Library"
944
+ msgstr "Bailiúchán Cliste Úr"
945
+
946
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
947
+ msgid "Smart Library"
948
+ msgstr "Bailiúchán Cliste"
949
+
950
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
951
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
952
+ msgstr ""
953
+ "An bhfuil tú cinnte gur mhaith leat an t-eolas ar an fhoinse '%s' a scrios?"
954
+
955
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
956
+ msgid ""
957
+ "If you continue, the provider and all of its preferences will be permanently "
958
+ "deleted."
796
959
  msgstr ""
960
+ "Má leanann tú ort, deánfar an t-eolas ar an fhoinse agus ar a rogha suímh a "
961
+ "scrios go hiomhlán."
962
+
963
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
964
+ msgid "Preferences for %s"
965
+ msgstr "Rogha Suímh dó '%s'"
797
966
 
798
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
967
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
799
968
  msgid "Are you sure you want to delete '%s'?"
800
969
  msgstr "An bhfuil tú cinnte gur mhaith leat '%s' a scrios?"
801
970
 
802
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
971
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
803
972
  msgid "If you continue, %d book will be deleted."
804
973
  msgid_plural "If you continue, %d books will be deleted."
805
974
  msgstr[0] "Má leanann tú ort, scriosfar %d leabhar."
806
975
  msgstr[1] "Ma leanann tú ort, scriosfar %d leabhar."
807
976
 
808
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
977
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
809
978
  msgid "Are you sure you want to delete '%s' from '%s'?"
810
979
  msgstr ""
811
- "An bhfuil tú cinnte gur mhaith leat an leabhar '%s' a scrios ón bailiúchán '%"
812
- "s'"
980
+ "An bhfuil tú cinnte gur mhaith leat an leabhar '%s' a scrios ón bailiúchán "
981
+ "'%s'"
813
982
 
814
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
983
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
815
984
  msgid "Are you sure you want to delete the selected books from '%s'?"
816
985
  msgstr ""
817
986
 
818
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
987
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
819
988
  msgid "Invalid library name '%s'"
820
989
  msgstr "Ainm an bhailiúcháin '%s' neamhéifeachtach"
821
990
 
822
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
991
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
823
992
  #, fuzzy
824
- msgid "The name provided contains the disallowed character <b>%s</b> "
993
+ msgid "The name provided contains the disallowed character <b>%s</b>"
825
994
  msgstr "Tá cosc ar an chomharta '<i>%s</i>' a tugtar anseo."
826
995
 
827
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
996
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
828
997
  #, fuzzy
829
998
  msgid "Invalid library name"
830
999
  msgstr "Ainm an bhailiúcháin '%s' neamhéifeachtach"
831
1000
 
832
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1001
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
833
1002
  #, fuzzy
834
1003
  msgid "The name provided contains invalid characters."
835
1004
  msgstr "Tá cosc ar an chomharta '<i>%s</i>' a tugtar anseo."
836
1005
 
837
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1006
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
838
1007
  msgid "The library name can not be empty"
839
1008
  msgstr "Ní féidir le ainm an bhailiúchan a bheith folamh"
840
1009
 
841
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1010
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
842
1011
  msgid "The library can not be renamed"
843
1012
  msgstr "Ní féidir an bailiúchán a athainmní"
844
1013
 
845
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1014
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
846
1015
  msgid "There is already a library named '%s'. Please choose a different name."
847
1016
  msgstr "Tá bailiúchán den ainm '%s' ann cheana féin. Togh ainm eile."
848
1017
 
849
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1018
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
850
1019
  msgid "Library"
851
1020
  msgstr "Bailiúchán"
852
1021
 
853
- #: ../lib/alexandria/ui/libraries_combo.rb:44
854
- msgid "New Library"
855
- msgstr "Bailiúchán Úr"
1022
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1023
+ msgid "Error while importing"
1024
+ msgstr "Meangcóg ar allmhairiú"
856
1025
 
857
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
858
- msgid "Title"
859
- msgstr "_Tideal"
1026
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1027
+ msgid "_Continue"
1028
+ msgstr "_Lean ort"
860
1029
 
861
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
862
- msgid "Authors"
863
- msgstr "_Údair"
1030
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1031
+ msgid "Empty or conflictive condition"
1032
+ msgstr "Coinníoll lochtach"
864
1033
 
865
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
866
- msgid "ISBN"
867
- msgstr "_ISBN"
1034
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1035
+ msgid "_Save However"
1036
+ msgstr ""
868
1037
 
869
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
870
- msgid "Publisher"
871
- msgstr "_Foilsitheoir"
1038
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
1039
+ msgid ""
1040
+ "This smart library contains one or more conditions which are empty or "
1041
+ "conflict with each other. This is likely to result in never matching a book. "
1042
+ "Are you sure you want to save this library?"
1043
+ msgstr ""
872
1044
 
873
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
874
- msgid "Publish Year"
875
- msgstr "Blian Foilsithe"
1045
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1046
+ msgid "Match"
1047
+ msgstr ""
876
1048
 
877
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
878
- msgid "Binding"
879
- msgstr "Clúdach"
1049
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1050
+ msgid "all"
1051
+ msgstr ""
880
1052
 
881
- #: ../lib/alexandria/ui/listview.rb:110
882
- #, fuzzy
883
- msgid "Loaned To"
884
- msgstr "Ar Iaseacht"
1053
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1054
+ msgid "any"
1055
+ msgstr ""
885
1056
 
886
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
887
- #: ../lib/alexandria/smart_library.rb:361
888
- msgid "Read"
889
- msgstr "Léighte"
1057
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1058
+ msgid "of the following rules:"
1059
+ msgstr ""
890
1060
 
891
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
892
- msgid "Own"
893
- msgstr "Imo Sheilbh"
1061
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1062
+ msgid "Match the following rule:"
1063
+ msgstr ""
894
1064
 
895
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
896
- msgid "Want"
897
- msgstr "Ba Mhaith Liom"
1065
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1066
+ msgid "Type here the search criterion"
1067
+ msgstr "Scríobh na téarmaí cuardaigh anseo"
898
1068
 
899
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
900
- #: ../data/alexandria/glade/preferences_dialog.glade:421
901
- msgid "Tags"
902
- msgstr "Lipéid"
1069
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1070
+ msgid "Match everything"
1071
+ msgstr ""
903
1072
 
904
- # Barúil, nó Meas
905
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
906
- msgid "Rating"
907
- msgstr "Barúil"
1073
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1074
+ msgid "Title contains"
1075
+ msgstr "Sa tideal, tá"
908
1076
 
909
- #: ../lib/alexandria/ui/init.rb:83
910
- msgid "Unable to launch the help browser"
911
- msgstr ""
1077
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1078
+ msgid "Authors contain"
1079
+ msgstr "In údair, tá"
912
1080
 
913
- #: ../lib/alexandria/ui/init.rb:84
914
- msgid ""
915
- "Could not display help for Alexandria. There was an error launching the "
916
- "system help browser."
917
- msgstr ""
1081
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1082
+ msgid "ISBN contains"
1083
+ msgstr "In ISBN, "
918
1084
 
919
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
920
- msgid "Locale"
921
- msgstr ""
1085
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1086
+ msgid "Publisher contains"
1087
+ msgstr "San fhoilsitheoir, tá"
922
1088
 
923
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
924
- msgid "Access key ID"
925
- msgstr ""
1089
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1090
+ msgid "Notes contain"
1091
+ msgstr "Sna nótaí, tá"
926
1092
 
927
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
928
- msgid "Secret access key"
929
- msgstr ""
1093
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1094
+ msgid "Tags contain"
1095
+ msgstr "Sna lipéid, tá"
930
1096
 
931
- #: ../lib/alexandria/book_providers/z3950.rb:34
932
- msgid "Hostname"
1097
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1098
+ msgid "Change the search type"
933
1099
  msgstr ""
934
1100
 
935
- #: ../lib/alexandria/book_providers/z3950.rb:35
936
- msgid "Port"
937
- msgstr ""
1101
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1102
+ msgid "View as Icons"
1103
+ msgstr "Taispeán mar Íomhaigh"
938
1104
 
939
- #: ../lib/alexandria/book_providers/z3950.rb:36
940
- msgid "Database"
941
- msgstr ""
1105
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1106
+ msgid "View as List"
1107
+ msgstr "Taispeán mar Liosta"
1108
+
1109
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1110
+ msgid "Choose how to show books"
1111
+ msgstr "Togh an dóigh leis na leabhartaí a thaispeáint"
1112
+
1113
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1114
+ msgid "Library '%s' selected"
1115
+ msgstr "Bailiúchán '%s' toghtha"
942
1116
 
943
- #: ../lib/alexandria/book_providers/z3950.rb:37
944
- msgid "Record syntax"
945
- msgstr ""
1117
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1118
+ msgid "Library '%s' selected, %d unrated book"
1119
+ msgid_plural "Library '%s' selected, %d unrated books"
1120
+ msgstr[0] ""
1121
+ msgstr[1] ""
946
1122
 
947
- #: ../lib/alexandria/book_providers/z3950.rb:38
948
- msgid "Username"
949
- msgstr ""
1123
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1124
+ msgid "Library '%s' selected, %d book"
1125
+ msgid_plural "Library '%s' selected, %d books"
1126
+ msgstr[0] ""
1127
+ msgstr[1] ""
950
1128
 
951
- #: ../lib/alexandria/book_providers/z3950.rb:39
952
- msgid "Password"
953
- msgstr ""
1129
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1130
+ msgid "Library '%s' selected, %d book, %d unrated"
1131
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1132
+ msgstr[0] ""
1133
+ msgstr[1] ""
954
1134
 
955
- #: ../lib/alexandria/book_providers/z3950.rb:40
956
- msgid "Charset encoding"
1135
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1136
+ msgid "'%s' selected"
957
1137
  msgstr ""
958
1138
 
959
- #: ../lib/alexandria/book_providers/z3950.rb:221
960
- msgid "Library of Congress (Usa)"
961
- msgstr ""
1139
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1140
+ msgid "%d book selected"
1141
+ msgid_plural "%d books selected"
1142
+ msgstr[0] ""
1143
+ msgstr[1] ""
962
1144
 
963
- #: ../lib/alexandria/book_providers/z3950.rb:255
964
- msgid "British Library"
1145
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1146
+ msgid "unrecognized update event"
965
1147
  msgstr ""
966
1148
 
967
- #: ../lib/alexandria/export_library.rb:109
968
- msgid "Archived ONIX XML"
1149
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1150
+ msgid "Loading libraries..."
969
1151
  msgstr ""
970
1152
 
971
- #: ../lib/alexandria/export_library.rb:111
972
- msgid "Archived Tellico XML"
1153
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1154
+ msgid ""
1155
+ "The data files for the following books are malformed or empty. Do you wish "
1156
+ "to attempt to download new information for them from the online book "
1157
+ "providers?\n"
973
1158
  msgstr ""
974
1159
 
975
- #: ../lib/alexandria/export_library.rb:113
976
- msgid "BibTeX"
1160
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1161
+ msgid "Added '%s' to library '%s'"
977
1162
  msgstr ""
978
1163
 
979
- #: ../lib/alexandria/export_library.rb:114
980
- msgid "CSV list"
1164
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1165
+ msgid "Loading '%s'..."
981
1166
  msgstr ""
982
1167
 
983
- #: ../lib/alexandria/export_library.rb:115
984
- msgid "ISBN List"
1168
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1169
+ msgid "In '_%s'"
985
1170
  msgstr ""
986
1171
 
987
- #: ../lib/alexandria/export_library.rb:116
988
- msgid "iPod Notes"
989
- msgstr "Nótaí iPod"
990
-
991
- #: ../lib/alexandria/export_library.rb:117
992
- msgid "HTML Web Page"
1172
+ #: ../lib/alexandria/web_themes.rb:64
1173
+ msgid "File %<file>s not found"
993
1174
  msgstr ""
994
1175
 
995
- #: ../lib/alexandria/smart_library.rb:92
996
- msgid "Favorite"
997
- msgstr "Ard Mheas"
998
-
999
- #: ../lib/alexandria/smart_library.rb:98
1000
- msgid "Loaned"
1001
- msgstr "Ar Iaseacht"
1002
-
1003
- #: ../lib/alexandria/smart_library.rb:110
1004
- msgid "Owned"
1005
- msgstr "In mo Sheilbh"
1006
-
1007
- #: ../lib/alexandria/smart_library.rb:119
1008
- msgid "Wishlist"
1009
- msgstr "Leabhartaí a ba mhaith liom"
1010
-
1011
- #: ../lib/alexandria/smart_library.rb:356
1012
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1013
- msgid "Notes"
1014
- msgstr "Nótaí"
1176
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1177
+ msgid "Acquire from Scanner"
1178
+ msgstr "Faigh ón Léightheoir Stríoc-chód"
1015
1179
 
1016
- #: ../lib/alexandria/smart_library.rb:358
1017
- msgid "Loaning State"
1018
- msgstr ""
1180
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1181
+ msgid "_Barcode Scanner Ready"
1182
+ msgstr "Léigtheoir _Stríoc-chód Reidh"
1019
1183
 
1020
- #: ../lib/alexandria/smart_library.rb:359
1021
- msgid "Loaning Date"
1184
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1185
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1186
+ msgid "Save _in:"
1022
1187
  msgstr ""
1023
1188
 
1024
- #: ../lib/alexandria/smart_library.rb:360
1025
- msgid "Loaning Person"
1026
- msgstr ""
1189
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1190
+ #, fuzzy
1191
+ msgid "by title"
1192
+ msgstr "De réir _Teidil"
1027
1193
 
1028
- #: ../lib/alexandria/smart_library.rb:362
1029
- msgid "Date Read"
1030
- msgstr ""
1194
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1195
+ #, fuzzy
1196
+ msgid "by authors"
1197
+ msgstr "De réir _Údair"
1031
1198
 
1032
- #: ../lib/alexandria/smart_library.rb:371
1033
- msgid "days"
1199
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1200
+ msgid "by keyword"
1034
1201
  msgstr ""
1035
1202
 
1036
- #: ../lib/alexandria/smart_library.rb:382
1037
- msgid "is set"
1203
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1204
+ msgid "_Keep Dialog Open after Adding Book"
1038
1205
  msgstr ""
1039
1206
 
1040
- #: ../lib/alexandria/smart_library.rb:386
1041
- msgid "is not set"
1207
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1208
+ msgid "_Search:"
1042
1209
  msgstr ""
1043
1210
 
1044
- #: ../lib/alexandria/smart_library.rb:390
1045
- msgid "is"
1046
- msgstr ""
1211
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1212
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1213
+ msgid "_ISBN:"
1214
+ msgstr "_ISBN"
1047
1215
 
1048
- #: ../lib/alexandria/smart_library.rb:394
1049
- msgid "is not"
1216
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1217
+ msgid "Preferences"
1050
1218
  msgstr ""
1051
1219
 
1052
- #: ../lib/alexandria/smart_library.rb:398
1053
- msgid "contains"
1220
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1221
+ msgid "<b>Visible Columns</b>"
1054
1222
  msgstr ""
1055
1223
 
1056
- #: ../lib/alexandria/smart_library.rb:402
1057
- msgid "does not contain"
1058
- msgstr ""
1224
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1225
+ msgid "_Authors"
1226
+ msgstr "_Údair"
1059
1227
 
1060
- #: ../lib/alexandria/smart_library.rb:406
1061
- msgid "starts with"
1062
- msgstr ""
1228
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1229
+ msgid "_ISBN"
1230
+ msgstr "_ISBN"
1063
1231
 
1064
- #: ../lib/alexandria/smart_library.rb:410
1065
- msgid "ends with"
1066
- msgstr ""
1232
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1233
+ msgid "_Publisher"
1234
+ msgstr "_Foilsitheóir"
1067
1235
 
1068
- #: ../lib/alexandria/smart_library.rb:414
1069
- msgid "is greater than"
1236
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1237
+ msgid "_Rating"
1070
1238
  msgstr ""
1071
1239
 
1072
- #: ../lib/alexandria/smart_library.rb:418
1073
- msgid "is less than"
1074
- msgstr ""
1240
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1241
+ msgid "_Binding"
1242
+ msgstr "_Clúdach"
1075
1243
 
1076
- #: ../lib/alexandria/smart_library.rb:422
1077
- msgid "is after"
1078
- msgstr ""
1244
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1245
+ msgid "Publish _year"
1246
+ msgstr "_Blian foilsithe"
1079
1247
 
1080
- #: ../lib/alexandria/smart_library.rb:426
1081
- msgid "is before"
1248
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1249
+ msgid "Read?"
1082
1250
  msgstr ""
1083
1251
 
1084
- #: ../lib/alexandria/smart_library.rb:430
1085
- msgid "is in last"
1252
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1253
+ msgid "Own?"
1086
1254
  msgstr ""
1087
1255
 
1088
- #: ../lib/alexandria/smart_library.rb:450
1089
- msgid "is not in last"
1256
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1257
+ msgid "Want?"
1090
1258
  msgstr ""
1091
1259
 
1092
- #: ../lib/alexandria/book_providers.rb:87
1093
- msgid "Couldn't reach the provider '%s': timeout expired."
1094
- msgstr ""
1260
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1261
+ #, fuzzy
1262
+ msgid "Loaned to"
1263
+ msgstr "Ar Iaseacht"
1095
1264
 
1096
- #: ../lib/alexandria/book_providers.rb:91
1097
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1098
- msgstr ""
1265
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1266
+ #, fuzzy
1267
+ msgid "_List View"
1268
+ msgstr "Taispeáintas Liosta"
1099
1269
 
1100
- #: ../lib/alexandria/book_providers.rb:95
1101
- #: ../lib/alexandria/book_providers.rb:100
1102
- msgid ""
1103
- "No results were found. Make sure your search criterion is spelled "
1104
- "correctly, and try again."
1270
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1271
+ msgid "<b>Book Data Providers</b>"
1105
1272
  msgstr ""
1106
1273
 
1107
- #: ../lib/alexandria/book_providers.rb:105
1108
- msgid "Too many results for that search."
1274
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1275
+ msgid "_Setup"
1109
1276
  msgstr ""
1110
1277
 
1111
- #: ../lib/alexandria/book_providers.rb:108
1112
- msgid "Invalid search type."
1278
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1279
+ msgid ""
1280
+ "Providers are libraries that supply information about books. Some of them "
1281
+ "can be configured to get better results. You can also customize the order "
1282
+ "in which they are queried."
1113
1283
  msgstr ""
1114
1284
 
1115
- #: ../lib/alexandria/book_providers.rb:203
1116
- msgid "Enabled"
1285
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1286
+ msgid "Custom _Z39.50 Providers"
1117
1287
  msgstr ""
1118
1288
 
1119
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1120
- msgid "Acquire from Scanner"
1121
- msgstr "Faigh ón Léightheoir Stríoc-chód"
1122
-
1123
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1124
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1125
- msgid "Save _in:"
1289
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1290
+ msgid ""
1291
+ "Add and remove your own Z39.50 providers.\n"
1292
+ "Requires the Ruby/ZOOM software library."
1126
1293
  msgstr ""
1127
1294
 
1128
- #: ../data/alexandria/glade/main_app.glade:17
1129
- msgid "Main Window"
1130
- msgstr ""
1295
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1296
+ #, fuzzy
1297
+ msgid "_Providers"
1298
+ msgstr "Foinsí"
1131
1299
 
1132
- #: ../data/alexandria/glade/main_app.glade:32
1133
- msgid "Libraries listing."
1134
- msgstr ""
1300
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1301
+ #, fuzzy
1302
+ msgid "<b>Barcode Scanner Device</b>"
1303
+ msgstr "Léigtheoir _Stríoc-chód Reidh"
1135
1304
 
1136
- #: ../data/alexandria/glade/main_app.glade:46
1137
- msgid "_Libraries:"
1305
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1306
+ msgid "_Device type:"
1138
1307
  msgstr ""
1139
1308
 
1140
- #: ../data/alexandria/glade/main_app.glade:111
1141
- msgid "Book listing."
1309
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1310
+ msgid "<b>Sound Effects</b>"
1142
1311
  msgstr ""
1143
1312
 
1144
- #: ../data/alexandria/glade/main_app.glade:194
1145
- msgid "Status messages."
1146
- msgstr ""
1313
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1314
+ #, fuzzy
1315
+ msgid "Scanning"
1316
+ msgstr "Iasacht"
1147
1317
 
1148
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1149
- msgid "_Keep Dialog Open after Adding Book"
1318
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1319
+ msgid "Good Scan / Bad Scan"
1150
1320
  msgstr ""
1151
1321
 
1152
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1153
- msgid ""
1154
- "by title\n"
1155
- "by authors\n"
1156
- "by keyword"
1157
- msgstr ""
1322
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1323
+ #, fuzzy
1324
+ msgid "_Barcode Scanner"
1325
+ msgstr "Léigtheoir _Stríoc-chód Reidh"
1158
1326
 
1159
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1160
- msgid "_Search:"
1327
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1328
+ msgid "_Libraries:"
1161
1329
  msgstr ""
1162
1330
 
1163
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1164
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1165
- msgid "_ISBN:"
1166
- msgstr "_ISBN"
1167
-
1168
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1331
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1169
1332
  msgid "_Title:"
1170
1333
  msgstr "_Tideal"
1171
1334
 
1172
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1173
- msgid "_Publisher:"
1174
- msgstr "_Foilsitheoir"
1175
-
1176
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1177
- msgid "Add an author"
1178
- msgstr "Údar eile"
1179
-
1180
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1181
- msgid "Remove an author"
1182
- msgstr "Bain amach údar"
1183
-
1184
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1335
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1185
1336
  msgid "_Authors:"
1186
1337
  msgstr "_Údair:"
1187
1338
 
1188
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1339
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1340
+ msgid "Tags:"
1341
+ msgstr "Lipéid:"
1342
+
1343
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1189
1344
  msgid "_Binding:"
1190
1345
  msgstr "Clúdach:"
1191
1346
 
1192
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1347
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1193
1348
  msgid "Publish _year:"
1194
1349
  msgstr "_Blían foilsithe:"
1195
1350
 
1196
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1197
- msgid "Tags:"
1198
- msgstr "Lipéid:"
1351
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1352
+ msgid "_Publisher:"
1353
+ msgstr "_Foilsitheoir"
1199
1354
 
1200
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1355
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1201
1356
  msgid "_Cover:"
1202
1357
  msgstr ""
1203
1358
 
1204
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1205
- msgid "Click to pick a cover"
1359
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1360
+ msgid "Rating:"
1206
1361
  msgstr ""
1207
1362
 
1208
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1209
- msgid "Own it?"
1363
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1364
+ msgid "Want it?"
1210
1365
  msgstr ""
1211
1366
 
1212
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1367
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1213
1368
  msgid "Read it?"
1214
1369
  msgstr ""
1215
1370
 
1216
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1217
- msgid "Want it?"
1371
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1372
+ msgid "Select Date"
1218
1373
  msgstr ""
1219
1374
 
1220
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1221
- msgid "Click on the stars to rate the book"
1375
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1376
+ msgid "Clear Date"
1222
1377
  msgstr ""
1223
1378
 
1224
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1225
- msgid "Rating:"
1379
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1380
+ msgid "Own it?"
1226
1381
  msgstr ""
1227
1382
 
1228
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1383
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1229
1384
  msgid "General"
1230
1385
  msgstr "Gnéithe Ginerálta"
1231
1386
 
1232
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1387
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1233
1388
  msgid "This book is _loaned"
1234
1389
  msgstr "Tá an leabhar seo ar _iaseacht"
1235
1390
 
1236
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1391
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1237
1392
  msgid "_To:"
1238
1393
  msgstr "_Dó:"
1239
1394
 
1240
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1395
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1241
1396
  msgid "_Since:"
1242
1397
  msgstr "_Ó:"
1243
1398
 
1244
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1399
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1245
1400
  msgid "Loaning"
1246
1401
  msgstr "Iasacht"
1247
1402
 
1248
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1249
- msgid "Preferences"
1250
- msgstr ""
1251
-
1252
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1253
- msgid "<b>Book Data Providers</b>"
1254
- msgstr ""
1255
-
1256
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1257
- msgid "_Setup"
1258
- msgstr ""
1259
-
1260
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1261
- msgid ""
1262
- "Providers are libraries that supply information about books. Some of them "
1263
- "can be configured to get better results. You can also customize the order "
1264
- "in which they are queried."
1265
- msgstr ""
1266
-
1267
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1268
- msgid "Custom _Z39.50 Providers"
1269
- msgstr ""
1270
-
1271
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1272
- msgid ""
1273
- "Add and remove your own Z39.50 providers.\n"
1274
- "Requires the Ruby/ZOOM software library."
1275
- msgstr ""
1276
-
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1278
- #, fuzzy
1279
- msgid "_Providers"
1280
- msgstr "Foinsí"
1281
-
1282
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1283
- msgid "<b>Visible Columns</b>"
1284
- msgstr ""
1285
-
1286
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1287
- msgid "_Authors"
1288
- msgstr "_Údair"
1289
-
1290
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1291
- msgid "_ISBN"
1292
- msgstr "_ISBN"
1293
-
1294
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1295
- msgid "_Publisher"
1296
- msgstr "_Foilsitheóir"
1297
-
1298
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1299
- msgid "_Rating"
1403
+ #: ../alexandria.desktop.in.h:1
1404
+ msgid "Alexandria Book Collection Manager"
1300
1405
  msgstr ""
1301
1406
 
1302
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1303
- msgid "_Binding"
1304
- msgstr "_Clúdach"
1305
-
1306
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1307
- msgid "Publish _year"
1308
- msgstr "_Blian foilsithe"
1309
-
1310
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1311
- msgid "Read?"
1407
+ #: ../alexandria.desktop.in.h:2
1408
+ msgid "Book Collection Manager"
1312
1409
  msgstr ""
1313
1410
 
1314
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1315
- msgid "Own?"
1411
+ #: ../alexandria.desktop.in.h:3
1412
+ msgid "Manage your book collection"
1316
1413
  msgstr ""
1317
1414
 
1318
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1319
- msgid "Want?"
1320
- msgstr ""
1415
+ #~ msgid "There's a problem"
1416
+ #~ msgstr "Tá fadhb anseo"
1321
1417
 
1322
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1323
1418
  #, fuzzy
1324
- msgid "Loaned to"
1325
- msgstr "Ar Iaseacht"
1419
+ #~ msgid "Disable Provider"
1420
+ #~ msgstr "Foinse Úr"
1326
1421
 
1327
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1328
1422
  #, fuzzy
1329
- msgid "_List View"
1330
- msgstr "Taispeáintas Liosta"
1331
-
1332
- #: ../alexandria.desktop.in.h:1
1333
- msgid "Alexandria Book Collection Manager"
1334
- msgstr ""
1423
+ #~ msgid "Enable Provider"
1424
+ #~ msgstr "Foinse Úr"
1335
1425
 
1336
- #: ../alexandria.desktop.in.h:2
1337
- msgid "Book Collection Manager"
1338
- msgstr ""
1426
+ #~ msgid "Add an author"
1427
+ #~ msgstr "Údar eile"
1339
1428
 
1340
- #: ../alexandria.desktop.in.h:3
1341
- msgid "Manage your book collection"
1342
- msgstr ""
1429
+ #~ msgid "Remove an author"
1430
+ #~ msgstr "Bain amach údar"
1343
1431
 
1344
1432
  #~ msgid "Language"
1345
1433
  #~ msgstr "Teanga"