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/sv.po CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: Alexandria 0.6.3\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2020-09-13 14:52+0200\n"
11
+ "POT-Creation-Date: 2020-12-26 12:17+0100\n"
12
12
  "PO-Revision-Date: 2008-11-30 20:12+0100\n"
13
13
  "Last-Translator: Martin Karlsson <martinkarlsson81@hotmail.com>\n"
14
14
  "Language-Team: Swedish <sv@li.org>\n"
@@ -22,16 +22,15 @@ msgstr ""
22
22
  msgid "A program to help you manage your book collection."
23
23
  msgstr "Ett program för att hantera boksamlingar."
24
24
 
25
- #: ../lib/alexandria/book_providers.rb:91
25
+ #: ../lib/alexandria/book_providers.rb:95
26
26
  msgid "Couldn't reach the provider '%s': timeout expired."
27
27
  msgstr "Kunde inte nå förmedlaren \"%s\": tidsbegränsningen överskriden."
28
28
 
29
- #: ../lib/alexandria/book_providers.rb:95
29
+ #: ../lib/alexandria/book_providers.rb:99
30
30
  msgid "Couldn't reach the provider '%s': socket error (%s)."
31
31
  msgstr "Kunde inte nå förmedlaren \"%s\": sockelfel (eng. socket error) (%s)."
32
32
 
33
- #: ../lib/alexandria/book_providers.rb:99
34
- #: ../lib/alexandria/book_providers.rb:104
33
+ #: ../lib/alexandria/book_providers.rb:103
35
34
  msgid ""
36
35
  "No results were found. Make sure your search criterion is spelled "
37
36
  "correctly, and try again."
@@ -39,59 +38,18 @@ msgstr ""
39
38
  "Inga resultat funna. Kontrollera att dina sökkriterier är korrekt stavade "
40
39
  "och försök igen."
41
40
 
42
- #: ../lib/alexandria/book_providers.rb:109
41
+ #: ../lib/alexandria/book_providers.rb:108
43
42
  msgid "Too many results for that search."
44
43
  msgstr "Sökningen gav för många träffar."
45
44
 
46
- #: ../lib/alexandria/book_providers.rb:112
45
+ #: ../lib/alexandria/book_providers.rb:111
47
46
  msgid "Invalid search type."
48
47
  msgstr "Ogiltig söktyp."
49
48
 
50
- #: ../lib/alexandria/book_providers.rb:206
49
+ #: ../lib/alexandria/book_providers.rb:205
51
50
  msgid "Enabled"
52
51
  msgstr ""
53
52
 
54
- #: ../lib/alexandria/book_providers/adlibris.rb:111
55
- msgid "title not found on page"
56
- msgstr ""
57
-
58
- #: ../lib/alexandria/book_providers/amazon_aws.rb:26
59
- msgid "Locale"
60
- msgstr "Språkkonvention"
61
-
62
- #: ../lib/alexandria/book_providers/amazon_aws.rb:27
63
- msgid "Access key ID"
64
- msgstr ""
65
-
66
- #: ../lib/alexandria/book_providers/amazon_aws.rb:28
67
- msgid "Secret access key"
68
- msgstr ""
69
-
70
- #: ../lib/alexandria/book_providers/amazon_aws.rb:29
71
- #, fuzzy
72
- msgid "Associate Tag"
73
- msgstr "Associerat id"
74
-
75
- #: ../lib/alexandria/book_providers/amazon_aws.rb:59
76
- msgid "Provide secret key for your Amazon AWS account."
77
- msgstr ""
78
-
79
- #: ../lib/alexandria/book_providers/amazon_aws.rb:149
80
- msgid "No products"
81
- msgstr ""
82
-
83
- #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
84
- msgid "HTTP Response: %<code>s %<message>s"
85
- msgstr ""
86
-
87
- #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
88
- msgid "Invalid country '%<country>s'"
89
- msgstr ""
90
-
91
- #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
92
- msgid "HTTP redirect too deep"
93
- msgstr ""
94
-
95
53
  #: ../lib/alexandria/book_providers/z3950.rb:22
