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/gl.po CHANGED
@@ -11,737 +11,794 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: alexandria 0.6.3\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
14
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
15
15
  "PO-Revision-Date: 2008-04-09 14:04+0100\n"
16
16
  "Last-Translator: Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>\n"
17
17
  "Language-Team: Galician <proxecto@trasno.net>\n"
18
+ "Language: gl\n"
18
19
  "MIME-Version: 1.0\n"
19
20
  "Content-Type: text/plain; charset=UTF-8\n"
20
21
  "Content-Transfer-Encoding: 8bit\n"
21
22
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
23
 
23
- #: ../lib/alexandria/import_library.rb:30
24
+ #: ../lib/alexandria/about.rb:27
25
+ msgid "A program to help you manage your book collection."
26
+ msgstr "Un programa para axudarlle a xestionar a súa colección de libros."
27
+
28
+ #: ../lib/alexandria/book_providers.rb:91
29
+ msgid "Couldn't reach the provider '%s': timeout expired."
30
+ msgstr "Non se puido contactar co provedor '%s': expirou o tempo de espera."
31
+
32
+ #: ../lib/alexandria/book_providers.rb:95
33
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
34
+ msgstr "Non se puido contactar co provedor '%s': erro de socket (%s)."
35
+
36
+ #: ../lib/alexandria/book_providers.rb:99
37
+ #: ../lib/alexandria/book_providers.rb:104
38
+ msgid ""
39
+ "No results were found. Make sure your search criterion is spelled "
40
+ "correctly, and try again."
41
+ msgstr ""
42
+ "Non se atoparon resultados. Asegúrese de que escribiu os criterios de busca "
43
+ "correctamente e probe de novo."
44
+
45
+ #: ../lib/alexandria/book_providers.rb:109
46
+ msgid "Too many results for that search."
47
+ msgstr "Esta busca devolveu demasiados resultados."
48
+
49
+ #: ../lib/alexandria/book_providers.rb:112
50
+ msgid "Invalid search type."
51
+ msgstr "Tipo de busca incorrecto."
52
+
53
+ #: ../lib/alexandria/book_providers.rb:206
54
+ msgid "Enabled"
55
+ msgstr ""
56
+
57
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
58
+ msgid "title not found on page"
59
+ msgstr ""
60
+
61
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
62
+ msgid "Locale"
63
+ msgstr "gl"
64
+
65
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
66
+ msgid "Access key ID"
67
+ msgstr ""
68
+
69
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
70
+ msgid "Secret access key"
71
+ msgstr ""
72
+
73
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
74
+ #, fuzzy
75
+ msgid "Associate Tag"
76
+ msgstr "ID de Asociado"
77
+
78
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
79
+ msgid "Provide secret key for your Amazon AWS account."
80
+ msgstr ""
81
+
82
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
83
+ msgid "No products"
84
+ msgstr ""
85
+
86
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
87
+ msgid "HTTP Response: %<code>s %<message>s"
88
+ msgstr ""
89
+
90
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
91
+ msgid "Invalid country '%<country>s'"
92
+ msgstr ""
93
+
94
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
95
+ msgid "HTTP redirect too deep"
96
+ msgstr ""
97
+
98
+ #: ../lib/alexandria/book_providers/z3950.rb:22
99
+ msgid "Hostname"
100
+ msgstr "Nome de servidor"
101
+
102
+ #: ../lib/alexandria/book_providers/z3950.rb:23
103
+ msgid "Port"
104
+ msgstr "Porto"
105
+
106
+ #: ../lib/alexandria/book_providers/z3950.rb:24
107
+ msgid "Database"
108
+ msgstr "Base de datos"
109
+
110
+ #: ../lib/alexandria/book_providers/z3950.rb:25
111
+ msgid "Record syntax"
112
+ msgstr "Sintaxe de gravado"
113
+
114
+ #: ../lib/alexandria/book_providers/z3950.rb:27
115
+ msgid "Username"
116
+ msgstr "Nome de usuario"
117
+
118
+ #: ../lib/alexandria/book_providers/z3950.rb:28
119
+ msgid "Password"
120
+ msgstr "Contrasinal"
121
+
122
+ #: ../lib/alexandria/book_providers/z3950.rb:29
123
+ msgid "Charset encoding"
124
+ msgstr "Codificación de caracteres"
125
+
126
+ #: ../lib/alexandria/book_providers/z3950.rb:213
127
+ msgid "Library of Congress (Usa)"
128
+ msgstr "Biblioteca do Congreso (EUA)"
129
+
130
+ #: ../lib/alexandria/book_providers/z3950.rb:249
131
+ msgid "British Library"
132
+ msgstr "Biblioteca Británica"
133
+
134
+ #: ../lib/alexandria/book_providers/z3950.rb:376
135
+ #, fuzzy
136
+ msgid "Invalid ISBN"
137
+ msgstr "ISBN '%s' incorrecto"
138
+
139
+ #: ../lib/alexandria/export_format.rb:18
140
+ msgid "Archived ONIX XML"
141
+ msgstr "XML de ONIX Arquivado"
142
+
143
+ #: ../lib/alexandria/export_format.rb:19
144
+ msgid "Archived Tellico XML"
145
+ msgstr "XML de Tellico Arquivado"
146
+
147
+ #: ../lib/alexandria/export_format.rb:20
148
+ msgid "BibTeX"
149
+ msgstr "BibTeX"
150
+
151
+ #: ../lib/alexandria/export_format.rb:21
152
+ msgid "CSV list"
153
+ msgstr "Listado CVS"
154
+
155
+ #: ../lib/alexandria/export_format.rb:22
156
+ msgid "ISBN List"
157
+ msgstr "Listado ISBN"
158
+
159
+ #: ../lib/alexandria/export_format.rb:23
160
+ msgid "iPod Notes"
161
+ msgstr "Notas de iPod"
162
+
163
+ #: ../lib/alexandria/export_format.rb:24
164
+ msgid "HTML Web Page"
165
+ msgstr "Páxina Web HTML"
166
+
167
+ #: ../lib/alexandria/import_library.rb:21
24
168
  msgid "Autodetect"
25
169
  msgstr "Detectar automaticamente"
26
170
 
27
- #: ../lib/alexandria/import_library.rb:31
171
+ #: ../lib/alexandria/import_library.rb:22
28
172
  msgid "Archived Tellico XML (*.bc, *.tc)"
29
173
  msgstr "XML de Tellico Arquivado (*.bc, *.tc)"
30
174
 
31
- #: ../lib/alexandria/import_library.rb:33
175
+ #: ../lib/alexandria/import_library.rb:24
32
176
  msgid "ISBN List (*.txt)"
33
177
  msgstr "Lista de ISBN (*.txt)"
34
178
 
35
- #: ../lib/alexandria/import_library.rb:35
179
+ #: ../lib/alexandria/import_library.rb:25
36
180
  msgid "GoodReads CSV"
37
181
  msgstr ""
38
182
 
39
- #: ../lib/alexandria/models/library.rb:56
40
- msgid "Untitled"
41
- msgstr "Sen título"
183
+ #: ../lib/alexandria/import_library.rb:65
184
+ msgid "Unsupported type"
185
+ msgstr ""
42
186
 
43
- #: ../lib/alexandria/models/library.rb:245
187
+ #: ../lib/alexandria/import_library_csv.rb:199
188
+ msgid "Not Recognized"
189
+ msgstr ""
190
+
191
+ #: ../lib/alexandria/library_store.rb:37
44
192
  msgid "My Library"
45
193
  msgstr "A miña biblioteca"
46
194
 
47
- #: ../lib/alexandria/about.rb:24
48
- msgid "A program to help you manage your book collection."
49
- msgstr "Un programa para axudarlle a xestionar a súa colección de libros."
195
+ #: ../lib/alexandria/library_store.rb:67
196
+ msgid "Not a book: %<book>s"
197
+ msgstr ""
50
198
 
51
- #: ../lib/alexandria/ui/ui_manager.rb:135
52
- msgid "Type here the search criterion"
53
- msgstr "Escriba aquí os criterios da busca"
199
+ #: ../lib/alexandria/library_store.rb:78
200
+ msgid "%<file>s isbn is not okay"
201
+ msgstr ""
54
202
 
55
- #: ../lib/alexandria/ui/ui_manager.rb:148
56
- msgid "Match everything"
57
- msgstr "Buscar todo"
203
+ #: ../lib/alexandria/library_store.rb:83
204
+ msgid "%<file>s version is not okay"
205
+ msgstr ""
58
206
 
59
- #: ../lib/alexandria/ui/ui_manager.rb:150
60
- msgid "Title contains"
61
- msgstr "Título contén"
207
+ #: ../lib/alexandria/library_store.rb:88
208
+ msgid "%<file>s pub year is not okay"
209
+ msgstr ""
62
210
 
63
- #: ../lib/alexandria/ui/ui_manager.rb:151
64
- msgid "Authors contain"
65
- msgstr "Autores contén"
211
+ #: ../lib/alexandria/models/library.rb:40
212
+ msgid "Untitled"
213
+ msgstr "Sen título"
66
214
 
67
- #: ../lib/alexandria/ui/ui_manager.rb:152
68
- msgid "ISBN contains"
69
- msgstr "ISBN contén"
215
+ #: ../lib/alexandria/models/library.rb:288
216
+ msgid "Book %<isbn>s was already deleted"
217
+ msgstr ""
70
218
 
71
- #: ../lib/alexandria/ui/ui_manager.rb:153
72
- msgid "Publisher contains"
73
- msgstr "Editorial contén"
219
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
220
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
221
+ msgstr ""
74
222
 
75
- #: ../lib/alexandria/ui/ui_manager.rb:154
76
- msgid "Notes contain"
77
- msgstr "Notas contén"
223
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
224
+ msgid "Error parsing CueCat input"
225
+ msgstr ""
78
226
 
79
- #: ../lib/alexandria/ui/ui_manager.rb:155
80
- msgid "Tags contain"
81
- msgstr "Etiquetas contén"
227
+ #: ../lib/alexandria/scanners/keyboard.rb:51
228
+ msgid "Unknown scan data %s<data>"
229
+ msgstr ""
82
230
 
83
- #: ../lib/alexandria/ui/ui_manager.rb:170
84
- msgid "Change the search type"
85
- msgstr "Cambiar o tipo de busca"
231
+ #: ../lib/alexandria/smart_library.rb:49
232
+ msgid "Favorite"
233
+ msgstr "Favorito"
86
234
 
87
- #: ../lib/alexandria/ui/ui_manager.rb:175
88
- msgid "View as Icons"
89
- msgstr "Ver coma iconas"
235
+ #: ../lib/alexandria/smart_library.rb:55
236
+ msgid "Loaned"
237
+ msgstr "Prestado"
90
238
 
91
- #: ../lib/alexandria/ui/ui_manager.rb:176
92
- msgid "View as List"
93
- msgstr "Ver coma unha lista"
239
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
240
+ #: ../lib/alexandria/ui/listview.rb:59
241
+ msgid "Read"
242
+ msgstr "Liuno"
94
243
 
