alexandria-book-collection-manager 0.7.5 → 0.7.9

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