alexandria-book-collection-manager 0.7.8 → 0.7.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +45 -50
  3. data/.rubocop.yml +18 -5
  4. data/.rubocop_todo.yml +29 -22
  5. data/CHANGELOG.md +29 -0
  6. data/ChangeLog.0 +19 -19
  7. data/INSTALL.md +3 -5
  8. data/README.md +0 -5
  9. data/Rakefile +11 -11
  10. data/alexandria-book-collection-manager.gemspec +35 -34
  11. data/doc/FAQ +2 -2
  12. data/lib/alexandria/about.rb +1 -1
  13. data/lib/alexandria/book_providers/bl_provider.rb +88 -0
  14. data/lib/alexandria/book_providers/loc_provider.rb +38 -0
  15. data/lib/alexandria/book_providers/pseudomarc.rb +1 -1
  16. data/lib/alexandria/book_providers/sbn_provider.rb +108 -0
  17. data/lib/alexandria/book_providers/thalia_provider.rb +1 -1
  18. data/lib/alexandria/book_providers/web.rb +2 -2
  19. data/lib/alexandria/book_providers/worldcat.rb +9 -7
  20. data/lib/alexandria/book_providers/z3950_provider.rb +199 -0
  21. data/lib/alexandria/book_providers.rb +10 -25
  22. data/lib/alexandria/default_preferences.rb +1 -1
  23. data/lib/alexandria/export_library.rb +10 -10
  24. data/lib/alexandria/image_fetcher.rb +25 -0
  25. data/lib/alexandria/import_library.rb +9 -9
  26. data/lib/alexandria/library_store.rb +3 -4
  27. data/lib/alexandria/models/book.rb +13 -0
  28. data/lib/alexandria/models/library.rb +13 -21
  29. data/lib/alexandria/preferences.rb +4 -6
  30. data/lib/alexandria/scanners/cue_cat.rb +1 -1
  31. data/lib/alexandria/ui/about_dialog.rb +1 -1
  32. data/lib/alexandria/ui/acquire_dialog.rb +6 -9
  33. data/lib/alexandria/ui/barcode_animation.rb +1 -1
  34. data/lib/alexandria/ui/book_properties_dialog_base.rb +2 -6
  35. data/lib/alexandria/ui/completion_models.rb +1 -5
  36. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +1 -1
  37. data/lib/alexandria/ui/listview.rb +1 -1
  38. data/lib/alexandria/ui/multi_drag_treeview.rb +1 -1
  39. data/lib/alexandria/ui/new_book_dialog.rb +11 -13
  40. data/lib/alexandria/ui/new_book_dialog_manual.rb +1 -1
  41. data/lib/alexandria/ui/preferences_dialog.rb +2 -2
  42. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +1 -1
  43. data/lib/alexandria/ui/really_delete_dialog.rb +1 -1
  44. data/lib/alexandria/ui/ui_manager.rb +14 -22
  45. data/lib/alexandria/version.rb +1 -1
  46. data/po/cs.po +90 -125
  47. data/po/cy.po +87 -125
  48. data/po/de.po +96 -125
  49. data/po/el.po +96 -125
  50. data/po/es.po +96 -125
  51. data/po/fr.po +90 -125
  52. data/po/ga.po +83 -124
  53. data/po/gl.po +90 -125
  54. data/po/it.po +90 -125
  55. data/po/ja.po +90 -125
  56. data/po/mk.po +96 -125
  57. data/po/nb.po +90 -125
  58. data/po/nl.po +107 -124
  59. data/po/pl.po +113 -124
  60. data/po/pt.po +90 -125
  61. data/po/pt_BR.po +90 -125
  62. data/po/ru.po +92 -124
  63. data/po/sk.po +90 -125
  64. data/po/sv.po +90 -125
  65. data/po/uk.po +90 -125
  66. data/po/zh_TW.po +90 -125
  67. data/schemas/alexandria.schemas +1 -1
  68. data/share/gnome/help/alexandria/C/adding-books.xml +3 -4
  69. data/share/gnome/help/alexandria/C/introduction.xml +0 -16
  70. data/share/gnome/help/alexandria/C/searching.xml +1 -4
  71. data/share/gnome/help/alexandria/C/settings.xml +0 -30
  72. data/share/gnome/help/alexandria/fr/alexandria.xml +4 -159
  73. data/share/gnome/help/alexandria/ja/adding-books.xml +1 -1
  74. data/share/gnome/help/alexandria/ja/introduction.xml +0 -15
  75. data/share/gnome/help/alexandria/ja/searching.xml +3 -7
  76. data/share/gnome/help/alexandria/ja/settings.xml +0 -27
  77. data/spec/alexandria/book_providers/bl_provider_spec.rb +13 -0
  78. data/spec/alexandria/book_providers/loc_provider_spec.rb +17 -0
  79. data/spec/alexandria/book_providers/sbn_provider_spec.rb +13 -0
  80. data/spec/alexandria/book_providers_spec.rb +0 -81
  81. data/spec/alexandria/library_spec.rb +20 -2
  82. data/spec/alexandria/ui/import_dialog_spec.rb +1 -1
  83. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +1 -1
  84. data/spec/alexandria/ui/preferences_dialog_spec.rb +1 -1
  85. data/spec/alexandria/ui/ui_manager_spec.rb +78 -2
  86. data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +2 -0
  87. data/util/rake/fileinstall.rb +4 -4
  88. data/util/rake/omfgenerate.rb +1 -1
  89. metadata +69 -55
  90. data/lib/alexandria/book_providers/adlibris.rb +0 -191
  91. data/lib/alexandria/book_providers/amazon_aws.rb +0 -239
  92. data/lib/alexandria/book_providers/amazon_ecs_util.rb +0 -373
  93. data/lib/alexandria/book_providers/barnes_and_noble.rb +0 -209
  94. data/lib/alexandria/book_providers/proxis.rb +0 -176
  95. data/lib/alexandria/book_providers/siciliano.rb +0 -256
  96. data/lib/alexandria/book_providers/z3950.rb +0 -408
