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/es.po CHANGED
@@ -9,736 +9,795 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: alexandria 0.6.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
12
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
13
13
  "PO-Revision-Date: 2009-12-16 10:33+0100\n"
14
14
  "Last-Translator: Miguel Ángel García <miguelangel.garcia@gmail.com>\n"
15
15
  "Language-Team: es <alexandria-i18n-list@rubyforge.org>\n"
16
+ "Language: \n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
18
19
  "Content-Transfer-Encoding: 8bit\n"
19
20
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
21
  "X-Generator: KBabel 1.11.4\n"
21
22
 
22
- #: ../lib/alexandria/import_library.rb:30
23
+ #: ../lib/alexandria/about.rb:27
24
+ msgid "A program to help you manage your book collection."
25
+ msgstr "Un programa para ayudarle a organizar su colección de libros"
26
+
27
+ #: ../lib/alexandria/book_providers.rb:91
28
+ msgid "Couldn't reach the provider '%s': timeout expired."
29
+ msgstr "No se pudo acceder al proveedor '%s': tiempo de espera excedido."
30
+
31
+ #: ../lib/alexandria/book_providers.rb:95
32
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
33
+ msgstr "No se pudo acceder al proveedor '%s': error al abrir el socket (%s)."
34
+
35
+ #: ../lib/alexandria/book_providers.rb:99
36
+ #: ../lib/alexandria/book_providers.rb:104
37
+ msgid ""
38
+ "No results were found. Make sure your search criterion is spelled "
39
+ "correctly, and try again."
40
+ msgstr ""
41
+ "No se encontraron resultados. Asegúrese de que su criterio de búsqueda está "
42
+ "escrito correctamente y pruebe de nuevo."
43
+
44
+ #: ../lib/alexandria/book_providers.rb:109
45
+ msgid "Too many results for that search."
46
+ msgstr "Demasiados resultados para esa búsqueda."
47
+
48
+ #: ../lib/alexandria/book_providers.rb:112
49
+ msgid "Invalid search type."
50
+ msgstr "Tipo de búsqueda no válido."
51
+
52
+ #: ../lib/alexandria/book_providers.rb:206
53
+ msgid "Enabled"
54
+ msgstr "Habilitado"
55
+
56
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
57
+ msgid "title not found on page"
58
+ msgstr ""
59
+
60
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
61
+ msgid "Locale"
62
+ msgstr "Locale"
63
+
64
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
65
+ msgid "Access key ID"
66
+ msgstr "ID de la clave de acceso"
67
+
68
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
69
+ msgid "Secret access key"
70
+ msgstr "Clave de acceso secreta"
71
+
72
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
73
+ #, fuzzy
74
+ msgid "Associate Tag"
75
+ msgstr "ID asociado"
76
+
77
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
78
+ msgid "Provide secret key for your Amazon AWS account."
79
+ msgstr ""
80
+
81
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
82
+ msgid "No products"
83
+ msgstr ""
84
+
85
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
86
+ msgid "HTTP Response: %<code>s %<message>s"
87
+ msgstr ""
88
+
89
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
90
+ msgid "Invalid country '%<country>s'"
91
+ msgstr ""
92
+
93
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
94
+ msgid "HTTP redirect too deep"
95
+ msgstr ""
96
+
97
+ #: ../lib/alexandria/book_providers/z3950.rb:22
98
+ msgid "Hostname"
99
+ msgstr "Nombre del equipo"
100
+
101
+ #: ../lib/alexandria/book_providers/z3950.rb:23
102
+ msgid "Port"
103
+ msgstr "Puerto"
104
+
105
+ #: ../lib/alexandria/book_providers/z3950.rb:24
106
+ msgid "Database"
107
+ msgstr "Base de datos"
108
+
109
+ #: ../lib/alexandria/book_providers/z3950.rb:25
110
+ msgid "Record syntax"
111
+ msgstr "Sintaxis de registro"
112
+
113
+ #: ../lib/alexandria/book_providers/z3950.rb:27
114
+ msgid "Username"
115
+ msgstr "Nombre de usuario"
116
+
117
+ #: ../lib/alexandria/book_providers/z3950.rb:28
118
+ msgid "Password"
119
+ msgstr "Contraseña"
120
+
121
+ #: ../lib/alexandria/book_providers/z3950.rb:29
122
+ msgid "Charset encoding"
123
+ msgstr "Codificación de caracteres"
124
+
125
+ #: ../lib/alexandria/book_providers/z3950.rb:213
126
+ msgid "Library of Congress (Usa)"
127
+ msgstr "Biblioteca del congreso (EEUU)"
128
+
129
+ #: ../lib/alexandria/book_providers/z3950.rb:249
130
+ msgid "British Library"
131
+ msgstr "Biblioteca Británica"
132
+
133
+ #: ../lib/alexandria/book_providers/z3950.rb:376
134
+ #, fuzzy
135
+ msgid "Invalid ISBN"
136
+ msgstr "ISBN no válido: '%s'"
137
+
138
+ #: ../lib/alexandria/export_format.rb:18
139
+ msgid "Archived ONIX XML"
140
+ msgstr "Archivo ONIX XML"
141
+
142
+ #: ../lib/alexandria/export_format.rb:19
143
+ msgid "Archived Tellico XML"
144
+ msgstr "Archivo Tellico XML"
145
+
146
+ #: ../lib/alexandria/export_format.rb:20
147
+ msgid "BibTeX"
148
+ msgstr "BibTeX"
149
+
150
+ #: ../lib/alexandria/export_format.rb:21
151
+ msgid "CSV list"
152
+ msgstr "Lista CSV"
153
+
154
+ #: ../lib/alexandria/export_format.rb:22
155
+ msgid "ISBN List"
156
+ msgstr "Lista ISBN"
157
+
158
+ #: ../lib/alexandria/export_format.rb:23
159
+ msgid "iPod Notes"
160
+ msgstr "Notas iPod"
161
+
162
+ #: ../lib/alexandria/export_format.rb:24
163
+ msgid "HTML Web Page"
164
+ msgstr "Página Web HTML"
165
+
166
+ #: ../lib/alexandria/import_library.rb:21
23
167
  msgid "Autodetect"
24
168
  msgstr "Autodetectar"
25
169
 
26
- #: ../lib/alexandria/import_library.rb:31
170
+ #: ../lib/alexandria/import_library.rb:22
27
171
  msgid "Archived Tellico XML (*.bc, *.tc)"
28
172
  msgstr "Archivo Tellico XML (*.bc *.tc)"
29
173
 
30
- #: ../lib/alexandria/import_library.rb:33
174
+ #: ../lib/alexandria/import_library.rb:24
31
175
  msgid "ISBN List (*.txt)"
32
176
  msgstr "Lista ISBN (*.txt)"
33
177
 
34
- #: ../lib/alexandria/import_library.rb:35
178
+ #: ../lib/alexandria/import_library.rb:25
35
179
  msgid "GoodReads CSV"
36
180
  msgstr "CVS GoodReads"
37
181
 
38
- #: ../lib/alexandria/models/library.rb:56
39
- msgid "Untitled"
40
- msgstr "Sin Título"
182
+ #: ../lib/alexandria/import_library.rb:65
183
+ msgid "Unsupported type"
184
+ msgstr ""
41
185
 
42
- #: ../lib/alexandria/models/library.rb:245
186
+ #: ../lib/alexandria/import_library_csv.rb:199
187
+ msgid "Not Recognized"
188
+ msgstr ""
189
+
190
+ #: ../lib/alexandria/library_store.rb:37
43
191
  msgid "My Library"
44
192
  msgstr "Mi biblioteca"
45
193
 
46
- #: ../lib/alexandria/about.rb:24
47
- msgid "A program to help you manage your book collection."
48
- msgstr "Un programa para ayudarle a organizar su colección de libros"
194
+ #: ../lib/alexandria/library_store.rb:67
195
+ msgid "Not a book: %<book>s"
196
+ msgstr ""
49
197
 
50
- #: ../lib/alexandria/ui/ui_manager.rb:135
51
- msgid "Type here the search criterion"
52
- msgstr "Escriba aquí el criterio de búsqueda"
198
+ #: ../lib/alexandria/library_store.rb:78
199
+ msgid "%<file>s isbn is not okay"
200
+ msgstr ""
53
201
 
54
- #: ../lib/alexandria/ui/ui_manager.rb:148
55
- msgid "Match everything"
56
- msgstr "Todas las correspondencias"
202
+ #: ../lib/alexandria/library_store.rb:83
203
+ msgid "%<file>s version is not okay"
204
+ msgstr ""
57
205
 
58
- #: ../lib/alexandria/ui/ui_manager.rb:150
59
- msgid "Title contains"
60
- msgstr "El título contiene"
206
+ #: ../lib/alexandria/library_store.rb:88
207
+ msgid "%<file>s pub year is not okay"
208
+ msgstr ""
61
209
 
62
- #: ../lib/alexandria/ui/ui_manager.rb:151
63
- msgid "Authors contain"
64
- msgstr "Los autores contienen"
210
+ #: ../lib/alexandria/models/library.rb:40
211
+ msgid "Untitled"
212
+ msgstr "Sin Título"
65
213
 
66
- #: ../lib/alexandria/ui/ui_manager.rb:152
67
- msgid "ISBN contains"
68
- msgstr "El ISBN contiene"
214
+ #: ../lib/alexandria/models/library.rb:288
215
+ msgid "Book %<isbn>s was already deleted"
216
+ msgstr ""
69
217
 
70
- #: ../lib/alexandria/ui/ui_manager.rb:153
71
- msgid "Publisher contains"
72
- msgstr "El editor contiene"
218
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
219
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
220
+ msgstr ""
73
221
 
74
- #: ../lib/alexandria/ui/ui_manager.rb:154
75
- msgid "Notes contain"
76
- msgstr "Las notas contienen"
222
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
223
+ msgid "Error parsing CueCat input"
224
+ msgstr ""
77
225
 
78
- #: ../lib/alexandria/ui/ui_manager.rb:155
79
- msgid "Tags contain"
80
- msgstr "Las etiquetas contienen"
226
+ #: ../lib/alexandria/scanners/keyboard.rb:51
227
+ msgid "Unknown scan data %s<data>"
228
+ msgstr ""
81
229
 
82
- #: ../lib/alexandria/ui/ui_manager.rb:170
83
- msgid "Change the search type"
84
- msgstr "Cambiar el tipo de búsqueda."
230
+ #: ../lib/alexandria/smart_library.rb:49
231
+ msgid "Favorite"
232
+ msgstr "Favorito"
85
233
 
86
- #: ../lib/alexandria/ui/ui_manager.rb:175
87
- msgid "View as Icons"
88
- msgstr "Ver como iconos"
234
+ #: ../lib/alexandria/smart_library.rb:55
235
+ msgid "Loaned"
236
+ msgstr "Prestado"
89
237
 
90
- #: ../lib/alexandria/ui/ui_manager.rb:176
91
- msgid "View as List"
92
- msgstr "Ver como lista"
238
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
239
+ #: ../lib/alexandria/ui/listview.rb:59
240
+ msgid "Read"
241
+ msgstr "Leído"
93
242
 
