alexandria-book-collection-manager 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.gitignore +4 -1
  4. data/.rubocop.yml +51 -29
  5. data/.rubocop_todo.yml +33 -155
  6. data/.simplecov +5 -2
  7. data/.travis.yml +10 -4
  8. data/CHANGELOG.md +19 -0
  9. data/INSTALL.md +23 -11
  10. data/README.md +36 -35
  11. data/Rakefile +7 -5
  12. data/alexandria-book-collection-manager.gemspec +8 -3
  13. data/doc/dependency_decisions.yml +22 -3
  14. data/lib/alexandria.rb +2 -2
  15. data/lib/alexandria/book_providers.rb +47 -49
  16. data/lib/alexandria/book_providers/adlibris.rb +8 -13
  17. data/lib/alexandria/book_providers/amazon_aws.rb +47 -60
  18. data/lib/alexandria/book_providers/amazon_ecs_util.rb +283 -298
  19. data/lib/alexandria/book_providers/barnes_and_noble.rb +8 -8
  20. data/lib/alexandria/book_providers/douban.rb +2 -2
  21. data/lib/alexandria/book_providers/proxis.rb +12 -11
  22. data/lib/alexandria/book_providers/pseudomarc.rb +60 -70
  23. data/lib/alexandria/book_providers/siciliano.rb +5 -6
  24. data/lib/alexandria/book_providers/thalia.rb +8 -9
  25. data/lib/alexandria/book_providers/worldcat.rb +25 -31
  26. data/lib/alexandria/book_providers/z3950.rb +62 -69
  27. data/lib/alexandria/default_preferences.rb +37 -0
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +4 -8
  30. data/lib/alexandria/import_library.rb +38 -62
  31. data/lib/alexandria/import_library_csv.rb +16 -16
  32. data/lib/alexandria/library_sort_order.rb +3 -1
  33. data/lib/alexandria/library_store.rb +16 -16
  34. data/lib/alexandria/logging.rb +4 -8
  35. data/lib/alexandria/models/book.rb +2 -2
  36. data/lib/alexandria/models/library.rb +18 -14
  37. data/lib/alexandria/net.rb +1 -2
  38. data/lib/alexandria/preferences.rb +27 -31
  39. data/lib/alexandria/scanners.rb +2 -2
  40. data/lib/alexandria/scanners/cue_cat.rb +5 -5
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/smart_library.rb +22 -26
  43. data/lib/alexandria/ui.rb +7 -7
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +9 -10
  46. data/lib/alexandria/ui/alert_dialog.rb +34 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +5 -5
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -2
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +23 -17
  51. data/lib/alexandria/ui/callbacks.rb +141 -120
  52. data/lib/alexandria/ui/completion_models.rb +1 -1
  53. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  54. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +1 -1
  55. data/lib/alexandria/ui/error_dialog.rb +1 -1
  56. data/lib/alexandria/ui/export_dialog.rb +13 -15
  57. data/lib/alexandria/ui/icons.rb +34 -40
  58. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  59. data/lib/alexandria/ui/import_dialog.rb +48 -47
  60. data/lib/alexandria/ui/init.rb +3 -2
  61. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  62. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  63. data/lib/alexandria/ui/listview.rb +5 -6
  64. data/lib/alexandria/ui/main_app.rb +2 -2
  65. data/lib/alexandria/ui/multi_drag_treeview.rb +4 -6
  66. data/lib/alexandria/ui/new_book_dialog.rb +52 -52
  67. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  68. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  69. data/lib/alexandria/ui/preferences_dialog.rb +23 -82
  70. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +9 -5
  71. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  72. data/lib/alexandria/ui/really_delete_dialog.rb +1 -1
  73. data/lib/alexandria/ui/sidepane_manager.rb +35 -37
  74. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  75. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  76. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +59 -138
  77. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  78. data/lib/alexandria/ui/sound.rb +4 -6
  79. data/lib/alexandria/ui/ui_manager.rb +62 -64
  80. data/lib/alexandria/version.rb +2 -2
  81. data/lib/alexandria/web_themes.rb +15 -15
  82. data/po/cs.po +991 -874
  83. data/po/cy.po +957 -870
  84. data/po/de.po +991 -866
  85. data/po/el.po +987 -863
  86. data/po/es.po +986 -862
  87. data/po/fr.po +988 -868
  88. data/po/ga.po +910 -822
  89. data/po/gl.po +983 -863
  90. data/po/it.po +984 -862
  91. data/po/ja.po +969 -849
  92. data/po/mk.po +983 -859
  93. data/po/nb.po +982 -862
  94. data/po/nl.po +992 -869
  95. data/po/pl.po +1018 -963
  96. data/po/pt.po +983 -852
  97. data/po/pt_BR.po +983 -863
  98. data/po/ru.po +992 -869
  99. data/po/sk.po +986 -864
  100. data/po/sv.po +980 -860
  101. data/po/uk.po +975 -861
  102. data/po/zh_TW.po +974 -854
  103. data/share/alexandria/glade/main_app__builder.glade +6 -21
  104. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  105. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  106. data/share/gnome/help/alexandria/fr/alexandria.xml +1 -1
  107. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  108. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  109. data/spec/alexandria/book_providers_spec.rb +73 -129
  110. data/spec/alexandria/console_spec.rb +0 -5
  111. data/spec/alexandria/export_library_spec.rb +27 -38
  112. data/spec/alexandria/library_spec.rb +56 -44
  113. data/spec/alexandria/preferences_spec.rb +29 -3
  114. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  115. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  116. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  117. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  118. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  119. data/spec/alexandria/ui/book_properties_dialog_spec.rb +1 -1
  120. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  121. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  122. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  123. data/spec/alexandria/ui/export_dialog_spec.rb +1 -1
  124. data/spec/alexandria/ui/icons_spec.rb +26 -0
  125. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  126. data/spec/alexandria/ui/import_dialog_spec.rb +30 -3
  127. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  128. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  129. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +1 -1
  130. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  131. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  132. data/spec/alexandria/ui/preferences_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  134. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  136. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  137. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +21 -7
  138. data/spec/alexandria/ui/ui_manager_spec.rb +39 -2
  139. data/spec/spec_helper.rb +46 -3
  140. data/tasks/spec.rake +3 -5
  141. data/util/rake/fileinstall.rb +12 -11
  142. metadata +82 -10
  143. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  144. data/spec/alexandria/utilities_spec.rb +0 -52
data/po/sv.po CHANGED
@@ -8,577 +8,820 @@ 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: 2010-08-13 04:41+0100\n"
11
+ "POT-Creation-Date: 2020-09-13 14:52+0200\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"
15
+ "Language: sv\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20
 
20
- #: ../lib/alexandria/import_library.rb:30
21
+ #: ../lib/alexandria/about.rb:27
22
+ msgid "A program to help you manage your book collection."
23
+ msgstr "Ett program för att hantera boksamlingar."
24
+
25
+ #: ../lib/alexandria/book_providers.rb:91
26
+ msgid "Couldn't reach the provider '%s': timeout expired."
27
+ msgstr "Kunde inte nå förmedlaren \"%s\": tidsbegränsningen överskriden."
28
+
29
+ #: ../lib/alexandria/book_providers.rb:95
30
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
31
+ msgstr "Kunde inte nå förmedlaren \"%s\": sockelfel (eng. socket error) (%s)."
32
+
33
+ #: ../lib/alexandria/book_providers.rb:99
34
+ #: ../lib/alexandria/book_providers.rb:104
35
+ msgid ""
36
+ "No results were found. Make sure your search criterion is spelled "
37
+ "correctly, and try again."
38
+ msgstr ""
39
+ "Inga resultat funna. Kontrollera att dina sökkriterier är korrekt stavade "
40
+ "och försök igen."
41
+
42
+ #: ../lib/alexandria/book_providers.rb:109
43
+ msgid "Too many results for that search."
44
+ msgstr "Sökningen gav för många träffar."
45
+
46
+ #: ../lib/alexandria/book_providers.rb:112
47
+ msgid "Invalid search type."
48
+ msgstr "Ogiltig söktyp."
49
+
50
+ #: ../lib/alexandria/book_providers.rb:206
51
+ msgid "Enabled"
52
+ msgstr ""
53
+
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
+ #: ../lib/alexandria/book_providers/z3950.rb:22
96
+ msgid "Hostname"
97
+ msgstr "Värdnamn"
98
+
99
+ #: ../lib/alexandria/book_providers/z3950.rb:23
100
+ msgid "Port"
101
+ msgstr "Port"
102
+
103
+ #: ../lib/alexandria/book_providers/z3950.rb:24
104
+ msgid "Database"
105
+ msgstr "Databas"
106
+
107
+ #: ../lib/alexandria/book_providers/z3950.rb:25
108
+ msgid "Record syntax"
109
+ msgstr "Postsyntax"
110
+
111
+ #: ../lib/alexandria/book_providers/z3950.rb:27
112
+ msgid "Username"
113
+ msgstr "Användarnamn"
114
+
115
+ #: ../lib/alexandria/book_providers/z3950.rb:28
116
+ msgid "Password"
117
+ msgstr "Lösenord"
118
+
119
+ #: ../lib/alexandria/book_providers/z3950.rb:29
120
+ msgid "Charset encoding"
121
+ msgstr "Teckenkodning"
122
+
123
+ #: ../lib/alexandria/book_providers/z3950.rb:213
124
+ msgid "Library of Congress (Usa)"
125
+ msgstr "Library of Congress (USA)"
126
+
127
+ #: ../lib/alexandria/book_providers/z3950.rb:249
128
+ msgid "British Library"
129
+ msgstr "British Library"
130
+
131
+ #: ../lib/alexandria/book_providers/z3950.rb:376
132
+ #, fuzzy
133
+ msgid "Invalid ISBN"
134
+ msgstr "Ogiltigt ISBN \"%s\""
135
+
136
+ #: ../lib/alexandria/export_format.rb:18
137
+ msgid "Archived ONIX XML"
138
+ msgstr "Arkiverad ONIX-XML"
139
+
140
+ #: ../lib/alexandria/export_format.rb:19
141
+ msgid "Archived Tellico XML"
142
+ msgstr "Arkiverad Tellico-XML"
143
+
144
+ #: ../lib/alexandria/export_format.rb:20
145
+ msgid "BibTeX"
146
+ msgstr "BibTeX"
147
+
148
+ #: ../lib/alexandria/export_format.rb:21
149
+ msgid "CSV list"
150
+ msgstr "CSV-lista"
151
+
152
+ #: ../lib/alexandria/export_format.rb:22
153
+ msgid "ISBN List"
154
+ msgstr "ISBN-lista"
155
+
156
+ #: ../lib/alexandria/export_format.rb:23
157
+ msgid "iPod Notes"
158
+ msgstr "iPod-anteckningar"
159
+
160
+ #: ../lib/alexandria/export_format.rb:24
161
+ msgid "HTML Web Page"
162
+ msgstr "HTML-webbsida"
163
+
164
+ #: ../lib/alexandria/import_library.rb:21
21
165
  msgid "Autodetect"
22
166
  msgstr "Välj automatisk"
23
167
 
24
- #: ../lib/alexandria/import_library.rb:31
168
+ #: ../lib/alexandria/import_library.rb:22
25
169
  msgid "Archived Tellico XML (*.bc, *.tc)"
26
170
  msgstr "Arkiverad Tellico-XML (*.bc, *.tc)"
27
171
 
28
- #: ../lib/alexandria/import_library.rb:33
172
+ #: ../lib/alexandria/import_library.rb:24
29
173
  msgid "ISBN List (*.txt)"
30
174
  msgstr "ISBN-lista (*.txt)"