data/po/es.po CHANGED
@@ -9,7 +9,7 @@ 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: 2020-09-13 14:52+0200\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"
@@ -24,16 +24,15 @@ msgstr ""
24
24
  msgid "A program to help you manage your book collection."
25
25
  msgstr "Un programa para ayudarle a organizar su colección de libros"
26
26
 
27
- #: ../lib/alexandria/book_providers.rb:91
27
+ #: ../lib/alexandria/book_providers.rb:95
28
28
  msgid "Couldn't reach the provider '%s': timeout expired."
29
29
  msgstr "No se pudo acceder al proveedor '%s': tiempo de espera excedido."
30
30
 
31
- #: ../lib/alexandria/book_providers.rb:95
31
+ #: ../lib/alexandria/book_providers.rb:99
32
32
  msgid "Couldn't reach the provider '%s': socket error (%s)."
33
33
  msgstr "No se pudo acceder al proveedor '%s': error al abrir el socket (%s)."
34
34
 
35
- #: ../lib/alexandria/book_providers.rb:99
36
- #: ../lib/alexandria/book_providers.rb:104
35
+ #: ../lib/alexandria/book_providers.rb:103
37
36
  msgid ""
38
37
  "No results were found. Make sure your search criterion is spelled "
39
38
  "correctly, and try again."
@@ -41,59 +40,18 @@ msgstr ""
41
40
  "No se encontraron resultados. Asegúrese de que su criterio de búsqueda está "
42
41
  "escrito correctamente y pruebe de nuevo."
43
42
 
44
- #: ../lib/alexandria/book_providers.rb:109
43
+ #: ../lib/alexandria/book_providers.rb:108
45
44
  msgid "Too many results for that search."
46
45
  msgstr "Demasiados resultados para esa búsqueda."
47
46
 
48
- #: ../lib/alexandria/book_providers.rb:112
47
+ #: ../lib/alexandria/book_providers.rb:111
49
48
  msgid "Invalid search type."
50
49
  msgstr "Tipo de búsqueda no válido."