96
54
  msgid "Hostname"
97
55
  msgstr "Värdnamn"
@@ -128,7 +86,7 @@ msgstr "Library of Congress (USA)"
128
86
  msgid "British Library"
129
87
  msgstr "British Library"
130
88
 
131
- #: ../lib/alexandria/book_providers/z3950.rb:376
89
+ #: ../lib/alexandria/book_providers/z3950.rb:374
132
90
  #, fuzzy
133
91
  msgid "Invalid ISBN"
134
92
  msgstr "Ogiltigt ISBN \"%s\""
@@ -205,11 +163,11 @@ msgstr ""
205
163
  msgid "%<file>s pub year is not okay"
206
164
  msgstr ""
207
165
 
208
- #: ../lib/alexandria/models/library.rb:40
166
+ #: ../lib/alexandria/models/library.rb:42
209
167
  msgid "Untitled"
210
168
  msgstr "Namnlös"
211
169
 
212
- #: ../lib/alexandria/models/library.rb:288
170
+ #: ../lib/alexandria/models/library.rb:284
213
171
  msgid "Book %<isbn>s was already deleted"
214
172
  msgstr ""
215
173
 
@@ -372,53 +330,53 @@ msgstr "är inte i de sista"
372
330
  msgid "invalid operand klass %<klass>s"
373
331
  msgstr ""
374
332
 
375
- #: ../lib/alexandria/ui/acquire_dialog.rb:202
333
+ #: ../lib/alexandria/ui/acquire_dialog.rb:206
376
334
  msgid "There was %d duplicate"
377
335
  msgid_plural "There were %d duplicates"
378
336
  msgstr[0] ""
379
337
  msgstr[1] ""
380
338
 
381
- #: ../lib/alexandria/ui/acquire_dialog.rb:205
339
+ #: ../lib/alexandria/ui/acquire_dialog.rb:209
382
340
  #, fuzzy
383
341
  msgid "Couldn't add this book"
384
342
  msgid_plural "Couldn't add these books"
385
343
  msgstr[0] "Kunde inte lägga till boken"
386
344
  msgstr[1] "Kunde inte lägga till boken"
387
345
 
388
- #: ../lib/alexandria/ui/acquire_dialog.rb:284
389
- #: ../lib/alexandria/ui/new_book_dialog.rb:500
346
+ #: ../lib/alexandria/ui/acquire_dialog.rb:288
347
+ #: ../lib/alexandria/ui/new_book_dialog.rb:498
390
348
  msgid "Searching Provider '%s'..."
391
349
  msgstr ""
392
350
 
393
- #: ../lib/alexandria/ui/acquire_dialog.rb:285
394
- #: ../lib/alexandria/ui/new_book_dialog.rb:501
351
+ #: ../lib/alexandria/ui/acquire_dialog.rb:289
352
+ #: ../lib/alexandria/ui/new_book_dialog.rb:499
395
353
  msgid "Error while Searching Provider '%s'"
396
354
  msgstr ""
397
355
 
398
- #: ../lib/alexandria/ui/acquire_dialog.rb:286
399
- #: ../lib/alexandria/ui/new_book_dialog.rb:502
356
+ #: ../lib/alexandria/ui/acquire_dialog.rb:290
357
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
400
358
  msgid "Not Found at Provider '%s'"
401
359
  msgstr ""
402
360
 
403
- #: ../lib/alexandria/ui/acquire_dialog.rb:287
404
- #: ../lib/alexandria/ui/new_book_dialog.rb:503
361
+ #: ../lib/alexandria/ui/acquire_dialog.rb:291
362
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
405
363
  msgid "Found at Provider '%s'"
406
364
  msgstr ""
407
365
 