95
- #: ../lib/alexandria/ui/ui_manager.rb:189
96
- msgid "Choose how to show books"
97
- msgstr "Elixir como amosar os libros"
244
+ #: ../lib/alexandria/smart_library.rb:67
245
+ msgid "Owned"
246
+ msgstr "En propiedade"
98
247
 
99
- #: ../lib/alexandria/ui/ui_manager.rb:436
100
- msgid "Library '%s' selected"
101
- msgstr "Seleccionouse a biblioteca'%s'"
248
+ #: ../lib/alexandria/smart_library.rb:76
249
+ msgid "Wishlist"
250
+ msgstr "Lista de desexos"
102
251
 
103
- #: ../lib/alexandria/ui/ui_manager.rb:443
104
- msgid "Library '%s' selected, %d unrated book"
105
- msgid_plural "Library '%s' selected, %d unrated books"
106
- msgstr[0] "Seleccionouse a biblioteca '%s', %d libro sen avaliar"
107
- msgstr[1] "Seleccionouse a biblioteca '%s', %d libros sen avaliar"
252
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
253
+ msgid "Title"
254
+ msgstr "Título"
108
255
 
109
- #: ../lib/alexandria/ui/ui_manager.rb:448
110
- msgid "Library '%s' selected, %d book"
111
- msgid_plural "Library '%s' selected, %d books"
112
- msgstr[0] "Seleccionouse a biblioteca '%s', %d libro"
113
- msgstr[1] "Seleccionouse a biblioteca '%s', %d libros"
256
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
257
+ msgid "ISBN"
258
+ msgstr "ISBN"
114
259
 
115
- #: ../lib/alexandria/ui/ui_manager.rb:455
116
- msgid "Library '%s' selected, %d book, %d unrated"
117
- msgid_plural "Library '%s' selected, %d books, %d unrated"
118
- msgstr[0] "Seleccionouse a biblioteca '%s', %d libro, %s sen avaliar"
119
- msgstr[1] "Seleccionouse a biblioteca '%s', %d libros, %s sen avaliar"
260
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
261
+ msgid "Authors"
262
+ msgstr "Autores"
120
263
 
121
- #: ../lib/alexandria/ui/ui_manager.rb:467
122
- msgid "'%s' selected"
123
- msgstr "Seleccionouse '%s'"
264
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
265
+ msgid "Publisher"
266
+ msgstr "Editorial"
124
267
 
125
- #: ../lib/alexandria/ui/ui_manager.rb:470
126
- msgid "%d book selected"
127
- msgid_plural "%d books selected"
128
- msgstr[0] "Seleccionouse %d libro"
129
- msgstr[1] "Seleccionáronse %d libros"
268
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
269
+ msgid "Publish Year"
270
+ msgstr "Ano de publicación"
271
+
272
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
273
+ msgid "Binding"
274
+ msgstr "Encadernación"
275
+
276
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
277
+ msgid "Rating"
278
+ msgstr "Calificación"
279
+
280
+ #: ../lib/alexandria/smart_library.rb:302
281
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
282
+ msgid "Notes"
283
+ msgstr "Notas"
284
+
285
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
286
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
287
+ msgid "Tags"
288
+ msgstr "Etiquetas"
289
+
290
+ #: ../lib/alexandria/smart_library.rb:304
291
+ msgid "Loaning State"
292
+ msgstr "Estado do Préstamo"
293
+
294
+ #: ../lib/alexandria/smart_library.rb:305
295
+ msgid "Loaning Date"
296
+ msgstr "Data do Préstamo"
297
+
298
+ #: ../lib/alexandria/smart_library.rb:306
299
+ msgid "Loaning Person"
300
+ msgstr "Prestatario"
301
+
302
+ #: ../lib/alexandria/smart_library.rb:308
303
+ msgid "Date Read"
304
+ msgstr "Data de Lectura"
305
+
306
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
307
+ msgid "Own"
308
+ msgstr "Teno"
309
+
310
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
311
+ msgid "Want"
312
+ msgstr "Quéreo"
313
+
314
+ #: ../lib/alexandria/smart_library.rb:317
315
+ msgid "days"
316
+ msgstr "días"
317
+
318
+ #: ../lib/alexandria/smart_library.rb:327
319
+ msgid "is set"
320
+ msgstr "está marcado"
321
+
322
+ #: ../lib/alexandria/smart_library.rb:330
323
+ msgid "is not set"
324
+ msgstr "non está marcado"
325
+
326
+ #: ../lib/alexandria/smart_library.rb:333
327
+ msgid "is"
328
+ msgstr "é"
130
329
 
131
- #: ../lib/alexandria/ui/ui_manager.rb:648
132
- msgid "Unable to launch the web browser"
133
- msgstr "Non se puido iniciar o navegador web"
330
+ #: ../lib/alexandria/smart_library.rb:336
331
+ msgid "is not"
332
+ msgstr "non é"
333
+
334
+ #: ../lib/alexandria/smart_library.rb:339
335
+ msgid "contains"
336
+ msgstr "contén"
337
+
338
+ #: ../lib/alexandria/smart_library.rb:342
339
+ msgid "does not contain"
340
+ msgstr "non contén"
341
+
342
+ #: ../lib/alexandria/smart_library.rb:345
343
+ msgid "starts with"
344
+ msgstr "comeza por"
345
+
346
+ #: ../lib/alexandria/smart_library.rb:348
347
+ msgid "ends with"
348
+ msgstr "remata por"
134
349
 
135
- #: ../lib/alexandria/ui/ui_manager.rb:649
350
+ #: ../lib/alexandria/smart_library.rb:351
351
+ msgid "is greater than"
352
+ msgstr "é maior que"
353
+
354
+ #: ../lib/alexandria/smart_library.rb:354
355
+ msgid "is less than"
356
+ msgstr "é menor que"
357
+
358
+ #: ../lib/alexandria/smart_library.rb:357
359
+ msgid "is after"
360
+ msgstr "posterior a"
361
+
362
+ #: ../lib/alexandria/smart_library.rb:360
363
+ msgid "is before"
364
+ msgstr "anterior a"
365
+
366
+ #: ../lib/alexandria/smart_library.rb:364
367
+ msgid "is in last"
368
+ msgstr "nos últimos"
369
+
370
+ #: ../lib/alexandria/smart_library.rb:384
371
+ msgid "is not in last"
372
+ msgstr "non nos últimos"
373
+
374
+ #: ../lib/alexandria/smart_library.rb:465
375
+ msgid "invalid operand klass %<klass>s"
376
+ msgstr ""
377
+
378
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
379
+ msgid "There was %d duplicate"
380
+ msgid_plural "There were %d duplicates"
381
+ msgstr[0] ""
382
+ msgstr[1] ""
383
+
384
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
385
+ #, fuzzy
386
+ msgid "Couldn't add this book"
387
+ msgid_plural "Couldn't add these books"
388
+ msgstr[0] "Non se puido engadir o libro"
389
+ msgstr[1] "Non se puido engadir o libro"
390
+
391
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
392
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
393
+ msgid "Searching Provider '%s'..."
394
+ msgstr ""
395
+
396
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
397
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
398
+ msgid "Error while Searching Provider '%s'"
399
+ msgstr ""
400
+
401
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
402
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
403
+ msgid "Not Found at Provider '%s'"
404
+ msgstr ""
405
+
406
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
407
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
408
+ msgid "Found at Provider '%s'"
409
+ msgstr ""
410
+
411
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
412
+ msgid "Ready to use %s barcode scanner"
413
+ msgstr ""
414
+
415
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
416
+ msgid "Click below to scan _barcodes"
417
+ msgstr "Prema embaixo para escanear os códigos de _barras"
418
+
419
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
420
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
421
+ msgid "Couldn't modify the book"
422
+ msgstr "Non se puido modificar o libro"
423
+
424
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
425
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
136
426
  msgid ""
137
- "Check out that a web browser is configured as default (Desktop Preferences -"
138
- "> Advanced -> Preferred Applications) and try again."
427
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
428
+ "correcty, and try again."
139
429
  msgstr ""
140
- "Asegúrese de que ten un navegador web establecido como predeterminado "
141
- "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e probe "
142
- "de novo."
430
+ "Non se puido validar o EAN/ISBN que proporcionou. Asegúrese de que o "
431
+ "escribiu correctamente e probe de novo."
143
432
 
144
- #: ../lib/alexandria/ui/ui_manager.rb:661
145
- msgid "Unable to launch the mail reader"
146
- msgstr "Non se puido iniciar o lector de correo"
433
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
434
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
435
+ msgid "The EAN/ISBN you provided is already used in this library."
436
+ msgstr "Nesta biblioteca xa se está a usar o EAN/ISBN que introduciu."
147
437
 
148
- #: ../lib/alexandria/ui/ui_manager.rb:662
149
- msgid ""
150
- "Check out that a mail reader is configured as default (Desktop Preferences -"
151
- "> Advanced -> Preferred Applications) and try again."
152
- msgstr ""
153
- "Asegúrese de que ten un lector de correo establecido como predeterminado "
154
- "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e probe "
155
- "de novo."
438
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
439
+ msgid "Properties"
440
+ msgstr "Propiedades"
156
441
 
157
- #: ../lib/alexandria/ui/ui_manager.rb:697
158
- msgid "Repair Book Data"
159
- msgstr "Reparar Datos de Libro"
442
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
443
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
444
+ msgid "Properties for '%s'"
445
+ msgstr "Propiedades de '%s'"
160
446
 
161
- #: ../lib/alexandria/ui/ui_manager.rb:698
162
- msgid ""
163
- "The data files for the following books are malformed or empty. Do you wish "
164
- "to attempt to download new information for them from the online book "
165
- "providers?\n"
166
- msgstr ""
167
- "Os ficheiros de datos dos seguintes libros están malformados ou baleiros. "
168
- "Desexa intentar descargar nova información para eles dos provedores de "
169
- "libros en liña?\n"
447
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
448
+ msgid "Author"
449
+ msgstr "Autor"
170
450
 
171
- #: ../lib/alexandria/ui/ui_manager.rb:755
172
- msgid "Added '%s' to library '%s'"
173
- msgstr "Engadiuse '%s' á biblioteca '%s'"
451
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
452
+ msgid "Select a cover image"
453
+ msgstr "Seleccione unha imaxe para a cuberta"
174
454
 
175
- #: ../lib/alexandria/ui/ui_manager.rb:908
176
- msgid "Loading '%s'..."
177
- msgstr "Cargando '%s'..."
455
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
456
+ msgid "No Cover"
457
+ msgstr "Sen cuberta"
178
458
 
179
- #: ../lib/alexandria/ui/ui_manager.rb:1157
180
- msgid "In '_%s'"
181
- msgstr "En '_%s'"
459
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
460
+ msgid "%d day"
461
+ msgid_plural "%d days"
462
+ msgstr[0] "%d día"
463
+ msgstr[1] "%d días"
182
464
 