94
- #: ../lib/alexandria/ui/ui_manager.rb:189
95
- msgid "Choose how to show books"
96
- msgstr "Seleccionar cómo mostrar los libros"
243
+ #: ../lib/alexandria/smart_library.rb:67
244
+ msgid "Owned"
245
+ msgstr "Propio"
97
246
 
98
- #: ../lib/alexandria/ui/ui_manager.rb:436
99
- msgid "Library '%s' selected"
100
- msgstr "Biblioteca '%s' seleccionada"
247
+ #: ../lib/alexandria/smart_library.rb:76
248
+ msgid "Wishlist"
249
+ msgstr "Lista de los deseos"
101
250
 
102
- #: ../lib/alexandria/ui/ui_manager.rb:443
103
- msgid "Library '%s' selected, %d unrated book"
104
- msgid_plural "Library '%s' selected, %d unrated books"
105
- msgstr[0] "Biblioteca '%s' seleccionada, %d libro no valorado"
106
- msgstr[1] "Biblioteca '%s' seleccionada, %d libros no valorados"
251
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
252
+ msgid "Title"
253
+ msgstr "Título"
107
254
 
108
- #: ../lib/alexandria/ui/ui_manager.rb:448
109
- msgid "Library '%s' selected, %d book"
110
- msgid_plural "Library '%s' selected, %d books"
111
- msgstr[0] "Biblioteca '%s' seleccionada, %d libro"
112
- msgstr[1] "Biblioteca '%s' seleccionada, %d libros"
255
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
256
+ msgid "ISBN"
257
+ msgstr "ISBN"
113
258
 
114
- #: ../lib/alexandria/ui/ui_manager.rb:455
115
- msgid "Library '%s' selected, %d book, %d unrated"
116
- msgid_plural "Library '%s' selected, %d books, %d unrated"
117
- msgstr[0] "Biblioteca '%s' seleccionada, %d libro, %d no valorado"
118
- msgstr[1] "Biblioteca '%s' seleccionada, %d libros, %d no valorados"
259
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
260
+ msgid "Authors"
261
+ msgstr "Autores"
119
262
 
120
- #: ../lib/alexandria/ui/ui_manager.rb:467
121
- msgid "'%s' selected"
122
- msgstr "'%s' seleccionado"
263
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
264
+ msgid "Publisher"
265
+ msgstr "Editor"
123
266
 
124
- #: ../lib/alexandria/ui/ui_manager.rb:470
125
- msgid "%d book selected"
126
- msgid_plural "%d books selected"
127
- msgstr[0] "%d libro seleccionado"
128
- msgstr[1] "%d libros seleccionados"
267
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
268
+ msgid "Publish Year"
269
+ msgstr "Año de publicación"
270
+
271
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
272
+ msgid "Binding"
273
+ msgstr "Encuadernación"
274
+
275
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
276
+ msgid "Rating"
277
+ msgstr "Valoración"
278
+
279
+ #: ../lib/alexandria/smart_library.rb:302
280
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
281
+ msgid "Notes"
282
+ msgstr "Notas"
283
+
284
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
285
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
286
+ msgid "Tags"
287
+ msgstr "Etiquetas"
288
+
289
+ #: ../lib/alexandria/smart_library.rb:304
290
+ msgid "Loaning State"
291
+ msgstr "Estado de prestado"
292
+
293
+ #: ../lib/alexandria/smart_library.rb:305
294
+ msgid "Loaning Date"
295
+ msgstr "Fecha de préstamo"
296
+
297
+ #: ../lib/alexandria/smart_library.rb:306
298
+ msgid "Loaning Person"
299
+ msgstr "Prestado a"
300
+
301
+ #: ../lib/alexandria/smart_library.rb:308
302
+ msgid "Date Read"
303
+ msgstr "Leer fecha"
304
+
305
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
306
+ msgid "Own"
307
+ msgstr "Propio"
308
+
309
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
310
+ msgid "Want"
311
+ msgstr "Deseado"
312
+
313
+ #: ../lib/alexandria/smart_library.rb:317
314
+ msgid "days"
315
+ msgstr "días"
316
+
317
+ #: ../lib/alexandria/smart_library.rb:327
318
+ msgid "is set"
319
+ msgstr "está activo"
320
+
321
+ #: ../lib/alexandria/smart_library.rb:330
322
+ msgid "is not set"
323
+ msgstr "no está activo"
324
+
325
+ #: ../lib/alexandria/smart_library.rb:333
326
+ msgid "is"
327
+ msgstr "es"
328
+
329
+ #: ../lib/alexandria/smart_library.rb:336
330
+ msgid "is not"
331
+ msgstr "no es"
332
+
333
+ #: ../lib/alexandria/smart_library.rb:339
334
+ msgid "contains"
335
+ msgstr "contiene"
336
+
337
+ #: ../lib/alexandria/smart_library.rb:342
338
+ msgid "does not contain"
339
+ msgstr "no contiene"
340
+
341
+ #: ../lib/alexandria/smart_library.rb:345
342
+ msgid "starts with"
343
+ msgstr "comienza por"
344
+
345
+ #: ../lib/alexandria/smart_library.rb:348
346
+ msgid "ends with"
347
+ msgstr "termina por"
348
+
349
+ #: ../lib/alexandria/smart_library.rb:351
350
+ msgid "is greater than"
351
+ msgstr "es mayor que"
352
+
353
+ #: ../lib/alexandria/smart_library.rb:354
354
+ msgid "is less than"
355
+ msgstr "es menor que"
356
+
357
+ #: ../lib/alexandria/smart_library.rb:357
358
+ msgid "is after"
359
+ msgstr "es posterior"
360
+
361
+ #: ../lib/alexandria/smart_library.rb:360
362
+ msgid "is before"
363
+ msgstr "es anterior"
364
+
365
+ #: ../lib/alexandria/smart_library.rb:364
366
+ msgid "is in last"
367
+ msgstr "es el último"
368
+
369
+ #: ../lib/alexandria/smart_library.rb:384
370
+ msgid "is not in last"
371
+ msgstr "no es el último"
372
+
373
+ #: ../lib/alexandria/smart_library.rb:465
374
+ msgid "invalid operand klass %<klass>s"
375
+ msgstr ""
376
+
377
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
378
+ msgid "There was %d duplicate"
379
+ msgid_plural "There were %d duplicates"
380
+ msgstr[0] "Había %d duplicado"
381
+ msgstr[1] "Había %d duplicados"
382
+
383
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
384
+ msgid "Couldn't add this book"
385
+ msgid_plural "Couldn't add these books"
386
+ msgstr[0] "No se pudo añadir este libro"
387
+ msgstr[1] "No se pudieron añadir estos libros"
388
+
389
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
390
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
391
+ msgid "Searching Provider '%s'..."
392
+ msgstr "Buscando en el proveedor '%s'"
393
+
394
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
395
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
396
+ msgid "Error while Searching Provider '%s'"
397
+ msgstr "Error al buscar en el proveedor '%s'"
398
+
399
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
400
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
401
+ msgid "Not Found at Provider '%s'"
402
+ msgstr "No se ha encontrado en el proveedor '%s'"
403
+
404
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
405
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
406
+ msgid "Found at Provider '%s'"
407
+ msgstr "Encontrado en el proveedor '%s'"
408
+
409
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
410
+ msgid "Ready to use %s barcode scanner"
411
+ msgstr "Preparado para usar el lector de códigos de barras %s"
412
+
413
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
414
+ msgid "Click below to scan _barcodes"
415
+ msgstr "Pulse para adquirir códigos de _barras"
129
416
 
130
- #: ../lib/alexandria/ui/ui_manager.rb:648
131
- msgid "Unable to launch the web browser"
132
- msgstr "No es posible lanzar el navegador web"
417
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
418
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
419
+ msgid "Couldn't modify the book"
420
+ msgstr "No se pudo modificar el libro"
133
421
 
134
- #: ../lib/alexandria/ui/ui_manager.rb:649
422
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
423
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
135
424
  msgid ""
136
- "Check out that a web browser is configured as default (Desktop Preferences -"
137
- "> Advanced -> Preferred Applications) and try again."
425
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
426
+ "correcty, and try again."
138
427
  msgstr ""
139
- "Compruebe que existe un navegador web configurado por defecto (Escritorio -> "
140
- "Preferencias -> Aplicaciones Preferidas) y pruebe de nuevo."
428
+ "No se puede validar el EAN/ISBN proporcionado. Asegúrese de que está "
429
+ "escrito correctamente y pruebe de nuevo."
141
430
 
142
- #: ../lib/alexandria/ui/ui_manager.rb:661
143
- msgid "Unable to launch the mail reader"
144
- msgstr "No es posible lanzar el lector de correo"
431
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
432
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
433
+ msgid "The EAN/ISBN you provided is already used in this library."
434
+ msgstr "Ya se está utilizando el EAN/ISBN que proporcionó en esta biblioteca."
145
435
 
146
- #: ../lib/alexandria/ui/ui_manager.rb:662
147
- msgid ""
148
- "Check out that a mail reader is configured as default (Desktop Preferences -"
149
- "> Advanced -> Preferred Applications) and try again."
150
- msgstr ""
151
- "Compruebe que existe un lector de correo configurado por omisión "
152
- "(Aplicaciones -> Preferencias de escritorio -> Avanzadas -> Aplicaciones "
153
- "preferidas) y pruebe de nuevo."
436
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
437
+ msgid "Properties"
438
+ msgstr "Propiedades"
154
439
 
155
- #: ../lib/alexandria/ui/ui_manager.rb:697
156
- msgid "Repair Book Data"
157
- msgstr "Reparar información de libros"
440
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
441
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
442
+ msgid "Properties for '%s'"
443
+ msgstr "Propieadades para '%s'"
158
444
 
159
- #: ../lib/alexandria/ui/ui_manager.rb:698
160
- msgid ""
161
- "The data files for the following books are malformed or empty. Do you wish "
162
- "to attempt to download new information for them from the online book "
163
- "providers?\n"
164
- msgstr ""
165
- "Los fichecheros de datos de los libros siguientes se encuentra corrupta o "
166
- "errónea. ¿Desea tratar de descargar nueva información sobre ellos de los "
167
- "proveedores de libros en línea?\n"
445
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
446
+ msgid "Author"
447
+ msgstr "Autor"
168
448
 
169
- #: ../lib/alexandria/ui/ui_manager.rb:755
170
- msgid "Added '%s' to library '%s'"
171
- msgstr "Añadidos '%s' a la biblioteca '%s'"
449
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
450
+ msgid "Select a cover image"
451
+ msgstr "Seleccione una imagen de portada"
172
452
 
173
- #: ../lib/alexandria/ui/ui_manager.rb:908
174
- msgid "Loading '%s'..."
175
- msgstr "Cargando '%s'..."
453
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
454
+ msgid "No Cover"
455
+ msgstr "Sin portada"
176
456
 
177
- #: ../lib/alexandria/ui/ui_manager.rb:1157
178
- msgid "In '_%s'"
179
- msgstr "A '_%s'"
457
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
458
+ msgid "%d day"
459
+ msgid_plural "%d days"
460
+ msgstr[0] "%d día"
461
+ msgstr[1] "%d días"
462
+
463
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
464
+ msgid "out of range"
465
+ msgstr ""
180
466
 