408
- #: ../lib/alexandria/ui/acquire_dialog.rb:406
366
+ #: ../lib/alexandria/ui/acquire_dialog.rb:403
409
367
  msgid "Ready to use %s barcode scanner"
410
368
  msgstr ""
411
369
 
412
- #: ../lib/alexandria/ui/acquire_dialog.rb:430
370
+ #: ../lib/alexandria/ui/acquire_dialog.rb:427
413
371
  msgid "Click below to scan _barcodes"
414
372
  msgstr "Klicka nedan för att scanna streckkoder"
415
373
 
416
- #: ../lib/alexandria/ui/book_properties_dialog.rb:112
417
- #: ../lib/alexandria/ui/book_properties_dialog.rb:122
374
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:111
375
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:121
418
376
  msgid "Couldn't modify the book"
419
377
  msgstr "Kunde inte ändra boken"
420
378
 
421
- #: ../lib/alexandria/ui/book_properties_dialog.rb:113
379
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
422
380
  #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
423
381
  msgid ""
424
382
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
@@ -427,39 +385,39 @@ msgstr ""
427
385
  "Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
428
386
  "inmatat och försök igen."
429
387
 
430
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
388
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
431
389
  #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
432
390
  msgid "The EAN/ISBN you provided is already used in this library."
433
391
  msgstr "Det EAN/ISBN du angivit finns redan i det här biblioteket."
434
392
 
435
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
393
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
436
394
  msgid "Properties"
437
395
  msgstr "Egenskaper"
438
396
 
439
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
397
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:106
440
398
  #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
441
399
  msgid "Properties for '%s'"
442
400
  msgstr "Egenskaper för %s"
443
401
 
444
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
402
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
445
403
  msgid "Author"
446
404
  msgstr "Författare"
447
405
 
448
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
406
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:160
449
407
  msgid "Select a cover image"
450
408
  msgstr "Välj en omslagsbild"
451
409
 
452
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
410
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
453
411
  msgid "No Cover"
454
412
  msgstr "Inget omslag"
455
413
 
456
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
414
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:242
457
415
  msgid "%d day"
458
416
  msgid_plural "%d days"
459
417
  msgstr[0] "%d dag"
460
418
  msgstr[1] "%d dagar"
461
419
 
462
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
420
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:268
463
421
  msgid "out of range"
464
422
  msgstr ""
465
423
 
@@ -773,31 +731,31 @@ msgid "If you replace the existing book, its contents will be overwritten."
773
731
  msgstr ""
774
732
  "Om du ersätter den existerande boken, kommer dess innehåll att skrivas över."
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 "Exportera \"%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 "E_xportera"
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 "katalog"
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 "Exportfor_mat:"
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 "Misslyckades att exportera"
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
  "Målfilen, med namnet \"%s\", är en normal fil. En katalog behövs för den här "
806
764
  "operationen. Var god ange en katalog och försök igen."
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 "Ej en katalog"
811
769
 
@@ -829,11 +787,11 @@ msgstr ""
829
787
  "Formatet på filen du tillhandahållit är okänt. Var god försök igen med en "
830
788
  "annan fil."
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 "Kunde inte starta webbläsaren"
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."
@@ -868,27 +826,27 @@ msgstr "Nytt bibliotek"
868
826
  msgid "Loaned To"
869
827
  msgstr "Utlånade"
870
828
 
871
- #: ../lib/alexandria/ui/new_book_dialog.rb:153
829
+ #: ../lib/alexandria/ui/new_book_dialog.rb:155
872
830
  msgid "A problem occurred while downloading images"
873
831
  msgstr "Ett problem uppstod vid bildnedladdning"
874
832
 
875
- #: ../lib/alexandria/ui/new_book_dialog.rb:193
833
+ #: ../lib/alexandria/ui/new_book_dialog.rb:194
876
834
  msgid "Iter is invalid! %s"
877
835
  msgstr ""
878
836
 