183
- #: ../lib/alexandria/ui/callbacks.rb:65
465
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
466
+ msgid "out of range"
467
+ msgstr ""
468
+
469
+ #: ../lib/alexandria/ui/callbacks.rb:57
184
470
  msgid "The following lines are not valid ISBNs and were not imported:"
185
471
  msgstr "Non se importaron as seguintes liñas por non ser ISBNs válidos:"
186
472
 
187
- #: ../lib/alexandria/ui/callbacks.rb:122
188
- #: ../lib/alexandria/ui/export_dialog.rb:128
189
- msgid "Export failed"
190
- msgstr "Fallou a exportación"
191
-
192
- #: ../lib/alexandria/ui/callbacks.rb:123
193
- msgid "Try letting this library load completely before exporting."
473
+ #: ../lib/alexandria/ui/callbacks.rb:62
474
+ msgid "Books could not be found for the following ISBNs:"
194
475
  msgstr ""
195
476
 
196
- #: ../lib/alexandria/ui/callbacks.rb:274
477
+ #: ../lib/alexandria/ui/callbacks.rb:362
197
478
  msgid "_Library"
198
479
  msgstr "_Biblioteca"
199
480
 
200
- #: ../lib/alexandria/ui/callbacks.rb:275
481
+ #: ../lib/alexandria/ui/callbacks.rb:363
201
482
  msgid "_New Library"
202
483
  msgstr "Biblioteca _nova"
203
484
 
204
- #: ../lib/alexandria/ui/callbacks.rb:275
485
+ #: ../lib/alexandria/ui/callbacks.rb:363
205
486
  msgid "Create a new library"
206
487
  msgstr "Crear unha biblioteca nova"
207
488
 
208
- #: ../lib/alexandria/ui/callbacks.rb:276
489
+ #: ../lib/alexandria/ui/callbacks.rb:364
209
490
  msgid "New _Smart Library..."
210
491
  msgstr "Nova Biblioteca _Intelixente..."
211
492
 
212
- #: ../lib/alexandria/ui/callbacks.rb:276
493
+ #: ../lib/alexandria/ui/callbacks.rb:364
213
494
  msgid "Create a new smart library"
214
495
  msgstr "Crear unha nova biblioteca intelixente"
215
496
 
216
- #: ../lib/alexandria/ui/callbacks.rb:277
497
+ #: ../lib/alexandria/ui/callbacks.rb:365
217
498
  msgid "_Add Book..."
218
499
  msgstr "Eng_adir Libro..."
219
500
 
220
- #: ../lib/alexandria/ui/callbacks.rb:277
501
+ #: ../lib/alexandria/ui/callbacks.rb:365
221
502
  msgid "Add a new book from the Internet"
222
503
  msgstr "Engadir un libro novo dende a Internet"
223
504
 
224
- #: ../lib/alexandria/ui/callbacks.rb:278
505
+ #: ../lib/alexandria/ui/callbacks.rb:366
225
506
  msgid "Add Book _Manually..."
226
507
  msgstr "Engadir Libro _Manualmente..."
227
508
 
228
- #: ../lib/alexandria/ui/callbacks.rb:278
509
+ #: ../lib/alexandria/ui/callbacks.rb:366
229
510
  msgid "Add a new book manually"
230
511
  msgstr "Engadir un libro novo a man"
231
512
 
232
- #: ../lib/alexandria/ui/callbacks.rb:279
513
+ #: ../lib/alexandria/ui/callbacks.rb:367
233
514
  msgid "_Import..."
234
515
  msgstr "_Importar..."
235
516
 
236
- #: ../lib/alexandria/ui/callbacks.rb:279
517
+ #: ../lib/alexandria/ui/callbacks.rb:367
237
518
  msgid "Import a library"
238
519
  msgstr "Importar unha biblioteca"
239
520
 
240
- #: ../lib/alexandria/ui/callbacks.rb:280
521
+ #: ../lib/alexandria/ui/callbacks.rb:368
241
522
  msgid "_Export..."
242
523
  msgstr "_Exportar..."
243
524
 
244
- #: ../lib/alexandria/ui/callbacks.rb:280
525
+ #: ../lib/alexandria/ui/callbacks.rb:368
245
526
  msgid "Export the selected library"
246
527
  msgstr "Exportar a biblioteca seleccionada"
247
528
 
248
- #: ../lib/alexandria/ui/callbacks.rb:281
249
- msgid "_Acquire from Scanner..."
529
+ #: ../lib/alexandria/ui/callbacks.rb:369
530
+ #, fuzzy
531
+ msgid "A_cquire from Scanner..."
250
532
  msgstr "_Adquirir dende o escáner..."
251
533
 
252
- #: ../lib/alexandria/ui/callbacks.rb:281
534
+ #: ../lib/alexandria/ui/callbacks.rb:369
253
535
  msgid "Acquire books from a scanner"
254
536
  msgstr "Adquirir libros dende un escáner"
255
537
 
256
- #: ../lib/alexandria/ui/callbacks.rb:282
538
+ #: ../lib/alexandria/ui/callbacks.rb:370
257
539
  msgid "_Properties"
258
540
  msgstr "_Propiedades"
259
541
 
260
- #: ../lib/alexandria/ui/callbacks.rb:282
542
+ #: ../lib/alexandria/ui/callbacks.rb:370
261
543
  msgid "Edit the properties of the selected book"
262
544
  msgstr "Editar as propiedades do libro seleccionado"
263
545
 
264
- #: ../lib/alexandria/ui/callbacks.rb:283
546
+ #: ../lib/alexandria/ui/callbacks.rb:371
265
547
  msgid "_Quit"
266
548
  msgstr "_Saír"
267
549
 
268
- #: ../lib/alexandria/ui/callbacks.rb:283
550
+ #: ../lib/alexandria/ui/callbacks.rb:371
269
551
  msgid "Quit the program"
270
552
  msgstr "Saír do programa"
271
553
 
272
- #: ../lib/alexandria/ui/callbacks.rb:284
554
+ #: ../lib/alexandria/ui/callbacks.rb:372
273
555
  msgid "_Edit"
274
556
  msgstr "_Editar"
275
557
 
276
- #: ../lib/alexandria/ui/callbacks.rb:285
558
+ #: ../lib/alexandria/ui/callbacks.rb:373
277
559
  msgid "_Undo"
278
560
  msgstr "_Desfacer"
279
561
 
280
- #: ../lib/alexandria/ui/callbacks.rb:285
562
+ #: ../lib/alexandria/ui/callbacks.rb:373
281
563
  msgid "Undo the last action"
282
564
  msgstr "Desfacer a última acción"
283
565
 
284
- #: ../lib/alexandria/ui/callbacks.rb:286
566
+ #: ../lib/alexandria/ui/callbacks.rb:374
285
567
  msgid "_Redo"
286
568
  msgstr "_Refacer"
287
569
 
288
- #: ../lib/alexandria/ui/callbacks.rb:286
570
+ #: ../lib/alexandria/ui/callbacks.rb:374
289
571
  msgid "Redo the undone action"
290
572
  msgstr "Refacer a acción desfeita"
291
573
 
292
- #: ../lib/alexandria/ui/callbacks.rb:287
574
+ #: ../lib/alexandria/ui/callbacks.rb:375
293
575
  msgid "_Select All"
294
576
  msgstr "_Seleccionar todo"
295
577
 
296
- #: ../lib/alexandria/ui/callbacks.rb:287
578
+ #: ../lib/alexandria/ui/callbacks.rb:375
297
579
  msgid "Select all visible books"
298
580
  msgstr "Seleccionar tódolos libros visibles"
299
581
 
300
- #: ../lib/alexandria/ui/callbacks.rb:288
582
+ #: ../lib/alexandria/ui/callbacks.rb:376
301
583
  msgid "Dese_lect All"
302
584
  msgstr "Dese_leccionar todos"
303
585
 
304
- #: ../lib/alexandria/ui/callbacks.rb:288
586
+ #: ../lib/alexandria/ui/callbacks.rb:376
305
587
  msgid "Deselect everything"
306
588
  msgstr "Deseleccionar todo"
307
589
 
308
- #: ../lib/alexandria/ui/callbacks.rb:289
590
+ #: ../lib/alexandria/ui/callbacks.rb:377
309
591
  msgid "My _Rating"
310
592
  msgstr "As miña cali_ficación"
311
593
 
312
- #: ../lib/alexandria/ui/callbacks.rb:290
594
+ #: ../lib/alexandria/ui/callbacks.rb:378
313
595
  msgid "None"
314
596
  msgstr "Nada"
315
597
 
316
- #: ../lib/alexandria/ui/callbacks.rb:291
598
+ #: ../lib/alexandria/ui/callbacks.rb:379
317
599
  msgid "One Star"
318
600
  msgstr "Unha estrela"
319
601
 
320
- #: ../lib/alexandria/ui/callbacks.rb:292
602
+ #: ../lib/alexandria/ui/callbacks.rb:380
321
603
  msgid "Two Stars"
322
604
  msgstr "Dúas estrelas"
323
605
 
324
- #: ../lib/alexandria/ui/callbacks.rb:293
606
+ #: ../lib/alexandria/ui/callbacks.rb:381
325
607
  msgid "Three Stars"
326
608
  msgstr "Tres estrelas"
327
609
 
328
- #: ../lib/alexandria/ui/callbacks.rb:294
610
+ #: ../lib/alexandria/ui/callbacks.rb:382
329
611
  msgid "Four Stars"
330
612
  msgstr "Catro estrelas"
331
613
 
332
- #: ../lib/alexandria/ui/callbacks.rb:295
614
+ #: ../lib/alexandria/ui/callbacks.rb:383
333
615
  msgid "Five Stars"
334
616
  msgstr "Cinco estrelas"
335
617
 
336
- #: ../lib/alexandria/ui/callbacks.rb:296
618
+ #: ../lib/alexandria/ui/callbacks.rb:384
337
619
  msgid "_Move"
338
620
  msgstr "_Mover"
339
621
 
340
- #: ../lib/alexandria/ui/callbacks.rb:297
622
+ #: ../lib/alexandria/ui/callbacks.rb:385
341
623
  msgid "_Rename"
342
624
  msgstr "_Renomear"
343
625
 
344
- #: ../lib/alexandria/ui/callbacks.rb:298
626
+ #: ../lib/alexandria/ui/callbacks.rb:386
345
627
  msgid "_Delete"
346
628
  msgstr "_Eliminar"
347
629
 
348
- #: ../lib/alexandria/ui/callbacks.rb:298
630
+ #: ../lib/alexandria/ui/callbacks.rb:386
349
631
  msgid "Delete the selected books or library"
350
632
  msgstr "Eliminar os libros ou bibliotecas seleccionados"
351
633
 
352
- #: ../lib/alexandria/ui/callbacks.rb:299
634
+ #: ../lib/alexandria/ui/callbacks.rb:387
353
635
  msgid "_Search"
354
636
  msgstr "_Buscar"
355
637
 