181
- #: ../lib/alexandria/ui/callbacks.rb:65
467
+ #: ../lib/alexandria/ui/callbacks.rb:57
182
468
  msgid "The following lines are not valid ISBNs and were not imported:"
183
469
  msgstr "Las líneas siguientes no son ISBN válidos y no pudieron importarse:"
184
470
 
185
- #: ../lib/alexandria/ui/callbacks.rb:122
186
- #: ../lib/alexandria/ui/export_dialog.rb:128
187
- msgid "Export failed"
188
- msgstr "Falló la exportación"
189
-
190
- #: ../lib/alexandria/ui/callbacks.rb:123
191
- msgid "Try letting this library load completely before exporting."
471
+ #: ../lib/alexandria/ui/callbacks.rb:62
472
+ msgid "Books could not be found for the following ISBNs:"
192
473
  msgstr ""
193
- "Intente dejar que esta biblioteca cargue completamente antes de exportar."
194
474
 
195
- #: ../lib/alexandria/ui/callbacks.rb:274
475
+ #: ../lib/alexandria/ui/callbacks.rb:362
196
476
  msgid "_Library"
197
477
  msgstr "_Biblioteca"
198
478
 
199
- #: ../lib/alexandria/ui/callbacks.rb:275
479
+ #: ../lib/alexandria/ui/callbacks.rb:363
200
480
  msgid "_New Library"
201
481
  msgstr "_Nueva biblioteca"
202
482
 
203
- #: ../lib/alexandria/ui/callbacks.rb:275
483
+ #: ../lib/alexandria/ui/callbacks.rb:363
204
484
  msgid "Create a new library"
205
485
  msgstr "Crear una biblioteca nueva"
206
486
 
207
- #: ../lib/alexandria/ui/callbacks.rb:276
487
+ #: ../lib/alexandria/ui/callbacks.rb:364
208
488
  msgid "New _Smart Library..."
209
489
  msgstr "Nueva biblioteca inteligente"
210
490
 
211
- #: ../lib/alexandria/ui/callbacks.rb:276
491
+ #: ../lib/alexandria/ui/callbacks.rb:364
212
492
  msgid "Create a new smart library"
213
493
  msgstr "Crear una nueva biblioteca inteligente"
214
494
 
215
- #: ../lib/alexandria/ui/callbacks.rb:277
495
+ #: ../lib/alexandria/ui/callbacks.rb:365
216
496
  msgid "_Add Book..."
217
497
  msgstr "_Añadir libro..."
218
498
 
219
- #: ../lib/alexandria/ui/callbacks.rb:277
499
+ #: ../lib/alexandria/ui/callbacks.rb:365
220
500
  msgid "Add a new book from the Internet"
221
501
  msgstr "Añadir un libro nuevo mediante Internet"
222
502
 
223
- #: ../lib/alexandria/ui/callbacks.rb:278
503
+ #: ../lib/alexandria/ui/callbacks.rb:366
224
504
  msgid "Add Book _Manually..."
225
505
  msgstr "Añadir libro _manualmente..."
226
506
 
227
- #: ../lib/alexandria/ui/callbacks.rb:278
507
+ #: ../lib/alexandria/ui/callbacks.rb:366
228
508
  msgid "Add a new book manually"
229
509
  msgstr "Añadir un libro manualmente"
230
510
 
231
- #: ../lib/alexandria/ui/callbacks.rb:279
511
+ #: ../lib/alexandria/ui/callbacks.rb:367
232
512
  msgid "_Import..."
233
513
  msgstr "_Importar..."
234
514
 
235
- #: ../lib/alexandria/ui/callbacks.rb:279
515
+ #: ../lib/alexandria/ui/callbacks.rb:367
236
516
  msgid "Import a library"
237
517
  msgstr "Importar una biblioteca"
238
518
 
239
- #: ../lib/alexandria/ui/callbacks.rb:280
519
+ #: ../lib/alexandria/ui/callbacks.rb:368
240
520
  msgid "_Export..."
241
521
  msgstr "_Exportar..."
242
522
 
243
- #: ../lib/alexandria/ui/callbacks.rb:280
523
+ #: ../lib/alexandria/ui/callbacks.rb:368
244
524
  msgid "Export the selected library"
245
525
  msgstr "Exportar la biblioteca seleccionada"
246
526
 
247
- #: ../lib/alexandria/ui/callbacks.rb:281
248
- msgid "_Acquire from Scanner..."
527
+ #: ../lib/alexandria/ui/callbacks.rb:369
528
+ #, fuzzy
529
+ msgid "A_cquire from Scanner..."
249
530
  msgstr "A_dquirir mediante escaner"
250
531
 
251
- #: ../lib/alexandria/ui/callbacks.rb:281
532
+ #: ../lib/alexandria/ui/callbacks.rb:369
252
533
  msgid "Acquire books from a scanner"
253
534
  msgstr "Adquirir libros mediante un escaner"
254
535
 
255
- #: ../lib/alexandria/ui/callbacks.rb:282
536
+ #: ../lib/alexandria/ui/callbacks.rb:370
256
537
  msgid "_Properties"
257
538
  msgstr "_Propiedades"
258
539
 
259
- #: ../lib/alexandria/ui/callbacks.rb:282
540
+ #: ../lib/alexandria/ui/callbacks.rb:370
260
541
  msgid "Edit the properties of the selected book"
261
542
  msgstr "Editar las propiedades del libro seleccionado."
262
543
 
263
- #: ../lib/alexandria/ui/callbacks.rb:283
544
+ #: ../lib/alexandria/ui/callbacks.rb:371
264
545
  msgid "_Quit"
265
546
  msgstr "_Salir"
266
547
 
267
- #: ../lib/alexandria/ui/callbacks.rb:283
548
+ #: ../lib/alexandria/ui/callbacks.rb:371
268
549
  msgid "Quit the program"
269
550
  msgstr "Salir del programa"
270
551
 
271
- #: ../lib/alexandria/ui/callbacks.rb:284
552
+ #: ../lib/alexandria/ui/callbacks.rb:372
272
553
  msgid "_Edit"
273
554
  msgstr "_Editar"
274
555
 
275
- #: ../lib/alexandria/ui/callbacks.rb:285
556
+ #: ../lib/alexandria/ui/callbacks.rb:373
276
557
  msgid "_Undo"
277
558
  msgstr "_Deshacer"
278
559
 
279
- #: ../lib/alexandria/ui/callbacks.rb:285
560
+ #: ../lib/alexandria/ui/callbacks.rb:373
280
561
  msgid "Undo the last action"
281
562
  msgstr "Deshacer la última acción"
282
563
 
283
- #: ../lib/alexandria/ui/callbacks.rb:286
564
+ #: ../lib/alexandria/ui/callbacks.rb:374
284
565
  msgid "_Redo"
285
566
  msgstr "_Rehacer"
286
567
 
287
- #: ../lib/alexandria/ui/callbacks.rb:286
568
+ #: ../lib/alexandria/ui/callbacks.rb:374
288
569
  msgid "Redo the undone action"
289
570
  msgstr "Rehacer la acción deshecha."
290
571
 
291
- #: ../lib/alexandria/ui/callbacks.rb:287
572
+ #: ../lib/alexandria/ui/callbacks.rb:375
292
573
  msgid "_Select All"
293
574
  msgstr "Seleccion_ar todo"
294
575
 
295
- #: ../lib/alexandria/ui/callbacks.rb:287
576
+ #: ../lib/alexandria/ui/callbacks.rb:375
296
577
  msgid "Select all visible books"
297
578
  msgstr "Seleccionar todos los libros visibles"
298
579
 
299
- #: ../lib/alexandria/ui/callbacks.rb:288
580
+ #: ../lib/alexandria/ui/callbacks.rb:376
300
581
  msgid "Dese_lect All"
301
582
  msgstr "Dese_leccionar todo"
302
583
 
303
- #: ../lib/alexandria/ui/callbacks.rb:288
584
+ #: ../lib/alexandria/ui/callbacks.rb:376
304
585
  msgid "Deselect everything"
305
586
  msgstr "Deseleccionar todo."
306
587
 
307
- #: ../lib/alexandria/ui/callbacks.rb:289
588
+ #: ../lib/alexandria/ui/callbacks.rb:377
308
589
  msgid "My _Rating"
309
590
  msgstr "Mi valoración"
310
591
 
311
- #: ../lib/alexandria/ui/callbacks.rb:290
592
+ #: ../lib/alexandria/ui/callbacks.rb:378
312
593
  msgid "None"
313
594
  msgstr "Ninguno"
314
595
 
315
- #: ../lib/alexandria/ui/callbacks.rb:291
596
+ #: ../lib/alexandria/ui/callbacks.rb:379
316
597
  msgid "One Star"
317
598
  msgstr "Una estrella"
318
599
 
319
- #: ../lib/alexandria/ui/callbacks.rb:292
600
+ #: ../lib/alexandria/ui/callbacks.rb:380
320
601
  msgid "Two Stars"
321
602
  msgstr "Dos estrellas"
322
603
 
323
- #: ../lib/alexandria/ui/callbacks.rb:293
604
+ #: ../lib/alexandria/ui/callbacks.rb:381
324
605
  msgid "Three Stars"
325
606
  msgstr "Tres estrellas"
326
607
 
327
- #: ../lib/alexandria/ui/callbacks.rb:294
608
+ #: ../lib/alexandria/ui/callbacks.rb:382
328
609
  msgid "Four Stars"
329
610
  msgstr "Cuatro estrellas"
330
611
 
331
- #: ../lib/alexandria/ui/callbacks.rb:295
612
+ #: ../lib/alexandria/ui/callbacks.rb:383
332
613
  msgid "Five Stars"
333
614
  msgstr "Cinco estrellas"
334
615
 
335
- #: ../lib/alexandria/ui/callbacks.rb:296
616
+ #: ../lib/alexandria/ui/callbacks.rb:384
336
617
  msgid "_Move"
337
618
  msgstr "_Mover"
338
619
 
339
- #: ../lib/alexandria/ui/callbacks.rb:297
620
+ #: ../lib/alexandria/ui/callbacks.rb:385
340
621
  msgid "_Rename"
341
622
  msgstr "_Renombrar"
342
623
 
343
- #: ../lib/alexandria/ui/callbacks.rb:298
624
+ #: ../lib/alexandria/ui/callbacks.rb:386
344
625
  msgid "_Delete"
345
626
  msgstr "_Eliminar"
346
627
 
347
- #: ../lib/alexandria/ui/callbacks.rb:298
628
+ #: ../lib/alexandria/ui/callbacks.rb:386
348
629
  msgid "Delete the selected books or library"
349
630
  msgstr "Borrar los libros o bibliotecas seleccionados"
350
631
 
351
- #: ../lib/alexandria/ui/callbacks.rb:299
632
+ #: ../lib/alexandria/ui/callbacks.rb:387
352
633
  msgid "_Search"
353
634
  msgstr "Bu_scar"