51
50
 
52
- #: ../lib/alexandria/book_providers.rb:206
51
+ #: ../lib/alexandria/book_providers.rb:205
53
52
  msgid "Enabled"
54
53
  msgstr "Habilitado"
55
54
 
56
- #: ../lib/alexandria/book_providers/adlibris.rb:111
57
- msgid "title not found on page"
58
- msgstr ""
59
-
60
- #: ../lib/alexandria/book_providers/amazon_aws.rb:26
61
- msgid "Locale"
62
- msgstr "Locale"
63
-
64
- #: ../lib/alexandria/book_providers/amazon_aws.rb:27
65
- msgid "Access key ID"
66
- msgstr "ID de la clave de acceso"
67
-
68
- #: ../lib/alexandria/book_providers/amazon_aws.rb:28
69
- msgid "Secret access key"
70
- msgstr "Clave de acceso secreta"
71
-
72
- #: ../lib/alexandria/book_providers/amazon_aws.rb:29
73
- #, fuzzy
74
- msgid "Associate Tag"
75
- msgstr "ID asociado"
76
-
77
- #: ../lib/alexandria/book_providers/amazon_aws.rb:59
78
- msgid "Provide secret key for your Amazon AWS account."
79
- msgstr ""
80
-
81
- #: ../lib/alexandria/book_providers/amazon_aws.rb:149
82
- msgid "No products"
83
- msgstr ""
84
-
85
- #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
86
- msgid "HTTP Response: %<code>s %<message>s"
87
- msgstr ""
88
-
89
- #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
90
- msgid "Invalid country '%<country>s'"
91
- msgstr ""
92
-
93
- #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
94
- msgid "HTTP redirect too deep"
95
- msgstr ""
96
-
97
55
  #: ../lib/alexandria/book_providers/z3950.rb:22
98
56
  msgid "Hostname"
99
57
  msgstr "Nombre del equipo"
@@ -130,7 +88,7 @@ msgstr "Biblioteca del congreso (EEUU)"
130
88
  msgid "British Library"
131
89
  msgstr "Biblioteca Británica"
132
90
 
133
- #: ../lib/alexandria/book_providers/z3950.rb:376
91
+ #: ../lib/alexandria/book_providers/z3950.rb:374
134
92
  #, fuzzy
135
93
  msgid "Invalid ISBN"
136
94
  msgstr "ISBN no válido: '%s'"
@@ -207,11 +165,11 @@ msgstr ""
207
165
  msgid "%<file>s pub year is not okay"
208
166
  msgstr ""
209
167
 
210
- #: ../lib/alexandria/models/library.rb:40
168
+ #: ../lib/alexandria/models/library.rb:42
211
169
  msgid "Untitled"
212
170
  msgstr "Sin Título"
213
171
 
214
- #: ../lib/alexandria/models/library.rb:288
172
+ #: ../lib/alexandria/models/library.rb:284
215
173
  msgid "Book %<isbn>s was already deleted"
216
174
  msgstr ""
217
175
 
@@ -374,52 +332,52 @@ msgstr "no es el último"
374
332
  msgid "invalid operand klass %<klass>s"
375
333
  msgstr ""
376
334
 
377
- #: ../lib/alexandria/ui/acquire_dialog.rb:202
335
+ #: ../lib/alexandria/ui/acquire_dialog.rb:206
378
336
  msgid "There was %d duplicate"
379
337
  msgid_plural "There were %d duplicates"
380
338
  msgstr[0] "Había %d duplicado"
381
339
  msgstr[1] "Había %d duplicados"
382
340
 
383
- #: ../lib/alexandria/ui/acquire_dialog.rb:205
341
+ #: ../lib/alexandria/ui/acquire_dialog.rb:209
384
342
  msgid "Couldn't add this book"
385
343
  msgid_plural "Couldn't add these books"
386
344
  msgstr[0] "No se pudo añadir este libro"
387
345
  msgstr[1] "No se pudieron añadir estos libros"
388
346
 