879
- #: ../lib/alexandria/ui/new_book_dialog.rb:267
837
+ #: ../lib/alexandria/ui/new_book_dialog.rb:266
880
838
  msgid "Unable to find matches for your search"
881
839
  msgstr "Din sökning gav inga träffar"
882
840
 
883
- #: ../lib/alexandria/ui/new_book_dialog.rb:303
841
+ #: ../lib/alexandria/ui/new_book_dialog.rb:302
884
842
  msgid "%s, by %s"
885
843
  msgstr "%s, av %s"
886
844
 
887
- #: ../lib/alexandria/ui/new_book_dialog.rb:309
845
+ #: ../lib/alexandria/ui/new_book_dialog.rb:308
888
846
  msgid "Copying %s into tree view."
889
847
  msgstr ""
890
848
 
891
- #: ../lib/alexandria/ui/new_book_dialog.rb:337
849
+ #: ../lib/alexandria/ui/new_book_dialog.rb:336
892
850
  msgid ""
893
851
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
894
852
  "correctly, and try again."
@@ -896,12 +854,12 @@ msgstr ""
896
854
  "Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
897
855
  "inmatat och försök igen."
898
856
 
899
- #: ../lib/alexandria/ui/new_book_dialog.rb:466
857
+ #: ../lib/alexandria/ui/new_book_dialog.rb:464
900
858
  #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
901
859
  msgid "Couldn't add the book"
902
860
  msgstr "Kunde inte lägga till boken"
903
861
 
904
- #: ../lib/alexandria/ui/new_book_dialog.rb:572
862
+ #: ../lib/alexandria/ui/new_book_dialog.rb:570
905
863
  msgid "'%s' already exists in '%s' (titled '%s')."
906
864
  msgstr "\"%s\" existerar redan i \"%s\" (med titeln \"%s\")."
907
865
 
@@ -1029,15 +987,15 @@ msgstr "Fel vid import"
1029
987
  msgid "_Continue"
1030
988
  msgstr "_Fortsätt"
1031
989
 
1032
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
990
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:97
1033
991
  msgid "Empty or conflictive condition"
1034
992
  msgstr "Tomt eller motstridigt tillstånd"
1035
993
 
1036
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
994
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
1037
995
  msgid "_Save However"
1038
996
  msgstr "Spara ändå"
1039
997
 
1040
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
998
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
1041
999
  msgid ""
1042
1000
  "This smart library contains one or more conditions which are empty or "
1043
1001
  "conflict with each other. This is likely to result in never matching a book. "
@@ -1047,116 +1005,116 @@ msgstr ""
1047
1005
  "eller motstridiga. Detta innebär troligtvis att ingen bok kommer matchas. Är "
1048
1006
  "du säker på att du vill spara detta bibliotek?"
1049
1007
 
1050
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1008
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
1051
1009
  msgid "Match"
1052
1010
  msgstr "Matcha"
1053
1011
 
1054
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1012
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1055
1013
  msgid "all"
1056
1014
  msgstr "alla"
1057
1015
 
1058
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1016
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1059
1017
  msgid "any"
1060
1018
  msgstr "vilken som helst"
1061
1019
 
1062
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1020
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:131
1063
1021
  msgid "of the following rules:"
1064
1022
  msgstr "av följande regler:"
1065
1023
 
1066
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1024
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:139
1067
1025
  msgid "Match the following rule:"
1068
1026
  msgstr "Matcha följande regel:"
1069
1027
 
1070
- #: ../lib/alexandria/ui/ui_manager.rb:130
1028
+ #: ../lib/alexandria/ui/ui_manager.rb:132
1071
1029
  msgid "Type here the search criterion"
1072
1030
  msgstr "Skriv sökkriteriet här"
1073
1031
 
1074
- #: ../lib/alexandria/ui/ui_manager.rb:141
1032
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1075
1033
  msgid "Match everything"
1076
1034
  msgstr "Matcha allting"