356
- #: ../lib/alexandria/ui/callbacks.rb:299
638
+ #: ../lib/alexandria/ui/callbacks.rb:387
357
639
  msgid "Filter books"
358
640
  msgstr "Filtrar os libros"
359
641
 
360
- #: ../lib/alexandria/ui/callbacks.rb:300
642
+ #: ../lib/alexandria/ui/callbacks.rb:388
361
643
  msgid "_Clear Results"
362
644
  msgstr "_Limpar os resultados"
363
645
 
364
- #: ../lib/alexandria/ui/callbacks.rb:300
646
+ #: ../lib/alexandria/ui/callbacks.rb:388
365
647
  msgid "Clear the search results"
366
648
  msgstr "Limpar os resultados da busca"
367
649
 
368
- #: ../lib/alexandria/ui/callbacks.rb:301
650
+ #: ../lib/alexandria/ui/callbacks.rb:389
369
651
  msgid "_Preferences"
370
652
  msgstr "_Preferencias"
371
653
 
372
- #: ../lib/alexandria/ui/callbacks.rb:301
654
+ #: ../lib/alexandria/ui/callbacks.rb:389
373
655
  msgid "Change Alexandria's settings"
374
656
  msgstr "Cambiar a configuración de Alexandria"
375
657
 
376
- #: ../lib/alexandria/ui/callbacks.rb:302
658
+ #: ../lib/alexandria/ui/callbacks.rb:390
377
659
  msgid "_View"
378
660
  msgstr "_Ver"
379
661
 
380
- #: ../lib/alexandria/ui/callbacks.rb:303
662
+ #: ../lib/alexandria/ui/callbacks.rb:391
381
663
  msgid "Arran_ge Icons"
382
664
  msgstr "_Ordenar as iconas"
383
665
 
384
- #: ../lib/alexandria/ui/callbacks.rb:304
666
+ #: ../lib/alexandria/ui/callbacks.rb:392
385
667
  msgid "Display Online _Information"
386
668
  msgstr "Amosar _información en liña"
387
669
 
388
- #: ../lib/alexandria/ui/callbacks.rb:306
670
+ #: ../lib/alexandria/ui/callbacks.rb:394
389
671
  msgid "_Help"
390
672
  msgstr "A_xuda"
391
673
 
392
- #: ../lib/alexandria/ui/callbacks.rb:307
674
+ #: ../lib/alexandria/ui/callbacks.rb:395
393
675
  msgid "Submit _Bug Report"
394
676
  msgstr "_Enviar Informe de Erro"
395
677
 
396
- #: ../lib/alexandria/ui/callbacks.rb:307
678
+ #: ../lib/alexandria/ui/callbacks.rb:395
397
679
  msgid "Submit a bug report to the developers"
398
680
  msgstr "Enviar un informe de erro ós desenvolvedores"
399
681
 
400
- #: ../lib/alexandria/ui/callbacks.rb:308
682
+ #: ../lib/alexandria/ui/callbacks.rb:396
401
683
  msgid "Contents"
402
684
  msgstr "Contidos"
403
685
 
404
- #: ../lib/alexandria/ui/callbacks.rb:308
686
+ #: ../lib/alexandria/ui/callbacks.rb:396
405
687
  msgid "View Alexandria's manual"
406
688
  msgstr "Ver o manual de Alexandria"
407
689
 
408
- #: ../lib/alexandria/ui/callbacks.rb:309
690
+ #: ../lib/alexandria/ui/callbacks.rb:397
409
691
  msgid "_About"
410
692
  msgstr "_Acerca de"
411
693
 
412
- #: ../lib/alexandria/ui/callbacks.rb:309
694
+ #: ../lib/alexandria/ui/callbacks.rb:397
413
695
  msgid "Show information about Alexandria"
414
696
  msgstr "Amosar información sobre Alexandria"
415
697
 
416
- #: ../lib/alexandria/ui/callbacks.rb:334
417
- msgid "Side _Pane"
698
+ #: ../lib/alexandria/ui/callbacks.rb:404
699
+ msgid "At _%s"
700
+ msgstr "En _%s"
701
+
702
+ #: ../lib/alexandria/ui/callbacks.rb:410
703
+ msgid "Side_pane"
418
704
  msgstr "_Panel lateral"
419
705
 
420
- #: ../lib/alexandria/ui/callbacks.rb:336
706
+ #: ../lib/alexandria/ui/callbacks.rb:411
421
707
  msgid "_Toolbar"
422
708
  msgstr "Barra de _ferramentas"
423
709
 
424
- #: ../lib/alexandria/ui/callbacks.rb:338
710
+ #: ../lib/alexandria/ui/callbacks.rb:412
425
711
  msgid "_Statusbar"
426
712
  msgstr "Barra de _estado"
427
713
 
428
- #: ../lib/alexandria/ui/callbacks.rb:340
714
+ #: ../lib/alexandria/ui/callbacks.rb:413
429
715
  msgid "Re_versed Order"
430
716
  msgstr "Orde in_versa"
431
717
 
432
- #: ../lib/alexandria/ui/callbacks.rb:345
718
+ #: ../lib/alexandria/ui/callbacks.rb:418
433
719
  msgid "View as _Icons"
434
720
  msgstr "Ver coma _iconas"
435
721
 
436
- #: ../lib/alexandria/ui/callbacks.rb:346
722
+ #: ../lib/alexandria/ui/callbacks.rb:419
437
723
  msgid "View as _List"
438
724
  msgstr "Ver coma _lista"
439
725
 
440
- #: ../lib/alexandria/ui/callbacks.rb:350
726
+ #: ../lib/alexandria/ui/callbacks.rb:423
441
727
  msgid "By _Title"
442
728
  msgstr "Por _título"
443
729
 
444
- #: ../lib/alexandria/ui/callbacks.rb:351
730
+ #: ../lib/alexandria/ui/callbacks.rb:424
445
731
  msgid "By _Authors"
446
732
  msgstr "Por _autores"
447
733
 
448
- #: ../lib/alexandria/ui/callbacks.rb:352
734
+ #: ../lib/alexandria/ui/callbacks.rb:425
449
735
  msgid "By _ISBN"
450
736
  msgstr "Por _ISBN"
451
737
 
452
- #: ../lib/alexandria/ui/callbacks.rb:353
738
+ #: ../lib/alexandria/ui/callbacks.rb:426
453
739
  msgid "By _Publisher"
454
740
  msgstr "Por _editorial"
455
741
 
456
- #: ../lib/alexandria/ui/callbacks.rb:354
742
+ #: ../lib/alexandria/ui/callbacks.rb:427
457
743
  msgid "By _Binding"
458
744
  msgstr "Por _Encadernación"
459
745
 
460
- #: ../lib/alexandria/ui/callbacks.rb:355
746
+ #: ../lib/alexandria/ui/callbacks.rb:428
461
747
  msgid "By _Rating"
462
748
  msgstr "Por cali_ficación"
463
749
 
464
- #: ../lib/alexandria/ui/callbacks.rb:359
465
- msgid "At _%s"
466
- msgstr "En _%s"
467
-
468
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
469
- msgid "There was %d duplicate"
470
- msgid_plural "There were %d duplicates"
471
- msgstr[0] ""
472
- msgstr[1] ""
473
-
474
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
475
- #, fuzzy
476
- msgid "Couldn't add this book"
477
- msgid_plural "Couldn't add these books"
478
- msgstr[0] "Non se puido engadir o libro"
479
- msgstr[1] "Non se puido engadir o libro"
480
-
481
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
482
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
483
- msgid "Searching Provider '%s'..."
484
- msgstr ""
485
-
486
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
487
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
488
- msgid "Error while Searching Provider '%s'"
489
- msgstr ""
490
-
491
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
492
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
493
- msgid "Not Found at Provider '%s'"
494
- msgstr ""
495
-
496
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
497
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
498
- msgid "Found at Provider '%s'"
499
- msgstr ""
500
-
501
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
502
- msgid "Ready to use %s barcode scanner"
503
- msgstr ""
504
-
505
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
506
- #: ../data/alexandria/glade/acquire_dialog.glade:26
507
- msgid "_Barcode Scanner Ready"
508
- msgstr "Escáner de código de _barras preparado"
509
-
510
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
511
- msgid "Click below to scan _barcodes"
512
- msgstr "Prema embaixo para escanear os códigos de _barras"
513
-
514
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
515
- msgid "There's a problem"
516
- msgstr "Hai un problema"
517
-
518
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
519
- msgid "New Smart Library"
520
- msgstr "Nova Biblioteca Intelixente"
521
-
522
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
523
- msgid "Smart Library"
524
- msgstr "Biblioteca Intelixente"
525
-
526
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
527
- msgid "Preferences for %s"
528
- msgstr "Preferencias de %s"
529
-
530
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
531
- msgid "New Provider"
532
- msgstr "Novo provedor"
533
-
534
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
535
- msgid "_Name:"
536
- msgstr "_Nome:"
537
-
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
539
- msgid "_Type:"
540
- msgstr "_Tipo:"
541
-
542
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
543
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
544
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
545
- #, fuzzy
546
- msgid "Disable Provider"
547
- msgstr "Novo provedor"
548
-
549
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
550
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
551
- #, fuzzy
552
- msgid "Enable Provider"
553
- msgstr "Novo provedor"
554
-
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
556
- msgid "Are you sure you want to permanently delete the provider '%s'?"
557
- msgstr "Está seguro de que quere eliminar permanentemente o provedor '%s'?"
558
-
559
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
560
- msgid ""
561
- "If you continue, the provider and all of its preferences will be permanently "
562
- "deleted."
563
- msgstr ""
564
- "Se continúa, eliminaranse permanentemente o provedor e máis tódalas súas "
565
- "preferencias."
566
-
567
- #: ../lib/alexandria/ui/import_dialog.rb:36
568
- msgid "Error while importing"
569
- msgstr "Erro ó importar"
570
-
571
- #: ../lib/alexandria/ui/import_dialog.rb:39
572
- msgid "_Continue"
573
- msgstr "_Continuar"
574
-
575
- #: ../lib/alexandria/ui/import_dialog.rb:64
576
- msgid "Import a Library"
577
- msgstr "Importar unha biblioteca"
578
-
579
- #: ../lib/alexandria/ui/import_dialog.rb:71
580
- msgid "_Import"
581
- msgstr "_Importar"
582
-
583
- #: ../lib/alexandria/ui/import_dialog.rb:188
584
- msgid "Couldn't import the library"
585
- msgstr "Non se puido importar a biblioteca"
586
-
587
- #: ../lib/alexandria/ui/import_dialog.rb:189
588
- msgid ""
589
- "The format of the file you provided is unknown. Please retry with another "
590
- "file."
591
- msgstr ""
592
- "Descoñécese o formato do ficheiro que proporcionou. Volva intentalo con "
593
- "outro ficheiro."
594
-
595
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
596
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
597
- msgid "Properties for '%s'"
598
- msgstr "Propiedades de '%s'"
599
-
600
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
601
- msgid "Empty or conflictive condition"
602
- msgstr "Condición baleira ou en conflicto"
603
-
604
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
605
- msgid "_Save However"
606
- msgstr "_Gardar de tódolos xeitos"
607
-
608
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
609
- msgid ""
610
- "This smart library contains one or more conditions which are empty or "
611
- "conflict with each other. This is likely to result in never matching a book. "
612
- "Are you sure you want to save this library?"
613
- msgstr ""
614
- "Esta biblioteca intelixente contén unha ou máis condicións baleiras ou en "
615
- "conflicto entre elas. Isto podería levar a que non se atopase nunca un "
616
- "libro. Está seguro de que quere gardar esta biblioteca?"
617
-
618
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
619
- msgid "Match"
620
- msgstr "Cumprir"
621
-
622
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
623
- msgid "all"
624
- msgstr "tódalas"
625
-
626
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
627
- msgid "any"
628
- msgstr "algunha das"
629
-
630
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
631
- msgid "of the following rules:"
632
- msgstr "seguintes regras:"
633
-
634
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
635
- msgid "Match the following rule:"
636
- msgstr "Cumpren as seguinte regras:"
637
-
638
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
639
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
640
- msgid "Couldn't modify the book"
641
- msgstr "Non se puido modificar o libro"
642
-
643
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
644
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
645
- msgid "The EAN/ISBN you provided is already used in this library."
646
- msgstr "Nesta biblioteca xa se está a usar o EAN/ISBN que introduciu."
647
-
648
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
649
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
650
- msgid ""
651
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
652
- "correcty, and try again."
653
- msgstr ""
654
- "Non se puido validar o EAN/ISBN que proporcionou. Asegúrese de que o "
655
- "escribiu correctamente e probe de novo."
656
-
657
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
658
- msgid "Properties"
659
- msgstr "Propiedades"
660
-
661
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
662
- msgid "Author"
663
- msgstr "Autor"
664
-
665
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
666
- msgid "Select a cover image"
667
- msgstr "Seleccione unha imaxe para a cuberta"
668
-
669
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
670
- msgid "No Cover"
671
- msgstr "Sen cuberta"
672
-
673
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
674
- msgid "%d day"
675
- msgid_plural "%d days"
676
- msgstr[0] "%d día"
677
- msgstr[1] "%d días"
678
-
679
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
680
- msgid "Adding '%s'"
681
- msgstr "Engadindo '%s'"
682
-
683
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
684
- #: ../data/alexandria/glade/new_book_dialog.glade:8
685
- msgid "Adding a Book"
686
- msgstr "Engadindo un libro"
687
-
688
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
689
- msgid "A title must be provided."
690
- msgstr "Debe proporcionarse un título."
691
-
692
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
693
- msgid "A publisher must be provided."
694
- msgstr "Debe proporcionarse unha editorial."
695
-
696
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
697
- msgid "A binding must be provided."
698
- msgstr "Debe proporcionarse unha encadernación."
699
-
700
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
701
- msgid "At least one author must be provided."
702
- msgstr "Debe proporcionar polo menos un autor."
703
-
704
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
705
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
706
- msgid "Couldn't add the book"
707
- msgstr "Non se puido engadir o libro"
708
-
709
- #: ../lib/alexandria/ui/export_dialog.rb:25
750
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
710
751
  msgid "File already exists"