389
- #: ../lib/alexandria/ui/acquire_dialog.rb:284
390
- #: ../lib/alexandria/ui/new_book_dialog.rb:500
347
+ #: ../lib/alexandria/ui/acquire_dialog.rb:288
348
+ #: ../lib/alexandria/ui/new_book_dialog.rb:498
391
349
  msgid "Searching Provider '%s'..."
392
350
  msgstr "Buscando en el proveedor '%s'"
393
351
 
394
- #: ../lib/alexandria/ui/acquire_dialog.rb:285
395
- #: ../lib/alexandria/ui/new_book_dialog.rb:501
352
+ #: ../lib/alexandria/ui/acquire_dialog.rb:289
353
+ #: ../lib/alexandria/ui/new_book_dialog.rb:499
396
354
  msgid "Error while Searching Provider '%s'"
397
355
  msgstr "Error al buscar en el proveedor '%s'"
398
356
 
399
- #: ../lib/alexandria/ui/acquire_dialog.rb:286
400
- #: ../lib/alexandria/ui/new_book_dialog.rb:502
357
+ #: ../lib/alexandria/ui/acquire_dialog.rb:290
358
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
401
359
  msgid "Not Found at Provider '%s'"
402
360
  msgstr "No se ha encontrado en el proveedor '%s'"
403
361
 
404
- #: ../lib/alexandria/ui/acquire_dialog.rb:287
405
- #: ../lib/alexandria/ui/new_book_dialog.rb:503
362
+ #: ../lib/alexandria/ui/acquire_dialog.rb:291
363
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
406
364
  msgid "Found at Provider '%s'"
407
365
  msgstr "Encontrado en el proveedor '%s'"
408
366
 
409
- #: ../lib/alexandria/ui/acquire_dialog.rb:406
367
+ #: ../lib/alexandria/ui/acquire_dialog.rb:403
410
368
  msgid "Ready to use %s barcode scanner"
411
369
  msgstr "Preparado para usar el lector de códigos de barras %s"
412
370
 
413
- #: ../lib/alexandria/ui/acquire_dialog.rb:430
371
+ #: ../lib/alexandria/ui/acquire_dialog.rb:427
414
372
  msgid "Click below to scan _barcodes"
415
373
  msgstr "Pulse para adquirir códigos de _barras"
416
374
 
417
- #: ../lib/alexandria/ui/book_properties_dialog.rb:112
418
- #: ../lib/alexandria/ui/book_properties_dialog.rb:122
375
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:111
376
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:121
419
377
  msgid "Couldn't modify the book"
420
378
  msgstr "No se pudo modificar el libro"
421
379
 
422
- #: ../lib/alexandria/ui/book_properties_dialog.rb:113
380
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
423
381
  #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
424
382
  msgid ""
425
383
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
@@ -428,39 +386,39 @@ msgstr ""
428
386
  "No se puede validar el EAN/ISBN proporcionado. Asegúrese de que está "
429
387
  "escrito correctamente y pruebe de nuevo."
430
388
 
431
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
389
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
432
390
  #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
433
391
  msgid "The EAN/ISBN you provided is already used in this library."
434
392
  msgstr "Ya se está utilizando el EAN/ISBN que proporcionó en esta biblioteca."
435
393
 
436
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
394
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
437
395
  msgid "Properties"
438
396
  msgstr "Propiedades"
439
397
 
440
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
398
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:106
441
399
  #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
442
400
  msgid "Properties for '%s'"
443
401
  msgstr "Propieadades para '%s'"
444
402
 
445
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
403
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
446
404
  msgid "Author"
447
405
  msgstr "Autor"
448
406
 
449
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
407
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:160
450
408
  msgid "Select a cover image"
451
409
  msgstr "Seleccione una imagen de portada"
452
410
 
453
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
411
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
454
412
  msgid "No Cover"
455
413
  msgstr "Sin portada"
456
414
 
457
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
415
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:242
458
416
  msgid "%d day"
459
417
  msgid_plural "%d days"
460
418
  msgstr[0] "%d día"
461
419
  msgstr[1] "%d días"