1077
1035
 
1078
- #: ../lib/alexandria/ui/ui_manager.rb:143
1036
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1079
1037
  msgid "Title contains"
1080
1038
  msgstr "Titel innehåller"
1081
1039
 
1082
- #: ../lib/alexandria/ui/ui_manager.rb:144
1040
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1083
1041
  msgid "Authors contain"
1084
1042
  msgstr "Författare innehåller"
1085
1043
 
1086
- #: ../lib/alexandria/ui/ui_manager.rb:145
1044
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1087
1045
  msgid "ISBN contains"
1088
1046
  msgstr "ISBN innehåller"
1089
1047
 
1090
- #: ../lib/alexandria/ui/ui_manager.rb:146
1048
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1091
1049
  msgid "Publisher contains"
1092
1050
  msgstr "Förlag innehåller"
1093
1051
 
1094
- #: ../lib/alexandria/ui/ui_manager.rb:147
1052
+ #: ../lib/alexandria/ui/ui_manager.rb:149
1095
1053
  msgid "Notes contain"
1096
1054
  msgstr "Anteckningar innehåller"
1097
1055
 
1098
- #: ../lib/alexandria/ui/ui_manager.rb:148
1056
+ #: ../lib/alexandria/ui/ui_manager.rb:150
1099
1057
  msgid "Tags contain"
1100
1058
  msgstr "Taggar innehåller"
1101
1059
 
1102
- #: ../lib/alexandria/ui/ui_manager.rb:162
1060
+ #: ../lib/alexandria/ui/ui_manager.rb:164
1103
1061
  msgid "Change the search type"
1104
1062
  msgstr "Ändra söktyp"
1105
1063
 
1106
- #: ../lib/alexandria/ui/ui_manager.rb:167
1064
+ #: ../lib/alexandria/ui/ui_manager.rb:169
1107
1065
  msgid "View as Icons"
1108
1066
  msgstr "Visa som ikoner"
1109
1067
 
1110
- #: ../lib/alexandria/ui/ui_manager.rb:168
1068
+ #: ../lib/alexandria/ui/ui_manager.rb:170
1111
1069
  msgid "View as List"
1112
1070
  msgstr "Visa som lista"
1113
1071
 
1114
- #: ../lib/alexandria/ui/ui_manager.rb:181
1072
+ #: ../lib/alexandria/ui/ui_manager.rb:184
1115
1073
  msgid "Choose how to show books"
1116
1074
  msgstr "Välj hur böcker ska visas"
1117
1075
 
1118
- #: ../lib/alexandria/ui/ui_manager.rb:400
1076
+ #: ../lib/alexandria/ui/ui_manager.rb:407
1119
1077
  msgid "Library '%s' selected"
1120
1078
  msgstr "Biblioteket \"%s\" valt"
1121
1079
 
1122
- #: ../lib/alexandria/ui/ui_manager.rb:405
1080
+ #: ../lib/alexandria/ui/ui_manager.rb:412
1123
1081
  msgid "Library '%s' selected, %d unrated book"
1124
1082
  msgid_plural "Library '%s' selected, %d unrated books"
1125
1083
  msgstr[0] "Biblioteket \"%s\" valt, %d icke betygsatt bok"
1126
1084
  msgstr[1] "Biblioteket \"%s\" valt, %d icke betygsatta böcker"
1127
1085
 
1128
- #: ../lib/alexandria/ui/ui_manager.rb:409
1086
+ #: ../lib/alexandria/ui/ui_manager.rb:416
1129
1087
  msgid "Library '%s' selected, %d book"
1130
1088
  msgid_plural "Library '%s' selected, %d books"
1131
1089
  msgstr[0] "Biblioteket \"%s\" valt, %d bok"
1132
1090
  msgstr[1] "Biblioteket \"%s\" valt, %d böcker"
1133
1091
 