711
752
  msgstr "O ficheiro xa existe"
712
753
 
713
- #: ../lib/alexandria/ui/export_dialog.rb:28
714
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
754
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
755
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
715
756
  msgid "_Replace"
716
757
  msgstr "_Substituir"
717
758
 
718
- #: ../lib/alexandria/ui/export_dialog.rb:29
759
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
719
760
  msgid ""
720
761
  "A file named '%s' already exists. Do you want to replace it with the one "
721
762
  "you are generating?"
722
763
  msgstr "O ficheiro '%s' xa existe. Quere substituilo polo que está a xerando?"
723
764
 
724
- #: ../lib/alexandria/ui/export_dialog.rb:52
765
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
766
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
767
+ msgstr "O libro '%s' xa existe en '%s'. Desexa substituílo?"
768
+
769
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
770
+ msgid "_Skip"
771
+ msgstr "_Saltar"
772
+
773
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
774
+ msgid "If you replace the existing book, its contents will be overwritten."
775
+ msgstr "Se substitúe o libro existente hase sobrescribir o seu contido."
776
+
777
+ #: ../lib/alexandria/ui/export_dialog.rb:22
725
778
  msgid "Export '%s'"
726
779
  msgstr "Exportar '%s'"
727
780
 
728
- #: ../lib/alexandria/ui/export_dialog.rb:58
781
+ #: ../lib/alexandria/ui/export_dialog.rb:27
729
782
  msgid "_Export"
730
783
  msgstr "_Exportar"
731
784
 
732
- #: ../lib/alexandria/ui/export_dialog.rb:77
785
+ #: ../lib/alexandria/ui/export_dialog.rb:48
733
786
  msgid "_Theme:"
734
787
  msgstr "_Tema:"
735
788
 
736
- #: ../lib/alexandria/ui/export_dialog.rb:87
789
+ #: ../lib/alexandria/ui/export_dialog.rb:60
737
790
  msgid "directory"
738
791
  msgstr "directorio"
739
792
 
740
- #: ../lib/alexandria/ui/export_dialog.rb:100
793
+ #: ../lib/alexandria/ui/export_dialog.rb:72
741
794
  msgid "Export for_mat:"
742
795
  msgstr "Exportar for_mato:"
743
796
 
744
- #: ../lib/alexandria/ui/export_dialog.rb:155
797
+ #: ../lib/alexandria/ui/export_dialog.rb:99
798
+ msgid "Export failed"
799
+ msgstr "Fallou a exportación"
800
+
801
+ #: ../lib/alexandria/ui/export_dialog.rb:122
745
802
  msgid ""
746
803
  "The target, named '%s', is a regular file. A directory is needed for this "
747
804
  "operation. Please select a directory and try again."
@@ -749,41 +806,91 @@ msgstr ""
749
806
  "A ruta '%s' leva ata un ficheiro normal. Para esta operación precísase un "
750
807
  "directorio. Seleccione outro directorio e probe de novo."
751
808
 
752
- #: ../lib/alexandria/ui/export_dialog.rb:159
753
- msgid "Not a directory"
754
- msgstr "Non é un directorio"
809
+ #: ../lib/alexandria/ui/export_dialog.rb:126
810
+ msgid "Not a directory"
811
+ msgstr "Non é un directorio"
812
+
813
+ #: ../lib/alexandria/ui/import_dialog.rb:23
814
+ msgid "Import a Library"
815
+ msgstr "Importar unha biblioteca"
816
+
817
+ #: ../lib/alexandria/ui/import_dialog.rb:30
818
+ msgid "_Import"
819
+ msgstr "_Importar"
820
+
821
+ #: ../lib/alexandria/ui/import_dialog.rb:134
822
+ msgid "Couldn't import the library"
823
+ msgstr "Non se puido importar a biblioteca"
824
+
825
+ #: ../lib/alexandria/ui/import_dialog.rb:135
826
+ msgid ""
827
+ "The format of the file you provided is unknown. Please retry with another "
828
+ "file."
829
+ msgstr ""
830
+ "Descoñécese o formato do ficheiro que proporcionou. Volva intentalo con "
831
+ "outro ficheiro."
832
+
833
+ #: ../lib/alexandria/ui/init.rb:69
834
+ msgid "Unable to launch the help browser"
835
+ msgstr "Non se puido iniciar o navegador de axuda"
836
+
837
+ #: ../lib/alexandria/ui/init.rb:70
838
+ msgid ""
839
+ "Could not display help for Alexandria. There was an error launching the "
840
+ "system help browser."
841
+ msgstr ""
842
+ "Non se puido amosar a axuda de Alexandria. Houbo un erro ó iniciar o "
843
+ "navegador de axuda do sistema."
755
844
 
756
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
845
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
757
846
  msgid "Invalid ISBN '%s'"
758
847
  msgstr "ISBN '%s' incorrecto"
759
848
 
760
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
761
- msgid "_Keep"
762
- msgstr "_Manter"
763
-
764
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
849
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
850
+ #, fuzzy
765
851
  msgid ""
766
852
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
767
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
768
- "add?"
853
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
854
+ "addition?"
769
855
  msgstr ""
770
856
  "O libro titulado '%s' ten un ISBN incorrecto, pero aínda existe nas "
771
857
  "bibliotecas dos provedores. Prefire manter o libro cun ISBN distinto ou non "
772
858
  "engadilo?"
773
859
 
774
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
860
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
861
+ msgid "_Keep"
862
+ msgstr "_Manter"
863
+
864
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
865
+ msgid "New Library"
866
+ msgstr "Nova Biblioteca"
867
+
868
+ #: ../lib/alexandria/ui/listview.rb:56
869
+ #, fuzzy
870
+ msgid "Loaned To"
871
+ msgstr "Prestado"
872
+
873
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
775
874
  msgid "A problem occurred while downloading images"
776
875
  msgstr "Houbo un problema ó descargar as imaxes"
777
876
 
778
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
877
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
878
+ msgid "Iter is invalid! %s"
879
+ msgstr ""
880
+
881
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
779
882
  msgid "Unable to find matches for your search"
780
883
  msgstr "Non se atoparon resultados para a súa busca"
781
884
 
782
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
885
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
783
886
  msgid "%s, by %s"
784
887
  msgstr "%s, escrito por %s"
785
888
 
786
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
889
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
890
+ msgid "Copying %s into tree view."
891
+ msgstr ""
892
+
893
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
787
894
  msgid ""
788
895
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
789
896
  "correctly, and try again."
@@ -791,490 +898,392 @@ msgstr ""
791
898
  "Non foi posible validar o EAN/ISBN que introduciu. Asegúrese de que o "
792
899
  "escribiu correctamente, e probe de novo."
793
900
 
794
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
901
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
902
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
903
+ msgid "Couldn't add the book"
904
+ msgstr "Non se puido engadir o libro"
905
+
906
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
795
907
  msgid "'%s' already exists in '%s' (titled '%s')."
796
908
  msgstr "'%s' xa existe en '%s' (co título de '%s')."
797
909
 
798
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
799
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
800
- msgstr "O libro '%s' xa existe en '%s'. Desexa substituílo?"
910
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
911
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
912
+ msgid "Adding a Book"
913
+ msgstr "Engadindo un libro"
801
914
 
802
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
803
- msgid "_Skip"
804
- msgstr "_Saltar"
915
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
916
+ msgid "Adding '%s'"
917
+ msgstr "Engadindo '%s'"
805
918
 