462
420
 
463
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
421
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:268
464
422
  msgid "out of range"
465
423
  msgstr ""
466
424
 
@@ -773,31 +731,31 @@ msgstr "_Saltar"
773
731
  msgid "If you replace the existing book, its contents will be overwritten."
774
732
  msgstr "Su contenido se sobreescribirá si reemplaza el libro existente."
775
733
 
776
- #: ../lib/alexandria/ui/export_dialog.rb:22
734
+ #: ../lib/alexandria/ui/export_dialog.rb:24
777
735
  msgid "Export '%s'"
778
736
  msgstr "Exportar '%s'"
779
737
 
780
- #: ../lib/alexandria/ui/export_dialog.rb:27
738
+ #: ../lib/alexandria/ui/export_dialog.rb:29
781
739
  msgid "_Export"
782
740
  msgstr "_Exportar"
783
741
 
784
- #: ../lib/alexandria/ui/export_dialog.rb:48
742
+ #: ../lib/alexandria/ui/export_dialog.rb:50
785
743
  msgid "_Theme:"
786
744
  msgstr "_Tema:"
787
745
 
788
- #: ../lib/alexandria/ui/export_dialog.rb:60
746
+ #: ../lib/alexandria/ui/export_dialog.rb:62
789
747
  msgid "directory"
790
748
  msgstr "directorio"
791
749
 
792
- #: ../lib/alexandria/ui/export_dialog.rb:72
750
+ #: ../lib/alexandria/ui/export_dialog.rb:74
793
751
  msgid "Export for_mat:"
794
752
  msgstr "For_mato de exportación:"
795
753
 
796
- #: ../lib/alexandria/ui/export_dialog.rb:99
754
+ #: ../lib/alexandria/ui/export_dialog.rb:101
797
755
  msgid "Export failed"
798
756
  msgstr "Falló la exportación"
799
757
 
800
- #: ../lib/alexandria/ui/export_dialog.rb:122
758
+ #: ../lib/alexandria/ui/export_dialog.rb:125
801
759
  msgid ""
802
760
  "The target, named '%s', is a regular file. A directory is needed for this "
803
761
  "operation. Please select a directory and try again."
@@ -805,7 +763,7 @@ msgstr ""
805
763
  "El objetivo, llamado '%s', es un fichero. Esta operación requiere un "
806
764
  "directorio. Por favor, seleccione un directorio y pruebe de nuevo."
807
765
 
808
- #: ../lib/alexandria/ui/export_dialog.rb:126
766
+ #: ../lib/alexandria/ui/export_dialog.rb:129
809
767
  msgid "Not a directory"
810
768
  msgstr "No es un directorio"
811
769
 
@@ -829,11 +787,11 @@ msgstr ""
829
787
  "Se desconoce el formato del fichero proporcionado. Por favor, reintente con "
830
788
  "otro fichero."
831
789
 
832
- #: ../lib/alexandria/ui/init.rb:69
790
+ #: ../lib/alexandria/ui/init.rb:70
833
791
  msgid "Unable to launch the help browser"
834
792
  msgstr "No es posible lanzar el navegador de ayuda"
835
793
 
836
- #: ../lib/alexandria/ui/init.rb:70
794
+ #: ../lib/alexandria/ui/init.rb:71
837
795
  msgid ""
838
796
  "Could not display help for Alexandria. There was an error launching the "
839
797
  "system help browser."
@@ -869,27 +827,27 @@ msgstr "Nueva biblioteca"
869
827
  msgid "Loaned To"
870
828
  msgstr "Prestado"
871
829
 
872
- #: ../lib/alexandria/ui/new_book_dialog.rb:153
830
+ #: ../lib/alexandria/ui/new_book_dialog.rb:155
873
831
  msgid "A problem occurred while downloading images"
874
832
  msgstr "Ha ocurrido un problema al descargar las imágenes"
875
833
 
876
- #: ../lib/alexandria/ui/new_book_dialog.rb:193
834
+ #: ../lib/alexandria/ui/new_book_dialog.rb:194
877
835
  msgid "Iter is invalid! %s"