1134
- #: ../lib/alexandria/ui/ui_manager.rb:413
1092
+ #: ../lib/alexandria/ui/ui_manager.rb:420
1135
1093
  msgid "Library '%s' selected, %d book, %d unrated"
1136
1094
  msgid_plural "Library '%s' selected, %d books, %d unrated"
1137
1095
  msgstr[0] "Biblioteket \"%s\" valt, %d bok, %d icke betygsatt"
1138
1096
  msgstr[1] "Biblioteket \"%s\" valt, %d böcker, %d icke betygsatta"
1139
1097
 
1140
- #: ../lib/alexandria/ui/ui_manager.rb:427
1098
+ #: ../lib/alexandria/ui/ui_manager.rb:434
1141
1099
  msgid "'%s' selected"
1142
1100
  msgstr "\"%s\" vald"
1143
1101
 
1144
- #: ../lib/alexandria/ui/ui_manager.rb:429
1102
+ #: ../lib/alexandria/ui/ui_manager.rb:436
1145
1103
  msgid "%d book selected"
1146
1104
  msgid_plural "%d books selected"
1147
1105
  msgstr[0] "%d bok vald"
1148
1106
  msgstr[1] "%d böcker valda"
1149
1107
 
1150
- #: ../lib/alexandria/ui/ui_manager.rb:545
1108
+ #: ../lib/alexandria/ui/ui_manager.rb:552
1151
1109
  msgid "unrecognized update event"
1152
1110
  msgstr ""
1153
1111
 
1154
- #: ../lib/alexandria/ui/ui_manager.rb:590
1112
+ #: ../lib/alexandria/ui/ui_manager.rb:597
1155
1113
  #, fuzzy
1156
1114
  msgid "Loading libraries..."
1157
1115
  msgstr "Laddar \"%s\"..."
1158
1116
 
1159
- #: ../lib/alexandria/ui/ui_manager.rb:607
1117
+ #: ../lib/alexandria/ui/ui_manager.rb:614
1160
1118
  msgid ""
1161
1119
  "The data files for the following books are malformed or empty. Do you wish "
1162
1120
  "to attempt to download new information for them from the online book "
@@ -1165,15 +1123,15 @@ msgstr ""
1165
1123
  "Datafilerna för följande böcker är felaktigt formaterade eller tomma. Vill "
1166
1124
  "du försöka ladda ned ny information för dem från en förmedlare?\n"
1167
1125
 
1168
- #: ../lib/alexandria/ui/ui_manager.rb:659
1126
+ #: ../lib/alexandria/ui/ui_manager.rb:666
1169
1127
  msgid "Added '%s' to library '%s'"
1170
1128
  msgstr "Lade till \"%s\" till biblioteket \"%s\""
1171
1129
 
1172
- #: ../lib/alexandria/ui/ui_manager.rb:808
1130
+ #: ../lib/alexandria/ui/ui_manager.rb:815
1173
1131
  msgid "Loading '%s'..."
1174
1132
  msgstr "Laddar \"%s\"..."
1175
1133
 
1176
- #: ../lib/alexandria/ui/ui_manager.rb:1038
1134
+ #: ../lib/alexandria/ui/ui_manager.rb:1045
1177
1135
  msgid "In '_%s'"
1178
1136
  msgstr "till \"_%s\""
1179
1137
 
@@ -1423,6 +1381,13 @@ msgstr "Boksamlingshanterare"
1423
1381
  msgid "Manage your book collection"
1424
1382
  msgstr "Hantera din boksamling"
1425
1383
 
1384
+ #~ msgid "Locale"
1385
+ #~ msgstr "Språkkonvention"
1386
+
1387
+ #, fuzzy
1388
+ #~ msgid "Associate Tag"
1389
+ #~ msgstr "Associerat id"
1390
+
1426
1391
  #~ msgid "Unable to launch the web browser"
1427
1392
  #~ msgstr "Kunde inte starta webbläsaren"
1428
1393