31
175
 
32
- #: ../lib/alexandria/import_library.rb:35
176
+ #: ../lib/alexandria/import_library.rb:25
33
177
  msgid "GoodReads CSV"
34
178
  msgstr "GoodReads CSV"
35
179
 
36
- #: ../lib/alexandria/models/library.rb:56
37
- msgid "Untitled"
38
- msgstr "Namnlös"
180
+ #: ../lib/alexandria/import_library.rb:65
181
+ msgid "Unsupported type"
182
+ msgstr ""
183
+
184
+ #: ../lib/alexandria/import_library_csv.rb:199
185
+ msgid "Not Recognized"
186
+ msgstr ""
39
187
 
40
- #: ../lib/alexandria/models/library.rb:245
188
+ #: ../lib/alexandria/library_store.rb:37
41
189
  msgid "My Library"
42
190
  msgstr "Mitt bibliotek"
43
191
 
44
- #: ../lib/alexandria/about.rb:24
45
- msgid "A program to help you manage your book collection."
46
- msgstr "Ett program för att hantera boksamlingar."
192
+ #: ../lib/alexandria/library_store.rb:67
193
+ msgid "Not a book: %<book>s"
194
+ msgstr ""
47
195
 
48
- #: ../lib/alexandria/ui/ui_manager.rb:135
49
- msgid "Type here the search criterion"
50
- msgstr "Skriv sökkriteriet här"
196
+ #: ../lib/alexandria/library_store.rb:78
197
+ msgid "%<file>s isbn is not okay"
198
+ msgstr ""
51
199
 
52
- #: ../lib/alexandria/ui/ui_manager.rb:148
53
- msgid "Match everything"
54
- msgstr "Matcha allting"
200
+ #: ../lib/alexandria/library_store.rb:83
201
+ msgid "%<file>s version is not okay"
202
+ msgstr ""
55
203
 
56
- #: ../lib/alexandria/ui/ui_manager.rb:150
57
- msgid "Title contains"
58
- msgstr "Titel innehåller"
204
+ #: ../lib/alexandria/library_store.rb:88
205
+ msgid "%<file>s pub year is not okay"
206
+ msgstr ""
59
207
 
60
- #: ../lib/alexandria/ui/ui_manager.rb:151
61
- msgid "Authors contain"
62
- msgstr "Författare innehåller"
208
+ #: ../lib/alexandria/models/library.rb:40
209
+ msgid "Untitled"
210
+ msgstr "Namnlös"
63
211
 
64
- #: ../lib/alexandria/ui/ui_manager.rb:152
65
- msgid "ISBN contains"
66
- msgstr "ISBN innehåller"
212
+ #: ../lib/alexandria/models/library.rb:288
213
+ msgid "Book %<isbn>s was already deleted"
214
+ msgstr ""
67
215
 
68
- #: ../lib/alexandria/ui/ui_manager.rb:153
69
- msgid "Publisher contains"
70
- msgstr "Förlag innehåller"
216
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
217
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
218
+ msgstr ""
71
219
 
72
- #: ../lib/alexandria/ui/ui_manager.rb:154
73
- msgid "Notes contain"
74
- msgstr "Anteckningar innehåller"
220
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
221
+ msgid "Error parsing CueCat input"
222
+ msgstr ""
75
223
 
76
- #: ../lib/alexandria/ui/ui_manager.rb:155
77
- msgid "Tags contain"
78
- msgstr "Taggar innehåller"
224
+ #: ../lib/alexandria/scanners/keyboard.rb:51
225
+ msgid "Unknown scan data %s<data>"
226
+ msgstr ""
79
227
 
80
- #: ../lib/alexandria/ui/ui_manager.rb:170
81
- msgid "Change the search type"
82
- msgstr "Ändra söktyp"
228
+ #: ../lib/alexandria/smart_library.rb:49
229
+ msgid "Favorite"
230
+ msgstr "Favoriter"
83
231
 
84
- #: ../lib/alexandria/ui/ui_manager.rb:175
85
- msgid "View as Icons"
86
- msgstr "Visa som ikoner"
232
+ #: ../lib/alexandria/smart_library.rb:55
233
+ msgid "Loaned"
234
+ msgstr "Utlånade"
87
235
 
88
- #: ../lib/alexandria/ui/ui_manager.rb:176
89
- msgid "View as List"
90
- msgstr "Visa som lista"
236
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
237
+ #: ../lib/alexandria/ui/listview.rb:59
238
+ msgid "Read"
239
+ msgstr "Lästa"
91
240
 
92
- #: ../lib/alexandria/ui/ui_manager.rb:189
93
- msgid "Choose how to show books"
94
- msgstr "Välj hur böcker ska visas"
241
+ #: ../lib/alexandria/smart_library.rb:67
242
+ msgid "Owned"
243
+ msgstr "Ägda"
95
244
 
96
- #: ../lib/alexandria/ui/ui_manager.rb:436
97
- msgid "Library '%s' selected"
98
- msgstr "Biblioteket \"%s\" valt"
245
+ #: ../lib/alexandria/smart_library.rb:76
246
+ msgid "Wishlist"
247
+ msgstr "Önskelista"
99
248
 
100
- #: ../lib/alexandria/ui/ui_manager.rb:443
101
- msgid "Library '%s' selected, %d unrated book"
102
- msgid_plural "Library '%s' selected, %d unrated books"
103
- msgstr[0] "Biblioteket \"%s\" valt, %d icke betygsatt bok"
104
- msgstr[1] "Biblioteket \"%s\" valt, %d icke betygsatta böcker"
249
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
250
+ msgid "Title"
251
+ msgstr "Titel"
105
252
 
106
- #: ../lib/alexandria/ui/ui_manager.rb:448
107
- msgid "Library '%s' selected, %d book"
108
- msgid_plural "Library '%s' selected, %d books"
109
- msgstr[0] "Biblioteket \"%s\" valt, %d bok"
110
- msgstr[1] "Biblioteket \"%s\" valt, %d böcker"
253
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
254
+ msgid "ISBN"
255
+ msgstr "ISBN"
111
256
 
112
- #: ../lib/alexandria/ui/ui_manager.rb:455
113
- msgid "Library '%s' selected, %d book, %d unrated"
114
- msgid_plural "Library '%s' selected, %d books, %d unrated"
115
- msgstr[0] "Biblioteket \"%s\" valt, %d bok, %d icke betygsatt"
116
- msgstr[1] "Biblioteket \"%s\" valt, %d böcker, %d icke betygsatta"
257
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
258
+ msgid "Authors"
259
+ msgstr "Författare"
117
260
 
118
- #: ../lib/alexandria/ui/ui_manager.rb:467
119
- msgid "'%s' selected"
120
- msgstr "\"%s\" vald"
261
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
262
+ msgid "Publisher"
263
+ msgstr "Förlag"
121
264
 
122
- #: ../lib/alexandria/ui/ui_manager.rb:470
123
- msgid "%d book selected"
124
- msgid_plural "%d books selected"
125
- msgstr[0] "%d bok vald"
126
- msgstr[1] "%d böcker valda"
265
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
266
+ msgid "Publish Year"
267
+ msgstr "Publicerad år"
127
268
 
128
- #: ../lib/alexandria/ui/ui_manager.rb:648
129
- msgid "Unable to launch the web browser"
130
- msgstr "Kunde inte starta webbläsaren"
269
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
270
+ msgid "Binding"
271
+ msgstr "Bindning"
272
+
273
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
274
+ msgid "Rating"
275
+ msgstr "Betyg"
276
+
277
+ #: ../lib/alexandria/smart_library.rb:302
278
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
279
+ msgid "Notes"
280
+ msgstr "Anteckningar"
281
+
282
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
283
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
284
+ msgid "Tags"
285
+ msgstr "Taggar"
286
+
287
+ #: ../lib/alexandria/smart_library.rb:304
288
+ msgid "Loaning State"
289
+ msgstr "Utlåningsstatus"
290
+
291
+ #: ../lib/alexandria/smart_library.rb:305
292
+ msgid "Loaning Date"
293
+ msgstr "Utlåningsdatum"
294
+
295
+ #: ../lib/alexandria/smart_library.rb:306
296
+ msgid "Loaning Person"
297
+ msgstr "Låntagare"
298
+
299
+ #: ../lib/alexandria/smart_library.rb:308
300
+ msgid "Date Read"
301
+ msgstr "Läsdatum"
302
+
303
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
304
+ msgid "Own"
305
+ msgstr "Har"
306
+
307
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
308
+ msgid "Want"
309
+ msgstr "Vill ha"
310
+
311
+ #: ../lib/alexandria/smart_library.rb:317
312
+ msgid "days"
313
+ msgstr "dagarna"
314
+
315
+ #: ../lib/alexandria/smart_library.rb:327
316
+ msgid "is set"
317
+ msgstr "är satt"
318
+
319
+ #: ../lib/alexandria/smart_library.rb:330
320
+ msgid "is not set"
321
+ msgstr "är inte satt"
322
+
323
+ #: ../lib/alexandria/smart_library.rb:333
324
+ msgid "is"
325
+ msgstr "är"
326
+
327
+ #: ../lib/alexandria/smart_library.rb:336
328
+ msgid "is not"
329
+ msgstr "är inte"
330
+
331
+ #: ../lib/alexandria/smart_library.rb:339
332
+ msgid "contains"
333
+ msgstr "innehåller"
334
+
335
+ #: ../lib/alexandria/smart_library.rb:342
336
+ msgid "does not contain"
337
+ msgstr "innehåller inte"
338
+
339
+ #: ../lib/alexandria/smart_library.rb:345
340
+ msgid "starts with"
341
+ msgstr "börjar med"
342
+
343
+ #: ../lib/alexandria/smart_library.rb:348
344
+ msgid "ends with"
345
+ msgstr "slutar med"
346
+
347
+ #: ../lib/alexandria/smart_library.rb:351
348
+ msgid "is greater than"
349
+ msgstr "är större än"
350
+
351
+ #: ../lib/alexandria/smart_library.rb:354
352
+ msgid "is less than"
353
+ msgstr "är mindre än"
354
+
355
+ #: ../lib/alexandria/smart_library.rb:357
356
+ msgid "is after"
357
+ msgstr "är efter"
358
+
359
+ #: ../lib/alexandria/smart_library.rb:360
360
+ msgid "is before"
361
+ msgstr "är före"
362
+
363
+ #: ../lib/alexandria/smart_library.rb:364
364
+ msgid "is in last"
365
+ msgstr "är i de sista"
366
+
367
+ #: ../lib/alexandria/smart_library.rb:384
368
+ msgid "is not in last"
369
+ msgstr "är inte i de sista"
370
+
371
+ #: ../lib/alexandria/smart_library.rb:465
372
+ msgid "invalid operand klass %<klass>s"
373
+ msgstr ""
374
+
375
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
376
+ msgid "There was %d duplicate"
377
+ msgid_plural "There were %d duplicates"
378
+ msgstr[0] ""
379
+ msgstr[1] ""
380
+
381
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
382
+ #, fuzzy
383
+ msgid "Couldn't add this book"
384
+ msgid_plural "Couldn't add these books"
385
+ msgstr[0] "Kunde inte lägga till boken"
386
+ msgstr[1] "Kunde inte lägga till boken"
387
+
388
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
389
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
390
+ msgid "Searching Provider '%s'..."
391
+ msgstr ""
392
+
393
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
394
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
395
+ msgid "Error while Searching Provider '%s'"
396
+ msgstr ""
397
+
398
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
399
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
400
+ msgid "Not Found at Provider '%s'"
401
+ msgstr ""
402
+
403
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
404
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
405
+ msgid "Found at Provider '%s'"
406
+ msgstr ""
407
+
408
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
409
+ msgid "Ready to use %s barcode scanner"
410
+ msgstr ""
411
+
412
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
413
+ msgid "Click below to scan _barcodes"
414
+ msgstr "Klicka nedan för att scanna streckkoder"
415
+
416
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
417
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
418
+ msgid "Couldn't modify the book"
419
+ msgstr "Kunde inte ändra boken"
131
420
 