354
635
 
355
- #: ../lib/alexandria/ui/callbacks.rb:299
636
+ #: ../lib/alexandria/ui/callbacks.rb:387
356
637
  msgid "Filter books"
357
638
  msgstr "Filtrar libros"
358
639
 
359
- #: ../lib/alexandria/ui/callbacks.rb:300
640
+ #: ../lib/alexandria/ui/callbacks.rb:388
360
641
  msgid "_Clear Results"
361
642
  msgstr "L_impiar Resultados"
362
643
 
363
- #: ../lib/alexandria/ui/callbacks.rb:300
644
+ #: ../lib/alexandria/ui/callbacks.rb:388
364
645
  msgid "Clear the search results"
365
646
  msgstr "Limpiar los resultados de búsqueda"
366
647
 
367
- #: ../lib/alexandria/ui/callbacks.rb:301
648
+ #: ../lib/alexandria/ui/callbacks.rb:389
368
649
  msgid "_Preferences"
369
650
  msgstr "_Preferencias"
370
651
 
371
- #: ../lib/alexandria/ui/callbacks.rb:301
652
+ #: ../lib/alexandria/ui/callbacks.rb:389
372
653
  msgid "Change Alexandria's settings"
373
654
  msgstr "Cambiar las preferencias de Alexandria"
374
655
 
375
- #: ../lib/alexandria/ui/callbacks.rb:302
656
+ #: ../lib/alexandria/ui/callbacks.rb:390
376
657
  msgid "_View"
377
658
  msgstr "_Ver"
378
659
 
379
- #: ../lib/alexandria/ui/callbacks.rb:303
660
+ #: ../lib/alexandria/ui/callbacks.rb:391
380
661
  msgid "Arran_ge Icons"
381
662
  msgstr "Or_ganizar Iconos"
382
663
 
383
- #: ../lib/alexandria/ui/callbacks.rb:304
664
+ #: ../lib/alexandria/ui/callbacks.rb:392
384
665
  msgid "Display Online _Information"
385
666
  msgstr "_Mostrar Información en Línea"
386
667
 
387
- #: ../lib/alexandria/ui/callbacks.rb:306
668
+ #: ../lib/alexandria/ui/callbacks.rb:394
388
669
  msgid "_Help"
389
670
  msgstr "_Ayuda"
390
671
 
391
- #: ../lib/alexandria/ui/callbacks.rb:307
672
+ #: ../lib/alexandria/ui/callbacks.rb:395
392
673
  msgid "Submit _Bug Report"
393
674
  msgstr "Enviar Informe de _Fallos"
394
675
 
395
- #: ../lib/alexandria/ui/callbacks.rb:307
676
+ #: ../lib/alexandria/ui/callbacks.rb:395
396
677
  msgid "Submit a bug report to the developers"
397
678
  msgstr "Enviar un informe de fallo a los desarrolladores"
398
679
 
399
- #: ../lib/alexandria/ui/callbacks.rb:308
680
+ #: ../lib/alexandria/ui/callbacks.rb:396
400
681
  msgid "Contents"
401
682
  msgstr "Contenido"
402
683
 
403
- #: ../lib/alexandria/ui/callbacks.rb:308
684
+ #: ../lib/alexandria/ui/callbacks.rb:396
404
685
  msgid "View Alexandria's manual"
405
686
  msgstr "Ver el manual de alexandria"
406
687
 
407
- #: ../lib/alexandria/ui/callbacks.rb:309
688
+ #: ../lib/alexandria/ui/callbacks.rb:397
408
689
  msgid "_About"
409
690
  msgstr "_Acerca de"
410
691
 
411
- #: ../lib/alexandria/ui/callbacks.rb:309
692
+ #: ../lib/alexandria/ui/callbacks.rb:397
412
693
  msgid "Show information about Alexandria"
413
694
  msgstr "Mostrar información sobre Alexandria"
414
695
 
415
- #: ../lib/alexandria/ui/callbacks.rb:334
416
- msgid "Side _Pane"
696
+ #: ../lib/alexandria/ui/callbacks.rb:404
697
+ msgid "At _%s"
698
+ msgstr "En _%s"
699
+
700
+ #: ../lib/alexandria/ui/callbacks.rb:410
701
+ msgid "Side_pane"
417
702
  msgstr "_Panel lateral"
418
703
 
419
- #: ../lib/alexandria/ui/callbacks.rb:336
704
+ #: ../lib/alexandria/ui/callbacks.rb:411
420
705
  msgid "_Toolbar"
421
706
  msgstr "Barra de herramien_tas"
422
707
 
423
- #: ../lib/alexandria/ui/callbacks.rb:338
708
+ #: ../lib/alexandria/ui/callbacks.rb:412
424
709
  msgid "_Statusbar"
425
710
  msgstr "Barra de e_stado"
426
711
 
427
- #: ../lib/alexandria/ui/callbacks.rb:340
712
+ #: ../lib/alexandria/ui/callbacks.rb:413
428
713
  msgid "Re_versed Order"
429
714
  msgstr "Orden _inverso"
430
715
 
431
- #: ../lib/alexandria/ui/callbacks.rb:345
716
+ #: ../lib/alexandria/ui/callbacks.rb:418
432
717
  msgid "View as _Icons"
433
718
  msgstr "Ver como _iconos"
434
719
 
435
- #: ../lib/alexandria/ui/callbacks.rb:346
720
+ #: ../lib/alexandria/ui/callbacks.rb:419
436
721
  msgid "View as _List"
437
722
  msgstr "Ver como _Lista"
438
723
 
439
- #: ../lib/alexandria/ui/callbacks.rb:350
724
+ #: ../lib/alexandria/ui/callbacks.rb:423
440
725
  msgid "By _Title"
441
726
  msgstr "Por _título"
442
727
 
443
- #: ../lib/alexandria/ui/callbacks.rb:351
728
+ #: ../lib/alexandria/ui/callbacks.rb:424
444
729
  msgid "By _Authors"
445
730
  msgstr "Por _autores"
446
731
 
447
- #: ../lib/alexandria/ui/callbacks.rb:352
732
+ #: ../lib/alexandria/ui/callbacks.rb:425
448
733
  msgid "By _ISBN"
449
734
  msgstr "Por _ISBN"
450
735
 
451
- #: ../lib/alexandria/ui/callbacks.rb:353
736
+ #: ../lib/alexandria/ui/callbacks.rb:426
452
737
  msgid "By _Publisher"
453
738
  msgstr "Por _editor"
454
739
 
455
- #: ../lib/alexandria/ui/callbacks.rb:354
740
+ #: ../lib/alexandria/ui/callbacks.rb:427
456
741
  msgid "By _Binding"
457
742
  msgstr "Por e_ncuadernación"
458
743
 
459
- #: ../lib/alexandria/ui/callbacks.rb:355
744
+ #: ../lib/alexandria/ui/callbacks.rb:428
460
745
  msgid "By _Rating"
461
746
  msgstr "Por _valoración"
462
747
 
463
- #: ../lib/alexandria/ui/callbacks.rb:359
464
- msgid "At _%s"
465
- msgstr "En _%s"
466
-
467
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
468
- msgid "There was %d duplicate"
469
- msgid_plural "There were %d duplicates"
470
- msgstr[0] "Había %d duplicado"
471
- msgstr[1] "Había %d duplicados"
472
-
473
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
474
- msgid "Couldn't add this book"
475
- msgid_plural "Couldn't add these books"
476
- msgstr[0] "No se pudo añadir este libro"
477
- msgstr[1] "No se pudieron añadir estos libros"
478
-
479
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
480
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
481
- msgid "Searching Provider '%s'..."
482
- msgstr "Buscando en el proveedor '%s'"
483
-
484
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
485
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
486
- msgid "Error while Searching Provider '%s'"
487
- msgstr "Error al buscar en el proveedor '%s'"
488
-
489
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
490
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
491
- msgid "Not Found at Provider '%s'"
492
- msgstr "No se ha encontrado en el proveedor '%s'"
493
-
494
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
495
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
496
- msgid "Found at Provider '%s'"
497
- msgstr "Encontrado en el proveedor '%s'"
498
-
499
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
500
- msgid "Ready to use %s barcode scanner"
501
- msgstr "Preparado para usar el lector de códigos de barras %s"
502
-
503
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
504
- #: ../data/alexandria/glade/acquire_dialog.glade:26
505
- msgid "_Barcode Scanner Ready"
506
- msgstr "Scanner de códigos de _barras preparado"
507
-
508
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
509
- msgid "Click below to scan _barcodes"
510
- msgstr "Pulse para adquirir códigos de _barras"
511
-
512
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
513
- msgid "There's a problem"
514
- msgstr "Hay un problema"
515
-
516
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
517
- msgid "New Smart Library"
518
- msgstr "Nueva biblioteca inteligente"
519
-
520
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
521
- msgid "Smart Library"
522
- msgstr "Biblioteca inteligente"
523
-
524
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
525
- msgid "Preferences for %s"
526
- msgstr "Preferencias para %s"
527
-
528
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
529
- msgid "New Provider"
530
- msgstr "Nuevo proveedor"
531
-
532
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
533
- msgid "_Name:"
534
- msgstr "_Nombre:"
535
-
536
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
537
- msgid "_Type:"
538
- msgstr "_Tipo:"
539
-
540
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
541
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
542
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
543
- msgid "Disable Provider"
544
- msgstr "Deshabilitar proveedor"
545
-
546
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
547
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
548
- msgid "Enable Provider"
549
- msgstr "Habilitar proveedor"
550
-
551
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
552
- msgid "Are you sure you want to permanently delete the provider '%s'?"
553
- msgstr "¿Está seguro de que desea eliminar permanentemente el proveedor '%s'?"
554
-
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
556
- msgid ""
557
- "If you continue, the provider and all of its preferences will be permanently "
558
- "deleted."
559
- msgstr ""
560
- "Si continúa, el proveedor y todas sus preferencias serán borrados de forma "
561
- "permanente."
562
-
563
- #: ../lib/alexandria/ui/import_dialog.rb:36
564
- msgid "Error while importing"
565
- msgstr "Error de importación"
566
-
567
- #: ../lib/alexandria/ui/import_dialog.rb:39
568
- msgid "_Continue"
569
- msgstr "_Continuar"
570
-
571
- #: ../lib/alexandria/ui/import_dialog.rb:64
572
- msgid "Import a Library"
573
- msgstr "Importar una biblioteca"
574
-
575
- #: ../lib/alexandria/ui/import_dialog.rb:71
576
- msgid "_Import"
577
- msgstr "_Importar"
578
-
579
- #: ../lib/alexandria/ui/import_dialog.rb:188
580
- msgid "Couldn't import the library"
581
- msgstr "No se pudo importar la biblioteca"
582
-
583
- #: ../lib/alexandria/ui/import_dialog.rb:189
584
- msgid ""
585
- "The format of the file you provided is unknown. Please retry with another "
586
- "file."
587
- msgstr ""
588
- "Se desconoce el formato del fichero proporcionado. Por favor, reintente con "
589
- "otro fichero."
590
-
591
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
592
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
593
- msgid "Properties for '%s'"
594
- msgstr "Propieadades para '%s'"
595
-
596
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
597
- msgid "Empty or conflictive condition"
598
- msgstr "Condición vacía o errónea"
599
-
600
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
601
- msgid "_Save However"
602
- msgstr "Guardar a pesar de los errores"
603
-
604
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
605
- msgid ""
606
- "This smart library contains one or more conditions which are empty or "
607
- "conflict with each other. This is likely to result in never matching a book. "
608
- "Are you sure you want to save this library?"
609
- msgstr ""
610
- "Esta biblioteca inteligente contiene una o más condiciones vacías o "
611
- "conflictivas entre sí. Debido a esto, no coincidirá ningún libro. ¿Está "
612
- "usted seguro de que desea guardar esta biblioteca?"
613
-
614
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
615
- msgid "Match"
616
- msgstr "Coincide con"
617
-
618
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
619
- msgid "all"
620
- msgstr "todas"
621
-
622
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
623
- msgid "any"
624
- msgstr "al menos una de"
625
-
626
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
627
- msgid "of the following rules:"
628
- msgstr "las siguientes reglas:"
629
-
630
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
631
- msgid "Match the following rule:"
632
- msgstr "Coincide con la regla siguiente:"
633
-
634
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
635
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
636
- msgid "Couldn't modify the book"
637
- msgstr "No se pudo modificar el libro"
638
-
639
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
640
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
641
- msgid "The EAN/ISBN you provided is already used in this library."
642
- msgstr "Ya se está utilizando el EAN/ISBN que proporcionó en esta biblioteca."
643
-
644
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
645
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
646
- msgid ""
647
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
648
- "correcty, and try again."
649
- msgstr ""
650
- "No se puede validar el EAN/ISBN proporcionado. Asegúrese de que está "
651
- "escrito correctamente y pruebe de nuevo."
652
-
653
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
654
- msgid "Properties"
655
- msgstr "Propiedades"
656
-
657
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
658
- msgid "Author"
659
- msgstr "Autor"
660
-
661
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
662
- msgid "Select a cover image"
663
- msgstr "Seleccione una imagen de portada"
664
-
665
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
666
- msgid "No Cover"
667
- msgstr "Sin portada"
668
-
669
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
670
- msgid "%d day"
671
- msgid_plural "%d days"
672
- msgstr[0] "%d día"
673
- msgstr[1] "%d días"
674
-
675
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
676
- msgid "Adding '%s'"
677
- msgstr "Añadiendo '_%s'"
678
-
679
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
680
- #: ../data/alexandria/glade/new_book_dialog.glade:8
681
- msgid "Adding a Book"
682
- msgstr "Añadiendo un Libro"
683
-
684
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
685
- msgid "A title must be provided."
686
- msgstr "Debe proporcionar un título."
687
-
688
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
689
- msgid "A publisher must be provided."
690
- msgstr "Debe proporcionar un editor."
691
-
692
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
693
- msgid "A binding must be provided."
694
- msgstr "Debe proporcionar un tipo de encuadernación."
695
-
696
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
697
- msgid "At least one author must be provided."
698
- msgstr "Se debe proporcionar al menos un autor."
699
-
700
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
701
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
702
- msgid "Couldn't add the book"
703
- msgstr "No se pudo añadir el libro"
704
-
705
- #: ../lib/alexandria/ui/export_dialog.rb:25
748
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
706
749
  msgid "File already exists"