806
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
807
- msgid "If you replace the existing book, its contents will be overwritten."
808
- msgstr "Se substitúe o libro existente hase sobrescribir o seu contido."
919
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
920
+ msgid "A title must be provided."
921
+ msgstr "Debe proporcionarse un título."
922
+
923
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
924
+ msgid "A publisher must be provided."
925
+ msgstr "Debe proporcionarse unha editorial."
926
+
927
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
928
+ msgid "A binding must be provided."
929
+ msgstr "Debe proporcionarse unha encadernación."
930
+
931
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
932
+ msgid "At least one author must be provided."
933
+ msgstr "Debe proporcionar polo menos un autor."
934
+
935
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
936
+ msgid "New Provider"
937
+ msgstr "Novo provedor"
938
+
939
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
940
+ msgid "_Name:"
941
+ msgstr "_Nome:"
942
+
943
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
944
+ msgid "_Type:"
945
+ msgstr "_Tipo:"
946
+
947
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
948
+ msgid "New Smart Library"
949
+ msgstr "Nova Biblioteca Intelixente"
950
+
951
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
952
+ msgid "Smart Library"
953
+ msgstr "Biblioteca Intelixente"
954
+
955
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
956
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
957
+ msgstr "Está seguro de que quere eliminar permanentemente o provedor '%s'?"
958
+
959
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
960
+ msgid ""
961
+ "If you continue, the provider and all of its preferences will be permanently "
962
+ "deleted."
963
+ msgstr ""
964
+ "Se continúa, eliminaranse permanentemente o provedor e máis tódalas súas "
965
+ "preferencias."
966
+
967
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
968
+ msgid "Preferences for %s"
969
+ msgstr "Preferencias de %s"
809
970
 
810
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
971
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
811
972
  msgid "Are you sure you want to delete '%s'?"
812
973
  msgstr "Está seguro/a de que quere eliminar '%s'?"
813
974
 
814
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
975
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
815
976
  msgid "If you continue, %d book will be deleted."
816
977
  msgid_plural "If you continue, %d books will be deleted."
817
978
  msgstr[0] "Se continúa, hase eliminar %d libro."
818
979
  msgstr[1] "Se continúa, hanse eliminar %d libros."
819
980
 
820
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
981
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
821
982
  msgid "Are you sure you want to delete '%s' from '%s'?"
822
983
  msgstr "Está seguro/a de que quere eliminar '%s' de '%s'?"
823
984
 
824
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
985
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
825
986
  msgid "Are you sure you want to delete the selected books from '%s'?"
826
987
  msgstr "Está seguro/a de que quere eliminar os libros seleccionados de '%s'?"
827
988
 
828
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
989
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
829
990
  msgid "Invalid library name '%s'"
830
991
  msgstr "Nome de biblioteca '%s' incorrecto"
831
992
 
832
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
993
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
833
994
  #, fuzzy
834
- msgid "The name provided contains the disallowed character <b>%s</b> "
995
+ msgid "The name provided contains the disallowed character <b>%s</b>"
835
996
  msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
836
997
 
837
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
998
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
838
999
  #, fuzzy
839
1000
  msgid "Invalid library name"
840
1001
  msgstr "Nome de biblioteca '%s' incorrecto"
841
1002
 
842
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1003
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
843
1004
  #, fuzzy
844
1005
  msgid "The name provided contains invalid characters."
845
1006
  msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
846
1007
 
847
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1008
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
848
1009
  msgid "The library name can not be empty"
849
1010
  msgstr "O nome da biblioteca non pode quedar baleiro"
850
1011
 
851
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1012
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
852
1013
  msgid "The library can not be renamed"
853
1014
  msgstr "Non se pode renomear a biblioteca"
854
1015
 
855
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1016
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
856
1017
  msgid "There is already a library named '%s'. Please choose a different name."
857
1018
  msgstr "Xa hai unha biblioteca chamada '%s'. Elixa un nome distinto."
858
1019
 
859
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1020
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
860
1021
  msgid "Library"
861
1022
  msgstr "Biblioteca"
862
1023
 
863
- #: ../lib/alexandria/ui/libraries_combo.rb:44
864
- msgid "New Library"
865
- msgstr "Nova Biblioteca"
866
-
867
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
868
- msgid "Title"
869
- msgstr "Título"
870
-
871
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
872
- msgid "Authors"
873
- msgstr "Autores"
874
-
875
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
876
- msgid "ISBN"
877
- msgstr "ISBN"
878
-
879
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
880
- msgid "Publisher"
881
- msgstr "Editorial"
882
-
883
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
884
- msgid "Publish Year"
885
- msgstr "Ano de publicación"
886
-
887
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
888
- msgid "Binding"
889
- msgstr "Encadernación"
890
-
891
- #: ../lib/alexandria/ui/listview.rb:110
892
- #, fuzzy
893
- msgid "Loaned To"
894
- msgstr "Prestado"
895
-
896
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
897
- #: ../lib/alexandria/smart_library.rb:361
898
- msgid "Read"
899
- msgstr "Liuno"
900
-
901
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
902
- msgid "Own"
903
- msgstr "Teno"
904
-
905
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
906
- msgid "Want"
907
- msgstr "Quéreo"
1024
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1025
+ msgid "Error while importing"
1026
+ msgstr "Erro ó importar"
908
1027
 
909
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
910
- #: ../data/alexandria/glade/preferences_dialog.glade:421
911
- msgid "Tags"
912
- msgstr "Etiquetas"
1028
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1029
+ msgid "_Continue"
1030
+ msgstr "_Continuar"
913
1031
 
914
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
915
- msgid "Rating"
916
- msgstr "Calificación"
1032
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1033
+ msgid "Empty or conflictive condition"
1034
+ msgstr "Condición baleira ou en conflicto"
917
1035
 
918
- #: ../lib/alexandria/ui/init.rb:83
919
- msgid "Unable to launch the help browser"
920
- msgstr "Non se puido iniciar o navegador de axuda"
1036
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1037
+ msgid "_Save However"
1038
+ msgstr "_Gardar de tódolos xeitos"
921
1039
 
922
- #: ../lib/alexandria/ui/init.rb:84
1040
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
923
1041
  msgid ""
924
- "Could not display help for Alexandria. There was an error launching the "
925
- "system help browser."
926
- msgstr ""
927
- "Non se puido amosar a axuda de Alexandria. Houbo un erro ó iniciar o "
928
- "navegador de axuda do sistema."
929
-
930
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
931
- msgid "Locale"
932
- msgstr "gl"
933
-
934
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
935
- msgid "Access key ID"
936
- msgstr ""
937
-
938
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
939
- msgid "Secret access key"
1042
+ "This smart library contains one or more conditions which are empty or "
1043
+ "conflict with each other. This is likely to result in never matching a book. "
1044
+ "Are you sure you want to save this library?"
940
1045
  msgstr ""
1046
+ "Esta biblioteca intelixente contén unha ou máis condicións baleiras ou en "
1047
+ "conflicto entre elas. Isto podería levar a que non se atopase nunca un "
1048
+ "libro. Está seguro de que quere gardar esta biblioteca?"
941
1049
 
942
- #: ../lib/alexandria/book_providers/z3950.rb:34
943
- msgid "Hostname"
944
- msgstr "Nome de servidor"
945
-
946
- #: ../lib/alexandria/book_providers/z3950.rb:35
947
- msgid "Port"
948
- msgstr "Porto"
949
-
950
- #: ../lib/alexandria/book_providers/z3950.rb:36
951
- msgid "Database"
952
- msgstr "Base de datos"
953
-
954
- #: ../lib/alexandria/book_providers/z3950.rb:37
955
- msgid "Record syntax"
956
- msgstr "Sintaxe de gravado"
957
-
958
- #: ../lib/alexandria/book_providers/z3950.rb:38
959
- msgid "Username"
960
- msgstr "Nome de usuario"
961
-
962
- #: ../lib/alexandria/book_providers/z3950.rb:39
963
- msgid "Password"
964
- msgstr "Contrasinal"
965
-
966
- #: ../lib/alexandria/book_providers/z3950.rb:40
967
- msgid "Charset encoding"
968
- msgstr "Codificación de caracteres"
969
-
970
- #: ../lib/alexandria/book_providers/z3950.rb:221
971
- msgid "Library of Congress (Usa)"
972
- msgstr "Biblioteca do Congreso (EUA)"
973
-
974
- #: ../lib/alexandria/book_providers/z3950.rb:255
975
- msgid "British Library"
976
- msgstr "Biblioteca Británica"
977
-
978
- #: ../lib/alexandria/export_library.rb:109
979
- msgid "Archived ONIX XML"
980
- msgstr "XML de ONIX Arquivado"
981
-
982
- #: ../lib/alexandria/export_library.rb:111
983
- msgid "Archived Tellico XML"
984
- msgstr "XML de Tellico Arquivado"
985
-
986
- #: ../lib/alexandria/export_library.rb:113
987
- msgid "BibTeX"
988
- msgstr "BibTeX"
989
-
990
- #: ../lib/alexandria/export_library.rb:114
991
- msgid "CSV list"
992
- msgstr "Listado CVS"
993
-
994
- #: ../lib/alexandria/export_library.rb:115
995
- msgid "ISBN List"
996
- msgstr "Listado ISBN"
997
-
998
- #: ../lib/alexandria/export_library.rb:116
999
- msgid "iPod Notes"
1000
- msgstr "Notas de iPod"
1001
-
1002
- #: ../lib/alexandria/export_library.rb:117
1003
- msgid "HTML Web Page"
1004
- msgstr "Páxina Web HTML"
1005
-
1006
- #: ../lib/alexandria/smart_library.rb:92
1007
- msgid "Favorite"
1008
- msgstr "Favorito"
1009
-
1010
- #: ../lib/alexandria/smart_library.rb:98
1011
- msgid "Loaned"
1012
- msgstr "Prestado"
1050
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1051
+ msgid "Match"
1052
+ msgstr "Cumprir"
1013
1053
 
1014
- #: ../lib/alexandria/smart_library.rb:110
1015
- msgid "Owned"
1016
- msgstr "En propiedade"
1054
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1055
+ msgid "all"
1056
+ msgstr "tódalas"
1017
1057
 
1018
- #: ../lib/alexandria/smart_library.rb:119
1019
- msgid "Wishlist"
1020
- msgstr "Lista de desexos"
1058
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1059
+ msgid "any"
1060
+ msgstr "algunha das"
1021
1061
 
1022
- #: ../lib/alexandria/smart_library.rb:356
1023
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1024
- msgid "Notes"
1025
- msgstr "Notas"
1062
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1063
+ msgid "of the following rules:"
1064
+ msgstr "seguintes regras:"
1026
1065
 
1027
- #: ../lib/alexandria/smart_library.rb:358
1028
- msgid "Loaning State"
1029
- msgstr "Estado do Préstamo"
1066
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1067
+ msgid "Match the following rule:"
1068
+ msgstr "Cumpren as seguinte regras:"
1030
1069
 
1031
- #: ../lib/alexandria/smart_library.rb:359
1032
- msgid "Loaning Date"
1033
- msgstr "Data do Préstamo"
1070
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1071
+ msgid "Type here the search criterion"
1072
+ msgstr "Escriba aquí os criterios da busca"
1034
1073
 