132
- #: ../lib/alexandria/ui/ui_manager.rb:649
421
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
422
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
133
423
  msgid ""
134
- "Check out that a web browser is configured as default (Desktop Preferences -"
135
- "> Advanced -> Preferred Applications) and try again."
424
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
425
+ "correcty, and try again."
136
426
  msgstr ""
137
- "Kontrollera att en webbläsare är förvald (Skrivbordsinställningar -> "
138
- "Avancerat -> Föredragna program) och försök igen."
427
+ "Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
428
+ "inmatat och försök igen."
139
429
 
140
- #: ../lib/alexandria/ui/ui_manager.rb:661
141
- msgid "Unable to launch the mail reader"
142
- msgstr "Kunde inte starta e-postläsaren"
430
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
431
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
432
+ msgid "The EAN/ISBN you provided is already used in this library."
433
+ msgstr "Det EAN/ISBN du angivit finns redan i det här biblioteket."
143
434
 
144
- #: ../lib/alexandria/ui/ui_manager.rb:662
145
- msgid ""
146
- "Check out that a mail reader is configured as default (Desktop Preferences -"
147
- "> Advanced -> Preferred Applications) and try again."
148
- msgstr ""
149
- "Kontrollera att en e-postläsare är förvald (Skrivbordsinställningar -> "
150
- "Avancerat -> Föredragna program) och försök igen."
435
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
436
+ msgid "Properties"
437
+ msgstr "Egenskaper"
151
438
 
152
- #: ../lib/alexandria/ui/ui_manager.rb:697
153
- msgid "Repair Book Data"
154
- msgstr "Reparera bokdata"
439
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
440
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
441
+ msgid "Properties for '%s'"
442
+ msgstr "Egenskaper för %s"
155
443
 
156
- #: ../lib/alexandria/ui/ui_manager.rb:698
157
- msgid ""
158
- "The data files for the following books are malformed or empty. Do you wish "
159
- "to attempt to download new information for them from the online book "
160
- "providers?\n"
161
- msgstr ""
162
- "Datafilerna för följande böcker är felaktigt formaterade eller tomma. Vill "
163
- "du försöka ladda ned ny information för dem från en förmedlare?\n"
444
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
445
+ msgid "Author"
446
+ msgstr "Författare"
164
447
 
165
- #: ../lib/alexandria/ui/ui_manager.rb:755
166
- msgid "Added '%s' to library '%s'"
167
- msgstr "Lade till \"%s\" till biblioteket \"%s\""
448
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
449
+ msgid "Select a cover image"
450
+ msgstr "Välj en omslagsbild"
168
451
 
169
- #: ../lib/alexandria/ui/ui_manager.rb:908
170
- msgid "Loading '%s'..."
171
- msgstr "Laddar \"%s\"..."
452
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
453
+ msgid "No Cover"
454
+ msgstr "Inget omslag"
172
455
 
173
- #: ../lib/alexandria/ui/ui_manager.rb:1157
174
- msgid "In '_%s'"
175
- msgstr "till \"_%s\""
456
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
457
+ msgid "%d day"
458
+ msgid_plural "%d days"
459
+ msgstr[0] "%d dag"
460
+ msgstr[1] "%d dagar"
461
+
462
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
463
+ msgid "out of range"
464
+ msgstr ""
176
465
 
177
- #: ../lib/alexandria/ui/callbacks.rb:65
466
+ #: ../lib/alexandria/ui/callbacks.rb:57
178
467
  msgid "The following lines are not valid ISBNs and were not imported:"
179
468
  msgstr "Följande rader är inte giltiga ISBN:er och importerades ej:"
180
469
 
181
- #: ../lib/alexandria/ui/callbacks.rb:122
182
- #: ../lib/alexandria/ui/export_dialog.rb:128
183
- msgid "Export failed"
184
- msgstr "Misslyckades att exportera"
185
-
186
- #: ../lib/alexandria/ui/callbacks.rb:123
187
- msgid "Try letting this library load completely before exporting."
470
+ #: ../lib/alexandria/ui/callbacks.rb:62
471
+ msgid "Books could not be found for the following ISBNs:"
188
472
  msgstr ""
189
473
 
190
- #: ../lib/alexandria/ui/callbacks.rb:274
474
+ #: ../lib/alexandria/ui/callbacks.rb:362
191
475
  msgid "_Library"
192
476
  msgstr "_Bibliotek"
193
477
 
194
- #: ../lib/alexandria/ui/callbacks.rb:275
478
+ #: ../lib/alexandria/ui/callbacks.rb:363
195
479
  msgid "_New Library"
196
480
  msgstr "_Nytt bibliotek"
197
481
 
198
- #: ../lib/alexandria/ui/callbacks.rb:275
482
+ #: ../lib/alexandria/ui/callbacks.rb:363
199
483
  msgid "Create a new library"
200
484
  msgstr "Skapa ett nytt bibliotek"
201
485
 
202
- #: ../lib/alexandria/ui/callbacks.rb:276
486
+ #: ../lib/alexandria/ui/callbacks.rb:364
203
487
  msgid "New _Smart Library..."
204
488
  msgstr "Nytt _intelligent bibliotek"
205
489
 
206
- #: ../lib/alexandria/ui/callbacks.rb:276
490
+ #: ../lib/alexandria/ui/callbacks.rb:364
207
491
  msgid "Create a new smart library"
208
492
  msgstr "Skapa ett nytt intelligent bibliotek"
209
493
 
210
- #: ../lib/alexandria/ui/callbacks.rb:277
494
+ #: ../lib/alexandria/ui/callbacks.rb:365
211
495
  msgid "_Add Book..."
212
496
  msgstr "_Lägg till bok..."
213
497
 
214
- #: ../lib/alexandria/ui/callbacks.rb:277
498
+ #: ../lib/alexandria/ui/callbacks.rb:365
215
499
  msgid "Add a new book from the Internet"
216
500
  msgstr "Lägg till en ny bok från Internet"
217
501
 
218
- #: ../lib/alexandria/ui/callbacks.rb:278
502
+ #: ../lib/alexandria/ui/callbacks.rb:366
219
503
  msgid "Add Book _Manually..."
220
504
  msgstr "Lägg till bok _manuellt..."
221
505
 
222
- #: ../lib/alexandria/ui/callbacks.rb:278
506
+ #: ../lib/alexandria/ui/callbacks.rb:366
223
507
  msgid "Add a new book manually"
224
508
  msgstr "Lägg till en ny bok manuellt"
225
509
 
226
- #: ../lib/alexandria/ui/callbacks.rb:279
510
+ #: ../lib/alexandria/ui/callbacks.rb:367
227
511
  msgid "_Import..."
228
512
  msgstr "_Importera..."
229
513
 
230
- #: ../lib/alexandria/ui/callbacks.rb:279
514
+ #: ../lib/alexandria/ui/callbacks.rb:367
231
515
  msgid "Import a library"
232
516
  msgstr "Importera ett bibliotek"
233
517
 
234
- #: ../lib/alexandria/ui/callbacks.rb:280
518
+ #: ../lib/alexandria/ui/callbacks.rb:368
235
519
  msgid "_Export..."
236
520
  msgstr "E_xportera..."
237
521
 
238
- #: ../lib/alexandria/ui/callbacks.rb:280
522
+ #: ../lib/alexandria/ui/callbacks.rb:368
239
523
  msgid "Export the selected library"
240
524
  msgstr "Exportera det valda biblioteket"
241
525
 
242
- #: ../lib/alexandria/ui/callbacks.rb:281
243
- msgid "_Acquire from Scanner..."
526
+ #: ../lib/alexandria/ui/callbacks.rb:369
527
+ #, fuzzy
528
+ msgid "A_cquire from Scanner..."
244
529
  msgstr "_Hämta från en streckkodsläsare"
245
530
 
246
- #: ../lib/alexandria/ui/callbacks.rb:281
531
+ #: ../lib/alexandria/ui/callbacks.rb:369
247
532
  msgid "Acquire books from a scanner"
248
533
  msgstr "Hämta böcker från en streckkodsläsare"
249
534
 
250
- #: ../lib/alexandria/ui/callbacks.rb:282
535
+ #: ../lib/alexandria/ui/callbacks.rb:370
251
536
  msgid "_Properties"
252
537
  msgstr "_Egenskaper"
253
538
 
254
- #: ../lib/alexandria/ui/callbacks.rb:282
539
+ #: ../lib/alexandria/ui/callbacks.rb:370
255
540
  msgid "Edit the properties of the selected book"
256
541
  msgstr "Redigera egenskaperna för den markerade boken"
257
542
 
258
- #: ../lib/alexandria/ui/callbacks.rb:283
543
+ #: ../lib/alexandria/ui/callbacks.rb:371
259
544
  msgid "_Quit"
260
545
  msgstr "_Avsluta"
261
546
 
262
- #: ../lib/alexandria/ui/callbacks.rb:283
547
+ #: ../lib/alexandria/ui/callbacks.rb:371
263
548
  msgid "Quit the program"
264
549
  msgstr "Avsluta programmet"
265
550
 
266
- #: ../lib/alexandria/ui/callbacks.rb:284
551
+ #: ../lib/alexandria/ui/callbacks.rb:372
267
552
  msgid "_Edit"
268
553
  msgstr "_Redigera"
269
554
 
270
- #: ../lib/alexandria/ui/callbacks.rb:285
555
+ #: ../lib/alexandria/ui/callbacks.rb:373
271
556
  msgid "_Undo"
272
557
  msgstr "_Ångra"
273
558
 
274
- #: ../lib/alexandria/ui/callbacks.rb:285
559
+ #: ../lib/alexandria/ui/callbacks.rb:373
275
560
  msgid "Undo the last action"
276
561
  msgstr "Ångra det senaste kommandot"
277
562
 
278
- #: ../lib/alexandria/ui/callbacks.rb:286
563
+ #: ../lib/alexandria/ui/callbacks.rb:374
279
564
  msgid "_Redo"
280
565
  msgstr "_Gör om"
281
566
 
282
- #: ../lib/alexandria/ui/callbacks.rb:286
567
+ #: ../lib/alexandria/ui/callbacks.rb:374
283
568
  msgid "Redo the undone action"
284
569
  msgstr "Gör om det senaste ångrade kommandot"
285
570
 
286
- #: ../lib/alexandria/ui/callbacks.rb:287
571
+ #: ../lib/alexandria/ui/callbacks.rb:375
287
572
  msgid "_Select All"
288
573
  msgstr "Markera _alla"
289
574
 
290
- #: ../lib/alexandria/ui/callbacks.rb:287
575
+ #: ../lib/alexandria/ui/callbacks.rb:375
291
576
  msgid "Select all visible books"
292
577
  msgstr "Markera alla synliga böcker"
293
578
 
294
- #: ../lib/alexandria/ui/callbacks.rb:288
579
+ #: ../lib/alexandria/ui/callbacks.rb:376
295
580
  msgid "Dese_lect All"
296
581
  msgstr "A_vmarkera alla"
297
582
 
298
- #: ../lib/alexandria/ui/callbacks.rb:288
583
+ #: ../lib/alexandria/ui/callbacks.rb:376
299
584
  msgid "Deselect everything"