878
836
  msgstr ""
879
837
 
880
- #: ../lib/alexandria/ui/new_book_dialog.rb:267
838
+ #: ../lib/alexandria/ui/new_book_dialog.rb:266
881
839
  msgid "Unable to find matches for your search"
882
840
  msgstr "No se encontraron coincidencias para la búsqueda"
883
841
 
884
- #: ../lib/alexandria/ui/new_book_dialog.rb:303
842
+ #: ../lib/alexandria/ui/new_book_dialog.rb:302
885
843
  msgid "%s, by %s"
886
844
  msgstr "%s, por %s"
887
845
 
888
- #: ../lib/alexandria/ui/new_book_dialog.rb:309
846
+ #: ../lib/alexandria/ui/new_book_dialog.rb:308
889
847
  msgid "Copying %s into tree view."
890
848
  msgstr ""
891
849
 
892
- #: ../lib/alexandria/ui/new_book_dialog.rb:337
850
+ #: ../lib/alexandria/ui/new_book_dialog.rb:336
893
851
  msgid ""
894
852
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
895
853
  "correctly, and try again."
@@ -897,12 +855,12 @@ msgstr ""
897
855
  "No se puede validar el EAN/ISBN proporcionado. Asegúrese de que está "
898
856
  "escrito correctamente y pruebe de nuevo."
899
857
 
900
- #: ../lib/alexandria/ui/new_book_dialog.rb:466
858
+ #: ../lib/alexandria/ui/new_book_dialog.rb:464
901
859
  #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
902
860
  msgid "Couldn't add the book"
903
861
  msgstr "No se pudo añadir el libro"
904
862
 
905
- #: ../lib/alexandria/ui/new_book_dialog.rb:572
863
+ #: ../lib/alexandria/ui/new_book_dialog.rb:570
906
864
  msgid "'%s' already exists in '%s' (titled '%s')."
907
865
  msgstr "'%s' ya existe en '%s' (titulado '%s')."
908
866
 
@@ -1027,15 +985,15 @@ msgstr "Error de importación"
1027
985
  msgid "_Continue"
1028
986
  msgstr "_Continuar"
1029
987
 
1030
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
988
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:97
1031
989
  msgid "Empty or conflictive condition"
1032
990
  msgstr "Condición vacía o errónea"
1033
991
 
1034
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
992
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
1035
993
  msgid "_Save However"
1036
994
  msgstr "Guardar a pesar de los errores"
1037
995
 
1038
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
996
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
1039
997
  msgid ""
1040
998
  "This smart library contains one or more conditions which are empty or "
1041
999
  "conflict with each other. This is likely to result in never matching a book. "
@@ -1045,116 +1003,116 @@ msgstr ""
1045
1003
  "conflictivas entre sí. Debido a esto, no coincidirá ningún libro. ¿Está "
1046
1004
  "usted seguro de que desea guardar esta biblioteca?"
1047
1005
 
1048
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1006
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
1049
1007
  msgid "Match"
1050
1008
  msgstr "Coincide con"
1051
1009
 
1052
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1010
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1053
1011
  msgid "all"
1054
1012
  msgstr "todas"
1055
1013
 
1056
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1014
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1057
1015
  msgid "any"
1058
1016
  msgstr "al menos una de"
1059
1017
 
1060
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1018
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:131
1061
1019
  msgid "of the following rules:"
1062
1020
  msgstr "las siguientes reglas:"
1063
1021
 
1064
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1022
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:139
1065
1023
  msgid "Match the following rule:"
1066
1024
  msgstr "Coincide con la regla siguiente:"
1067
1025
 
1068
- #: ../lib/alexandria/ui/ui_manager.rb:130
1026
+ #: ../lib/alexandria/ui/ui_manager.rb:132
1069
1027
  msgid "Type here the search criterion"
1070
1028
  msgstr "Escriba aquí el criterio de búsqueda"
1071
1029
 
1072
- #: ../lib/alexandria/ui/ui_manager.rb:141
1030
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1073
1031
  msgid "Match everything"
