alexandria-book-collection-manager 0.7.5 → 0.7.9

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