300
585
  msgstr "Avmarkera allting"
301
586
 
302
- #: ../lib/alexandria/ui/callbacks.rb:289
587
+ #: ../lib/alexandria/ui/callbacks.rb:377
303
588
  msgid "My _Rating"
304
589
  msgstr "Mitt bet_yg"
305
590
 
306
- #: ../lib/alexandria/ui/callbacks.rb:290
591
+ #: ../lib/alexandria/ui/callbacks.rb:378
307
592
  msgid "None"
308
593
  msgstr "Ingen"
309
594
 
310
- #: ../lib/alexandria/ui/callbacks.rb:291
595
+ #: ../lib/alexandria/ui/callbacks.rb:379
311
596
  msgid "One Star"
312
597
  msgstr "En stjärna"
313
598
 
314
- #: ../lib/alexandria/ui/callbacks.rb:292
599
+ #: ../lib/alexandria/ui/callbacks.rb:380
315
600
  msgid "Two Stars"
316
601
  msgstr "Två stjärnor"
317
602
 
318
- #: ../lib/alexandria/ui/callbacks.rb:293
603
+ #: ../lib/alexandria/ui/callbacks.rb:381
319
604
  msgid "Three Stars"
320
605
  msgstr "Tre stjärnor"
321
606
 
322
- #: ../lib/alexandria/ui/callbacks.rb:294
607
+ #: ../lib/alexandria/ui/callbacks.rb:382
323
608
  msgid "Four Stars"
324
609
  msgstr "Fyra stjärnor"
325
610
 
326
- #: ../lib/alexandria/ui/callbacks.rb:295
611
+ #: ../lib/alexandria/ui/callbacks.rb:383
327
612
  msgid "Five Stars"
328
613
  msgstr "Fem stjärnor"
329
614
 
330
- #: ../lib/alexandria/ui/callbacks.rb:296
615
+ #: ../lib/alexandria/ui/callbacks.rb:384
331
616
  msgid "_Move"
332
617
  msgstr "_Flytta"
333
618
 
334
- #: ../lib/alexandria/ui/callbacks.rb:297
619
+ #: ../lib/alexandria/ui/callbacks.rb:385
335
620
  msgid "_Rename"
336
621
  msgstr "_Döp om"
337
622
 
338
- #: ../lib/alexandria/ui/callbacks.rb:298
623
+ #: ../lib/alexandria/ui/callbacks.rb:386
339
624
  msgid "_Delete"
340
625
  msgstr "_Ta bort"
341
626
 
342
- #: ../lib/alexandria/ui/callbacks.rb:298
627
+ #: ../lib/alexandria/ui/callbacks.rb:386
343
628
  msgid "Delete the selected books or library"
344
629
  msgstr "Ta bort markerade böcker eller bibliotek"
345
630
 
346
- #: ../lib/alexandria/ui/callbacks.rb:299
631
+ #: ../lib/alexandria/ui/callbacks.rb:387
347
632
  msgid "_Search"
348
633
  msgstr "_Sök"
349
634
 
350
- #: ../lib/alexandria/ui/callbacks.rb:299
635
+ #: ../lib/alexandria/ui/callbacks.rb:387
351
636
  msgid "Filter books"
352
637
  msgstr "Filtrera böcker"
353
638
 
354
- #: ../lib/alexandria/ui/callbacks.rb:300
639
+ #: ../lib/alexandria/ui/callbacks.rb:388
355
640
  msgid "_Clear Results"
356
641
  msgstr "Töm _sökresultat"
357
642
 
358
- #: ../lib/alexandria/ui/callbacks.rb:300
643
+ #: ../lib/alexandria/ui/callbacks.rb:388
359
644
  msgid "Clear the search results"
360
645
  msgstr "Töm sökresultat"
361
646
 
362
- #: ../lib/alexandria/ui/callbacks.rb:301
647
+ #: ../lib/alexandria/ui/callbacks.rb:389
363
648
  msgid "_Preferences"
364
649
  msgstr "_Inställningar"
365
650
 
366
- #: ../lib/alexandria/ui/callbacks.rb:301
651
+ #: ../lib/alexandria/ui/callbacks.rb:389
367
652
  msgid "Change Alexandria's settings"
368
653
  msgstr "Ändra Alexandrias inställningar"
369
654
 
370
- #: ../lib/alexandria/ui/callbacks.rb:302
655
+ #: ../lib/alexandria/ui/callbacks.rb:390
371
656
  msgid "_View"
372
657
  msgstr "_Visa"
373
658
 
374
- #: ../lib/alexandria/ui/callbacks.rb:303
659
+ #: ../lib/alexandria/ui/callbacks.rb:391
375
660
  msgid "Arran_ge Icons"
376
661
  msgstr "_Ordna ikoner"
377
662
 
378
- #: ../lib/alexandria/ui/callbacks.rb:304
663
+ #: ../lib/alexandria/ui/callbacks.rb:392
379
664
  msgid "Display Online _Information"
380
665
  msgstr "Visa information från webben"
381
666
 
382
- #: ../lib/alexandria/ui/callbacks.rb:306
667
+ #: ../lib/alexandria/ui/callbacks.rb:394
383
668
  msgid "_Help"
384
669
  msgstr "_Hjälp"
385
670
 
386
- #: ../lib/alexandria/ui/callbacks.rb:307
671
+ #: ../lib/alexandria/ui/callbacks.rb:395
387
672
  msgid "Submit _Bug Report"
388
673
  msgstr "Skicka _felrapport"
389
674
 
390
- #: ../lib/alexandria/ui/callbacks.rb:307
675
+ #: ../lib/alexandria/ui/callbacks.rb:395
391
676
  msgid "Submit a bug report to the developers"
392
677
  msgstr "Skicka en bugg-rapport till utvecklarna"
393
678
 
394
- #: ../lib/alexandria/ui/callbacks.rb:308
679
+ #: ../lib/alexandria/ui/callbacks.rb:396
395
680
  msgid "Contents"
396
681
  msgstr "Innehåll"
397
682
 
398
- #: ../lib/alexandria/ui/callbacks.rb:308
683
+ #: ../lib/alexandria/ui/callbacks.rb:396
399
684
  msgid "View Alexandria's manual"
400
685
  msgstr "Visa Alexandrias manual"
401
686
 
402
- #: ../lib/alexandria/ui/callbacks.rb:309
687
+ #: ../lib/alexandria/ui/callbacks.rb:397
403
688
  msgid "_About"
404
689
  msgstr "_Om"
405
690
 
406
- #: ../lib/alexandria/ui/callbacks.rb:309
691
+ #: ../lib/alexandria/ui/callbacks.rb:397
407
692
  msgid "Show information about Alexandria"
408
693
  msgstr "Visa information om Alexandria"
409
694
 
410
- #: ../lib/alexandria/ui/callbacks.rb:334
411
- msgid "Side _Pane"
695
+ #: ../lib/alexandria/ui/callbacks.rb:404
696
+ msgid "At _%s"
697
+ msgstr "hos _%s"
698
+
699
+ #: ../lib/alexandria/ui/callbacks.rb:410
700
+ msgid "Side_pane"
412
701
  msgstr "Sido_panel"
413
702
 
414
- #: ../lib/alexandria/ui/callbacks.rb:336
703
+ #: ../lib/alexandria/ui/callbacks.rb:411
415
704
  msgid "_Toolbar"
416
705
  msgstr "_Verktygsfält"
417
706
 
418
- #: ../lib/alexandria/ui/callbacks.rb:338
707
+ #: ../lib/alexandria/ui/callbacks.rb:412
419
708
  msgid "_Statusbar"
420
709
  msgstr "_Statusrad"
421
710
 
422
- #: ../lib/alexandria/ui/callbacks.rb:340
711
+ #: ../lib/alexandria/ui/callbacks.rb:413
423
712
  msgid "Re_versed Order"
424
713
  msgstr "Om_vänd ordning"
425
714
 
426
- #: ../lib/alexandria/ui/callbacks.rb:345
715
+ #: ../lib/alexandria/ui/callbacks.rb:418
427
716
  msgid "View as _Icons"
428
717
  msgstr "Visa som _ikoner"
429
718
 
430
- #: ../lib/alexandria/ui/callbacks.rb:346
719
+ #: ../lib/alexandria/ui/callbacks.rb:419
431
720
  msgid "View as _List"
432
721
  msgstr "Visa som _lista"
433
722
 
434
- #: ../lib/alexandria/ui/callbacks.rb:350
723
+ #: ../lib/alexandria/ui/callbacks.rb:423
435
724
  msgid "By _Title"
436
725
  msgstr "Efter _titel"
437
726
 
438
- #: ../lib/alexandria/ui/callbacks.rb:351
727
+ #: ../lib/alexandria/ui/callbacks.rb:424
439
728
  msgid "By _Authors"
440
729
  msgstr "Efter _författare"
441
730
 
442
- #: ../lib/alexandria/ui/callbacks.rb:352
731
+ #: ../lib/alexandria/ui/callbacks.rb:425
443
732
  msgid "By _ISBN"
444
733
  msgstr "Efter _ISBN"
445
734
 
446
- #: ../lib/alexandria/ui/callbacks.rb:353
735
+ #: ../lib/alexandria/ui/callbacks.rb:426
447
736
  msgid "By _Publisher"
448
737
  msgstr "Efter för_lag"
449
738
 
450
- #: ../lib/alexandria/ui/callbacks.rb:354
739
+ #: ../lib/alexandria/ui/callbacks.rb:427
451
740
  msgid "By _Binding"
452
741
  msgstr "Efter _bindning"
453
742
 
454
- #: ../lib/alexandria/ui/callbacks.rb:355
743
+ #: ../lib/alexandria/ui/callbacks.rb:428
455
744
  msgid "By _Rating"
456
745
  msgstr "Efter bet_yg"
457
746
 
458
- #: ../lib/alexandria/ui/callbacks.rb:359
459
- msgid "At _%s"
460
- msgstr "hos _%s"
461
-
462
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
463
- msgid "There was %d duplicate"
464
- msgid_plural "There were %d duplicates"
465
- msgstr[0] ""
466
- msgstr[1] ""
467
-
468
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
469
- #, fuzzy
470
- msgid "Couldn't add this book"
471
- msgid_plural "Couldn't add these books"
472
- msgstr[0] "Kunde inte lägga till boken"
473
- msgstr[1] "Kunde inte lägga till boken"
747
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
748
+ msgid "File already exists"
749
+ msgstr "Filen finns redan"
474
750
 
475
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
476
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
477
- msgid "Searching Provider '%s'..."
478
- msgstr ""
751
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
752
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
753
+ msgid "_Replace"
754
+ msgstr "E_rsätt"
479
755
 
480
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
481
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
482
- msgid "Error while Searching Provider '%s'"
756
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
757
+ msgid ""
758
+ "A file named '%s' already exists. Do you want to replace it with the one "
759
+ "you are generating?"
483
760
  msgstr ""
761
+ "En fil med namnet \"%s\" finns redan. Vill du ersätta den med den du skapar?"
484
762
 
485
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
486
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
487
- msgid "Not Found at Provider '%s'"
488
- msgstr ""
763
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
764
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
765
+ msgstr "Boken \"%s\" existerar redan i \"%s\". Vill du ersätta den?"
489
766
 
490
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
491
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
492
- msgid "Found at Provider '%s'"
493
- msgstr ""
767
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
768
+ msgid "_Skip"
769
+ msgstr "_Hoppa över"
494
770
 
495
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
496
- msgid "Ready to use %s barcode scanner"
771
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
772
+ msgid "If you replace the existing book, its contents will be overwritten."
497
773
  msgstr ""