707
750
  msgstr "El fichero ya existe"
708
751
 
709
- #: ../lib/alexandria/ui/export_dialog.rb:28
710
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
752
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
753
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
711
754
  msgid "_Replace"
712
755
  msgstr "_Reemplazar"
713
756
 
714
- #: ../lib/alexandria/ui/export_dialog.rb:29
757
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
715
758
  msgid ""
716
759
  "A file named '%s' already exists. Do you want to replace it with the one "
717
760
  "you are generating?"
718
761
  msgstr ""
719
762
  "El fichero '%s' ya existe. ¿Desea reemplazarlo con el que está generando?"
720
763
 
721
- #: ../lib/alexandria/ui/export_dialog.rb:52
764
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
765
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
766
+ msgstr "El libro '%s' ya existe en '%s'. ¿Desea reemplazarlo?"
767
+
768
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
769
+ msgid "_Skip"
770
+ msgstr "_Saltar"
771
+
772
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
773
+ msgid "If you replace the existing book, its contents will be overwritten."
774
+ msgstr "Su contenido se sobreescribirá si reemplaza el libro existente."
775
+
776
+ #: ../lib/alexandria/ui/export_dialog.rb:22
722
777
  msgid "Export '%s'"
723
778
  msgstr "Exportar '%s'"
724
779
 
725
- #: ../lib/alexandria/ui/export_dialog.rb:58
780
+ #: ../lib/alexandria/ui/export_dialog.rb:27
726
781
  msgid "_Export"
727
782
  msgstr "_Exportar"
728
783
 
729
- #: ../lib/alexandria/ui/export_dialog.rb:77
784
+ #: ../lib/alexandria/ui/export_dialog.rb:48
730
785
  msgid "_Theme:"
731
786
  msgstr "_Tema:"
732
787
 
733
- #: ../lib/alexandria/ui/export_dialog.rb:87
788
+ #: ../lib/alexandria/ui/export_dialog.rb:60
734
789
  msgid "directory"
735
790
  msgstr "directorio"
736
791
 
737
- #: ../lib/alexandria/ui/export_dialog.rb:100
792
+ #: ../lib/alexandria/ui/export_dialog.rb:72
738
793
  msgid "Export for_mat:"
739
794
  msgstr "For_mato de exportación:"
740
795
 
741
- #: ../lib/alexandria/ui/export_dialog.rb:155
796
+ #: ../lib/alexandria/ui/export_dialog.rb:99
797
+ msgid "Export failed"
798
+ msgstr "Falló la exportación"
799
+
800
+ #: ../lib/alexandria/ui/export_dialog.rb:122
742
801
  msgid ""
743
802
  "The target, named '%s', is a regular file. A directory is needed for this "
744
803
  "operation. Please select a directory and try again."
@@ -746,41 +805,91 @@ msgstr ""
746
805
  "El objetivo, llamado '%s', es un fichero. Esta operación requiere un "
747
806
  "directorio. Por favor, seleccione un directorio y pruebe de nuevo."
748
807
 
749
- #: ../lib/alexandria/ui/export_dialog.rb:159
750
- msgid "Not a directory"
751
- msgstr "No es un directorio"
808
+ #: ../lib/alexandria/ui/export_dialog.rb:126
809
+ msgid "Not a directory"
810
+ msgstr "No es un directorio"
811
+
812
+ #: ../lib/alexandria/ui/import_dialog.rb:23
813
+ msgid "Import a Library"
814
+ msgstr "Importar una biblioteca"
815
+
816
+ #: ../lib/alexandria/ui/import_dialog.rb:30
817
+ msgid "_Import"
818
+ msgstr "_Importar"
819
+
820
+ #: ../lib/alexandria/ui/import_dialog.rb:134
821
+ msgid "Couldn't import the library"
822
+ msgstr "No se pudo importar la biblioteca"
823
+
824
+ #: ../lib/alexandria/ui/import_dialog.rb:135
825
+ msgid ""
826
+ "The format of the file you provided is unknown. Please retry with another "
827
+ "file."
828
+ msgstr ""
829
+ "Se desconoce el formato del fichero proporcionado. Por favor, reintente con "
830
+ "otro fichero."
831
+
832
+ #: ../lib/alexandria/ui/init.rb:69
833
+ msgid "Unable to launch the help browser"
834
+ msgstr "No es posible lanzar el navegador de ayuda"
835
+
836
+ #: ../lib/alexandria/ui/init.rb:70
837
+ msgid ""
838
+ "Could not display help for Alexandria. There was an error launching the "
839
+ "system help browser."
840
+ msgstr ""
841
+ "No se pudo mostrar la ayuda de Alexandria. Ocurrió un error lanzando el "
842
+ "sistema de navegación de ayuda."
752
843
 
753
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
844
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
754
845
  msgid "Invalid ISBN '%s'"
755
846
  msgstr "ISBN no válido: '%s'"
756
847
 
757
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
758
- msgid "_Keep"
759
- msgstr "_Mantener"
760
-
761
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
848
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
849
+ #, fuzzy
762
850
  msgid ""
763
851
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
764
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
765
- "add?"
852
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
853
+ "addition?"
766
854
  msgstr ""
767
855
  "El libro titulado '%s' no posee un ISBN válido, pero aún existe en las "
768
856
  "libreríasde los proveedores.¿Desea mantener el libro pero cambiando el ISBNo "
769
857
  "prefiere cancelar y no añadir?"
770
858
 
771
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
859
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
860
+ msgid "_Keep"
861
+ msgstr "_Mantener"
862
+
863
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
864
+ msgid "New Library"
865
+ msgstr "Nueva biblioteca"
866
+
867
+ #: ../lib/alexandria/ui/listview.rb:56
868
+ #, fuzzy
869
+ msgid "Loaned To"
870
+ msgstr "Prestado"
871
+
872
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
772
873
  msgid "A problem occurred while downloading images"
773
874
  msgstr "Ha ocurrido un problema al descargar las imágenes"
774
875
 
775
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
876
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
877
+ msgid "Iter is invalid! %s"
878
+ msgstr ""
879
+
880
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
776
881
  msgid "Unable to find matches for your search"
777
882
  msgstr "No se encontraron coincidencias para la búsqueda"
778
883
 
779
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
884
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
780
885
  msgid "%s, by %s"
781
886
  msgstr "%s, por %s"
782
887
 
783
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
888
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
889
+ msgid "Copying %s into tree view."
890
+ msgstr ""
891
+
892
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
784
893
  msgid ""
785
894
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
786
895
  "correctly, and try again."
@@ -788,487 +897,389 @@ msgstr ""
788
897
  "No se puede validar el EAN/ISBN proporcionado. Asegúrese de que está "
789
898
  "escrito correctamente y pruebe de nuevo."
790
899
 
791
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
900
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
901
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
902
+ msgid "Couldn't add the book"
903
+ msgstr "No se pudo añadir el libro"
904
+
905
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
792
906
  msgid "'%s' already exists in '%s' (titled '%s')."
793
907
  msgstr "'%s' ya existe en '%s' (titulado '%s')."
794
908
 
795
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
796
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
797
- msgstr "El libro '%s' ya existe en '%s'. ¿Desea reemplazarlo?"
909
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
910
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
911
+ msgid "Adding a Book"
912
+ msgstr "Añadiendo un Libro"
798
913
 
799
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
800
- msgid "_Skip"
801
- msgstr "_Saltar"
914
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
915
+ msgid "Adding '%s'"
916
+ msgstr "Añadiendo '_%s'"
802
917
 