1035
- #: ../lib/alexandria/smart_library.rb:360
1036
- msgid "Loaning Person"
1037
- msgstr "Prestatario"
1074
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1075
+ msgid "Match everything"
1076
+ msgstr "Buscar todo"
1038
1077
 
1039
- #: ../lib/alexandria/smart_library.rb:362
1040
- msgid "Date Read"
1041
- msgstr "Data de Lectura"
1078
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1079
+ msgid "Title contains"
1080
+ msgstr "Título contén"
1042
1081
 
1043
- #: ../lib/alexandria/smart_library.rb:371
1044
- msgid "days"
1045
- msgstr "días"
1082
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1083
+ msgid "Authors contain"
1084
+ msgstr "Autores contén"
1046
1085
 
1047
- #: ../lib/alexandria/smart_library.rb:382
1048
- msgid "is set"
1049
- msgstr "está marcado"
1086
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1087
+ msgid "ISBN contains"
1088
+ msgstr "ISBN contén"
1050
1089
 
1051
- #: ../lib/alexandria/smart_library.rb:386
1052
- msgid "is not set"
1053
- msgstr "non está marcado"
1090
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1091
+ msgid "Publisher contains"
1092
+ msgstr "Editorial contén"
1054
1093
 
1055
- #: ../lib/alexandria/smart_library.rb:390
1056
- msgid "is"
1057
- msgstr "é"
1094
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1095
+ msgid "Notes contain"
1096
+ msgstr "Notas contén"
1058
1097
 
1059
- #: ../lib/alexandria/smart_library.rb:394
1060
- msgid "is not"
1061
- msgstr "non é"
1098
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1099
+ msgid "Tags contain"
1100
+ msgstr "Etiquetas contén"
1062
1101
 
1063
- #: ../lib/alexandria/smart_library.rb:398
1064
- msgid "contains"
1065
- msgstr "contén"
1102
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1103
+ msgid "Change the search type"
1104
+ msgstr "Cambiar o tipo de busca"
1066
1105
 
1067
- #: ../lib/alexandria/smart_library.rb:402
1068
- msgid "does not contain"
1069
- msgstr "non contén"
1106
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1107
+ msgid "View as Icons"
1108
+ msgstr "Ver coma iconas"
1070
1109
 
1071
- #: ../lib/alexandria/smart_library.rb:406
1072
- msgid "starts with"
1073
- msgstr "comeza por"
1110
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1111
+ msgid "View as List"
1112
+ msgstr "Ver coma unha lista"
1074
1113
 
1075
- #: ../lib/alexandria/smart_library.rb:410
1076
- msgid "ends with"
1077
- msgstr "remata por"
1114
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1115
+ msgid "Choose how to show books"
1116
+ msgstr "Elixir como amosar os libros"
1078
1117
 
1079
- #: ../lib/alexandria/smart_library.rb:414
1080
- msgid "is greater than"
1081
- msgstr "é maior que"
1118
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1119
+ msgid "Library '%s' selected"
1120
+ msgstr "Seleccionouse a biblioteca'%s'"
1082
1121
 
1083
- #: ../lib/alexandria/smart_library.rb:418
1084
- msgid "is less than"
1085
- msgstr "é menor que"
1122
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1123
+ msgid "Library '%s' selected, %d unrated book"
1124
+ msgid_plural "Library '%s' selected, %d unrated books"
1125
+ msgstr[0] "Seleccionouse a biblioteca '%s', %d libro sen avaliar"
1126
+ msgstr[1] "Seleccionouse a biblioteca '%s', %d libros sen avaliar"
1086
1127
 
1087
- #: ../lib/alexandria/smart_library.rb:422
1088
- msgid "is after"
1089
- msgstr "posterior a"
1128
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1129
+ msgid "Library '%s' selected, %d book"
1130
+ msgid_plural "Library '%s' selected, %d books"
1131
+ msgstr[0] "Seleccionouse a biblioteca '%s', %d libro"
1132
+ msgstr[1] "Seleccionouse a biblioteca '%s', %d libros"
1090
1133
 
1091
- #: ../lib/alexandria/smart_library.rb:426
1092
- msgid "is before"
1093
- msgstr "anterior a"
1134
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1135
+ msgid "Library '%s' selected, %d book, %d unrated"
1136
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1137
+ msgstr[0] "Seleccionouse a biblioteca '%s', %d libro, %s sen avaliar"
1138
+ msgstr[1] "Seleccionouse a biblioteca '%s', %d libros, %s sen avaliar"
1094
1139
 
1095
- #: ../lib/alexandria/smart_library.rb:430
1096
- msgid "is in last"
1097
- msgstr "nos últimos"
1140
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1141
+ msgid "'%s' selected"
1142
+ msgstr "Seleccionouse '%s'"
1098
1143
 
1099
- #: ../lib/alexandria/smart_library.rb:450
1100
- msgid "is not in last"
1101
- msgstr "non nos últimos"
1144
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1145
+ msgid "%d book selected"
1146
+ msgid_plural "%d books selected"
1147
+ msgstr[0] "Seleccionouse %d libro"
1148
+ msgstr[1] "Seleccionáronse %d libros"
1102
1149
 
1103
- #: ../lib/alexandria/book_providers.rb:87
1104
- msgid "Couldn't reach the provider '%s': timeout expired."
1105
- msgstr "Non se puido contactar co provedor '%s': expirou o tempo de espera."
1150
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1151
+ msgid "unrecognized update event"
1152
+ msgstr ""
1106
1153
 
1107
- #: ../lib/alexandria/book_providers.rb:91
1108
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1109
- msgstr "Non se puido contactar co provedor '%s': erro de socket (%s)."
1154
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1155
+ #, fuzzy
1156
+ msgid "Loading libraries..."
1157
+ msgstr "Cargando '%s'..."
1110
1158
 
1111
- #: ../lib/alexandria/book_providers.rb:95
1112
- #: ../lib/alexandria/book_providers.rb:100
1159
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1113
1160
  msgid ""
1114
- "No results were found. Make sure your search criterion is spelled "
1115
- "correctly, and try again."
1161
+ "The data files for the following books are malformed or empty. Do you wish "
1162
+ "to attempt to download new information for them from the online book "
1163
+ "providers?\n"
1116
1164
  msgstr ""
1117
- "Non se atoparon resultados. Asegúrese de que escribiu os criterios de busca "
1118
- "correctamente e probe de novo."
1165
+ "Os ficheiros de datos dos seguintes libros están malformados ou baleiros. "
1166
+ "Desexa intentar descargar nova información para eles dos provedores de "
1167
+ "libros en liña?\n"
1119
1168
 
1120
- #: ../lib/alexandria/book_providers.rb:105
1121
- msgid "Too many results for that search."
1122
- msgstr "Esta busca devolveu demasiados resultados."
1169
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1170
+ msgid "Added '%s' to library '%s'"
1171
+ msgstr "Engadiuse '%s' á biblioteca '%s'"
1123
1172
 
1124
- #: ../lib/alexandria/book_providers.rb:108
1125
- msgid "Invalid search type."
1126
- msgstr "Tipo de busca incorrecto."
1173
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1174
+ msgid "Loading '%s'..."
1175
+ msgstr "Cargando '%s'..."
1127
1176
 
1128
- #: ../lib/alexandria/book_providers.rb:203
1129
- msgid "Enabled"
1177
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1178
+ msgid "In '_%s'"
1179
+ msgstr "En '_%s'"
1180
+
1181
+ #: ../lib/alexandria/web_themes.rb:64
1182
+ msgid "File %<file>s not found"
1130
1183
  msgstr ""
1131
1184
 
1132
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1185
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1133
1186
  msgid "Acquire from Scanner"
1134
1187
  msgstr "Adquirir dende o Escáner"
1135
1188
 
1136
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1137
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1189
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1190
+ msgid "_Barcode Scanner Ready"
1191
+ msgstr "Escáner de código de _barras preparado"
1192
+
1193
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1194
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1138
1195
  msgid "Save _in:"
1139
1196
  msgstr "Gardar _en:"
1140
1197
 
1141
- #: ../data/alexandria/glade/main_app.glade:17
1142
- msgid "Main Window"
1143
- msgstr "Ventá Principal"
1144
-
1145
- #: ../data/alexandria/glade/main_app.glade:32
1146
- msgid "Libraries listing."
1147
- msgstr "Listado de bibliotecas."
1198
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1199
+ msgid "by title"
1200
+ msgstr "por título"
1148
1201
 
1149
- #: ../data/alexandria/glade/main_app.glade:46
1150
- msgid "_Libraries:"
1151
- msgstr "_Bibliotecas:"
1202
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1203
+ msgid "by authors"
1204
+ msgstr "por autores"
1152
1205
 
1153
- #: ../data/alexandria/glade/main_app.glade:111
1154
- msgid "Book listing."
1155
- msgstr "Listado de libros."
1206
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1207
+ msgid "by keyword"
1208
+ msgstr "por palabra clave"
1156
1209
 
1157
- #: ../data/alexandria/glade/main_app.glade:194
1158
- msgid "Status messages."
1159
- msgstr "Mensaxes de estado."
1160
-
1161
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1210
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1162
1211
  msgid "_Keep Dialog Open after Adding Book"
1163
1212
  msgstr ""
1164
1213
 
1165
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1166
- msgid ""
1167
- "by title\n"
1168
- "by authors\n"
1169
- "by keyword"
1170
- msgstr ""
1171
- "por título\n"
1172
- "por autores\n"
1173
- "por palabra clave"
1174
-
1175
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1214
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1176
1215
  msgid "_Search:"
1177
1216
  msgstr "_Buscar:"
1178
1217
 
1179
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1180
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1218
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1219
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1181
1220
  msgid "_ISBN:"
1182
1221
  msgstr "_ISBN:"
1183
1222
 
1184
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1185
- msgid "_Title:"
1186
- msgstr "_Título:"
1187
-
1188
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1189
- msgid "_Publisher:"
1190
- msgstr "_Editorial:"
1223
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1224
+ msgid "Preferences"
1225
+ msgstr "Preferencias"
1191
1226
 
1192
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1193
- msgid "Add an author"
1194
- msgstr "Engadir un autor"
1227
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1228
+ msgid "<b>Visible Columns</b>"
1229
+ msgstr "<b>Columnas Visibles</b>"
1195
1230
 
1196
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1197
- msgid "Remove an author"
1198
- msgstr "Eliminar un autor"
1231
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1232
+ msgid "_Authors"
1233
+ msgstr "_Autores"
1199
1234
 
1200
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1201
- msgid "_Authors:"
1202
- msgstr "_Autores:"
1235
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1236
+ msgid "_ISBN"
1237
+ msgstr "_ISBN"
1203
1238
 
1204
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1205
- msgid "_Binding:"
1206
- msgstr "_Encadernación:"
1239
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1240
+ msgid "_Publisher"
1241
+ msgstr "_Editorial"
1207
1242
 
1208
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1209
- msgid "Publish _year:"
1210
- msgstr "Ano de _publicación:"
1243
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1244
+ msgid "_Rating"
1245
+ msgstr "_Calificación"
1211
1246
 