1074
1032
  msgstr "Todas las correspondencias"
1075
1033
 
1076
- #: ../lib/alexandria/ui/ui_manager.rb:143
1034
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1077
1035
  msgid "Title contains"
1078
1036
  msgstr "El título contiene"
1079
1037
 
1080
- #: ../lib/alexandria/ui/ui_manager.rb:144
1038
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1081
1039
  msgid "Authors contain"
1082
1040
  msgstr "Los autores contienen"
1083
1041
 
1084
- #: ../lib/alexandria/ui/ui_manager.rb:145
1042
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1085
1043
  msgid "ISBN contains"
1086
1044
  msgstr "El ISBN contiene"
1087
1045
 
1088
- #: ../lib/alexandria/ui/ui_manager.rb:146
1046
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1089
1047
  msgid "Publisher contains"
1090
1048
  msgstr "El editor contiene"
1091
1049
 
1092
- #: ../lib/alexandria/ui/ui_manager.rb:147
1050
+ #: ../lib/alexandria/ui/ui_manager.rb:149
1093
1051
  msgid "Notes contain"
1094
1052
  msgstr "Las notas contienen"
1095
1053
 
1096
- #: ../lib/alexandria/ui/ui_manager.rb:148
1054
+ #: ../lib/alexandria/ui/ui_manager.rb:150
1097
1055
  msgid "Tags contain"
1098
1056
  msgstr "Las etiquetas contienen"
1099
1057
 
1100
- #: ../lib/alexandria/ui/ui_manager.rb:162
1058
+ #: ../lib/alexandria/ui/ui_manager.rb:164
1101
1059
  msgid "Change the search type"
1102
1060
  msgstr "Cambiar el tipo de búsqueda."
1103
1061
 
1104
- #: ../lib/alexandria/ui/ui_manager.rb:167
1062
+ #: ../lib/alexandria/ui/ui_manager.rb:169
1105
1063
  msgid "View as Icons"
1106
1064
  msgstr "Ver como iconos"
1107
1065
 
1108
- #: ../lib/alexandria/ui/ui_manager.rb:168
1066
+ #: ../lib/alexandria/ui/ui_manager.rb:170
1109
1067
  msgid "View as List"
1110
1068
  msgstr "Ver como lista"
1111
1069
 
1112
- #: ../lib/alexandria/ui/ui_manager.rb:181
1070
+ #: ../lib/alexandria/ui/ui_manager.rb:184
1113
1071
  msgid "Choose how to show books"
1114
1072
  msgstr "Seleccionar cómo mostrar los libros"
1115
1073
 
1116
- #: ../lib/alexandria/ui/ui_manager.rb:400
1074
+ #: ../lib/alexandria/ui/ui_manager.rb:407
1117
1075
  msgid "Library '%s' selected"
1118
1076
  msgstr "Biblioteca '%s' seleccionada"
1119
1077
 
1120
- #: ../lib/alexandria/ui/ui_manager.rb:405
1078
+ #: ../lib/alexandria/ui/ui_manager.rb:412
1121
1079
  msgid "Library '%s' selected, %d unrated book"
1122
1080
  msgid_plural "Library '%s' selected, %d unrated books"
1123
1081
  msgstr[0] "Biblioteca '%s' seleccionada, %d libro no valorado"
1124
1082
  msgstr[1] "Biblioteca '%s' seleccionada, %d libros no valorados"
1125
1083
 
1126
- #: ../lib/alexandria/ui/ui_manager.rb:409
1084
+ #: ../lib/alexandria/ui/ui_manager.rb:416
1127
1085
  msgid "Library '%s' selected, %d book"
1128
1086
  msgid_plural "Library '%s' selected, %d books"
1129
1087
  msgstr[0] "Biblioteca '%s' seleccionada, %d libro"
1130
1088
  msgstr[1] "Biblioteca '%s' seleccionada, %d libros"
1131
1089
 