803
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
804
- msgid "If you replace the existing book, its contents will be overwritten."
805
- msgstr "Su contenido se sobreescribirá si reemplaza el libro existente."
918
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
919
+ msgid "A title must be provided."
920
+ msgstr "Debe proporcionar un título."
921
+
922
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
923
+ msgid "A publisher must be provided."
924
+ msgstr "Debe proporcionar un editor."
925
+
926
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
927
+ msgid "A binding must be provided."
928
+ msgstr "Debe proporcionar un tipo de encuadernación."
929
+
930
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
931
+ msgid "At least one author must be provided."
932
+ msgstr "Se debe proporcionar al menos un autor."
933
+
934
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
935
+ msgid "New Provider"
936
+ msgstr "Nuevo proveedor"
937
+
938
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
939
+ msgid "_Name:"
940
+ msgstr "_Nombre:"
941
+
942
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
943
+ msgid "_Type:"
944
+ msgstr "_Tipo:"
945
+
946
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
947
+ msgid "New Smart Library"
948
+ msgstr "Nueva biblioteca inteligente"
949
+
950
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
951
+ msgid "Smart Library"
952
+ msgstr "Biblioteca inteligente"
953
+
954
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
955
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
956
+ msgstr "¿Está seguro de que desea eliminar permanentemente el proveedor '%s'?"
957
+
958
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
959
+ msgid ""
960
+ "If you continue, the provider and all of its preferences will be permanently "
961
+ "deleted."
962
+ msgstr ""
963
+ "Si continúa, el proveedor y todas sus preferencias serán borrados de forma "
964
+ "permanente."
965
+
966
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
967
+ msgid "Preferences for %s"
968
+ msgstr "Preferencias para %s"
806
969
 
807
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
970
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
808
971
  msgid "Are you sure you want to delete '%s'?"
809
972
  msgstr "¿Está seguro de que desea eliminar '%s'?"
810
973
 
811
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
974
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
812
975
  msgid "If you continue, %d book will be deleted."
813
976
  msgid_plural "If you continue, %d books will be deleted."
814
977
  msgstr[0] "Si continúa, el libro %d será borrado."
815
978
  msgstr[1] "Si continúa, %d libros se borrarán."
816
979
 
817
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
980
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
818
981
  msgid "Are you sure you want to delete '%s' from '%s'?"
819
982
  msgstr "¿Está seguro de que desea eliminar '%s' de '%s'?"
820
983
 
821
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
984
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
822
985
  msgid "Are you sure you want to delete the selected books from '%s'?"
823
986
  msgstr "¿Está seguro que desea eliminar los libros seleccionados de '%s'?"
824
987
 
825
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
988
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
826
989
  msgid "Invalid library name '%s'"
827
990
  msgstr "Nombre de biblioteca no válido: '%s'"
828
991
 
829
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
830
- msgid "The name provided contains the disallowed character <b>%s</b> "
992
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
993
+ #, fuzzy
994
+ msgid "The name provided contains the disallowed character <b>%s</b>"
831
995
  msgstr "El nombre utilizado contiene el caracter no permitido '<b>%s</b>'."
832
996
 
833
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
997
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
834
998
  msgid "Invalid library name"
835
999
  msgstr "Nombre de biblioteca no válido"
836
1000
 
837
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1001
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
838
1002
  msgid "The name provided contains invalid characters."
839
1003
  msgstr "El nombre utilizado contiene caracteres no válidos."
840
1004
 
841
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1005
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
842
1006
  msgid "The library name can not be empty"
843
1007
  msgstr "El nombre de la biblioteca no puede estar vacío"
844
1008
 
845
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1009
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
846
1010
  msgid "The library can not be renamed"
847
1011
  msgstr "La biblioteca no puede renombrarse"
848
1012
 
849
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1013
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
850
1014
  msgid "There is already a library named '%s'. Please choose a different name."
851
1015
  msgstr ""
852
1016
  "Ya existe una biblioteca llamada '%s'. Por favor, elija un nombre diferente."
853
1017
 
854
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1018
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
855
1019
  msgid "Library"
856
1020
  msgstr "Biblioteca"
857
1021
 
858
- #: ../lib/alexandria/ui/libraries_combo.rb:44
859
- msgid "New Library"
860
- msgstr "Nueva biblioteca"
861
-
862
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
863
- msgid "Title"
864
- msgstr "Título"
865
-
866
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
867
- msgid "Authors"
868
- msgstr "Autores"
869
-
870
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
871
- msgid "ISBN"
872
- msgstr "ISBN"
873
-
874
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
875
- msgid "Publisher"
876
- msgstr "Editor"
877
-
878
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
879
- msgid "Publish Year"
880
- msgstr "Año de publicación"
881
-
882
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
883
- msgid "Binding"
884
- msgstr "Encuadernación"
885
-
886
- #: ../lib/alexandria/ui/listview.rb:110
887
- #, fuzzy
888
- msgid "Loaned To"
889
- msgstr "Prestado"
890
-
891
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
892
- #: ../lib/alexandria/smart_library.rb:361
893
- msgid "Read"
894
- msgstr "Leído"
895
-
896
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
897
- msgid "Own"
898
- msgstr "Propio"
899
-
900
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
901
- msgid "Want"
902
- msgstr "Deseado"
1022
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1023
+ msgid "Error while importing"
1024
+ msgstr "Error de importación"
903
1025
 
904
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
905
- #: ../data/alexandria/glade/preferences_dialog.glade:421
906
- msgid "Tags"
907
- msgstr "Etiquetas"
1026
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1027
+ msgid "_Continue"
1028
+ msgstr "_Continuar"
908
1029
 
909
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
910
- msgid "Rating"
911
- msgstr "Valoración"
1030
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1031
+ msgid "Empty or conflictive condition"
1032
+ msgstr "Condición vacía o errónea"
912
1033
 
913
- #: ../lib/alexandria/ui/init.rb:83
914
- msgid "Unable to launch the help browser"
915
- msgstr "No es posible lanzar el navegador de ayuda"
1034
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1035
+ msgid "_Save However"
1036
+ msgstr "Guardar a pesar de los errores"
916
1037
 
917
- #: ../lib/alexandria/ui/init.rb:84
1038
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
918
1039
  msgid ""
919
- "Could not display help for Alexandria. There was an error launching the "
920
- "system help browser."
1040
+ "This smart library contains one or more conditions which are empty or "
1041
+ "conflict with each other. This is likely to result in never matching a book. "
1042
+ "Are you sure you want to save this library?"
921
1043
  msgstr ""
922
- "No se pudo mostrar la ayuda de Alexandria. Ocurrió un error lanzando el "
923
- "sistema de navegación de ayuda."
924
-
925
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
926
- msgid "Locale"
927
- msgstr "Locale"
928
-
929
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
930
- msgid "Access key ID"
931
- msgstr "ID de la clave de acceso"
932
-
933
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
934
- msgid "Secret access key"
935
- msgstr "Clave de acceso secreta"
936
-
937
- #: ../lib/alexandria/book_providers/z3950.rb:34
938
- msgid "Hostname"
939
- msgstr "Nombre del equipo"
940
-
941
- #: ../lib/alexandria/book_providers/z3950.rb:35
942
- msgid "Port"
943
- msgstr "Puerto"
944
-
945
- #: ../lib/alexandria/book_providers/z3950.rb:36
946
- msgid "Database"
947
- msgstr "Base de datos"
948
-
949
- #: ../lib/alexandria/book_providers/z3950.rb:37
950
- msgid "Record syntax"
951
- msgstr "Sintaxis de registro"
952
-
953
- #: ../lib/alexandria/book_providers/z3950.rb:38
954
- msgid "Username"
955
- msgstr "Nombre de usuario"
956
-
957
- #: ../lib/alexandria/book_providers/z3950.rb:39
958
- msgid "Password"
959
- msgstr "Contraseña"
960
-
961
- #: ../lib/alexandria/book_providers/z3950.rb:40
962
- msgid "Charset encoding"
963
- msgstr "Codificación de caracteres"
964
-
965
- #: ../lib/alexandria/book_providers/z3950.rb:221
966
- msgid "Library of Congress (Usa)"
967
- msgstr "Biblioteca del congreso (EEUU)"
968
-
969
- #: ../lib/alexandria/book_providers/z3950.rb:255
970
- msgid "British Library"
971
- msgstr "Biblioteca Británica"
972
-
973
- #: ../lib/alexandria/export_library.rb:109
974
- msgid "Archived ONIX XML"
975
- msgstr "Archivo ONIX XML"
976
-
977
- #: ../lib/alexandria/export_library.rb:111
978
- msgid "Archived Tellico XML"
979
- msgstr "Archivo Tellico XML"
980
-
981
- #: ../lib/alexandria/export_library.rb:113
982
- msgid "BibTeX"
983
- msgstr "BibTeX"
984
-
985
- #: ../lib/alexandria/export_library.rb:114
986
- msgid "CSV list"
987
- msgstr "Lista CSV"
988
-
989
- #: ../lib/alexandria/export_library.rb:115
990
- msgid "ISBN List"
991
- msgstr "Lista ISBN"
992
-
993
- #: ../lib/alexandria/export_library.rb:116
994
- msgid "iPod Notes"
995
- msgstr "Notas iPod"
996
-
997
- #: ../lib/alexandria/export_library.rb:117
998
- msgid "HTML Web Page"
999
- msgstr "Página Web HTML"
1000
-
1001
- #: ../lib/alexandria/smart_library.rb:92
1002
- msgid "Favorite"
1003
- msgstr "Favorito"
1044
+ "Esta biblioteca inteligente contiene una o más condiciones vacías o "
1045
+ "conflictivas entre sí. Debido a esto, no coincidirá ningún libro. ¿Está "
1046
+ "usted seguro de que desea guardar esta biblioteca?"
1004
1047
 
1005
- #: ../lib/alexandria/smart_library.rb:98
1006
- msgid "Loaned"
1007
- msgstr "Prestado"
1048
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1049
+ msgid "Match"
1050
+ msgstr "Coincide con"
1008
1051
 
1009
- #: ../lib/alexandria/smart_library.rb:110
1010
- msgid "Owned"
1011
- msgstr "Propio"
1052
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1053
+ msgid "all"
1054
+ msgstr "todas"
1012
1055
 
1013
- #: ../lib/alexandria/smart_library.rb:119
1014
- msgid "Wishlist"
1015
- msgstr "Lista de los deseos"
1056
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1057
+ msgid "any"
1058
+ msgstr "al menos una de"
1016
1059
 
1017
- #: ../lib/alexandria/smart_library.rb:356
1018
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1019
- msgid "Notes"
1020
- msgstr "Notas"
1060
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1061
+ msgid "of the following rules:"
1062
+ msgstr "las siguientes reglas:"
1021
1063
 
1022
- #: ../lib/alexandria/smart_library.rb:358
1023
- msgid "Loaning State"
1024
- msgstr "Estado de prestado"
1064
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1065
+ msgid "Match the following rule:"
1066
+ msgstr "Coincide con la regla siguiente:"
1025
1067
 
1026
- #: ../lib/alexandria/smart_library.rb:359
1027
- msgid "Loaning Date"
1028
- msgstr "Fecha de préstamo"
1068
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1069
+ msgid "Type here the search criterion"
1070
+ msgstr "Escriba aquí el criterio de búsqueda"
1029
1071
 