774
+ "Om du ersätter den existerande boken, kommer dess innehåll att skrivas över."
498
775
 
499
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
500
- #: ../data/alexandria/glade/acquire_dialog.glade:26
501
- msgid "_Barcode Scanner Ready"
502
- msgstr "_Streckkodsläsaren redo"
503
-
504
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
505
- msgid "Click below to scan _barcodes"
506
- msgstr "Klicka nedan för att scanna streckkoder"
507
-
508
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
509
- msgid "There's a problem"
510
- msgstr "Det uppstod ett problem"
511
-
512
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
513
- msgid "New Smart Library"
514
- msgstr "Nytt intelligent bibliotek"
515
-
516
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
517
- msgid "Smart Library"
518
- msgstr "Intelligent bibliotek"
519
-
520
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
521
- msgid "Preferences for %s"
522
- msgstr "Inställningar för %s"
523
-
524
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
525
- msgid "New Provider"
526
- msgstr "Ny förmedlare"
776
+ #: ../lib/alexandria/ui/export_dialog.rb:22
777
+ msgid "Export '%s'"
778
+ msgstr "Exportera \"%s\""
527
779
 
528
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
529
- msgid "_Name:"
530
- msgstr "_Namn:"
780
+ #: ../lib/alexandria/ui/export_dialog.rb:27
781
+ msgid "_Export"
782
+ msgstr "E_xportera"
531
783
 
532
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
533
- msgid "_Type:"
534
- msgstr "_Typ:"
784
+ #: ../lib/alexandria/ui/export_dialog.rb:48
785
+ msgid "_Theme:"
786
+ msgstr "_Tema:"
535
787
 
536
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
537
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
539
- #, fuzzy
540
- msgid "Disable Provider"
541
- msgstr "Ny förmedlare"
788
+ #: ../lib/alexandria/ui/export_dialog.rb:60
789
+ msgid "directory"
790
+ msgstr "katalog"
542
791
 
543
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
544
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
545
- #, fuzzy
546
- msgid "Enable Provider"
547
- msgstr "Ny förmedlare"
792
+ #: ../lib/alexandria/ui/export_dialog.rb:72
793
+ msgid "Export for_mat:"
794
+ msgstr "Exportfor_mat:"
548
795
 
549
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
550
- msgid "Are you sure you want to permanently delete the provider '%s'?"
551
- msgstr "Är du säker på att du permanent vill radera förmedlaren \"%s\"?"
796
+ #: ../lib/alexandria/ui/export_dialog.rb:99
797
+ msgid "Export failed"
798
+ msgstr "Misslyckades att exportera"
552
799
 
553
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
800
+ #: ../lib/alexandria/ui/export_dialog.rb:122
554
801
  msgid ""
555
- "If you continue, the provider and all of its preferences will be permanently "
556
- "deleted."
802
+ "The target, named '%s', is a regular file. A directory is needed for this "
803
+ "operation. Please select a directory and try again."
557
804
  msgstr ""
558
- "Om du fortsätter kommer förmedlaren och alla dess inställningar att raderas "
559
- "permanent."
560
-
561
- #: ../lib/alexandria/ui/import_dialog.rb:36
562
- msgid "Error while importing"
563
- msgstr "Fel vid import"
805
+ "Målfilen, med namnet \"%s\", är en normal fil. En katalog behövs för den här "
806
+ "operationen. Var god ange en katalog och försök igen."
564
807
 
565
- #: ../lib/alexandria/ui/import_dialog.rb:39
566
- msgid "_Continue"
567
- msgstr "_Fortsätt"
808
+ #: ../lib/alexandria/ui/export_dialog.rb:126
809
+ msgid "Not a directory"
810
+ msgstr "Ej en katalog"
568
811
 
569
- #: ../lib/alexandria/ui/import_dialog.rb:64
812
+ #: ../lib/alexandria/ui/import_dialog.rb:23
570
813
  msgid "Import a Library"
571
814
  msgstr "Importera ett bibliotek"
572
815
 
573
- #: ../lib/alexandria/ui/import_dialog.rb:71
816
+ #: ../lib/alexandria/ui/import_dialog.rb:30
574
817
  msgid "_Import"
575
818
  msgstr "_Importera"
576
819
 
577
- #: ../lib/alexandria/ui/import_dialog.rb:188
820
+ #: ../lib/alexandria/ui/import_dialog.rb:134
578
821
  msgid "Couldn't import the library"
579
822
  msgstr "Kunde inte importera biblioteket"
580
823
 
581
- #: ../lib/alexandria/ui/import_dialog.rb:189
824
+ #: ../lib/alexandria/ui/import_dialog.rb:135
582
825
  msgid ""
583
826
  "The format of the file you provided is unknown. Please retry with another "
584
827
  "file."
@@ -586,198 +829,66 @@ msgstr ""
586
829
  "Formatet på filen du tillhandahållit är okänt. Var god försök igen med en "
587
830
  "annan fil."
588
831
 
589
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
590
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
591
- msgid "Properties for '%s'"
592
- msgstr "Egenskaper för %s"
593
-
594
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
595
- msgid "Empty or conflictive condition"
596
- msgstr "Tomt eller motstridigt tillstånd"
597
-
598
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
599
- msgid "_Save However"
600
- msgstr "Spara ändå"
601
-
602
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
603
- msgid ""
604
- "This smart library contains one or more conditions which are empty or "
605
- "conflict with each other. This is likely to result in never matching a book. "
606
- "Are you sure you want to save this library?"
607
- msgstr ""
608
- "Detta intelligenta bibliotek innehåller ett eller flera villkor som är tomma "
609
- "eller motstridiga. Detta innebär troligtvis att ingen bok kommer matchas. Är "
610
- "du säker på att du vill spara detta bibliotek?"
611
-
612
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
613
- msgid "Match"
614
- msgstr "Matcha"
615
-
616
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
617
- msgid "all"
618
- msgstr "alla"
619
-
620
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
621
- msgid "any"
622
- msgstr "vilken som helst"
623
-
624
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
625
- msgid "of the following rules:"
626
- msgstr "av följande regler:"
627
-
628
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
629
- msgid "Match the following rule:"
630
- msgstr "Matcha följande regel:"
631
-
632
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
633
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
634
- msgid "Couldn't modify the book"
635
- msgstr "Kunde inte ändra boken"
636
-
637
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
638
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
639
- msgid "The EAN/ISBN you provided is already used in this library."
640
- msgstr "Det EAN/ISBN du angivit finns redan i det här biblioteket."
641
-
642
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
643
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
644
- msgid ""
645
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
646
- "correcty, and try again."
647
- msgstr ""
648
- "Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
649
- "inmatat och försök igen."
650
-
651
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
652
- msgid "Properties"
653
- msgstr "Egenskaper"
654
-
655
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
656
- msgid "Author"
657
- msgstr "Författare"
658
-
659
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
660
- msgid "Select a cover image"
661
- msgstr "Välj en omslagsbild"
662
-
663
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
664
- msgid "No Cover"
665
- msgstr "Inget omslag"
666
-
667
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
668
- msgid "%d day"
669
- msgid_plural "%d days"
670
- msgstr[0] "%d dag"
671
- msgstr[1] "%d dagar"
672
-
673
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
674
- msgid "Adding '%s'"
675
- msgstr "till \"%s\""
676
-
677
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
678
- #: ../data/alexandria/glade/new_book_dialog.glade:8
679
- msgid "Adding a Book"
680
- msgstr "Lägger till en bok"
681
-
682
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
683
- msgid "A title must be provided."
684
- msgstr "En titel måste anges."
685
-
686
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
687
- msgid "A publisher must be provided."
688
- msgstr "Ett förlag måste anges."
689
-
690
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
691
- msgid "A binding must be provided."
692
- msgstr "En bindning måste anges."
693
-
694
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
695
- msgid "At least one author must be provided."
696
- msgstr "Minst en författare måste anges."
697
-
698
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
699
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
700
- msgid "Couldn't add the book"
701
- msgstr "Kunde inte lägga till boken"
702
-
703
- #: ../lib/alexandria/ui/export_dialog.rb:25
704
- msgid "File already exists"
705
- msgstr "Filen finns redan"
706
-
707
- #: ../lib/alexandria/ui/export_dialog.rb:28
708
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
709
- msgid "_Replace"
710
- msgstr "E_rsätt"
711
-
712
- #: ../lib/alexandria/ui/export_dialog.rb:29
713
- msgid ""
714
- "A file named '%s' already exists. Do you want to replace it with the one "
715
- "you are generating?"
716
- msgstr ""
717
- "En fil med namnet \"%s\" finns redan. Vill du ersätta den med den du skapar?"
718
-
719
- #: ../lib/alexandria/ui/export_dialog.rb:52
720
- msgid "Export '%s'"
721
- msgstr "Exportera \"%s\""
722
-
723
- #: ../lib/alexandria/ui/export_dialog.rb:58
724
- msgid "_Export"
725
- msgstr "E_xportera"
726
-
727
- #: ../lib/alexandria/ui/export_dialog.rb:77
728
- msgid "_Theme:"
729
- msgstr "_Tema:"
730
-
731
- #: ../lib/alexandria/ui/export_dialog.rb:87
732
- msgid "directory"
733
- msgstr "katalog"
734
-
735
- #: ../lib/alexandria/ui/export_dialog.rb:100
736
- msgid "Export for_mat:"
737
- msgstr "Exportfor_mat:"
738
-
739
- #: ../lib/alexandria/ui/export_dialog.rb:155
740
- msgid ""
741
- "The target, named '%s', is a regular file. A directory is needed for this "
742
- "operation. Please select a directory and try again."
743
- msgstr ""
744
- "Målfilen, med namnet \"%s\", är en normal fil. En katalog behövs för den här "
745
- "operationen. Var god ange en katalog och försök igen."
832
+ #: ../lib/alexandria/ui/init.rb:69
833
+ msgid "Unable to launch the help browser"
834
+ msgstr "Kunde inte starta webbläsaren"
746
835
 
747
- #: ../lib/alexandria/ui/export_dialog.rb:159
748
- msgid "Not a directory"
749
- msgstr "Ej en katalog"
836
+ #: ../lib/alexandria/ui/init.rb:70
837
+ msgid ""
838
+ "Could not display help for Alexandria. There was an error launching the "
839
+ "system help browser."
840
+ msgstr ""
841
+ "Kunde inte visa hjälpen för Alexandria. Det uppstod ett fel när systemets "
842
+ "hjälpläsare skulle startas."
750
843
 
751
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
844
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
752
845
  msgid "Invalid ISBN '%s'"
753
846
  msgstr "Ogiltigt ISBN \"%s\""
754
847
 
755
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
756
- msgid "_Keep"
757
- msgstr "_Behåll"
758
-
759
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
848
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
849
+ #, fuzzy
760
850
  msgid ""
761
851
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
762
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
763
- "add?"
852
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
853
+ "addition?"
764
854
  msgstr ""
765
855
  "Boken med titeln \"%s\" har ett ogiltigt ISBN, men finns ändå i förmedlarens "
766
856
  "bibliotek. Vill du behålla boken, men ändra ISBN, eller vill du avbryta?"
767
857
 
768
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
858
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
859
+ msgid "_Keep"
860
+ msgstr "_Behåll"
861
+
862
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
863
+ msgid "New Library"
864
+ msgstr "Nytt bibliotek"
865
+
866
+ #: ../lib/alexandria/ui/listview.rb:56
867
+ #, fuzzy
868
+ msgid "Loaned To"
869
+ msgstr "Utlånade"
870
+
871
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
769
872
  msgid "A problem occurred while downloading images"
770
873
  msgstr "Ett problem uppstod vid bildnedladdning"