1132
- #: ../lib/alexandria/ui/ui_manager.rb:413
1090
+ #: ../lib/alexandria/ui/ui_manager.rb:420
1133
1091
  msgid "Library '%s' selected, %d book, %d unrated"
1134
1092
  msgid_plural "Library '%s' selected, %d books, %d unrated"
1135
1093
  msgstr[0] "Biblioteca '%s' seleccionada, %d libro, %d no valorado"
1136
1094
  msgstr[1] "Biblioteca '%s' seleccionada, %d libros, %d no valorados"
1137
1095
 
1138
- #: ../lib/alexandria/ui/ui_manager.rb:427
1096
+ #: ../lib/alexandria/ui/ui_manager.rb:434
1139
1097
  msgid "'%s' selected"
1140
1098
  msgstr "'%s' seleccionado"
1141
1099
 
1142
- #: ../lib/alexandria/ui/ui_manager.rb:429
1100
+ #: ../lib/alexandria/ui/ui_manager.rb:436
1143
1101
  msgid "%d book selected"
1144
1102
  msgid_plural "%d books selected"
1145
1103
  msgstr[0] "%d libro seleccionado"
1146
1104
  msgstr[1] "%d libros seleccionados"
1147
1105
 
1148
- #: ../lib/alexandria/ui/ui_manager.rb:545
1106
+ #: ../lib/alexandria/ui/ui_manager.rb:552
1149
1107
  msgid "unrecognized update event"
1150
1108
  msgstr ""
1151
1109
 
1152
- #: ../lib/alexandria/ui/ui_manager.rb:590
1110
+ #: ../lib/alexandria/ui/ui_manager.rb:597
1153
1111
  #, fuzzy
1154
1112
  msgid "Loading libraries..."
1155
1113
  msgstr "Cargando '%s'..."
1156
1114
 
1157
- #: ../lib/alexandria/ui/ui_manager.rb:607
1115
+ #: ../lib/alexandria/ui/ui_manager.rb:614
1158
1116
  msgid ""
1159
1117
  "The data files for the following books are malformed or empty. Do you wish "
1160
1118
  "to attempt to download new information for them from the online book "
@@ -1164,15 +1122,15 @@ msgstr ""
1164
1122
  "errónea. ¿Desea tratar de descargar nueva información sobre ellos de los "
1165
1123
  "proveedores de libros en línea?\n"
1166
1124
 
1167
- #: ../lib/alexandria/ui/ui_manager.rb:659
1125
+ #: ../lib/alexandria/ui/ui_manager.rb:666
1168
1126
  msgid "Added '%s' to library '%s'"
1169
1127
  msgstr "Añadidos '%s' a la biblioteca '%s'"
1170
1128
 
1171
- #: ../lib/alexandria/ui/ui_manager.rb:808
1129
+ #: ../lib/alexandria/ui/ui_manager.rb:815
1172
1130
  msgid "Loading '%s'..."
1173
1131
  msgstr "Cargando '%s'..."
1174
1132
 
1175
- #: ../lib/alexandria/ui/ui_manager.rb:1038
1133
+ #: ../lib/alexandria/ui/ui_manager.rb:1045
1176
1134
  msgid "In '_%s'"
1177
1135
  msgstr "A '_%s'"
1178
1136
 
@@ -1421,6 +1379,19 @@ msgstr "Gestor de colecciones de libros"
1421
1379
  msgid "Manage your book collection"
1422
1380
  msgstr "Organiza tu colección de libros"
1423
1381
 
1382
+ #~ msgid "Locale"
1383
+ #~ msgstr "Locale"
1384
+
1385
+ #~ msgid "Access key ID"
1386
+ #~ msgstr "ID de la clave de acceso"
1387
+
1388
+ #~ msgid "Secret access key"
1389
+ #~ msgstr "Clave de acceso secreta"
1390
+
1391
+ #, fuzzy
1392
+ #~ msgid "Associate Tag"
1393
+ #~ msgstr "ID asociado"
1394
+
1424
1395
  #~ msgid "Unable to launch the web browser"
1425
1396
  #~ msgstr "No es posible lanzar el navegador web"
1426
1397