1030
- #: ../lib/alexandria/smart_library.rb:360
1031
- msgid "Loaning Person"
1032
- msgstr "Prestado a"
1072
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1073
+ msgid "Match everything"
1074
+ msgstr "Todas las correspondencias"
1033
1075
 
1034
- #: ../lib/alexandria/smart_library.rb:362
1035
- msgid "Date Read"
1036
- msgstr "Leer fecha"
1076
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1077
+ msgid "Title contains"
1078
+ msgstr "El título contiene"
1037
1079
 
1038
- #: ../lib/alexandria/smart_library.rb:371
1039
- msgid "days"
1040
- msgstr "días"
1080
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1081
+ msgid "Authors contain"
1082
+ msgstr "Los autores contienen"
1041
1083
 
1042
- #: ../lib/alexandria/smart_library.rb:382
1043
- msgid "is set"
1044
- msgstr "está activo"
1084
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1085
+ msgid "ISBN contains"
1086
+ msgstr "El ISBN contiene"
1045
1087
 
1046
- #: ../lib/alexandria/smart_library.rb:386
1047
- msgid "is not set"
1048
- msgstr "no está activo"
1088
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1089
+ msgid "Publisher contains"
1090
+ msgstr "El editor contiene"
1049
1091
 
1050
- #: ../lib/alexandria/smart_library.rb:390
1051
- msgid "is"
1052
- msgstr "es"
1092
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1093
+ msgid "Notes contain"
1094
+ msgstr "Las notas contienen"
1053
1095
 
1054
- #: ../lib/alexandria/smart_library.rb:394
1055
- msgid "is not"
1056
- msgstr "no es"
1096
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1097
+ msgid "Tags contain"
1098
+ msgstr "Las etiquetas contienen"
1057
1099
 
1058
- #: ../lib/alexandria/smart_library.rb:398
1059
- msgid "contains"
1060
- msgstr "contiene"
1100
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1101
+ msgid "Change the search type"
1102
+ msgstr "Cambiar el tipo de búsqueda."
1061
1103
 
1062
- #: ../lib/alexandria/smart_library.rb:402
1063
- msgid "does not contain"
1064
- msgstr "no contiene"
1104
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1105
+ msgid "View as Icons"
1106
+ msgstr "Ver como iconos"
1065
1107
 
1066
- #: ../lib/alexandria/smart_library.rb:406
1067
- msgid "starts with"
1068
- msgstr "comienza por"
1108
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1109
+ msgid "View as List"
1110
+ msgstr "Ver como lista"
1069
1111
 
1070
- #: ../lib/alexandria/smart_library.rb:410
1071
- msgid "ends with"
1072
- msgstr "termina por"
1112
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1113
+ msgid "Choose how to show books"
1114
+ msgstr "Seleccionar cómo mostrar los libros"
1073
1115
 
1074
- #: ../lib/alexandria/smart_library.rb:414
1075
- msgid "is greater than"
1076
- msgstr "es mayor que"
1116
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1117
+ msgid "Library '%s' selected"
1118
+ msgstr "Biblioteca '%s' seleccionada"
1077
1119
 
1078
- #: ../lib/alexandria/smart_library.rb:418
1079
- msgid "is less than"
1080
- msgstr "es menor que"
1120
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1121
+ msgid "Library '%s' selected, %d unrated book"
1122
+ msgid_plural "Library '%s' selected, %d unrated books"
1123
+ msgstr[0] "Biblioteca '%s' seleccionada, %d libro no valorado"
1124
+ msgstr[1] "Biblioteca '%s' seleccionada, %d libros no valorados"
1081
1125
 
1082
- #: ../lib/alexandria/smart_library.rb:422
1083
- msgid "is after"
1084
- msgstr "es posterior"
1126
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1127
+ msgid "Library '%s' selected, %d book"
1128
+ msgid_plural "Library '%s' selected, %d books"
1129
+ msgstr[0] "Biblioteca '%s' seleccionada, %d libro"
1130
+ msgstr[1] "Biblioteca '%s' seleccionada, %d libros"
1085
1131
 
1086
- #: ../lib/alexandria/smart_library.rb:426
1087
- msgid "is before"
1088
- msgstr "es anterior"
1132
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1133
+ msgid "Library '%s' selected, %d book, %d unrated"
1134
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1135
+ msgstr[0] "Biblioteca '%s' seleccionada, %d libro, %d no valorado"
1136
+ msgstr[1] "Biblioteca '%s' seleccionada, %d libros, %d no valorados"
1089
1137
 
1090
- #: ../lib/alexandria/smart_library.rb:430
1091
- msgid "is in last"
1092
- msgstr "es el último"
1138
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1139
+ msgid "'%s' selected"
1140
+ msgstr "'%s' seleccionado"
1093
1141
 
1094
- #: ../lib/alexandria/smart_library.rb:450
1095
- msgid "is not in last"
1096
- msgstr "no es el último"
1142
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1143
+ msgid "%d book selected"
1144
+ msgid_plural "%d books selected"
1145
+ msgstr[0] "%d libro seleccionado"
1146
+ msgstr[1] "%d libros seleccionados"
1097
1147
 
1098
- #: ../lib/alexandria/book_providers.rb:87
1099
- msgid "Couldn't reach the provider '%s': timeout expired."
1100
- msgstr "No se pudo acceder al proveedor '%s': tiempo de espera excedido."
1148
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1149
+ msgid "unrecognized update event"
1150
+ msgstr ""
1101
1151
 
1102
- #: ../lib/alexandria/book_providers.rb:91
1103
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1104
- msgstr "No se pudo acceder al proveedor '%s': error al abrir el socket (%s)."
1152
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1153
+ #, fuzzy
1154
+ msgid "Loading libraries..."
1155
+ msgstr "Cargando '%s'..."
1105
1156
 
1106
- #: ../lib/alexandria/book_providers.rb:95
1107
- #: ../lib/alexandria/book_providers.rb:100
1157
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1108
1158
  msgid ""
1109
- "No results were found. Make sure your search criterion is spelled "
1110
- "correctly, and try again."
1159
+ "The data files for the following books are malformed or empty. Do you wish "
1160
+ "to attempt to download new information for them from the online book "
1161
+ "providers?\n"
1111
1162
  msgstr ""
1112
- "No se encontraron resultados. Asegúrese de que su criterio de búsqueda está "
1113
- "escrito correctamente y pruebe de nuevo."
1163
+ "Los fichecheros de datos de los libros siguientes se encuentra corrupta o "
1164
+ "errónea. ¿Desea tratar de descargar nueva información sobre ellos de los "
1165
+ "proveedores de libros en línea?\n"
1114
1166
 
1115
- #: ../lib/alexandria/book_providers.rb:105
1116
- msgid "Too many results for that search."
1117
- msgstr "Demasiados resultados para esa búsqueda."
1167
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1168
+ msgid "Added '%s' to library '%s'"
1169
+ msgstr "Añadidos '%s' a la biblioteca '%s'"
1118
1170
 
1119
- #: ../lib/alexandria/book_providers.rb:108
1120
- msgid "Invalid search type."
1121
- msgstr "Tipo de búsqueda no válido."
1171
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1172
+ msgid "Loading '%s'..."
1173
+ msgstr "Cargando '%s'..."
1122
1174
 
1123
- #: ../lib/alexandria/book_providers.rb:203
1124
- msgid "Enabled"
1125
- msgstr "Habilitado"
1175
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1176
+ msgid "In '_%s'"
1177
+ msgstr "A '_%s'"
1178
+
1179
+ #: ../lib/alexandria/web_themes.rb:64
1180
+ msgid "File %<file>s not found"
1181
+ msgstr ""
1126
1182
 
1127
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1183
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1128
1184
  msgid "Acquire from Scanner"
1129
1185
  msgstr "Adquirir mediante escaner"
1130
1186
 
1131
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1132
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1187
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1188
+ msgid "_Barcode Scanner Ready"
1189
+ msgstr "Scanner de códigos de _barras preparado"
1190
+
1191
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1192
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1133
1193
  msgid "Save _in:"
1134
1194
  msgstr "Guardar _en:"
1135
1195
 
1136
- #: ../data/alexandria/glade/main_app.glade:17
1137
- msgid "Main Window"
1138
- msgstr "Ventana principal"
1139
-
1140
- #: ../data/alexandria/glade/main_app.glade:32
1141
- msgid "Libraries listing."
1142
- msgstr "Listado de bibliotecas"
1143
-
1144
- #: ../data/alexandria/glade/main_app.glade:46
1145
- msgid "_Libraries:"
1146
- msgstr "Bib_liotecas:"
1196
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1197
+ msgid "by title"
1198
+ msgstr "por título"
1147
1199
 
1148
- #: ../data/alexandria/glade/main_app.glade:111
1149
- msgid "Book listing."
1150
- msgstr "Listado de libros."
1200
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1201
+ msgid "by authors"
1202
+ msgstr "por autores"
1151
1203
 
1152
- #: ../data/alexandria/glade/main_app.glade:194
1153
- msgid "Status messages."
1154
- msgstr "Mensajes de estado."
1204
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1205
+ msgid "by keyword"
1206
+ msgstr "por palabra clave"
1155
1207
 
1156
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1208
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1157
1209
  msgid "_Keep Dialog Open after Adding Book"
1158
1210
  msgstr "_Mantener el diálogo abierto tras añadir un libro"
1159
1211
 
1160
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1161
- msgid ""
1162
- "by title\n"
1163
- "by authors\n"
1164
- "by keyword"
1165
- msgstr ""
1166
- "por título\n"
1167
- "por autores\n"
1168
- "por palabra clave"
1169
-
1170
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1212
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1171
1213
  msgid "_Search:"
1172
1214
  msgstr "Bu_scar:"
1173
1215
 
1174
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1175
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1216
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1217
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1176
1218
  msgid "_ISBN:"
1177
1219
  msgstr "_ISBN:"
1178
1220
 
1179
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1180
- msgid "_Title:"
1181
- msgstr "_Título:"
1182
-
1183
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1184
- msgid "_Publisher:"
1185
- msgstr "_Editor:"
1186
-
1187
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1188
- msgid "Add an author"
1189
- msgstr "Añadir un autor"
1190
-
1191
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1192
- msgid "Remove an author"
1193
- msgstr "Eliminar un autor"
1194
-
1195
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1196
- msgid "_Authors:"
1197
- msgstr "_Autores:"
1198
-
1199
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1200
- msgid "_Binding:"
1201
- msgstr "E_ncuadernación:"
1202
-
1203
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1204
- msgid "Publish _year:"
1205
- msgstr "Año de _publicación:"
1206
-
1207
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1208
- msgid "Tags:"
1209
- msgstr "Palabras clave:"
1210
-
1211
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1212
- msgid "_Cover:"
1213
- msgstr "_Portada:"
1221
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1222
+ msgid "Preferences"
1223
+ msgstr "Preferencias"
1214
1224
 
1215
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1216
- msgid "Click to pick a cover"
1217
- msgstr "Pulse para seleccionar una portada"
1225
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1226
+ msgid "<b>Visible Columns</b>"
1227
+ msgstr "<b>Columnas visibles</b>"
1218
1228
 