771
874
 
772
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
875
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
876
+ msgid "Iter is invalid! %s"
877
+ msgstr ""
878
+
879
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
773
880
  msgid "Unable to find matches for your search"
774
881
  msgstr "Din sökning gav inga träffar"
775
882
 
776
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
883
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
777
884
  msgid "%s, by %s"
778
885
  msgstr "%s, av %s"
779
886
 
780
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
887
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
888
+ msgid "Copying %s into tree view."
889
+ msgstr ""
890
+
891
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
781
892
  msgid ""
782
893
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
783
894
  "correctly, and try again."
@@ -785,493 +896,393 @@ msgstr ""
785
896
  "Kunde inte bekräfta det EAN/ISBN du angivit. Kontrollera att det är korrekt "
786
897
  "inmatat och försök igen."
787
898
 
788
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
899
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
900
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
901
+ msgid "Couldn't add the book"
902
+ msgstr "Kunde inte lägga till boken"
903
+
904
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
789
905
  msgid "'%s' already exists in '%s' (titled '%s')."
790
906
  msgstr "\"%s\" existerar redan i \"%s\" (med titeln \"%s\")."
791
907
 
792
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
793
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
794
- msgstr "Boken \"%s\" existerar redan i \"%s\". Vill du ersätta den?"
908
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
909
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
910
+ msgid "Adding a Book"
911
+ msgstr "Lägger till en bok"
795
912
 
796
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
797
- msgid "_Skip"
798
- msgstr "_Hoppa över"
913
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
914
+ msgid "Adding '%s'"
915
+ msgstr "till \"%s\""
799
916
 
800
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
801
- msgid "If you replace the existing book, its contents will be overwritten."
917
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
918
+ msgid "A title must be provided."
919
+ msgstr "En titel måste anges."
920
+
921
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
922
+ msgid "A publisher must be provided."
923
+ msgstr "Ett förlag måste anges."
924
+
925
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
926
+ msgid "A binding must be provided."
927
+ msgstr "En bindning måste anges."
928
+
929
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
930
+ msgid "At least one author must be provided."
931
+ msgstr "Minst en författare måste anges."
932
+
933
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
934
+ msgid "New Provider"
935
+ msgstr "Ny förmedlare"
936
+
937
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
938
+ msgid "_Name:"
939
+ msgstr "_Namn:"
940
+
941
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
942
+ msgid "_Type:"
943
+ msgstr "_Typ:"
944
+
945
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
946
+ msgid "New Smart Library"
947
+ msgstr "Nytt intelligent bibliotek"
948
+
949
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
950
+ msgid "Smart Library"
951
+ msgstr "Intelligent bibliotek"
952
+
953
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
954
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
955
+ msgstr "Är du säker på att du permanent vill radera förmedlaren \"%s\"?"
956
+
957
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
958
+ msgid ""
959
+ "If you continue, the provider and all of its preferences will be permanently "
960
+ "deleted."
802
961
  msgstr ""
803
- "Om du ersätter den existerande boken, kommer dess innehåll att skrivas över."
962
+ "Om du fortsätter kommer förmedlaren och alla dess inställningar att raderas "
963
+ "permanent."
964
+
965
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
966
+ msgid "Preferences for %s"
967
+ msgstr "Inställningar för %s"
804
968
 
805
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
969
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
806
970
  msgid "Are you sure you want to delete '%s'?"
807
971
  msgstr "Är du säker på att du permanent vill radera \"%s\"?"
808
972
 
809
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
973
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
810
974
  msgid "If you continue, %d book will be deleted."
811
975
  msgid_plural "If you continue, %d books will be deleted."
812
976
  msgstr[0] "Om du fortsätter kommer %d bok att raderas permanent."
813
977
  msgstr[1] "Om du fortsätter kommer %d böcker att raderas permanent."
814
978
 
815
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
979
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
816
980
  msgid "Are you sure you want to delete '%s' from '%s'?"
817
981
  msgstr "Är du säker på att du vill radera \"%s\" permanent från \"%s\"?"
818
982
 
819
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
983
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
820
984
  msgid "Are you sure you want to delete the selected books from '%s'?"
821
985
  msgstr ""
822
986
  "Är du säker på att du vill radera de valda böckerna permanent från \"%s\"?"
823
987
 
824
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
988
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
825
989
  msgid "Invalid library name '%s'"
826
990
  msgstr "Ogiltigt biblioteksnamn \"%s\""
827
991
 
828
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
992
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
829
993
  #, fuzzy
830
- msgid "The name provided contains the disallowed character <b>%s</b> "
994
+ msgid "The name provided contains the disallowed character <b>%s</b>"
831
995
  msgstr "Namnet innehåller det ogiltiga tecknet \"<i>%s</i>\"."
832
996
 
833
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
997
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
834
998
  #, fuzzy
835
999
  msgid "Invalid library name"
836
1000
  msgstr "Ogiltigt biblioteksnamn \"%s\""
837
1001
 
838
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1002
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
839
1003
  #, fuzzy
840
1004
  msgid "The name provided contains invalid characters."
841
1005
  msgstr "Namnet innehåller det ogiltiga tecknet \"<i>%s</i>\"."
842
1006
 
843
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1007
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
844
1008
  msgid "The library name can not be empty"
845
1009
  msgstr "Bibliotekets namn kan ej vara tomt"
846
1010
 
847
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1011
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
848
1012
  msgid "The library can not be renamed"
849
1013
  msgstr "Biblioteket kan ej döpas om"
850
1014
 
851
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1015
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
852
1016
  msgid "There is already a library named '%s'. Please choose a different name."
853
1017
  msgstr ""
854
1018
  "Det finns redan ett bibliotek med namnet \"%s\". Var god välj ett annat namn."
855
1019
 
856
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1020
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
857
1021
  msgid "Library"
858
1022
  msgstr "Bibliotek"
859
1023
 
860
- #: ../lib/alexandria/ui/libraries_combo.rb:44
861
- msgid "New Library"
862
- msgstr "Nytt bibliotek"
863
-
864
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
865
- msgid "Title"
866
- msgstr "Titel"
867
-
868
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
869
- msgid "Authors"
870
- msgstr "Författare"
871
-
872
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
873
- msgid "ISBN"
874
- msgstr "ISBN"
875
-
876
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
877
- msgid "Publisher"
878
- msgstr "Förlag"
879
-
880
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
881
- msgid "Publish Year"
882
- msgstr "Publicerad år"
883
-
884
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
885
- msgid "Binding"
886
- msgstr "Bindning"
887
-
888
- #: ../lib/alexandria/ui/listview.rb:110
889
- #, fuzzy
890
- msgid "Loaned To"
891
- msgstr "Utlånade"
892
-
893
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
894
- #: ../lib/alexandria/smart_library.rb:361
895
- msgid "Read"
896
- msgstr "Lästa"
897
-
898
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
899
- msgid "Own"
900
- msgstr "Har"
901
-
902
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
903
- msgid "Want"
904
- msgstr "Vill ha"
1024
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1025
+ msgid "Error while importing"
1026
+ msgstr "Fel vid import"
905
1027
 
906
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
907
- #: ../data/alexandria/glade/preferences_dialog.glade:421
908
- msgid "Tags"
909
- msgstr "Taggar"
1028
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1029
+ msgid "_Continue"
1030
+ msgstr "_Fortsätt"
910
1031
 
911
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
912
- msgid "Rating"
913
- msgstr "Betyg"
1032
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1033
+ msgid "Empty or conflictive condition"
1034
+ msgstr "Tomt eller motstridigt tillstånd"
914
1035
 
915
- #: ../lib/alexandria/ui/init.rb:83
916
- msgid "Unable to launch the help browser"
917
- msgstr "Kunde inte starta webbläsaren"
1036
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1037
+ msgid "_Save However"
1038
+ msgstr "Spara ändå"
918
1039
 
919
- #: ../lib/alexandria/ui/init.rb:84
1040
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
920
1041
  msgid ""
921
- "Could not display help for Alexandria. There was an error launching the "
922
- "system help browser."
923
- msgstr ""
924
- "Kunde inte visa hjälpen för Alexandria. Det uppstod ett fel när systemets "
925
- "hjälpläsare skulle startas."
926
-
927
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
928
- msgid "Locale"
929
- msgstr "Språkkonvention"
930
-
931
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
932
- msgid "Access key ID"
933
- msgstr ""
934
-
935
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
936
- msgid "Secret access key"
1042
+ "This smart library contains one or more conditions which are empty or "
1043
+ "conflict with each other. This is likely to result in never matching a book. "
1044
+ "Are you sure you want to save this library?"
937
1045
  msgstr ""
1046
+ "Detta intelligenta bibliotek innehåller ett eller flera villkor som är tomma "
1047
+ "eller motstridiga. Detta innebär troligtvis att ingen bok kommer matchas. Är "
1048
+ "du säker på att du vill spara detta bibliotek?"
938
1049
 
939
- #: ../lib/alexandria/book_providers/z3950.rb:34
940
- msgid "Hostname"
941
- msgstr "Värdnamn"
942
-
943
- #: ../lib/alexandria/book_providers/z3950.rb:35
944
- msgid "Port"
945
- msgstr "Port"
946
-
947
- #: ../lib/alexandria/book_providers/z3950.rb:36
948
- msgid "Database"
949
- msgstr "Databas"
950
-
951
- #: ../lib/alexandria/book_providers/z3950.rb:37
952
- msgid "Record syntax"
953
- msgstr "Postsyntax"
954
-
955
- #: ../lib/alexandria/book_providers/z3950.rb:38
956
- msgid "Username"
957
- msgstr "Användarnamn"
958
-
959
- #: ../lib/alexandria/book_providers/z3950.rb:39
960
- msgid "Password"
961
- msgstr "Lösenord"
962
-
963
- #: ../lib/alexandria/book_providers/z3950.rb:40
964
- msgid "Charset encoding"
965
- msgstr "Teckenkodning"
966
-
967
- #: ../lib/alexandria/book_providers/z3950.rb:221
968
- msgid "Library of Congress (Usa)"
969
- msgstr "Library of Congress (USA)"
970
-
971
- #: ../lib/alexandria/book_providers/z3950.rb:255
972
- msgid "British Library"
973
- msgstr "British Library"
974
-
975
- #: ../lib/alexandria/export_library.rb:109
976
- msgid "Archived ONIX XML"
977
- msgstr "Arkiverad ONIX-XML"
978
-
979
- #: ../lib/alexandria/export_library.rb:111
980
- msgid "Archived Tellico XML"
981
- msgstr "Arkiverad Tellico-XML"
982
-
983
- #: ../lib/alexandria/export_library.rb:113
984
- msgid "BibTeX"
985
- msgstr "BibTeX"
986
-
987
- #: ../lib/alexandria/export_library.rb:114
988
- msgid "CSV list"
989
- msgstr "CSV-lista"
990
-
991
- #: ../lib/alexandria/export_library.rb:115
992
- msgid "ISBN List"
993
- msgstr "ISBN-lista"
994
-
995
- #: ../lib/alexandria/export_library.rb:116
996
- msgid "iPod Notes"
997
- msgstr "iPod-anteckningar"
998
-
999
- #: ../lib/alexandria/export_library.rb:117
1000
- msgid "HTML Web Page"
1001
- msgstr "HTML-webbsida"
1002
-
1003
- #: ../lib/alexandria/smart_library.rb:92
1004
- msgid "Favorite"
1005
- msgstr "Favoriter"
1006
-
1007
- #: ../lib/alexandria/smart_library.rb:98
1008
- msgid "Loaned"
1009
- msgstr "Utlånade"
1050
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1051
+ msgid "Match"
1052
+ msgstr "Matcha"
1010
1053
 