1212
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1213
- msgid "Tags:"
1214
- msgstr "Etiquetas:"
1247
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1248
+ msgid "_Binding"
1249
+ msgstr "_Encadernación"
1215
1250
 
1216
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1217
- msgid "_Cover:"
1218
- msgstr "_Imaxe da cuberta:"
1251
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1252
+ msgid "Publish _year"
1253
+ msgstr "A_no de publicación"
1219
1254
 
1220
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1221
- msgid "Click to pick a cover"
1222
- msgstr "Prema para conseguir unha imaxe de cuberta"
1255
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1256
+ msgid "Read?"
1257
+ msgstr "Lido?"
1223
1258
 
1224
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1225
- msgid "Own it?"
1259
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1260
+ msgid "Own?"
1226
1261
  msgstr "En posesión?"
1227
1262
 
1228
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1229
- msgid "Read it?"
1230
- msgstr "Lido?"
1231
-
1232
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1233
- msgid "Want it?"
1263
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1264
+ msgid "Want?"
1234
1265
  msgstr "Quéreo?"
1235
1266
 
1236
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1237
- msgid "Click on the stars to rate the book"
1238
- msgstr "Prema sobre as estrelas para calificar o libro"
1239
-
1240
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1241
- msgid "Rating:"
1242
- msgstr "Calificación:"
1243
-
1244
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1245
- msgid "General"
1246
- msgstr "Xeral"
1247
-
1248
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1249
- msgid "This book is _loaned"
1250
- msgstr "Este libro está en _préstamo"
1251
-
1252
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1253
- msgid "_To:"
1254
- msgstr "Prestouse _a:"
1255
-
1256
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1257
- msgid "_Since:"
1258
- msgstr "_Dende:"
1259
-
1260
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1261
- msgid "Loaning"
1262
- msgstr "En préstamo"
1267
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1268
+ #, fuzzy
1269
+ msgid "Loaned to"
1270
+ msgstr "Prestado"
1263
1271
 
1264
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1265
- msgid "Preferences"
1266
- msgstr "Preferencias"
1272
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1273
+ #, fuzzy
1274
+ msgid "_List View"
1275
+ msgstr "Vista de Lista"
1267
1276
 
1268
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1277
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1269
1278
  #, fuzzy
1270
1279
  msgid "<b>Book Data Providers</b>"
1271
1280
  msgstr "<b>_Provedores</b>"
1272
1281
 
1273
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1282
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1274
1283
  msgid "_Setup"
1275
1284
  msgstr "_Configuración"
1276
1285
 
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1286
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1278
1287
  msgid ""
1279
1288
  "Providers are libraries that supply information about books. Some of them "
1280
1289
  "can be configured to get better results. You can also customize the order "
@@ -1284,70 +1293,124 @@ msgstr ""
1284
1293
  "deles poden configurarse para obter mellores resultados. Tamén pode "
1285
1294
  "personalizar a orde na que son consultados."
1286
1295
 
1287
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1296
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1288
1297
  msgid "Custom _Z39.50 Providers"
1289
1298
  msgstr ""
1290
1299
 
1291
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1300
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1292
1301
  msgid ""
1293
1302
  "Add and remove your own Z39.50 providers.\n"
1294
1303
  "Requires the Ruby/ZOOM software library."
1295
1304
  msgstr ""
1296
1305
 
1297
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1306
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1298
1307
  #, fuzzy
1299
1308
  msgid "_Providers"
1300
1309
  msgstr "Provedores"
1301
1310
 
1302
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1303
- msgid "<b>Visible Columns</b>"
1304
- msgstr "<b>Columnas Visibles</b>"
1311
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1312
+ #, fuzzy
1313
+ msgid "<b>Barcode Scanner Device</b>"
1314
+ msgstr "Escáner de código de _barras preparado"
1305
1315
 
1306
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1307
- msgid "_Authors"
1308
- msgstr "_Autores"
1316
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1317
+ msgid "_Device type:"
1318
+ msgstr ""
1309
1319
 
1310
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1311
- msgid "_ISBN"
1312
- msgstr "_ISBN"
1320
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1321
+ msgid "<b>Sound Effects</b>"
1322
+ msgstr ""
1313
1323
 
1314
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1315
- msgid "_Publisher"
1316
- msgstr "_Editorial"
1324
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1325
+ #, fuzzy
1326
+ msgid "Scanning"
1327
+ msgstr "En préstamo"
1317
1328
 
1318
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1319
- msgid "_Rating"
1320
- msgstr "_Calificación"
1329
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1330
+ msgid "Good Scan / Bad Scan"
1331
+ msgstr ""
1321
1332
 
1322
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1323
- msgid "_Binding"
1324
- msgstr "_Encadernación"
1333
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1334
+ #, fuzzy
1335
+ msgid "_Barcode Scanner"
1336
+ msgstr "Escáner de código de _barras preparado"
1325
1337
 
1326
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1327
- msgid "Publish _year"
1328
- msgstr "A_no de publicación"
1338
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1339
+ msgid "_Libraries:"
1340
+ msgstr "_Bibliotecas:"
1329
1341
 
1330
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1331
- msgid "Read?"
1332
- msgstr "Lido?"
1342
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1343
+ msgid "_Title:"
1344
+ msgstr "_Título:"
1333
1345
 
1334
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1335
- msgid "Own?"
1336
- msgstr "En posesión?"
1346
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1347
+ msgid "_Authors:"
1348
+ msgstr "_Autores:"
1337
1349
 
1338
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1339
- msgid "Want?"
1350
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1351
+ msgid "Tags:"
1352
+ msgstr "Etiquetas:"
1353
+
1354
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1355
+ msgid "_Binding:"
1356
+ msgstr "_Encadernación:"
1357
+
1358
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1359
+ msgid "Publish _year:"
1360
+ msgstr "Ano de _publicación:"
1361
+
1362
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1363
+ msgid "_Publisher:"
1364
+ msgstr "_Editorial:"
1365
+
1366
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1367
+ msgid "_Cover:"
1368
+ msgstr "_Imaxe da cuberta:"
1369
+
1370
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1371
+ msgid "Rating:"
1372
+ msgstr "Calificación:"
1373
+
1374
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1375
+ msgid "Want it?"
1340
1376
  msgstr "Quéreo?"
1341
1377
 
1342
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1343
- #, fuzzy
1344
- msgid "Loaned to"
1345
- msgstr "Prestado"
1378
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1379
+ msgid "Read it?"
1380
+ msgstr "Lido?"
1346
1381
 
1347
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1382
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1348
1383
  #, fuzzy
1349
- msgid "_List View"
1350
- msgstr "Vista de Lista"
1384
+ msgid "Select Date"
1385
+ msgstr "_Seleccionar todo"
1386
+
1387
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1388
+ msgid "Clear Date"
1389
+ msgstr ""
1390
+
1391
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1392
+ msgid "Own it?"
1393
+ msgstr "En posesión?"
1394
+
1395
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1396
+ msgid "General"
1397
+ msgstr "Xeral"
1398
+
1399
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1400
+ msgid "This book is _loaned"
1401
+ msgstr "Este libro está en _préstamo"
1402
+
1403
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1404
+ msgid "_To:"
1405
+ msgstr "Prestouse _a:"
1406
+
1407
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1408
+ msgid "_Since:"
1409
+ msgstr "_Dende:"
1410
+
1411
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1412
+ msgid "Loaning"
1413
+ msgstr "En préstamo"
1351
1414
 
1352
1415
  #: ../alexandria.desktop.in.h:1
1353
1416
  msgid "Alexandria Book Collection Manager"
@@ -1361,6 +1424,66 @@ msgstr "Administrador de Coleccións de Libros"
1361
1424
  msgid "Manage your book collection"
1362
1425
  msgstr "Administre a súa colección de libros"
1363
1426
 
1427
+ #~ msgid "Unable to launch the web browser"
1428
+ #~ msgstr "Non se puido iniciar o navegador web"
1429
+
1430
+ #~ msgid ""
1431
+ #~ "Check out that a web browser is configured as default (Desktop "
1432
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1433
+ #~ msgstr ""
1434
+ #~ "Asegúrese de que ten un navegador web establecido como predeterminado "
1435
+ #~ "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e "
1436
+ #~ "probe de novo."
1437
+
1438
+ #~ msgid "Unable to launch the mail reader"
1439
+ #~ msgstr "Non se puido iniciar o lector de correo"
1440
+
1441
+ #~ msgid ""
1442
+ #~ "Check out that a mail reader is configured as default (Desktop "
1443
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1444
+ #~ msgstr ""
1445
+ #~ "Asegúrese de que ten un lector de correo establecido como predeterminado "
1446
+ #~ "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e "
1447
+ #~ "probe de novo."
1448
+
1449
+ #~ msgid "Repair Book Data"
1450
+ #~ msgstr "Reparar Datos de Libro"
1451
+
1452
+ #~ msgid "There's a problem"
1453
+ #~ msgstr "Hai un problema"
1454
+
1455
+ #, fuzzy
1456
+ #~ msgid "Disable Provider"
1457
+ #~ msgstr "Novo provedor"
1458
+
1459
+ #, fuzzy
1460
+ #~ msgid "Enable Provider"
1461
+ #~ msgstr "Novo provedor"
1462
+
1463
+ #~ msgid "Main Window"
1464
+ #~ msgstr "Ventá Principal"
1465
+
1466
+ #~ msgid "Libraries listing."
1467
+ #~ msgstr "Listado de bibliotecas."
1468
+
1469
+ #~ msgid "Book listing."
1470
+ #~ msgstr "Listado de libros."
1471
+
1472
+ #~ msgid "Status messages."
1473
+ #~ msgstr "Mensaxes de estado."
1474
+
1475
+ #~ msgid "Add an author"
1476
+ #~ msgstr "Engadir un autor"
1477
+
1478
+ #~ msgid "Remove an author"
1479
+ #~ msgstr "Eliminar un autor"
1480
+
1481
+ #~ msgid "Click to pick a cover"
1482
+ #~ msgstr "Prema para conseguir unha imaxe de cuberta"
1483
+
1484
+ #~ msgid "Click on the stars to rate the book"
1485
+ #~ msgstr "Prema sobre as estrelas para calificar o libro"
1486
+
1364
1487
  #~ msgid "Language"
1365
1488
  #~ msgstr "Língua"
1366
1489
 
@@ -1374,9 +1497,6 @@ msgstr "Administre a súa colección de libros"
1374
1497
  #~ msgid "Couldn't add these books"
1375
1498
  #~ msgstr "Non se puido engadir o libro"
1376
1499
 
1377
- #~ msgid "Associate ID"
1378
- #~ msgstr "ID de Asociado"
1379
-
1380
1500
  #~ msgid ""
1381
1501
  #~ "These books do not conform to the ISBN-13 standard. We will attempt to "
1382
1502
  #~ "replace them from the book providers. Otherwise, we will turn them into "