1219
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1220
- msgid "Own it?"
1221
- msgstr "¿Lo tiene?"
1229
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1230
+ msgid "_Authors"
1231
+ msgstr "_Autores"
1222
1232
 
1223
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1224
- msgid "Read it?"
1225
- msgstr "¿Leído?"
1233
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1234
+ msgid "_ISBN"
1235
+ msgstr "_ISBN"
1226
1236
 
1227
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1228
- msgid "Want it?"
1229
- msgstr "¿Lo quiere?"
1237
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1238
+ msgid "_Publisher"
1239
+ msgstr "_Editor"
1230
1240
 
1231
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1232
- msgid "Click on the stars to rate the book"
1233
- msgstr "Pulse sobre las estrellas para valorar el libro"
1241
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1242
+ msgid "_Rating"
1243
+ msgstr "_Valoración"
1234
1244
 
1235
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1236
- msgid "Rating:"
1237
- msgstr "Valoración:"
1245
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1246
+ msgid "_Binding"
1247
+ msgstr "E_ncuadernación"
1238
1248
 
1239
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1240
- msgid "General"
1241
- msgstr "General"
1249
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1250
+ msgid "Publish _year"
1251
+ msgstr "Año de publicación"
1242
1252
 
1243
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1244
- msgid "This book is _loaned"
1245
- msgstr "Este _libro está prestado"
1253
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1254
+ msgid "Read?"
1255
+ msgstr "¿Leer?"
1246
1256
 
1247
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1248
- msgid "_To:"
1249
- msgstr "_A:"
1257
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1258
+ msgid "Own?"
1259
+ msgstr "¿Propietario?"
1250
1260
 
1251
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1252
- msgid "_Since:"
1253
- msgstr "_Desde:"
1261
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1262
+ msgid "Want?"
1263
+ msgstr "¿Quiere?"
1254
1264
 
1255
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1256
- msgid "Loaning"
1265
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1266
+ #, fuzzy
1267
+ msgid "Loaned to"
1257
1268
  msgstr "Prestado"
1258
1269
 
1259
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1260
- msgid "Preferences"
1261
- msgstr "Preferencias"
1270
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1271
+ msgid "_List View"
1272
+ msgstr "Ver como _lista"
1262
1273
 
1263
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1274
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1264
1275
  msgid "<b>Book Data Providers</b>"
1265
1276
  msgstr "<b>Proveedores de datos de libros</b>"
1266
1277
 
1267
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1278
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1268
1279
  msgid "_Setup"
1269
1280
  msgstr "C_onfiguración"
1270
1281
 
1271
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1282
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1272
1283
  msgid ""
1273
1284
  "Providers are libraries that supply information about books. Some of them "
1274
1285
  "can be configured to get better results. You can also customize the order "
@@ -1278,11 +1289,11 @@ msgstr ""
1278
1289
  "Algunos de ellos pueden configurarse para obtener mejores resultados. "
1279
1290
  "También se puede personalizar el orden en que son consultados."
1280
1291
 
1281
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1292
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1282
1293
  msgid "Custom _Z39.50 Providers"
1283
1294
  msgstr "Proveedor _Z39.50 personalizado"
1284
1295
 
1285
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1296
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1286
1297
  msgid ""
1287
1298
  "Add and remove your own Z39.50 providers.\n"
1288
1299
  "Requires the Ruby/ZOOM software library."
@@ -1290,58 +1301,113 @@ msgstr ""
1290
1301
  "Añadir o eliminar sus propios proveedores Z39.50.\n"
1291
1302
  "Requiere la librería de software Ruby/ZOOM."
1292
1303
 
1293
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1304
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1294
1305
  msgid "_Providers"
1295
1306
  msgstr "_Proveedores"
1296
1307
 
1297
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1298
- msgid "<b>Visible Columns</b>"
1299
- msgstr "<b>Columnas visibles</b>"
1308
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1309
+ #, fuzzy
1310
+ msgid "<b>Barcode Scanner Device</b>"
1311
+ msgstr "Scanner de códigos de _barras preparado"
1300
1312
 
1301
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1302
- msgid "_Authors"
1303
- msgstr "_Autores"
1313
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1314
+ msgid "_Device type:"
1315
+ msgstr ""
1304
1316
 
1305
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1306
- msgid "_ISBN"
1307
- msgstr "_ISBN"
1317
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1318
+ msgid "<b>Sound Effects</b>"
1319
+ msgstr ""
1308
1320
 
1309
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1310
- msgid "_Publisher"
1311
- msgstr "_Editor"
1321
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1322
+ #, fuzzy
1323
+ msgid "Scanning"
1324
+ msgstr "Prestado"
1312
1325
 
1313
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1314
- msgid "_Rating"
1315
- msgstr "_Valoración"
1326
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1327
+ msgid "Good Scan / Bad Scan"
1328
+ msgstr ""
1316
1329
 
1317
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1318
- msgid "_Binding"
1319
- msgstr "E_ncuadernación"
1330
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1331
+ #, fuzzy
1332
+ msgid "_Barcode Scanner"
1333
+ msgstr "Scanner de códigos de _barras preparado"
1320
1334
 
1321
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1322
- msgid "Publish _year"
1323
- msgstr "Año de publicación"
1335
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1336
+ msgid "_Libraries:"
1337
+ msgstr "Bib_liotecas:"
1324
1338
 
1325
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1326
- msgid "Read?"
1327
- msgstr "¿Leer?"
1339
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1340
+ msgid "_Title:"
1341
+ msgstr "_Título:"
1328
1342
 
1329
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1330
- msgid "Own?"
1331
- msgstr "¿Propietario?"
1343
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1344
+ msgid "_Authors:"
1345
+ msgstr "_Autores:"
1332
1346
 
1333
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1334
- msgid "Want?"
1335
- msgstr "¿Quiere?"
1347
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1348
+ msgid "Tags:"
1349
+ msgstr "Palabras clave:"
1350
+
1351
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1352
+ msgid "_Binding:"
1353
+ msgstr "E_ncuadernación:"
1354
+
1355
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1356
+ msgid "Publish _year:"
1357
+ msgstr "Año de _publicación:"
1358
+
1359
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1360
+ msgid "_Publisher:"
1361
+ msgstr "_Editor:"
1362
+
1363
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1364
+ msgid "_Cover:"
1365
+ msgstr "_Portada:"
1366
+
1367
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1368
+ msgid "Rating:"
1369
+ msgstr "Valoración:"
1336
1370
 
1337
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1371
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1372
+ msgid "Want it?"
1373
+ msgstr "¿Lo quiere?"
1374
+
1375
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1376
+ msgid "Read it?"
1377
+ msgstr "¿Leído?"
1378
+
1379
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1338
1380
  #, fuzzy
1339
- msgid "Loaned to"
1340
- msgstr "Prestado"
1381
+ msgid "Select Date"
1382
+ msgstr "Seleccion_ar todo"
1341
1383
 
1342
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1343
- msgid "_List View"
1344
- msgstr "Ver como _lista"
1384
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1385
+ msgid "Clear Date"
1386
+ msgstr ""
1387
+
1388
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1389
+ msgid "Own it?"
1390
+ msgstr "¿Lo tiene?"
1391
+
1392
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1393
+ msgid "General"
1394
+ msgstr "General"
1395
+
1396
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1397
+ msgid "This book is _loaned"
1398
+ msgstr "Este _libro está prestado"
1399
+
1400
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1401
+ msgid "_To:"
1402
+ msgstr "_A:"
1403
+
1404
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1405
+ msgid "_Since:"
1406
+ msgstr "_Desde:"
1407
+
1408
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1409
+ msgid "Loaning"
1410
+ msgstr "Prestado"
1345
1411
 
1346
1412
  #: ../alexandria.desktop.in.h:1
1347
1413
  msgid "Alexandria Book Collection Manager"
@@ -1355,6 +1421,67 @@ msgstr "Gestor de colecciones de libros"
1355
1421
  msgid "Manage your book collection"
1356
1422
  msgstr "Organiza tu colección de libros"
1357
1423
 
1424
+ #~ msgid "Unable to launch the web browser"
1425
+ #~ msgstr "No es posible lanzar el navegador web"
1426
+
1427
+ #~ msgid ""
1428
+ #~ "Check out that a web browser is configured as default (Desktop "
1429
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1430
+ #~ msgstr ""
1431
+ #~ "Compruebe que existe un navegador web configurado por defecto (Escritorio "
1432
+ #~ "-> Preferencias -> Aplicaciones Preferidas) y pruebe de nuevo."
1433
+
1434
+ #~ msgid "Unable to launch the mail reader"
1435
+ #~ msgstr "No es posible lanzar el lector de correo"
1436
+
1437
+ #~ msgid ""
1438
+ #~ "Check out that a mail reader is configured as default (Desktop "
1439
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1440
+ #~ msgstr ""
1441
+ #~ "Compruebe que existe un lector de correo configurado por omisión "
1442
+ #~ "(Aplicaciones -> Preferencias de escritorio -> Avanzadas -> Aplicaciones "
1443
+ #~ "preferidas) y pruebe de nuevo."
1444
+
1445
+ #~ msgid "Repair Book Data"
1446
+ #~ msgstr "Reparar información de libros"
1447
+
1448
+ #~ msgid "Try letting this library load completely before exporting."
1449
+ #~ msgstr ""
1450
+ #~ "Intente dejar que esta biblioteca cargue completamente antes de exportar."
1451
+
1452
+ #~ msgid "There's a problem"
1453
+ #~ msgstr "Hay un problema"
1454
+
1455
+ #~ msgid "Disable Provider"
1456
+ #~ msgstr "Deshabilitar proveedor"
1457
+
1458
+ #~ msgid "Enable Provider"
1459
+ #~ msgstr "Habilitar proveedor"
1460
+
1461
+ #~ msgid "Main Window"
1462
+ #~ msgstr "Ventana principal"
1463
+
1464
+ #~ msgid "Libraries listing."
1465
+ #~ msgstr "Listado de bibliotecas"
1466
+
1467
+ #~ msgid "Book listing."
1468
+ #~ msgstr "Listado de libros."
1469
+
1470
+ #~ msgid "Status messages."
1471
+ #~ msgstr "Mensajes de estado."
1472
+
1473
+ #~ msgid "Add an author"
1474
+ #~ msgstr "Añadir un autor"
1475
+
1476
+ #~ msgid "Remove an author"
1477
+ #~ msgstr "Eliminar un autor"
1478
+
1479
+ #~ msgid "Click to pick a cover"
1480
+ #~ msgstr "Pulse para seleccionar una portada"
1481
+
1482
+ #~ msgid "Click on the stars to rate the book"
1483
+ #~ msgstr "Pulse sobre las estrellas para valorar el libro"
1484
+
1358
1485
  #~ msgid "Language"
1359
1486
  #~ msgstr "Idioma"
1360
1487
 
@@ -1367,6 +1494,3 @@ msgstr "Organiza tu colección de libros"
1367
1494
  #, fuzzy
1368
1495
  #~ msgid "Couldn't add these books"
1369
1496
  #~ msgstr "No se pudo añadir el libro"
1370
-
1371
- #~ msgid "Associate ID"
1372
- #~ msgstr "ID asociado"