1011
- #: ../lib/alexandria/smart_library.rb:110
1012
- msgid "Owned"
1013
- msgstr "Ägda"
1054
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1055
+ msgid "all"
1056
+ msgstr "alla"
1014
1057
 
1015
- #: ../lib/alexandria/smart_library.rb:119
1016
- msgid "Wishlist"
1017
- msgstr "Önskelista"
1058
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1059
+ msgid "any"
1060
+ msgstr "vilken som helst"
1018
1061
 
1019
- #: ../lib/alexandria/smart_library.rb:356
1020
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1021
- msgid "Notes"
1022
- msgstr "Anteckningar"
1062
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1063
+ msgid "of the following rules:"
1064
+ msgstr "av följande regler:"
1023
1065
 
1024
- #: ../lib/alexandria/smart_library.rb:358
1025
- msgid "Loaning State"
1026
- msgstr "Utlåningsstatus"
1066
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1067
+ msgid "Match the following rule:"
1068
+ msgstr "Matcha följande regel:"
1027
1069
 
1028
- #: ../lib/alexandria/smart_library.rb:359
1029
- msgid "Loaning Date"
1030
- msgstr "Utlåningsdatum"
1070
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1071
+ msgid "Type here the search criterion"
1072
+ msgstr "Skriv sökkriteriet här"
1031
1073
 
1032
- #: ../lib/alexandria/smart_library.rb:360
1033
- msgid "Loaning Person"
1034
- msgstr "Låntagare"
1074
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1075
+ msgid "Match everything"
1076
+ msgstr "Matcha allting"
1035
1077
 
1036
- #: ../lib/alexandria/smart_library.rb:362
1037
- msgid "Date Read"
1038
- msgstr "Läsdatum"
1078
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1079
+ msgid "Title contains"
1080
+ msgstr "Titel innehåller"
1039
1081
 
1040
- #: ../lib/alexandria/smart_library.rb:371
1041
- msgid "days"
1042
- msgstr "dagarna"
1082
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1083
+ msgid "Authors contain"
1084
+ msgstr "Författare innehåller"
1043
1085
 
1044
- #: ../lib/alexandria/smart_library.rb:382
1045
- msgid "is set"
1046
- msgstr "är satt"
1086
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1087
+ msgid "ISBN contains"
1088
+ msgstr "ISBN innehåller"
1047
1089
 
1048
- #: ../lib/alexandria/smart_library.rb:386
1049
- msgid "is not set"
1050
- msgstr "är inte satt"
1090
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1091
+ msgid "Publisher contains"
1092
+ msgstr "Förlag innehåller"
1051
1093
 
1052
- #: ../lib/alexandria/smart_library.rb:390
1053
- msgid "is"
1054
- msgstr "är"
1094
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1095
+ msgid "Notes contain"
1096
+ msgstr "Anteckningar innehåller"
1055
1097
 
1056
- #: ../lib/alexandria/smart_library.rb:394
1057
- msgid "is not"
1058
- msgstr "är inte"
1098
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1099
+ msgid "Tags contain"
1100
+ msgstr "Taggar innehåller"
1059
1101
 
1060
- #: ../lib/alexandria/smart_library.rb:398
1061
- msgid "contains"
1062
- msgstr "innehåller"
1102
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1103
+ msgid "Change the search type"
1104
+ msgstr "Ändra söktyp"
1063
1105
 
1064
- #: ../lib/alexandria/smart_library.rb:402
1065
- msgid "does not contain"
1066
- msgstr "innehåller inte"
1106
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1107
+ msgid "View as Icons"
1108
+ msgstr "Visa som ikoner"
1067
1109
 
1068
- #: ../lib/alexandria/smart_library.rb:406
1069
- msgid "starts with"
1070
- msgstr "börjar med"
1110
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1111
+ msgid "View as List"
1112
+ msgstr "Visa som lista"
1071
1113
 
1072
- #: ../lib/alexandria/smart_library.rb:410
1073
- msgid "ends with"
1074
- msgstr "slutar med"
1114
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1115
+ msgid "Choose how to show books"
1116
+ msgstr "Välj hur böcker ska visas"
1075
1117
 
1076
- #: ../lib/alexandria/smart_library.rb:414
1077
- msgid "is greater than"
1078
- msgstr "är större än"
1118
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1119
+ msgid "Library '%s' selected"
1120
+ msgstr "Biblioteket \"%s\" valt"
1079
1121
 
1080
- #: ../lib/alexandria/smart_library.rb:418
1081
- msgid "is less than"
1082
- msgstr "är mindre än"
1122
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1123
+ msgid "Library '%s' selected, %d unrated book"
1124
+ msgid_plural "Library '%s' selected, %d unrated books"
1125
+ msgstr[0] "Biblioteket \"%s\" valt, %d icke betygsatt bok"
1126
+ msgstr[1] "Biblioteket \"%s\" valt, %d icke betygsatta böcker"
1083
1127
 
1084
- #: ../lib/alexandria/smart_library.rb:422
1085
- msgid "is after"
1086
- msgstr "är efter"
1128
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1129
+ msgid "Library '%s' selected, %d book"
1130
+ msgid_plural "Library '%s' selected, %d books"
1131
+ msgstr[0] "Biblioteket \"%s\" valt, %d bok"
1132
+ msgstr[1] "Biblioteket \"%s\" valt, %d böcker"
1087
1133
 
1088
- #: ../lib/alexandria/smart_library.rb:426
1089
- msgid "is before"
1090
- msgstr "är före"
1134
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1135
+ msgid "Library '%s' selected, %d book, %d unrated"
1136
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1137
+ msgstr[0] "Biblioteket \"%s\" valt, %d bok, %d icke betygsatt"
1138
+ msgstr[1] "Biblioteket \"%s\" valt, %d böcker, %d icke betygsatta"
1091
1139
 
1092
- #: ../lib/alexandria/smart_library.rb:430
1093
- msgid "is in last"
1094
- msgstr "är i de sista"
1140
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1141
+ msgid "'%s' selected"
1142
+ msgstr "\"%s\" vald"
1095
1143
 
1096
- #: ../lib/alexandria/smart_library.rb:450
1097
- msgid "is not in last"
1098
- msgstr "är inte i de sista"
1144
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1145
+ msgid "%d book selected"
1146
+ msgid_plural "%d books selected"
1147
+ msgstr[0] "%d bok vald"
1148
+ msgstr[1] "%d böcker valda"
1099
1149
 
1100
- #: ../lib/alexandria/book_providers.rb:87
1101
- msgid "Couldn't reach the provider '%s': timeout expired."
1102
- msgstr "Kunde inte nå förmedlaren \"%s\": tidsbegränsningen överskriden."
1150
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1151
+ msgid "unrecognized update event"
1152
+ msgstr ""
1103
1153
 
1104
- #: ../lib/alexandria/book_providers.rb:91
1105
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1106
- msgstr "Kunde inte nå förmedlaren \"%s\": sockelfel (eng. socket error) (%s)."
1154
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1155
+ #, fuzzy
1156
+ msgid "Loading libraries..."
1157
+ msgstr "Laddar \"%s\"..."
1107
1158
 
1108
- #: ../lib/alexandria/book_providers.rb:95
1109
- #: ../lib/alexandria/book_providers.rb:100
1159
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1110
1160
  msgid ""
1111
- "No results were found. Make sure your search criterion is spelled "
1112
- "correctly, and try again."
1161
+ "The data files for the following books are malformed or empty. Do you wish "
1162
+ "to attempt to download new information for them from the online book "
1163
+ "providers?\n"
1113
1164
  msgstr ""
1114
- "Inga resultat funna. Kontrollera att dina sökkriterier är korrekt stavade "
1115
- "och försök igen."
1165
+ "Datafilerna för följande böcker är felaktigt formaterade eller tomma. Vill "
1166
+ "du försöka ladda ned ny information för dem från en förmedlare?\n"
1116
1167
 
1117
- #: ../lib/alexandria/book_providers.rb:105
1118
- msgid "Too many results for that search."
1119
- msgstr "Sökningen gav för många träffar."
1168
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1169
+ msgid "Added '%s' to library '%s'"
1170
+ msgstr "Lade till \"%s\" till biblioteket \"%s\""
1120
1171
 
1121
- #: ../lib/alexandria/book_providers.rb:108
1122
- msgid "Invalid search type."
1123
- msgstr "Ogiltig söktyp."
1172
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1173
+ msgid "Loading '%s'..."
1174
+ msgstr "Laddar \"%s\"..."
1124
1175
 
1125
- #: ../lib/alexandria/book_providers.rb:203
1126
- msgid "Enabled"
1176
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1177
+ msgid "In '_%s'"
1178
+ msgstr "till \"_%s\""
1179
+
1180
+ #: ../lib/alexandria/web_themes.rb:64
1181
+ msgid "File %<file>s not found"
1127
1182
  msgstr ""
1128
1183
 
1129
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1184
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1130
1185
  msgid "Acquire from Scanner"
1131
1186
  msgstr "Hämta från streckkodsläsare"
1132
1187
 
1133
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1134
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1188
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1189
+ msgid "_Barcode Scanner Ready"
1190
+ msgstr "_Streckkodsläsaren redo"
1191
+
1192
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1193
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1135
1194
  msgid "Save _in:"
1136
1195
  msgstr "Spara _i:"
1137
1196
 
1138
- #: ../data/alexandria/glade/main_app.glade:17
1139
- msgid "Main Window"
1140
- msgstr "Huvudfönster"
1141
-
1142
- #: ../data/alexandria/glade/main_app.glade:32
1143
- msgid "Libraries listing."
1144
- msgstr "Biblioteklista."
1145
-
1146
- #: ../data/alexandria/glade/main_app.glade:46
1147
- msgid "_Libraries:"
1148
- msgstr "_Bibliotek:"
1197
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1198
+ msgid "by title"
1199
+ msgstr "efter titel"
1149
1200
 
1150
- #: ../data/alexandria/glade/main_app.glade:111
1151
- msgid "Book listing."
1152
- msgstr "Boklista"
1201
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1202
+ msgid "by authors"
1203
+ msgstr "efter författare"
1153
1204
 
1154
- #: ../data/alexandria/glade/main_app.glade:194
1155
- msgid "Status messages."
1156
- msgstr "Statusmeddelanden."
1205
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1206
+ msgid "by keyword"
1207
+ msgstr "efter nyckelord"
1157
1208
 
1158
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1209
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1159
1210
  msgid "_Keep Dialog Open after Adding Book"
1160
1211
  msgstr ""
1161
1212
 
1162
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1163
- msgid ""
1164
- "by title\n"
1165
- "by authors\n"
1166
- "by keyword"
1167
- msgstr ""
1168
- "efter titel\n"
1169
- "efter författare\n"
1170
- "efter nyckelord"
1171
-
1172
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1213
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1173
1214
  msgid "_Search:"
1174
1215
  msgstr "_Sök:"
1175
1216
 
1176
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1177
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1217
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1218
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1178
1219
  msgid "_ISBN:"
1179
1220
  msgstr "_ISBN:"
1180
1221
 
1181
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1182
- msgid "_Title:"
1183
- msgstr "_Titel:"
1184
-
1185
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1186
- msgid "_Publisher:"
1187
- msgstr "F_örlag:"
1188
-
1189
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1190
- msgid "Add an author"
1191
- msgstr "Lägg till en författare"
1192
-
1193
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1194
- msgid "Remove an author"
1195
- msgstr "Ta bort en författare"
1222
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1223
+ msgid "Preferences"
1224
+ msgstr "Inställningar"
1196
1225
 
1197
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1198
- msgid "_Authors:"
1199
- msgstr "_Författare:"
1226
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1227
+ msgid "<b>Visible Columns</b>"
1228
+ msgstr "<b>Synliga kolumner</b>"
1200
1229
 
1201
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1202
- msgid "_Binding:"
1203
- msgstr "_Bindning:"
1230
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1231
+ msgid "_Authors"
1232
+ msgstr "_Författare"
1204
1233
 
1205
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1206
- msgid "Publish _year:"
1207
- msgstr "P_ublicerad år:"
1234
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1235
+ msgid "_ISBN"
1236
+ msgstr "_ISBN"
1208
1237
 
1209
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1210
- msgid "Tags:"
1211
- msgstr "Taggar:"
1238
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1239
+ msgid "_Publisher"
1240
+ msgstr "F_örlag"
1212
1241
 
1213
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1214
- msgid "_Cover:"
1215
- msgstr "_Omslag:"
1242
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1243
+ msgid "_Rating"
1244
+ msgstr "Bet_yg"
1216
1245
 
1217
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1218
- msgid "Click to pick a cover"
1219
- msgstr "Klicka för att välja ett omslag"
1246
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1247
+ msgid "_Binding"
1248
+ msgstr "_Bindning"
1220
1249
 
1221
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1222
- msgid "Own it?"
1223
- msgstr "Har den?"
1250
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1251
+ msgid "Publish _year"
1252
+ msgstr "P_ublicerad år"
1224
1253
 
1225
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1226
- msgid "Read it?"
1254
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1255
+ msgid "Read?"
1227
1256
  msgstr "Läst den?"
1228
1257
 
1229
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1230
- msgid "Want it?"
1231
- msgstr "Vill ha den?"
1232
-
1233
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1234
- msgid "Click on the stars to rate the book"
1235
- msgstr "Klicka på stjärnorna för att betygsätta boken"
1236
-
1237
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1238
- msgid "Rating:"
1239
- msgstr "Betyg:"
1240
-
1241
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1242
- msgid "General"
1243
- msgstr "Allmänt"
1244
-
1245
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1246
- msgid "This book is _loaned"
1247
- msgstr "Den här boken är ut_lånad"
1248
-
1249
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1250
- msgid "_To:"
1251
- msgstr "_Till:"
1258
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1259
+ msgid "Own?"
1260
+ msgstr "Har den?"
1252
1261
 
1253
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1254
- msgid "_Since:"
1255
- msgstr "_Sedan:"
1262
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1263
+ msgid "Want?"
1264
+ msgstr "Vill ha?"
1256
1265
 
1257
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1258
- msgid "Loaning"
1259
- msgstr "Utlåningar"
1266
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1267
+ #, fuzzy
1268
+ msgid "Loaned to"
1269
+ msgstr "Utlånade"
1260
1270
 
1261
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1262
- msgid "Preferences"
1263
- msgstr "Inställningar"
1271
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1272
+ #, fuzzy
1273
+ msgid "_List View"
1274
+ msgstr "Listvy"
1264
1275
 
1265
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1276
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1266
1277
  #, fuzzy
1267
1278
  msgid "<b>Book Data Providers</b>"
1268
1279
  msgstr "<b>_Förmedlare</b>"
1269
1280
 
1270
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1281
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1271
1282
  msgid "_Setup"
1272
1283
  msgstr "_Inställningar"
1273
1284
 
1274
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1285
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1275
1286
  msgid ""
1276
1287
  "Providers are libraries that supply information about books. Some of them "
1277
1288
  "can be configured to get better results. You can also customize the order "
@@ -1281,70 +1292,124 @@ msgstr ""
1281
1292
  "dessa kan anpassas för att ge bättre resultat. Du kan också justera deras "
1282
1293
  "inbördes sökordning."
1283
1294
 
1284
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1295
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1285
1296
  msgid "Custom _Z39.50 Providers"
1286
1297
  msgstr ""
1287
1298
 
1288
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1299
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1289
1300
  msgid ""
1290
1301
  "Add and remove your own Z39.50 providers.\n"
1291
1302
  "Requires the Ruby/ZOOM software library."
1292
1303
  msgstr ""
1293
1304
 
1294
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1305
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1295
1306
  #, fuzzy
1296
1307
  msgid "_Providers"
1297
1308
  msgstr "Förmedlare"
1298
1309
 
1299
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1300
- msgid "<b>Visible Columns</b>"
1301
- msgstr "<b>Synliga kolumner</b>"
1310
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1311
+ #, fuzzy
1312
+ msgid "<b>Barcode Scanner Device</b>"
1313
+ msgstr "_Streckkodsläsaren redo"
1302
1314
 
1303
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1304
- msgid "_Authors"
1305
- msgstr "_Författare"
1315
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1316
+ msgid "_Device type:"
1317
+ msgstr ""
1306
1318
 
1307
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1308
- msgid "_ISBN"
1309
- msgstr "_ISBN"
1319
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1320
+ msgid "<b>Sound Effects</b>"
1321
+ msgstr ""
1310
1322
 
1311
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1312
- msgid "_Publisher"
1313
- msgstr "F_örlag"
1323
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1324
+ #, fuzzy
1325
+ msgid "Scanning"
1326
+ msgstr "Utlåningar"
1314
1327
 
1315
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1316
- msgid "_Rating"
1317
- msgstr "Bet_yg"
1328
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1329
+ msgid "Good Scan / Bad Scan"
1330
+ msgstr ""
1318
1331
 
1319
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1320
- msgid "_Binding"
1321
- msgstr "_Bindning"
1332
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1333
+ #, fuzzy
1334
+ msgid "_Barcode Scanner"
1335
+ msgstr "_Streckkodsläsaren redo"
1322
1336
 
1323
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1324
- msgid "Publish _year"
1325
- msgstr "P_ublicerad år"
1337
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1338
+ msgid "_Libraries:"
1339
+ msgstr "_Bibliotek:"
1326
1340
 
1327
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1328
- msgid "Read?"
1341
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1342
+ msgid "_Title:"
1343
+ msgstr "_Titel:"
1344
+
1345
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1346
+ msgid "_Authors:"
1347
+ msgstr "_Författare:"
1348
+
1349
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1350
+ msgid "Tags:"
1351
+ msgstr "Taggar:"
1352
+
1353
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1354
+ msgid "_Binding:"
1355
+ msgstr "_Bindning:"
1356
+
1357
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1358
+ msgid "Publish _year:"
1359
+ msgstr "P_ublicerad år:"
1360
+
1361
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1362
+ msgid "_Publisher:"
1363
+ msgstr "F_örlag:"
1364
+
1365
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1366
+ msgid "_Cover:"
1367
+ msgstr "_Omslag:"
1368
+
1369
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1370
+ msgid "Rating:"
1371
+ msgstr "Betyg:"
1372
+
1373
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1374
+ msgid "Want it?"
1375
+ msgstr "Vill ha den?"
1376
+
1377
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1378
+ msgid "Read it?"
1329
1379
  msgstr "Läst den?"
1330
1380
 
1331
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1332
- msgid "Own?"
1381
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1382
+ #, fuzzy
1383
+ msgid "Select Date"
1384
+ msgstr "Markera _alla"
1385
+
1386
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1387
+ msgid "Clear Date"
1388
+ msgstr ""
1389
+
1390
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1391
+ msgid "Own it?"
1333
1392
  msgstr "Har den?"
1334
1393
 
1335
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1336
- msgid "Want?"
1337
- msgstr "Vill ha?"
1394
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1395
+ msgid "General"
1396
+ msgstr "Allmänt"
1338
1397
 
1339
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1340
- #, fuzzy
1341
- msgid "Loaned to"
1342
- msgstr "Utlånade"
1398
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1399
+ msgid "This book is _loaned"
1400
+ msgstr "Den här boken är ut_lånad"
1343
1401
 
1344
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1345
- #, fuzzy
1346
- msgid "_List View"
1347
- msgstr "Listvy"
1402
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1403
+ msgid "_To:"
1404
+ msgstr "_Till:"
1405
+
1406
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1407
+ msgid "_Since:"
1408
+ msgstr "_Sedan:"
1409
+
1410
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1411
+ msgid "Loaning"
1412
+ msgstr "Utlåningar"
1348
1413
 
1349
1414
  #: ../alexandria.desktop.in.h:1
1350
1415
  msgid "Alexandria Book Collection Manager"
@@ -1358,6 +1423,64 @@ msgstr "Boksamlingshanterare"
1358
1423
  msgid "Manage your book collection"
1359
1424
  msgstr "Hantera din boksamling"
1360
1425
 
1426
+ #~ msgid "Unable to launch the web browser"
1427
+ #~ msgstr "Kunde inte starta webbläsaren"
1428
+
1429
+ #~ msgid ""
1430
+ #~ "Check out that a web browser is configured as default (Desktop "
1431
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1432
+ #~ msgstr ""
1433
+ #~ "Kontrollera att en webbläsare är förvald (Skrivbordsinställningar -> "
1434
+ #~ "Avancerat -> Föredragna program) och försök igen."
1435
+
1436
+ #~ msgid "Unable to launch the mail reader"
1437
+ #~ msgstr "Kunde inte starta e-postläsaren"
1438
+
1439
+ #~ msgid ""
1440
+ #~ "Check out that a mail reader is configured as default (Desktop "
1441
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1442
+ #~ msgstr ""
1443
+ #~ "Kontrollera att en e-postläsare är förvald (Skrivbordsinställningar -> "
1444
+ #~ "Avancerat -> Föredragna program) och försök igen."
1445
+
1446
+ #~ msgid "Repair Book Data"
1447
+ #~ msgstr "Reparera bokdata"
1448
+
1449
+ #~ msgid "There's a problem"
1450
+ #~ msgstr "Det uppstod ett problem"
1451
+
1452
+ #, fuzzy
1453
+ #~ msgid "Disable Provider"
1454
+ #~ msgstr "Ny förmedlare"
1455
+
1456
+ #, fuzzy
1457
+ #~ msgid "Enable Provider"
1458
+ #~ msgstr "Ny förmedlare"
1459
+
1460
+ #~ msgid "Main Window"
1461
+ #~ msgstr "Huvudfönster"
1462
+
1463
+ #~ msgid "Libraries listing."
1464
+ #~ msgstr "Biblioteklista."
1465
+
1466
+ #~ msgid "Book listing."
1467
+ #~ msgstr "Boklista"
1468
+
1469
+ #~ msgid "Status messages."
1470
+ #~ msgstr "Statusmeddelanden."
1471
+
1472
+ #~ msgid "Add an author"
1473
+ #~ msgstr "Lägg till en författare"
1474
+
1475
+ #~ msgid "Remove an author"
1476
+ #~ msgstr "Ta bort en författare"
1477
+
1478
+ #~ msgid "Click to pick a cover"
1479
+ #~ msgstr "Klicka för att välja ett omslag"
1480
+
1481
+ #~ msgid "Click on the stars to rate the book"
1482
+ #~ msgstr "Klicka på stjärnorna för att betygsätta boken"
1483
+
1361
1484
  #~ msgid "Language"
1362
1485
  #~ msgstr "Språk"
1363
1486
 
@@ -1371,9 +1494,6 @@ msgstr "Hantera din boksamling"
1371
1494
  #~ msgid "Couldn't add these books"
1372
1495
  #~ msgstr "Kunde inte lägga till boken"
1373
1496
 
1374
- #~ msgid "Associate ID"
1375
- #~ msgstr "Associerat id"
1376
-
1377
1497
  #~ msgid "_Refresh"
1378
1498
  #~ msgstr "_Uppdatera"
1379
1499