alexandria-book-collection-manager 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.gitignore +4 -1
  4. data/.rubocop.yml +51 -29
  5. data/.rubocop_todo.yml +33 -155
  6. data/.simplecov +5 -2
  7. data/.travis.yml +10 -4
  8. data/CHANGELOG.md +19 -0
  9. data/INSTALL.md +23 -11
  10. data/README.md +36 -35
  11. data/Rakefile +7 -5
  12. data/alexandria-book-collection-manager.gemspec +8 -3
  13. data/doc/dependency_decisions.yml +22 -3
  14. data/lib/alexandria.rb +2 -2
  15. data/lib/alexandria/book_providers.rb +47 -49
  16. data/lib/alexandria/book_providers/adlibris.rb +8 -13
  17. data/lib/alexandria/book_providers/amazon_aws.rb +47 -60
  18. data/lib/alexandria/book_providers/amazon_ecs_util.rb +283 -298
  19. data/lib/alexandria/book_providers/barnes_and_noble.rb +8 -8
  20. data/lib/alexandria/book_providers/douban.rb +2 -2
  21. data/lib/alexandria/book_providers/proxis.rb +12 -11
  22. data/lib/alexandria/book_providers/pseudomarc.rb +60 -70
  23. data/lib/alexandria/book_providers/siciliano.rb +5 -6
  24. data/lib/alexandria/book_providers/thalia.rb +8 -9
  25. data/lib/alexandria/book_providers/worldcat.rb +25 -31
  26. data/lib/alexandria/book_providers/z3950.rb +62 -69
  27. data/lib/alexandria/default_preferences.rb +37 -0
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +4 -8
  30. data/lib/alexandria/import_library.rb +38 -62
  31. data/lib/alexandria/import_library_csv.rb +16 -16
  32. data/lib/alexandria/library_sort_order.rb +3 -1
  33. data/lib/alexandria/library_store.rb +16 -16
  34. data/lib/alexandria/logging.rb +4 -8
  35. data/lib/alexandria/models/book.rb +2 -2
  36. data/lib/alexandria/models/library.rb +18 -14
  37. data/lib/alexandria/net.rb +1 -2
  38. data/lib/alexandria/preferences.rb +27 -31
  39. data/lib/alexandria/scanners.rb +2 -2
  40. data/lib/alexandria/scanners/cue_cat.rb +5 -5
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/smart_library.rb +22 -26
  43. data/lib/alexandria/ui.rb +7 -7
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +9 -10
  46. data/lib/alexandria/ui/alert_dialog.rb +34 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +5 -5
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -2
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +23 -17
  51. data/lib/alexandria/ui/callbacks.rb +141 -120
  52. data/lib/alexandria/ui/completion_models.rb +1 -1
  53. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  54. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +1 -1
  55. data/lib/alexandria/ui/error_dialog.rb +1 -1
  56. data/lib/alexandria/ui/export_dialog.rb +13 -15
  57. data/lib/alexandria/ui/icons.rb +34 -40
  58. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  59. data/lib/alexandria/ui/import_dialog.rb +48 -47
  60. data/lib/alexandria/ui/init.rb +3 -2
  61. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  62. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  63. data/lib/alexandria/ui/listview.rb +5 -6
  64. data/lib/alexandria/ui/main_app.rb +2 -2
  65. data/lib/alexandria/ui/multi_drag_treeview.rb +4 -6
  66. data/lib/alexandria/ui/new_book_dialog.rb +52 -52
  67. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  68. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  69. data/lib/alexandria/ui/preferences_dialog.rb +23 -82
  70. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +9 -5
  71. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  72. data/lib/alexandria/ui/really_delete_dialog.rb +1 -1
  73. data/lib/alexandria/ui/sidepane_manager.rb +35 -37
  74. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  75. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  76. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +59 -138
  77. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  78. data/lib/alexandria/ui/sound.rb +4 -6
  79. data/lib/alexandria/ui/ui_manager.rb +62 -64
  80. data/lib/alexandria/version.rb +2 -2
  81. data/lib/alexandria/web_themes.rb +15 -15
  82. data/po/cs.po +991 -874
  83. data/po/cy.po +957 -870
  84. data/po/de.po +991 -866
  85. data/po/el.po +987 -863
  86. data/po/es.po +986 -862
  87. data/po/fr.po +988 -868
  88. data/po/ga.po +910 -822
  89. data/po/gl.po +983 -863
  90. data/po/it.po +984 -862
  91. data/po/ja.po +969 -849
  92. data/po/mk.po +983 -859
  93. data/po/nb.po +982 -862
  94. data/po/nl.po +992 -869
  95. data/po/pl.po +1018 -963
  96. data/po/pt.po +983 -852
  97. data/po/pt_BR.po +983 -863
  98. data/po/ru.po +992 -869
  99. data/po/sk.po +986 -864
  100. data/po/sv.po +980 -860
  101. data/po/uk.po +975 -861
  102. data/po/zh_TW.po +974 -854
  103. data/share/alexandria/glade/main_app__builder.glade +6 -21
  104. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  105. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  106. data/share/gnome/help/alexandria/fr/alexandria.xml +1 -1
  107. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  108. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  109. data/spec/alexandria/book_providers_spec.rb +73 -129
  110. data/spec/alexandria/console_spec.rb +0 -5
  111. data/spec/alexandria/export_library_spec.rb +27 -38
  112. data/spec/alexandria/library_spec.rb +56 -44
  113. data/spec/alexandria/preferences_spec.rb +29 -3
  114. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  115. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  116. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  117. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  118. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  119. data/spec/alexandria/ui/book_properties_dialog_spec.rb +1 -1
  120. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  121. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  122. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  123. data/spec/alexandria/ui/export_dialog_spec.rb +1 -1
  124. data/spec/alexandria/ui/icons_spec.rb +26 -0
  125. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  126. data/spec/alexandria/ui/import_dialog_spec.rb +30 -3
  127. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  128. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  129. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +1 -1
  130. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  131. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  132. data/spec/alexandria/ui/preferences_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  134. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  136. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  137. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +21 -7
  138. data/spec/alexandria/ui/ui_manager_spec.rb +39 -2
  139. data/spec/spec_helper.rb +46 -3
  140. data/tasks/spec.rake +3 -5
  141. data/util/rake/fileinstall.rb +12 -11
  142. metadata +82 -10
  143. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  144. data/spec/alexandria/utilities_spec.rb +0 -52
data/po/nb.po CHANGED
@@ -6,704 +6,753 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: alexandria 0.6.3\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
9
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
10
10
  "PO-Revision-Date: 2008-02-27 21:35+0100\n"
11
11
  "Last-Translator: Jack Myrseh <jack@enkom.no>\n"
12
12
  "Language-Team: Norwegian\n"
13
+ "Language: \n"
13
14
  "MIME-Version: 1.0\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
15
16
  "Content-Transfer-Encoding: 8bit\n"
16
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18
 
18
- #: ../lib/alexandria/import_library.rb:30
19
+ #: ../lib/alexandria/about.rb:27
20
+ msgid "A program to help you manage your book collection."
21
+ msgstr "Ett program for å ordne boksamlinger"
22
+
23
+ #: ../lib/alexandria/book_providers.rb:91
24
+ msgid "Couldn't reach the provider '%s': timeout expired."
25
+ msgstr ""
26
+ "Oppnådde ikke kontakt med tilbyder \"%s\": overskred tidsbegrensningen."
27
+
28
+ #: ../lib/alexandria/book_providers.rb:95
29
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
30
+ msgstr "Oppnådde ikke kontakt med tilbyder \"%s\": (socket error) (%s)."
31
+
32
+ #: ../lib/alexandria/book_providers.rb:99
33
+ #: ../lib/alexandria/book_providers.rb:104
34
+ msgid ""
35
+ "No results were found. Make sure your search criterion is spelled "
36
+ "correctly, and try again."
37
+ msgstr ""
38
+ "Ingen resultat funnet, Sjekk at søkekriteriet er skrevet korrekt, og forsøk "
39
+ "igjen."
40
+
41
+ #: ../lib/alexandria/book_providers.rb:109
42
+ msgid "Too many results for that search."
43
+ msgstr "Søket ga for mange treff."
44
+
45
+ #: ../lib/alexandria/book_providers.rb:112
46
+ msgid "Invalid search type."
47
+ msgstr "Ugyldig søkemetode."
48
+
49
+ #: ../lib/alexandria/book_providers.rb:206
50
+ msgid "Enabled"
51
+ msgstr ""
52
+
53
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
54
+ msgid "title not found on page"
55
+ msgstr ""
56
+
57
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
58
+ msgid "Locale"
59
+ msgstr "Lokal språkinnstilling"
60
+
61
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
62
+ msgid "Access key ID"
63
+ msgstr ""
64
+
65
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
66
+ msgid "Secret access key"
67
+ msgstr ""
68
+
69
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
70
+ #, fuzzy
71
+ msgid "Associate Tag"
72
+ msgstr "Assosiert id"
73
+
74
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
75
+ msgid "Provide secret key for your Amazon AWS account."
76
+ msgstr ""
77
+
78
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
79
+ msgid "No products"
80
+ msgstr ""
81
+
82
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
83
+ msgid "HTTP Response: %<code>s %<message>s"
84
+ msgstr ""
85
+
86
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
87
+ msgid "Invalid country '%<country>s'"
88
+ msgstr ""
89
+
90
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
91
+ msgid "HTTP redirect too deep"
92
+ msgstr ""
93
+
94
+ #: ../lib/alexandria/book_providers/z3950.rb:22
95
+ msgid "Hostname"
96
+ msgstr "Vertsnavn"
97
+
98
+ #: ../lib/alexandria/book_providers/z3950.rb:23
99
+ msgid "Port"
100
+ msgstr "Port"
101
+
102
+ #: ../lib/alexandria/book_providers/z3950.rb:24
103
+ msgid "Database"
104
+ msgstr "Database"
105
+
106
+ #: ../lib/alexandria/book_providers/z3950.rb:25
107
+ msgid "Record syntax"
108
+ msgstr "Syntaks"
109
+
110
+ #: ../lib/alexandria/book_providers/z3950.rb:27
111
+ msgid "Username"
112
+ msgstr "Brukernavn"
113
+
114
+ #: ../lib/alexandria/book_providers/z3950.rb:28
115
+ msgid "Password"
116
+ msgstr "Passord"
117
+
118
+ #: ../lib/alexandria/book_providers/z3950.rb:29
119
+ msgid "Charset encoding"
120
+ msgstr "Tegnsett"
121
+
122
+ #: ../lib/alexandria/book_providers/z3950.rb:213
123
+ msgid "Library of Congress (Usa)"
124
+ msgstr "Library of Congress (USA)"
125
+
126
+ #: ../lib/alexandria/book_providers/z3950.rb:249
127
+ msgid "British Library"
128
+ msgstr "British Library"
129
+
130
+ #: ../lib/alexandria/book_providers/z3950.rb:376
131
+ #, fuzzy
132
+ msgid "Invalid ISBN"
133
+ msgstr "Ugyldig ISBN '%s'"
134
+
135
+ #: ../lib/alexandria/export_format.rb:18
136
+ msgid "Archived ONIX XML"
137
+ msgstr "Arkivert ONIX-XML"
138
+
139
+ #: ../lib/alexandria/export_format.rb:19
140
+ msgid "Archived Tellico XML"
141
+ msgstr "Arkivert Tellico-XML"
142
+
143
+ #: ../lib/alexandria/export_format.rb:20
144
+ msgid "BibTeX"
145
+ msgstr "BibTeX"
146
+
147
+ #: ../lib/alexandria/export_format.rb:21
148
+ msgid "CSV list"
149
+ msgstr "CSV-liste"
150
+
151
+ #: ../lib/alexandria/export_format.rb:22
152
+ msgid "ISBN List"
153
+ msgstr "ISBN-liste"
154
+
155
+ #: ../lib/alexandria/export_format.rb:23
156
+ msgid "iPod Notes"
157
+ msgstr "iPod-notater"
158
+
159
+ #: ../lib/alexandria/export_format.rb:24
160
+ msgid "HTML Web Page"
161
+ msgstr "HTML-webside"
162
+
163
+ #: ../lib/alexandria/import_library.rb:21
19
164
  msgid "Autodetect"
20
165
  msgstr "Automatisk detektering"
21
166
 
22
- #: ../lib/alexandria/import_library.rb:31
167
+ #: ../lib/alexandria/import_library.rb:22
23
168
  msgid "Archived Tellico XML (*.bc, *.tc)"
24
169
  msgstr "Arkivert Tellico-XML (*.bc, *.tc)"
25
170
 
26
- #: ../lib/alexandria/import_library.rb:33
171
+ #: ../lib/alexandria/import_library.rb:24
27
172
  msgid "ISBN List (*.txt)"
28
173
  msgstr "ISBN-liste (*.txt)"
29
174
 
30
- #: ../lib/alexandria/import_library.rb:35
175
+ #: ../lib/alexandria/import_library.rb:25
31
176
  msgid "GoodReads CSV"
32
177
  msgstr ""
33
178
 
34
- #: ../lib/alexandria/models/library.rb:56
35
- msgid "Untitled"
36
- msgstr "Uten tittel"
179
+ #: ../lib/alexandria/import_library.rb:65
180
+ msgid "Unsupported type"
181
+ msgstr ""
37
182
 
38
- #: ../lib/alexandria/models/library.rb:245
183
+ #: ../lib/alexandria/import_library_csv.rb:199
184
+ msgid "Not Recognized"
185
+ msgstr ""
186
+
187
+ #: ../lib/alexandria/library_store.rb:37
39
188
  msgid "My Library"
40
189
  msgstr "Mitt bibliotek"
41
190
 
42
- #: ../lib/alexandria/about.rb:24
43
- msgid "A program to help you manage your book collection."
44
- msgstr "Ett program for å ordne boksamlinger"
191
+ #: ../lib/alexandria/library_store.rb:67
192
+ msgid "Not a book: %<book>s"
193
+ msgstr ""
45
194
 
46
- #: ../lib/alexandria/ui/ui_manager.rb:135
47
- msgid "Type here the search criterion"
48
- msgstr "Tast inn søkekriteriet"
195
+ #: ../lib/alexandria/library_store.rb:78
196
+ msgid "%<file>s isbn is not okay"
197
+ msgstr ""
49
198
 
50
- #: ../lib/alexandria/ui/ui_manager.rb:148
51
- msgid "Match everything"
52
- msgstr "Match alt."
199
+ #: ../lib/alexandria/library_store.rb:83
200
+ msgid "%<file>s version is not okay"
201
+ msgstr ""
53
202
 
54
- #: ../lib/alexandria/ui/ui_manager.rb:150
55
- msgid "Title contains"
56
- msgstr "Tittel inneholder"
203
+ #: ../lib/alexandria/library_store.rb:88
204
+ msgid "%<file>s pub year is not okay"
205
+ msgstr ""
57
206
 
58
- #: ../lib/alexandria/ui/ui_manager.rb:151
59
- msgid "Authors contain"
60
- msgstr "Forfatter(e) inneholder"
207
+ #: ../lib/alexandria/models/library.rb:40
208
+ msgid "Untitled"
209
+ msgstr "Uten tittel"
61
210
 
62
- #: ../lib/alexandria/ui/ui_manager.rb:152
63
- msgid "ISBN contains"
64
- msgstr "ISBN inneholder"
211
+ #: ../lib/alexandria/models/library.rb:288
212
+ msgid "Book %<isbn>s was already deleted"
213
+ msgstr ""
65
214
 
66
- #: ../lib/alexandria/ui/ui_manager.rb:153
67
- msgid "Publisher contains"
68
- msgstr "Utgiver inneholder"
215
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
216
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
217
+ msgstr ""
69
218
 
70
- #: ../lib/alexandria/ui/ui_manager.rb:154
71
- msgid "Notes contain"
72
- msgstr "Notater inneholder"
219
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
220
+ msgid "Error parsing CueCat input"
221
+ msgstr ""
73
222
 
74
- #: ../lib/alexandria/ui/ui_manager.rb:155
75
- msgid "Tags contain"
76
- msgstr "Merknader inneholder"
223
+ #: ../lib/alexandria/scanners/keyboard.rb:51
224
+ msgid "Unknown scan data %s<data>"
225
+ msgstr ""
77
226
 
78
- #: ../lib/alexandria/ui/ui_manager.rb:170
79
- msgid "Change the search type"
80
- msgstr "Vennligst endre søkemåten"
227
+ #: ../lib/alexandria/smart_library.rb:49
228
+ msgid "Favorite"
229
+ msgstr "Favoritter"
81
230
 
82
- #: ../lib/alexandria/ui/ui_manager.rb:175
83
- msgid "View as Icons"
84
- msgstr "Vis som ikoner"
231
+ #: ../lib/alexandria/smart_library.rb:55
232
+ msgid "Loaned"
233
+ msgstr "Utlånt"
85
234
 
86
- #: ../lib/alexandria/ui/ui_manager.rb:176
87
- msgid "View as List"
88
- msgstr "Vis som liste"
235
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
236
+ #: ../lib/alexandria/ui/listview.rb:59
237
+ msgid "Read"
238
+ msgstr "Lest"
89
239
 
90
- #: ../lib/alexandria/ui/ui_manager.rb:189
91
- msgid "Choose how to show books"
92
- msgstr "Velg hvordan du vil vise bøkene"
240
+ #: ../lib/alexandria/smart_library.rb:67
241
+ msgid "Owned"
242
+ msgstr "Egne bøker"
93
243
 
94
- #: ../lib/alexandria/ui/ui_manager.rb:436
95
- msgid "Library '%s' selected"
96
- msgstr "Biblioteket \"%s\" valgt"
244
+ #: ../lib/alexandria/smart_library.rb:76
245
+ msgid "Wishlist"
246
+ msgstr "Ønskeliste"
97
247
 
98
- #: ../lib/alexandria/ui/ui_manager.rb:443
99
- msgid "Library '%s' selected, %d unrated book"
100
- msgid_plural "Library '%s' selected, %d unrated books"
101
- msgstr[0] "Biblioteket \"%s\" valgt, %d bok uten rating"
102
- msgstr[1] "Biblioteket \"%s\" valgt, %d bøker uten rating"
248
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
249
+ msgid "Title"
250
+ msgstr "Tittel"
103
251
 
104
- #: ../lib/alexandria/ui/ui_manager.rb:448
105
- msgid "Library '%s' selected, %d book"
106
- msgid_plural "Library '%s' selected, %d books"
107
- msgstr[0] "Biblioteket \"%s\" valgt, %d bok"
108
- msgstr[1] "Biblioteket \"%s\" valgt, %d bøker"
252
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
253
+ msgid "ISBN"
254
+ msgstr "ISBN"
109
255
 
110
- #: ../lib/alexandria/ui/ui_manager.rb:455
111
- msgid "Library '%s' selected, %d book, %d unrated"
112
- msgid_plural "Library '%s' selected, %d books, %d unrated"
113
- msgstr[0] "Biblioteket \"%s\" valgt, %d bok, %d uten rating"
114
- msgstr[1] "Biblioteket \"%s\" valt, %d bøker, %d uten rating"
256
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
257
+ msgid "Authors"
258
+ msgstr "Forfattere"
115
259
 
116
- #: ../lib/alexandria/ui/ui_manager.rb:467
117
- msgid "'%s' selected"
118
- msgstr "\"%s\" valgt"
260
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
261
+ msgid "Publisher"
262
+ msgstr "Utgiver"
119
263
 
120
- #: ../lib/alexandria/ui/ui_manager.rb:470
121
- msgid "%d book selected"
122
- msgid_plural "%d books selected"
123
- msgstr[0] "%d bok valgt"
124
- msgstr[1] "%d bøker valgt"
264
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
265
+ msgid "Publish Year"
266
+ msgstr "Utgitt år"
267
+
268
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
269
+ msgid "Binding"
270
+ msgstr "Innbinding"
271
+
272
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
273
+ msgid "Rating"
274
+ msgstr "Rating"
275
+
276
+ #: ../lib/alexandria/smart_library.rb:302
277
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
278
+ msgid "Notes"
279
+ msgstr "Notater"
280
+
281
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
282
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
283
+ msgid "Tags"
284
+ msgstr "Merknader"
285
+
286
+ #: ../lib/alexandria/smart_library.rb:304
287
+ msgid "Loaning State"
288
+ msgstr "Status utlån"
289
+
290
+ #: ../lib/alexandria/smart_library.rb:305
291
+ msgid "Loaning Date"
292
+ msgstr "Dato utlånt"
293
+
294
+ #: ../lib/alexandria/smart_library.rb:306
295
+ msgid "Loaning Person"
296
+ msgstr "Låntaker"
297
+
298
+ #: ../lib/alexandria/smart_library.rb:308
299
+ msgid "Date Read"
300
+ msgstr "Dato lest"
301
+
302
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
303
+ msgid "Own"
304
+ msgstr "Egne"
305
+
306
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
307
+ msgid "Want"
308
+ msgstr "Ønsket"
309
+
310
+ #: ../lib/alexandria/smart_library.rb:317
311
+ msgid "days"
312
+ msgstr "dager"
313
+
314
+ #: ../lib/alexandria/smart_library.rb:327
315
+ msgid "is set"
316
+ msgstr "er angitt"
317
+
318
+ #: ../lib/alexandria/smart_library.rb:330
319
+ msgid "is not set"
320
+ msgstr "er ikke angitt"
125
321
 
126
- #: ../lib/alexandria/ui/ui_manager.rb:648
127
- msgid "Unable to launch the web browser"
128
- msgstr "Kunde ikke starte nettleseren"
322
+ #: ../lib/alexandria/smart_library.rb:333
323
+ msgid "is"
324
+ msgstr "er"
325
+
326
+ #: ../lib/alexandria/smart_library.rb:336
327
+ msgid "is not"
328
+ msgstr "er ikke"
329
+
330
+ #: ../lib/alexandria/smart_library.rb:339
331
+ msgid "contains"
332
+ msgstr "inneholder"
333
+
334
+ #: ../lib/alexandria/smart_library.rb:342
335
+ msgid "does not contain"
336
+ msgstr "inneholder ikke"
337
+
338
+ #: ../lib/alexandria/smart_library.rb:345
339
+ msgid "starts with"
340
+ msgstr "begynner med"
341
+
342
+ #: ../lib/alexandria/smart_library.rb:348
343
+ msgid "ends with"
344
+ msgstr "slutter med"
345
+
346
+ #: ../lib/alexandria/smart_library.rb:351
347
+ msgid "is greater than"
348
+ msgstr "er større enn"
349
+
350
+ #: ../lib/alexandria/smart_library.rb:354
351
+ msgid "is less than"
352
+ msgstr "er mindre enn"
353
+
354
+ #: ../lib/alexandria/smart_library.rb:357
355
+ msgid "is after"
356
+ msgstr "kommer etter"
357
+
358
+ #: ../lib/alexandria/smart_library.rb:360
359
+ msgid "is before"
360
+ msgstr "kommer før"
361
+
362
+ #: ../lib/alexandria/smart_library.rb:364
363
+ msgid "is in last"
364
+ msgstr "er i siste"
365
+
366
+ #: ../lib/alexandria/smart_library.rb:384
367
+ msgid "is not in last"
368
+ msgstr "er ikke i siste"
369
+
370
+ #: ../lib/alexandria/smart_library.rb:465
371
+ msgid "invalid operand klass %<klass>s"
372
+ msgstr ""
373
+
374
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
375
+ msgid "There was %d duplicate"
376
+ msgid_plural "There were %d duplicates"
377
+ msgstr[0] ""
378
+ msgstr[1] ""
379
+
380
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
381
+ #, fuzzy
382
+ msgid "Couldn't add this book"
383
+ msgid_plural "Couldn't add these books"
384
+ msgstr[0] "Kunne ikke legge til boken"
385
+ msgstr[1] "Kunne ikke legge til boken"
386
+
387
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
388
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
389
+ msgid "Searching Provider '%s'..."
390
+ msgstr ""
391
+
392
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
393
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
394
+ msgid "Error while Searching Provider '%s'"
395
+ msgstr ""
396
+
397
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
398
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
399
+ msgid "Not Found at Provider '%s'"
400
+ msgstr ""
401
+
402
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
403
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
404
+ msgid "Found at Provider '%s'"
405
+ msgstr ""
406
+
407
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
408
+ msgid "Ready to use %s barcode scanner"
409
+ msgstr ""
410
+
411
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
412
+ msgid "Click below to scan _barcodes"
413
+ msgstr "Klikk nedenunder for å skanne strekkoder"
414
+
415
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
416
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
417
+ msgid "Couldn't modify the book"
418
+ msgstr "Kunne ikke endre boken"
419
+
420
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
421
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
422
+ msgid ""
423
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
424
+ "correcty, and try again."
425
+ msgstr ""
426
+ "Kunde ikke bekrefte det EAN/ISBN du anga. Kontroller at det er korrekt "
427
+ "angitt og forsøk igjen"
129
428
 
130
- #: ../lib/alexandria/ui/ui_manager.rb:649
131
- msgid ""
132
- "Check out that a web browser is configured as default (Desktop Preferences -"
133
- "> Advanced -> Preferred Applications) and try again."
134
- msgstr "Kontroller et en nettleser er satt som standard og forsøk igjen."
429
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
430
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
431
+ msgid "The EAN/ISBN you provided is already used in this library."
432
+ msgstr "Det EAN/ISBN du anga finnes allerede i dette biblioteket."
135
433
 
136
- #: ../lib/alexandria/ui/ui_manager.rb:661
137
- msgid "Unable to launch the mail reader"
138
- msgstr "Kunde ikke starte e-postleseren."
434
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
435
+ msgid "Properties"
436
+ msgstr "Egenskaper"
139
437
 
140
- #: ../lib/alexandria/ui/ui_manager.rb:662
141
- msgid ""
142
- "Check out that a mail reader is configured as default (Desktop Preferences -"
143
- "> Advanced -> Preferred Applications) and try again."
144
- msgstr "Kontroller at det er satt opp en e-postleser og forsøk igjen ."
438
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
439
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
440
+ msgid "Properties for '%s'"
441
+ msgstr "Innstillinger for '%s'"
145
442
 
146
- #: ../lib/alexandria/ui/ui_manager.rb:697
147
- msgid "Repair Book Data"
148
- msgstr "Reparer bok-data"
443
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
444
+ msgid "Author"
445
+ msgstr "Forfatter"
149
446
 
150
- #: ../lib/alexandria/ui/ui_manager.rb:698
151
- msgid ""
152
- "The data files for the following books are malformed or empty. Do you wish "
153
- "to attempt to download new information for them from the online book "
154
- "providers?\n"
155
- msgstr ""
156
- "Datafilene for de følgende bøkene er ødelagt eller tomme. Ønsker du å laste "
157
- "ned ny informasjon for dem fra de tilbyderne som er online?\n"
447
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
448
+ msgid "Select a cover image"
449
+ msgstr "Velg et omslagsbilde"
158
450
 
159
- #: ../lib/alexandria/ui/ui_manager.rb:755
160
- msgid "Added '%s' to library '%s'"
161
- msgstr "Lagt '%s' til bibliotek '%s'"
451
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
452
+ msgid "No Cover"
453
+ msgstr "Ikke noe omslag"
162
454
 
163
- #: ../lib/alexandria/ui/ui_manager.rb:908
164
- msgid "Loading '%s'..."
165
- msgstr "Laster \"_%s\""
455
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
456
+ msgid "%d day"
457
+ msgid_plural "%d days"
458
+ msgstr[0] "%d dag"
459
+ msgstr[1] "%d dager"
166
460
 
167
- #: ../lib/alexandria/ui/ui_manager.rb:1157
168
- msgid "In '_%s'"
169
- msgstr "I \"_%s\""
461
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
462
+ msgid "out of range"
463
+ msgstr ""
170
464
 
171
- #: ../lib/alexandria/ui/callbacks.rb:65
465
+ #: ../lib/alexandria/ui/callbacks.rb:57
172
466
  msgid "The following lines are not valid ISBNs and were not imported:"
173
467
  msgstr "Følgende linjer er ikke gyldige ISBN-nummer og ble ikke importert:"
174
468
 
175
- #: ../lib/alexandria/ui/callbacks.rb:122
176
- #: ../lib/alexandria/ui/export_dialog.rb:128
177
- msgid "Export failed"
178
- msgstr "Eksporten mislyktes"
179
-
180
- #: ../lib/alexandria/ui/callbacks.rb:123
181
- msgid "Try letting this library load completely before exporting."
469
+ #: ../lib/alexandria/ui/callbacks.rb:62
470
+ msgid "Books could not be found for the following ISBNs:"
182
471
  msgstr ""
183
472
 
184
- #: ../lib/alexandria/ui/callbacks.rb:274
473
+ #: ../lib/alexandria/ui/callbacks.rb:362
185
474
  msgid "_Library"
186
475
  msgstr "Bib_liotek"
187
476
 
188
- #: ../lib/alexandria/ui/callbacks.rb:275
477
+ #: ../lib/alexandria/ui/callbacks.rb:363
189
478
  msgid "_New Library"
190
479
  msgstr "_Nytt bibliotek"
191
480
 
192
- #: ../lib/alexandria/ui/callbacks.rb:275
481
+ #: ../lib/alexandria/ui/callbacks.rb:363
193
482
  msgid "Create a new library"
194
483
  msgstr "Opprett ett nytt bibliotek"
195
484
 
196
- #: ../lib/alexandria/ui/callbacks.rb:276
485
+ #: ../lib/alexandria/ui/callbacks.rb:364
197
486
  msgid "New _Smart Library..."
198
487
  msgstr "Nytt _smart bibliotek..."
199
488
 
200
- #: ../lib/alexandria/ui/callbacks.rb:276
489
+ #: ../lib/alexandria/ui/callbacks.rb:364
201
490
  msgid "Create a new smart library"
202
491
  msgstr "Opprett nytt smart bibliotek"
203
492
 
204
- #: ../lib/alexandria/ui/callbacks.rb:277
493
+ #: ../lib/alexandria/ui/callbacks.rb:365
205
494
  msgid "_Add Book..."
206
495
  msgstr "Legg til bok..."
207
496
 
208
- #: ../lib/alexandria/ui/callbacks.rb:277
497
+ #: ../lib/alexandria/ui/callbacks.rb:365
209
498
  msgid "Add a new book from the Internet"
210
499
  msgstr "Legg til en ny bok fra internett"
211
500
 
212
- #: ../lib/alexandria/ui/callbacks.rb:278
501
+ #: ../lib/alexandria/ui/callbacks.rb:366
213
502
  msgid "Add Book _Manually..."
214
503
  msgstr "Legg til bok _manuelt..."
215
504
 
216
- #: ../lib/alexandria/ui/callbacks.rb:278
505
+ #: ../lib/alexandria/ui/callbacks.rb:366
217
506
  msgid "Add a new book manually"
218
507
  msgstr "Legg til bok manuelt"
219
508
 
220
- #: ../lib/alexandria/ui/callbacks.rb:279
509
+ #: ../lib/alexandria/ui/callbacks.rb:367
221
510
  msgid "_Import..."
222
511
  msgstr "_Importer..."
223
512
 
224
- #: ../lib/alexandria/ui/callbacks.rb:279
513
+ #: ../lib/alexandria/ui/callbacks.rb:367
225
514
  msgid "Import a library"
226
515
  msgstr "Importer et bibliotek"
227
516
 
228
- #: ../lib/alexandria/ui/callbacks.rb:280
517
+ #: ../lib/alexandria/ui/callbacks.rb:368
229
518
  msgid "_Export..."
230
519
  msgstr "_Eksporter..."
231
520
 
232
- #: ../lib/alexandria/ui/callbacks.rb:280
521
+ #: ../lib/alexandria/ui/callbacks.rb:368
233
522
  msgid "Export the selected library"
234
523
  msgstr "Eksporter det valgte biblioteket"
235
524
 
236
- #: ../lib/alexandria/ui/callbacks.rb:281
237
- msgid "_Acquire from Scanner..."
525
+ #: ../lib/alexandria/ui/callbacks.rb:369
526
+ #, fuzzy
527
+ msgid "A_cquire from Scanner..."
238
528
  msgstr "Legg inn fra sk_anner..."
239
529
 
240
- #: ../lib/alexandria/ui/callbacks.rb:281
530
+ #: ../lib/alexandria/ui/callbacks.rb:369
241
531
  msgid "Acquire books from a scanner"
242
532
  msgstr "Legg inn bøker fra en skanner"
243
533
 
244
- #: ../lib/alexandria/ui/callbacks.rb:282
534
+ #: ../lib/alexandria/ui/callbacks.rb:370
245
535
  msgid "_Properties"
246
536
  msgstr "Egenskaper"
247
537
 
248
- #: ../lib/alexandria/ui/callbacks.rb:282
538
+ #: ../lib/alexandria/ui/callbacks.rb:370
249
539
  msgid "Edit the properties of the selected book"
250
540
  msgstr "Rediger egenskapene for den valgte boken"
251
541
 
252
- #: ../lib/alexandria/ui/callbacks.rb:283
542
+ #: ../lib/alexandria/ui/callbacks.rb:371
253
543
  msgid "_Quit"
254
544
  msgstr "Avslutt"
255
545
 
256
- #: ../lib/alexandria/ui/callbacks.rb:283
546
+ #: ../lib/alexandria/ui/callbacks.rb:371
257
547
  msgid "Quit the program"
258
548
  msgstr "Avslutt programmet"
259
549
 
260
- #: ../lib/alexandria/ui/callbacks.rb:284
550
+ #: ../lib/alexandria/ui/callbacks.rb:372
261
551
  msgid "_Edit"
262
552
  msgstr "Rediger"
263
553
 
264
- #: ../lib/alexandria/ui/callbacks.rb:285
554
+ #: ../lib/alexandria/ui/callbacks.rb:373
265
555
  msgid "_Undo"
266
556
  msgstr "Angre"
267
557
 
268
- #: ../lib/alexandria/ui/callbacks.rb:285
558
+ #: ../lib/alexandria/ui/callbacks.rb:373
269
559
  msgid "Undo the last action"
270
560
  msgstr "Angre siste handling"
271
561
 
272
- #: ../lib/alexandria/ui/callbacks.rb:286
562
+ #: ../lib/alexandria/ui/callbacks.rb:374
273
563
  msgid "_Redo"
274
564
  msgstr "Gjø_r om igjen"
275
565
 
276
- #: ../lib/alexandria/ui/callbacks.rb:286
566
+ #: ../lib/alexandria/ui/callbacks.rb:374
277
567
  msgid "Redo the undone action"
278
568
  msgstr "Gjør om siste angrede handling"
279
569
 
280
- #: ../lib/alexandria/ui/callbacks.rb:287
570
+ #: ../lib/alexandria/ui/callbacks.rb:375
281
571
  msgid "_Select All"
282
572
  msgstr "Marker alle"
283
573
 
284
- #: ../lib/alexandria/ui/callbacks.rb:287
574
+ #: ../lib/alexandria/ui/callbacks.rb:375
285
575
  msgid "Select all visible books"
286
576
  msgstr "Velg alle bøker som vises"
287
577
 
288
- #: ../lib/alexandria/ui/callbacks.rb:288
578
+ #: ../lib/alexandria/ui/callbacks.rb:376
289
579
  msgid "Dese_lect All"
290
580
  msgstr "Fjern all markering"
291
581
 
292
- #: ../lib/alexandria/ui/callbacks.rb:288
582
+ #: ../lib/alexandria/ui/callbacks.rb:376
293
583
  msgid "Deselect everything"
294
584
  msgstr "Fjern all markering"
295
585
 
296
- #: ../lib/alexandria/ui/callbacks.rb:289
586
+ #: ../lib/alexandria/ui/callbacks.rb:377
297
587
  msgid "My _Rating"
298
588
  msgstr "Min _rangering"
299
589
 
300
- #: ../lib/alexandria/ui/callbacks.rb:290
590
+ #: ../lib/alexandria/ui/callbacks.rb:378
301
591
  msgid "None"
302
592
  msgstr "Ingen"
303
593
 
304
- #: ../lib/alexandria/ui/callbacks.rb:291
594
+ #: ../lib/alexandria/ui/callbacks.rb:379
305
595
  msgid "One Star"
306
596
  msgstr "En stjerne"
307
597
 
308
- #: ../lib/alexandria/ui/callbacks.rb:292
598
+ #: ../lib/alexandria/ui/callbacks.rb:380
309
599
  msgid "Two Stars"
310
600
  msgstr "To stjerner"
311
601
 
312
- #: ../lib/alexandria/ui/callbacks.rb:293
602
+ #: ../lib/alexandria/ui/callbacks.rb:381
313
603
  msgid "Three Stars"
314
604
  msgstr "Tre stjerner"
315
605
 
316
- #: ../lib/alexandria/ui/callbacks.rb:294
606
+ #: ../lib/alexandria/ui/callbacks.rb:382
317
607
  msgid "Four Stars"
318
608
  msgstr "Fire stjerner"
319
609
 
320
- #: ../lib/alexandria/ui/callbacks.rb:295
610
+ #: ../lib/alexandria/ui/callbacks.rb:383
321
611
  msgid "Five Stars"
322
612
  msgstr "Fem stjerner"
323
613
 
324
- #: ../lib/alexandria/ui/callbacks.rb:296
614
+ #: ../lib/alexandria/ui/callbacks.rb:384
325
615
  msgid "_Move"
326
616
  msgstr "_Flytt"
327
617
 
328
- #: ../lib/alexandria/ui/callbacks.rb:297
618
+ #: ../lib/alexandria/ui/callbacks.rb:385
329
619
  msgid "_Rename"
330
620
  msgstr "Gi nytt navn"
331
621
 
332
- #: ../lib/alexandria/ui/callbacks.rb:298
622
+ #: ../lib/alexandria/ui/callbacks.rb:386
333
623
  msgid "_Delete"
334
624
  msgstr "Fjern"
335
625
 
336
- #: ../lib/alexandria/ui/callbacks.rb:298
626
+ #: ../lib/alexandria/ui/callbacks.rb:386
337
627
  msgid "Delete the selected books or library"
338
628
  msgstr "Slett valgte bøker eller bibliotek"
339
629
 
340
- #: ../lib/alexandria/ui/callbacks.rb:299
630
+ #: ../lib/alexandria/ui/callbacks.rb:387
341
631
  msgid "_Search"
342
632
  msgstr "_Søk"
343
633
 
344
- #: ../lib/alexandria/ui/callbacks.rb:299
634
+ #: ../lib/alexandria/ui/callbacks.rb:387
345
635
  msgid "Filter books"
346
636
  msgstr "Filtrer bøker"
347
637
 
348
- #: ../lib/alexandria/ui/callbacks.rb:300
638
+ #: ../lib/alexandria/ui/callbacks.rb:388
349
639
  msgid "_Clear Results"
350
640
  msgstr "Tøm resultat"
351
641
 
352
- #: ../lib/alexandria/ui/callbacks.rb:300
642
+ #: ../lib/alexandria/ui/callbacks.rb:388
353
643
  msgid "Clear the search results"
354
644
  msgstr "Fjern resultatet av søket"
355
645
 
356
- #: ../lib/alexandria/ui/callbacks.rb:301
646
+ #: ../lib/alexandria/ui/callbacks.rb:389
357
647
  msgid "_Preferences"
358
648
  msgstr "Innstillinger"
359
649
 
360
- #: ../lib/alexandria/ui/callbacks.rb:301
650
+ #: ../lib/alexandria/ui/callbacks.rb:389
361
651
  msgid "Change Alexandria's settings"
362
652
  msgstr "Endre innstillinger for Alexandria"
363
653
 
364
- #: ../lib/alexandria/ui/callbacks.rb:302
654
+ #: ../lib/alexandria/ui/callbacks.rb:390
365
655
  msgid "_View"
366
656
  msgstr "_Vis"
367
657
 
368
- #: ../lib/alexandria/ui/callbacks.rb:303
658
+ #: ../lib/alexandria/ui/callbacks.rb:391
369
659
  msgid "Arran_ge Icons"
370
660
  msgstr "Ordne ikoner"
371
661
 
372
- #: ../lib/alexandria/ui/callbacks.rb:304
662
+ #: ../lib/alexandria/ui/callbacks.rb:392
373
663
  msgid "Display Online _Information"
374
664
  msgstr "Visa _informasjon fra nettet"
375
665
 
376
- #: ../lib/alexandria/ui/callbacks.rb:306
666
+ #: ../lib/alexandria/ui/callbacks.rb:394
377
667
  msgid "_Help"
378
668
  msgstr "_Hjelp"
379
669
 
380
- #: ../lib/alexandria/ui/callbacks.rb:307
670
+ #: ../lib/alexandria/ui/callbacks.rb:395
381
671
  msgid "Submit _Bug Report"
382
672
  msgstr "Send feilmelding"
383
673
 
384
- #: ../lib/alexandria/ui/callbacks.rb:307
674
+ #: ../lib/alexandria/ui/callbacks.rb:395
385
675
  msgid "Submit a bug report to the developers"
386
676
  msgstr "Send en feilmelding til utviklerne"
387
677
 
388
- #: ../lib/alexandria/ui/callbacks.rb:308
678
+ #: ../lib/alexandria/ui/callbacks.rb:396
389
679
  msgid "Contents"
390
680
  msgstr "Innhold"
391
681
 
392
- #: ../lib/alexandria/ui/callbacks.rb:308
682
+ #: ../lib/alexandria/ui/callbacks.rb:396
393
683
  msgid "View Alexandria's manual"
394
684
  msgstr "Les manualen for Alexandria"
395
685
 
396
- #: ../lib/alexandria/ui/callbacks.rb:309
686
+ #: ../lib/alexandria/ui/callbacks.rb:397
397
687
  msgid "_About"
398
688
  msgstr "Om"
399
689
 
400
- #: ../lib/alexandria/ui/callbacks.rb:309
690
+ #: ../lib/alexandria/ui/callbacks.rb:397
401
691
  msgid "Show information about Alexandria"
402
692
  msgstr "Vis informasjon om Alexandria"
403
693
 
404
- #: ../lib/alexandria/ui/callbacks.rb:334
405
- msgid "Side _Pane"
694
+ #: ../lib/alexandria/ui/callbacks.rb:404
695
+ msgid "At _%s"
696
+ msgstr "hos _%s"
697
+
698
+ #: ../lib/alexandria/ui/callbacks.rb:410
699
+ msgid "Side_pane"
406
700
  msgstr "Side_panel"
407
701
 
408
- #: ../lib/alexandria/ui/callbacks.rb:336
702
+ #: ../lib/alexandria/ui/callbacks.rb:411
409
703
  msgid "_Toolbar"
410
704
  msgstr "Verk_tøylinje"
411
705
 
412
- #: ../lib/alexandria/ui/callbacks.rb:338
706
+ #: ../lib/alexandria/ui/callbacks.rb:412
413
707
  msgid "_Statusbar"
414
708
  msgstr "_Statuslinje"
415
709
 
416
- #: ../lib/alexandria/ui/callbacks.rb:340
710
+ #: ../lib/alexandria/ui/callbacks.rb:413
417
711
  msgid "Re_versed Order"
418
712
  msgstr "Om_vendt rekkefølge"
419
713
 
420
- #: ../lib/alexandria/ui/callbacks.rb:345
714
+ #: ../lib/alexandria/ui/callbacks.rb:418
421
715
  msgid "View as _Icons"
422
716
  msgstr "Vis som _ikoner"
423
717
 
424
- #: ../lib/alexandria/ui/callbacks.rb:346
718
+ #: ../lib/alexandria/ui/callbacks.rb:419
425
719
  msgid "View as _List"
426
720
  msgstr "Vis som _liste"
427
721
 
428
- #: ../lib/alexandria/ui/callbacks.rb:350
722
+ #: ../lib/alexandria/ui/callbacks.rb:423
429
723
  msgid "By _Title"
430
724
  msgstr "Efter _tittel"
431
725
 
432
- #: ../lib/alexandria/ui/callbacks.rb:351
726
+ #: ../lib/alexandria/ui/callbacks.rb:424
433
727
  msgid "By _Authors"
434
728
  msgstr "Etter forfatter"
435
729
 
436
- #: ../lib/alexandria/ui/callbacks.rb:352
730
+ #: ../lib/alexandria/ui/callbacks.rb:425
437
731
  msgid "By _ISBN"
438
732
  msgstr "Efter _ISBN"
439
733
 
440
- #: ../lib/alexandria/ui/callbacks.rb:353
734
+ #: ../lib/alexandria/ui/callbacks.rb:426
441
735
  msgid "By _Publisher"
442
736
  msgstr "Efter utgiver"
443
737
 
444
- #: ../lib/alexandria/ui/callbacks.rb:354
738
+ #: ../lib/alexandria/ui/callbacks.rb:427
445
739
  msgid "By _Binding"
446
740
  msgstr "Efter innbinding"
447
741
 
448
- #: ../lib/alexandria/ui/callbacks.rb:355
742
+ #: ../lib/alexandria/ui/callbacks.rb:428
449
743
  msgid "By _Rating"
450
744
  msgstr "Etter _rating"
451
745
 
452
- #: ../lib/alexandria/ui/callbacks.rb:359
453
- msgid "At _%s"
454
- msgstr "hos _%s"
455
-
456
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
457
- msgid "There was %d duplicate"
458
- msgid_plural "There were %d duplicates"
459
- msgstr[0] ""
460
- msgstr[1] ""
461
-
462
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
463
- #, fuzzy
464
- msgid "Couldn't add this book"
465
- msgid_plural "Couldn't add these books"
466
- msgstr[0] "Kunne ikke legge til boken"
467
- msgstr[1] "Kunne ikke legge til boken"
468
-
469
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
470
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
471
- msgid "Searching Provider '%s'..."
472
- msgstr ""
473
-
474
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
475
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
476
- msgid "Error while Searching Provider '%s'"
477
- msgstr ""
478
-
479
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
480
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
481
- msgid "Not Found at Provider '%s'"
482
- msgstr ""
483
-
484
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
485
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
486
- msgid "Found at Provider '%s'"
487
- msgstr ""
488
-
489
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
490
- msgid "Ready to use %s barcode scanner"
491
- msgstr ""
492
-
493
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
494
- #: ../data/alexandria/glade/acquire_dialog.glade:26
495
- msgid "_Barcode Scanner Ready"
496
- msgstr "Strekkodeleser klar"
497
-
498
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
499
- msgid "Click below to scan _barcodes"
500
- msgstr "Klikk nedenunder for å skanne strekkoder"
501
-
502
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
503
- msgid "There's a problem"
504
- msgstr "Det har oppstått et problem"
505
-
506
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
507
- msgid "New Smart Library"
508
- msgstr "Importer et bibliotek"
509
-
510
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
511
- msgid "Smart Library"
512
- msgstr "Importer et bibliotek"
513
-
514
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
515
- msgid "Preferences for %s"
516
- msgstr "Innstillinger for %s"
517
-
518
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
519
- msgid "New Provider"
520
- msgstr "Ny tilbyder"
521
-
522
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
523
- msgid "_Name:"
524
- msgstr "_Navn:"
525
-
526
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
527
- msgid "_Type:"
528
- msgstr "_Type:"
529
-
530
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
531
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
532
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
533
- #, fuzzy
534
- msgid "Disable Provider"
535
- msgstr "Ny tilbyder"
536
-
537
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
539
- #, fuzzy
540
- msgid "Enable Provider"
541
- msgstr "Ny tilbyder"
542
-
543
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
544
- msgid "Are you sure you want to permanently delete the provider '%s'?"
545
- msgstr "Er du sikker på at du ønsker å slette tilbyder \"%s\" for godt?"
546
-
547
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
548
- msgid ""
549
- "If you continue, the provider and all of its preferences will be permanently "
550
- "deleted."
551
- msgstr ""
552
- "Om du fortsetter kommer tilbyder og alle innstillingene for denne å bli "
553
- "slettet permanent."
554
-
555
- #: ../lib/alexandria/ui/import_dialog.rb:36
556
- msgid "Error while importing"
557
- msgstr "Feil under import"
558
-
559
- #: ../lib/alexandria/ui/import_dialog.rb:39
560
- msgid "_Continue"
561
- msgstr "Fortsett"
562
-
563
- #: ../lib/alexandria/ui/import_dialog.rb:64
564
- msgid "Import a Library"
565
- msgstr "Importer et bibliotek"
566
-
567
- #: ../lib/alexandria/ui/import_dialog.rb:71
568
- msgid "_Import"
569
- msgstr "_Importer"
570
-
571
- #: ../lib/alexandria/ui/import_dialog.rb:188
572
- msgid "Couldn't import the library"
573
- msgstr "Kunne ikke importere biblioteket"
574
-
575
- #: ../lib/alexandria/ui/import_dialog.rb:189
576
- msgid ""
577
- "The format of the file you provided is unknown. Please retry with another "
578
- "file."
579
- msgstr ""
580
- "Formatet på filen du brukte er ukjent. Vennligst forsøk igjen med en annen "
581
- "fil."
582
-
583
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
584
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
585
- msgid "Properties for '%s'"
586
- msgstr "Innstillinger for '%s'"
587
-
588
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
589
- msgid "Empty or conflictive condition"
590
- msgstr "Tom eller selvmotsigende betingelse"
591
-
592
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
593
- msgid "_Save However"
594
- msgstr "_Lagre imidlertid"
595
-
596
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
597
- msgid ""
598
- "This smart library contains one or more conditions which are empty or "
599
- "conflict with each other. This is likely to result in never matching a book. "
600
- "Are you sure you want to save this library?"
601
- msgstr ""
602
- "Dette smart_biblioteket inneholder en eller flere betingelser som enten en "
603
- "tomme, eller er i konflikt med hverandre. Sannsynligvis vil dette føre til "
604
- "at en bok ikke kan gjenfinnes."
605
-
606
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
607
- msgid "Match"
608
- msgstr "Treff"
609
-
610
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
611
- msgid "all"
612
- msgstr "alle"
613
-
614
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
615
- msgid "any"
616
- msgstr "hvilken som helst"
617
-
618
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
619
- msgid "of the following rules:"
620
- msgstr "av de følgende reglene:"
621
-
622
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
623
- msgid "Match the following rule:"
624
- msgstr "Match følgende regel:"
625
-
626
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
627
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
628
- msgid "Couldn't modify the book"
629
- msgstr "Kunne ikke endre boken"
630
-
631
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
632
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
633
- msgid "The EAN/ISBN you provided is already used in this library."
634
- msgstr "Det EAN/ISBN du anga finnes allerede i dette biblioteket."
635
-
636
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
637
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
638
- msgid ""
639
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
640
- "correcty, and try again."
641
- msgstr ""
642
- "Kunde ikke bekrefte det EAN/ISBN du anga. Kontroller at det er korrekt "
643
- "angitt og forsøk igjen"
644
-
645
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
646
- msgid "Properties"
647
- msgstr "Egenskaper"
648
-
649
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
650
- msgid "Author"
651
- msgstr "Forfatter"
652
-
653
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
654
- msgid "Select a cover image"
655
- msgstr "Velg et omslagsbilde"
656
-
657
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
658
- msgid "No Cover"
659
- msgstr "Ikke noe omslag"
660
-
661
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
662
- msgid "%d day"
663
- msgid_plural "%d days"
664
- msgstr[0] "%d dag"
665
- msgstr[1] "%d dager"
666
-
667
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
668
- msgid "Adding '%s'"
669
- msgstr "Legger til \"_%s\""
670
-
671
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
672
- #: ../data/alexandria/glade/new_book_dialog.glade:8
673
- msgid "Adding a Book"
674
- msgstr "Legger til en bok"
675
-
676
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
677
- msgid "A title must be provided."
678
- msgstr "Det må angis en tittel."
679
-
680
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
681
- msgid "A publisher must be provided."
682
- msgstr "Det må angis en utgiver."
683
-
684
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
685
- msgid "A binding must be provided."
686
- msgstr "Det må angis en innbinding."
687
-
688
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
689
- msgid "At least one author must be provided."
690
- msgstr "Minst en forfatter må angis."
691
-
692
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
693
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
694
- msgid "Couldn't add the book"
695
- msgstr "Kunne ikke legge til boken"
696
-
697
- #: ../lib/alexandria/ui/export_dialog.rb:25
746
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
698
747
  msgid "File already exists"
699
748
  msgstr "Filen finnes allerede"
700
749
 
701
- #: ../lib/alexandria/ui/export_dialog.rb:28
702
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
750
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
751
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
703
752
  msgid "_Replace"
704
753
  msgstr "E_rstatt"
705
754
 
706
- #: ../lib/alexandria/ui/export_dialog.rb:29
755
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
707
756
  msgid ""
708
757
  "A file named '%s' already exists. Do you want to replace it with the one "
709
758
  "you are generating?"
@@ -711,27 +760,45 @@ msgstr ""
711
760
  "En fil med navnet \"%s\" finnes allerede. Vill du erstatte den med den du "
712
761
  "genererer?"
713
762
 
714
- #: ../lib/alexandria/ui/export_dialog.rb:52
763
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
764
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
765
+ msgstr "Boken \"%s\" eksisterer allerede i \"%s\". Vil du erstatte den?"
766
+
767
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
768
+ msgid "_Skip"
769
+ msgstr "Hopp over"
770
+
771
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
772
+ msgid "If you replace the existing book, its contents will be overwritten."
773
+ msgstr ""
774
+ "Om du erstatter den eksisterende boken, kommer innholdet til å bli "
775
+ "overskrevet."
776
+
777
+ #: ../lib/alexandria/ui/export_dialog.rb:22
715
778
  msgid "Export '%s'"
716
779
  msgstr "Eksporter \"%s\""
717
780
 
718
- #: ../lib/alexandria/ui/export_dialog.rb:58
781
+ #: ../lib/alexandria/ui/export_dialog.rb:27
719
782
  msgid "_Export"
720
783
  msgstr "_Eksporter"
721
784
 
722
- #: ../lib/alexandria/ui/export_dialog.rb:77
785
+ #: ../lib/alexandria/ui/export_dialog.rb:48
723
786
  msgid "_Theme:"
724
787
  msgstr "_Tema:"
725
788
 
726
- #: ../lib/alexandria/ui/export_dialog.rb:87
789
+ #: ../lib/alexandria/ui/export_dialog.rb:60
727
790
  msgid "directory"
728
791
  msgstr "katalog"
729
792
 
730
- #: ../lib/alexandria/ui/export_dialog.rb:100
793
+ #: ../lib/alexandria/ui/export_dialog.rb:72
731
794
  msgid "Export for_mat:"
732
795
  msgstr "Eksportfor_mat:"
733
796
 
734
- #: ../lib/alexandria/ui/export_dialog.rb:155
797
+ #: ../lib/alexandria/ui/export_dialog.rb:99
798
+ msgid "Export failed"
799
+ msgstr "Eksporten mislyktes"
800
+
801
+ #: ../lib/alexandria/ui/export_dialog.rb:122
735
802
  msgid ""
736
803
  "The target, named '%s', is a regular file. A directory is needed for this "
737
804
  "operation. Please select a directory and try again."
@@ -739,41 +806,91 @@ msgstr ""
739
806
  "Målfilen, med navnet \"%s\", er en vanlig fil. En katalog er nødvendig for "
740
807
  "denne operasjonen. Vennligst velg en katalog og forsøk igjen."
741
808
 
742
- #: ../lib/alexandria/ui/export_dialog.rb:159
743
- msgid "Not a directory"
744
- msgstr "Ikke en katalog"
809
+ #: ../lib/alexandria/ui/export_dialog.rb:126
810
+ msgid "Not a directory"
811
+ msgstr "Ikke en katalog"
812
+
813
+ #: ../lib/alexandria/ui/import_dialog.rb:23
814
+ msgid "Import a Library"
815
+ msgstr "Importer et bibliotek"
816
+
817
+ #: ../lib/alexandria/ui/import_dialog.rb:30
818
+ msgid "_Import"
819
+ msgstr "_Importer"
820
+
821
+ #: ../lib/alexandria/ui/import_dialog.rb:134
822
+ msgid "Couldn't import the library"
823
+ msgstr "Kunne ikke importere biblioteket"
824
+
825
+ #: ../lib/alexandria/ui/import_dialog.rb:135
826
+ msgid ""
827
+ "The format of the file you provided is unknown. Please retry with another "
828
+ "file."
829
+ msgstr ""
830
+ "Formatet på filen du brukte er ukjent. Vennligst forsøk igjen med en annen "
831
+ "fil."
832
+
833
+ #: ../lib/alexandria/ui/init.rb:69
834
+ msgid "Unable to launch the help browser"
835
+ msgstr "Kunne ikke åpne hjelpeteksten"
836
+
837
+ #: ../lib/alexandria/ui/init.rb:70
838
+ msgid ""
839
+ "Could not display help for Alexandria. There was an error launching the "
840
+ "system help browser."
841
+ msgstr ""
842
+ "Kunne ikke vise hjelpetekst for Alexandria. Det oppsto en feil i "
843
+ "hjelpesystemet"
745
844
 
746
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
845
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
747
846
  msgid "Invalid ISBN '%s'"
748
847
  msgstr "Ugyldig ISBN '%s'"
749
848
 
750
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
751
- msgid "_Keep"
752
- msgstr "Behold"
753
-
754
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
849
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
850
+ #, fuzzy
755
851
  msgid ""
756
852
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
757
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
758
- "add?"
853
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
854
+ "addition?"
759
855
  msgstr ""
760
856
  "Boken med tittel '%s' har ugyldig ISBN, men eksisterer hos tilbyder-"
761
857
  "bibliotekene. Ønsker du å beholde boken, men endre ISBN-nummeret eller "
762
858
  "kansellere oppdateringen?"
763
859
 
764
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
860
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
861
+ msgid "_Keep"
862
+ msgstr "Behold"
863
+
864
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
865
+ msgid "New Library"
866
+ msgstr "Nytt bibliotek"
867
+
868
+ #: ../lib/alexandria/ui/listview.rb:56
869
+ #, fuzzy
870
+ msgid "Loaned To"
871
+ msgstr "Utlånt"
872
+
873
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
765
874
  msgid "A problem occurred while downloading images"
766
875
  msgstr "Det oppsto et problem ved nedlastingen av bilder"
767
876
 
768
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
877
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
878
+ msgid "Iter is invalid! %s"
879
+ msgstr ""
880
+
881
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
769
882
  msgid "Unable to find matches for your search"
770
883
  msgstr "Søket ga ingen treff"
771
884
 
772
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
885
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
773
886
  msgid "%s, by %s"
774
887
  msgstr "%s, av %s"
775
888
 
776
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
889
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
890
+ msgid "Copying %s into tree view."
891
+ msgstr ""
892
+
893
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
777
894
  msgid ""
778
895
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
779
896
  "correctly, and try again."
@@ -781,495 +898,393 @@ msgstr ""
781
898
  "Kunne ikke bekrefte det EAN/ISBN du anga. Kontroller at det er angitt riktig "
782
899
  "og forsøk igjen."
783
900
 
784
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
901
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
902
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
903
+ msgid "Couldn't add the book"
904
+ msgstr "Kunne ikke legge til boken"
905
+
906
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
785
907
  msgid "'%s' already exists in '%s' (titled '%s')."
786
908
  msgstr "\"%s\" eksisterer allerede i \"%s\" (med tittel \"%s\")."
787
909
 
788
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
789
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
790
- msgstr "Boken \"%s\" eksisterer allerede i \"%s\". Vil du erstatte den?"
910
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
911
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
912
+ msgid "Adding a Book"
913
+ msgstr "Legger til en bok"
791
914
 
792
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
793
- msgid "_Skip"
794
- msgstr "Hopp over"
915
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
916
+ msgid "Adding '%s'"
917
+ msgstr "Legger til \"_%s\""
795
918
 
796
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
797
- msgid "If you replace the existing book, its contents will be overwritten."
919
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
920
+ msgid "A title must be provided."
921
+ msgstr "Det må angis en tittel."
922
+
923
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
924
+ msgid "A publisher must be provided."
925
+ msgstr "Det må angis en utgiver."
926
+
927
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
928
+ msgid "A binding must be provided."
929
+ msgstr "Det må angis en innbinding."
930
+
931
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
932
+ msgid "At least one author must be provided."
933
+ msgstr "Minst en forfatter må angis."
934
+
935
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
936
+ msgid "New Provider"
937
+ msgstr "Ny tilbyder"
938
+
939
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
940
+ msgid "_Name:"
941
+ msgstr "_Navn:"
942
+
943
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
944
+ msgid "_Type:"
945
+ msgstr "_Type:"
946
+
947
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
948
+ msgid "New Smart Library"
949
+ msgstr "Importer et bibliotek"
950
+
951
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
952
+ msgid "Smart Library"
953
+ msgstr "Importer et bibliotek"
954
+
955
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
956
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
957
+ msgstr "Er du sikker på at du ønsker å slette tilbyder \"%s\" for godt?"
958
+
959
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
960
+ msgid ""
961
+ "If you continue, the provider and all of its preferences will be permanently "
962
+ "deleted."
798
963
  msgstr ""
799
- "Om du erstatter den eksisterende boken, kommer innholdet til å bli "
800
- "overskrevet."
964
+ "Om du fortsetter kommer tilbyder og alle innstillingene for denne å bli "
965
+ "slettet permanent."
966
+
967
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
968
+ msgid "Preferences for %s"
969
+ msgstr "Innstillinger for %s"
801
970
 
802
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
971
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
803
972
  msgid "Are you sure you want to delete '%s'?"
804
973
  msgstr "Er du sikker på at du vil slette \"%s\"?"
805
974
 
806
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
975
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
807
976
  msgid "If you continue, %d book will be deleted."
808
977
  msgid_plural "If you continue, %d books will be deleted."
809
978
  msgstr[0] "Om du fortsetter kommer utvalget til å slettes permanent."
810
979
  msgstr[1] "Om du fortsetter kommer utvalget til å slettes permanent."
811
980
 
812
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
981
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
813
982
  msgid "Are you sure you want to delete '%s' from '%s'?"
814
983
  msgstr "Er du sikker på at du ønsker å slette \"%s\" fra \"%s\"?"
815
984
 
816
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
985
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
817
986
  msgid "Are you sure you want to delete the selected books from '%s'?"
818
987
  msgstr "Er du sikker på at du vil slette de valgte bøkene fra \"%s\"?"
819
988
 
820
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
989
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
821
990
  msgid "Invalid library name '%s'"
822
991
  msgstr "Ugyldig biblioteksnavn \"%s\""
823
992
 
824
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
993
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
825
994
  #, fuzzy
826
- msgid "The name provided contains the disallowed character <b>%s</b> "
995
+ msgid "The name provided contains the disallowed character <b>%s</b>"
827
996
  msgstr "Navnet inneholder det ugyldige tegnet \"<i>%s</i>\"."
828
997
 
829
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
998
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
830
999
  #, fuzzy
831
1000
  msgid "Invalid library name"
832
1001
  msgstr "Ugyldig biblioteksnavn \"%s\""
833
1002
 
834
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1003
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
835
1004
  #, fuzzy
836
1005
  msgid "The name provided contains invalid characters."
837
1006
  msgstr "Navnet inneholder det ugyldige tegnet \"<i>%s</i>\"."
838
1007
 
839
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1008
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
840
1009
  msgid "The library name can not be empty"
841
1010
  msgstr "Navnet på biblioteket kan ikke være tomt"
842
1011
 
843
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1012
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
844
1013
  msgid "The library can not be renamed"
845
1014
  msgstr "Biblioteket kan ikke gis nytt navn"
846
1015
 
847
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1016
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
848
1017
  msgid "There is already a library named '%s'. Please choose a different name."
849
1018
  msgstr ""
850
1019
  "Det finnes allerede et bibliotek med navnetg \"%s\". Vennligst velg et annet "
851
1020
  "navn."
852
1021
 
853
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1022
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
854
1023
  msgid "Library"
855
1024
  msgstr "Bibliotek"
856
1025
 
857
- #: ../lib/alexandria/ui/libraries_combo.rb:44
858
- msgid "New Library"
859
- msgstr "Nytt bibliotek"
860
-
861
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
862
- msgid "Title"
863
- msgstr "Tittel"
864
-
865
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
866
- msgid "Authors"
867
- msgstr "Forfattere"
868
-
869
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
870
- msgid "ISBN"
871
- msgstr "ISBN"
872
-
873
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
874
- msgid "Publisher"
875
- msgstr "Utgiver"
876
-
877
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
878
- msgid "Publish Year"
879
- msgstr "Utgitt år"
880
-
881
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
882
- msgid "Binding"
883
- msgstr "Innbinding"
884
-
885
- #: ../lib/alexandria/ui/listview.rb:110
886
- #, fuzzy
887
- msgid "Loaned To"
888
- msgstr "Utlånt"
889
-
890
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
891
- #: ../lib/alexandria/smart_library.rb:361
892
- msgid "Read"
893
- msgstr "Lest"
894
-
895
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
896
- msgid "Own"
897
- msgstr "Egne"
898
-
899
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
900
- msgid "Want"
901
- msgstr "Ønsket"
1026
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1027
+ msgid "Error while importing"
1028
+ msgstr "Feil under import"
902
1029
 
903
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
904
- #: ../data/alexandria/glade/preferences_dialog.glade:421
905
- msgid "Tags"
906
- msgstr "Merknader"
1030
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1031
+ msgid "_Continue"
1032
+ msgstr "Fortsett"
907
1033
 
908
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
909
- msgid "Rating"
910
- msgstr "Rating"
1034
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1035
+ msgid "Empty or conflictive condition"
1036
+ msgstr "Tom eller selvmotsigende betingelse"
911
1037
 
912
- #: ../lib/alexandria/ui/init.rb:83
913
- msgid "Unable to launch the help browser"
914
- msgstr "Kunne ikke åpne hjelpeteksten"
1038
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1039
+ msgid "_Save However"
1040
+ msgstr "_Lagre imidlertid"
915
1041
 
916
- #: ../lib/alexandria/ui/init.rb:84
1042
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
917
1043
  msgid ""
918
- "Could not display help for Alexandria. There was an error launching the "
919
- "system help browser."
920
- msgstr ""
921
- "Kunne ikke vise hjelpetekst for Alexandria. Det oppsto en feil i "
922
- "hjelpesystemet"
923
-
924
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
925
- msgid "Locale"
926
- msgstr "Lokal språkinnstilling"
927
-
928
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
929
- msgid "Access key ID"
930
- msgstr ""
931
-
932
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
933
- msgid "Secret access key"
1044
+ "This smart library contains one or more conditions which are empty or "
1045
+ "conflict with each other. This is likely to result in never matching a book. "
1046
+ "Are you sure you want to save this library?"
934
1047
  msgstr ""
1048
+ "Dette smart_biblioteket inneholder en eller flere betingelser som enten en "
1049
+ "tomme, eller er i konflikt med hverandre. Sannsynligvis vil dette føre til "
1050
+ "at en bok ikke kan gjenfinnes."
935
1051
 
936
- #: ../lib/alexandria/book_providers/z3950.rb:34
937
- msgid "Hostname"
938
- msgstr "Vertsnavn"
939
-
940
- #: ../lib/alexandria/book_providers/z3950.rb:35
941
- msgid "Port"
942
- msgstr "Port"
943
-
944
- #: ../lib/alexandria/book_providers/z3950.rb:36
945
- msgid "Database"
946
- msgstr "Database"
947
-
948
- #: ../lib/alexandria/book_providers/z3950.rb:37
949
- msgid "Record syntax"
950
- msgstr "Syntaks"
951
-
952
- #: ../lib/alexandria/book_providers/z3950.rb:38
953
- msgid "Username"
954
- msgstr "Brukernavn"
955
-
956
- #: ../lib/alexandria/book_providers/z3950.rb:39
957
- msgid "Password"
958
- msgstr "Passord"
959
-
960
- #: ../lib/alexandria/book_providers/z3950.rb:40
961
- msgid "Charset encoding"
962
- msgstr "Tegnsett"
963
-
964
- #: ../lib/alexandria/book_providers/z3950.rb:221
965
- msgid "Library of Congress (Usa)"
966
- msgstr "Library of Congress (USA)"
967
-
968
- #: ../lib/alexandria/book_providers/z3950.rb:255
969
- msgid "British Library"
970
- msgstr "British Library"
971
-
972
- #: ../lib/alexandria/export_library.rb:109
973
- msgid "Archived ONIX XML"
974
- msgstr "Arkivert ONIX-XML"
975
-
976
- #: ../lib/alexandria/export_library.rb:111
977
- msgid "Archived Tellico XML"
978
- msgstr "Arkivert Tellico-XML"
979
-
980
- #: ../lib/alexandria/export_library.rb:113
981
- msgid "BibTeX"
982
- msgstr "BibTeX"
983
-
984
- #: ../lib/alexandria/export_library.rb:114
985
- msgid "CSV list"
986
- msgstr "CSV-liste"
987
-
988
- #: ../lib/alexandria/export_library.rb:115
989
- msgid "ISBN List"
990
- msgstr "ISBN-liste"
991
-
992
- #: ../lib/alexandria/export_library.rb:116
993
- msgid "iPod Notes"
994
- msgstr "iPod-notater"
995
-
996
- #: ../lib/alexandria/export_library.rb:117
997
- msgid "HTML Web Page"
998
- msgstr "HTML-webside"
999
-
1000
- #: ../lib/alexandria/smart_library.rb:92
1001
- msgid "Favorite"
1002
- msgstr "Favoritter"
1003
-
1004
- #: ../lib/alexandria/smart_library.rb:98
1005
- msgid "Loaned"
1006
- msgstr "Utlånt"
1052
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1053
+ msgid "Match"
1054
+ msgstr "Treff"
1007
1055
 
1008
- #: ../lib/alexandria/smart_library.rb:110
1009
- msgid "Owned"
1010
- msgstr "Egne bøker"
1056
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1057
+ msgid "all"
1058
+ msgstr "alle"
1011
1059
 
1012
- #: ../lib/alexandria/smart_library.rb:119
1013
- msgid "Wishlist"
1014
- msgstr "Ønskeliste"
1060
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1061
+ msgid "any"
1062
+ msgstr "hvilken som helst"
1015
1063
 
1016
- #: ../lib/alexandria/smart_library.rb:356
1017
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1018
- msgid "Notes"
1019
- msgstr "Notater"
1064
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1065
+ msgid "of the following rules:"
1066
+ msgstr "av de følgende reglene:"
1020
1067
 
1021
- #: ../lib/alexandria/smart_library.rb:358
1022
- msgid "Loaning State"
1023
- msgstr "Status utlån"
1068
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1069
+ msgid "Match the following rule:"
1070
+ msgstr "Match følgende regel:"
1024
1071
 
1025
- #: ../lib/alexandria/smart_library.rb:359
1026
- msgid "Loaning Date"
1027
- msgstr "Dato utlånt"
1072
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1073
+ msgid "Type here the search criterion"
1074
+ msgstr "Tast inn søkekriteriet"
1028
1075
 
1029
- #: ../lib/alexandria/smart_library.rb:360
1030
- msgid "Loaning Person"
1031
- msgstr "Låntaker"
1076
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1077
+ msgid "Match everything"
1078
+ msgstr "Match alt."
1032
1079
 
1033
- #: ../lib/alexandria/smart_library.rb:362
1034
- msgid "Date Read"
1035
- msgstr "Dato lest"
1080
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1081
+ msgid "Title contains"
1082
+ msgstr "Tittel inneholder"
1036
1083
 
1037
- #: ../lib/alexandria/smart_library.rb:371
1038
- msgid "days"
1039
- msgstr "dager"
1084
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1085
+ msgid "Authors contain"
1086
+ msgstr "Forfatter(e) inneholder"
1040
1087
 
1041
- #: ../lib/alexandria/smart_library.rb:382
1042
- msgid "is set"
1043
- msgstr "er angitt"
1088
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1089
+ msgid "ISBN contains"
1090
+ msgstr "ISBN inneholder"
1044
1091
 
1045
- #: ../lib/alexandria/smart_library.rb:386
1046
- msgid "is not set"
1047
- msgstr "er ikke angitt"
1092
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1093
+ msgid "Publisher contains"
1094
+ msgstr "Utgiver inneholder"
1048
1095
 
1049
- #: ../lib/alexandria/smart_library.rb:390
1050
- msgid "is"
1051
- msgstr "er"
1096
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1097
+ msgid "Notes contain"
1098
+ msgstr "Notater inneholder"
1052
1099
 
1053
- #: ../lib/alexandria/smart_library.rb:394
1054
- msgid "is not"
1055
- msgstr "er ikke"
1100
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1101
+ msgid "Tags contain"
1102
+ msgstr "Merknader inneholder"
1056
1103
 
1057
- #: ../lib/alexandria/smart_library.rb:398
1058
- msgid "contains"
1059
- msgstr "inneholder"
1104
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1105
+ msgid "Change the search type"
1106
+ msgstr "Vennligst endre søkemåten"
1060
1107
 
1061
- #: ../lib/alexandria/smart_library.rb:402
1062
- msgid "does not contain"
1063
- msgstr "inneholder ikke"
1108
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1109
+ msgid "View as Icons"
1110
+ msgstr "Vis som ikoner"
1064
1111
 
1065
- #: ../lib/alexandria/smart_library.rb:406
1066
- msgid "starts with"
1067
- msgstr "begynner med"
1112
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1113
+ msgid "View as List"
1114
+ msgstr "Vis som liste"
1068
1115
 
1069
- #: ../lib/alexandria/smart_library.rb:410
1070
- msgid "ends with"
1071
- msgstr "slutter med"
1116
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1117
+ msgid "Choose how to show books"
1118
+ msgstr "Velg hvordan du vil vise bøkene"
1072
1119
 
1073
- #: ../lib/alexandria/smart_library.rb:414
1074
- msgid "is greater than"
1075
- msgstr "er større enn"
1120
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1121
+ msgid "Library '%s' selected"
1122
+ msgstr "Biblioteket \"%s\" valgt"
1076
1123
 
1077
- #: ../lib/alexandria/smart_library.rb:418
1078
- msgid "is less than"
1079
- msgstr "er mindre enn"
1124
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1125
+ msgid "Library '%s' selected, %d unrated book"
1126
+ msgid_plural "Library '%s' selected, %d unrated books"
1127
+ msgstr[0] "Biblioteket \"%s\" valgt, %d bok uten rating"
1128
+ msgstr[1] "Biblioteket \"%s\" valgt, %d bøker uten rating"
1080
1129
 
1081
- #: ../lib/alexandria/smart_library.rb:422
1082
- msgid "is after"
1083
- msgstr "kommer etter"
1130
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1131
+ msgid "Library '%s' selected, %d book"
1132
+ msgid_plural "Library '%s' selected, %d books"
1133
+ msgstr[0] "Biblioteket \"%s\" valgt, %d bok"
1134
+ msgstr[1] "Biblioteket \"%s\" valgt, %d bøker"
1084
1135
 
1085
- #: ../lib/alexandria/smart_library.rb:426
1086
- msgid "is before"
1087
- msgstr "kommer før"
1136
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1137
+ msgid "Library '%s' selected, %d book, %d unrated"
1138
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1139
+ msgstr[0] "Biblioteket \"%s\" valgt, %d bok, %d uten rating"
1140
+ msgstr[1] "Biblioteket \"%s\" valt, %d bøker, %d uten rating"
1088
1141
 
1089
- #: ../lib/alexandria/smart_library.rb:430
1090
- msgid "is in last"
1091
- msgstr "er i siste"
1142
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1143
+ msgid "'%s' selected"
1144
+ msgstr "\"%s\" valgt"
1092
1145
 
1093
- #: ../lib/alexandria/smart_library.rb:450
1094
- msgid "is not in last"
1095
- msgstr "er ikke i siste"
1146
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1147
+ msgid "%d book selected"
1148
+ msgid_plural "%d books selected"
1149
+ msgstr[0] "%d bok valgt"
1150
+ msgstr[1] "%d bøker valgt"
1096
1151
 
1097
- #: ../lib/alexandria/book_providers.rb:87
1098
- msgid "Couldn't reach the provider '%s': timeout expired."
1152
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1153
+ msgid "unrecognized update event"
1099
1154
  msgstr ""
1100
- "Oppnådde ikke kontakt med tilbyder \"%s\": overskred tidsbegrensningen."
1101
1155
 
1102
- #: ../lib/alexandria/book_providers.rb:91
1103
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1104
- msgstr "Oppnådde ikke kontakt med tilbyder \"%s\": (socket error) (%s)."
1156
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1157
+ #, fuzzy
1158
+ msgid "Loading libraries..."
1159
+ msgstr "Laster \"_%s\""
1105
1160
 
1106
- #: ../lib/alexandria/book_providers.rb:95
1107
- #: ../lib/alexandria/book_providers.rb:100
1161
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1108
1162
  msgid ""
1109
- "No results were found. Make sure your search criterion is spelled "
1110
- "correctly, and try again."
1163
+ "The data files for the following books are malformed or empty. Do you wish "
1164
+ "to attempt to download new information for them from the online book "
1165
+ "providers?\n"
1111
1166
  msgstr ""
1112
- "Ingen resultat funnet, Sjekk at søkekriteriet er skrevet korrekt, og forsøk "
1113
- "igjen."
1167
+ "Datafilene for de følgende bøkene er ødelagt eller tomme. Ønsker du å laste "
1168
+ "ned ny informasjon for dem fra de tilbyderne som er online?\n"
1114
1169
 
1115
- #: ../lib/alexandria/book_providers.rb:105
1116
- msgid "Too many results for that search."
1117
- msgstr "Søket ga for mange treff."
1170
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1171
+ msgid "Added '%s' to library '%s'"
1172
+ msgstr "Lagt '%s' til bibliotek '%s'"
1118
1173
 
1119
- #: ../lib/alexandria/book_providers.rb:108
1120
- msgid "Invalid search type."
1121
- msgstr "Ugyldig søkemetode."
1174
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1175
+ msgid "Loading '%s'..."
1176
+ msgstr "Laster \"_%s\""
1122
1177
 
1123
- #: ../lib/alexandria/book_providers.rb:203
1124
- msgid "Enabled"
1178
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1179
+ msgid "In '_%s'"
1180
+ msgstr "I \"_%s\""
1181
+
1182
+ #: ../lib/alexandria/web_themes.rb:64
1183
+ msgid "File %<file>s not found"
1125
1184
  msgstr ""
1126
1185
 
1127
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1186
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1128
1187
  msgid "Acquire from Scanner"
1129
1188
  msgstr "Les inn fra skanner"
1130
1189
 
1131
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1132
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1190
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1191
+ msgid "_Barcode Scanner Ready"
1192
+ msgstr "Strekkodeleser klar"
1193
+
1194
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1195
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1133
1196
  msgid "Save _in:"
1134
1197
  msgstr "Lagre _i bibliotek:"
1135
1198
 
1136
- #: ../data/alexandria/glade/main_app.glade:17
1137
- msgid "Main Window"
1138
- msgstr "Hovedvindu"
1139
-
1140
- #: ../data/alexandria/glade/main_app.glade:32
1141
- msgid "Libraries listing."
1142
- msgstr "Bibliotek:"
1143
-
1144
- #: ../data/alexandria/glade/main_app.glade:46
1145
- msgid "_Libraries:"
1146
- msgstr "Bib_liotek:"
1199
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1200
+ msgid "by title"
1201
+ msgstr "efter tittel"
1147
1202
 
1148
- #: ../data/alexandria/glade/main_app.glade:111
1149
- msgid "Book listing."
1150
- msgstr "Liste over bøker."
1203
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1204
+ msgid "by authors"
1205
+ msgstr "efter forfatter(e)"
1151
1206
 
1152
- #: ../data/alexandria/glade/main_app.glade:194
1153
- msgid "Status messages."
1154
- msgstr "Statusmeldinger"
1207
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1208
+ msgid "by keyword"
1209
+ msgstr "efter nøkkelord"
1155
1210
 
1156
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1211
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1157
1212
  msgid "_Keep Dialog Open after Adding Book"
1158
1213
  msgstr ""
1159
1214
 
1160
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1161
- msgid ""
1162
- "by title\n"
1163
- "by authors\n"
1164
- "by keyword"
1165
- msgstr ""
1166
- "efter tittel\n"
1167
- "efter forfatter(e)\n"
1168
- "efter nøkkelord"
1169
-
1170
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1215
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1171
1216
  msgid "_Search:"
1172
1217
  msgstr "_Søk:"
1173
1218
 
1174
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1175
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1219
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1220
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1176
1221
  msgid "_ISBN:"
1177
1222
  msgstr "_ISBN:"
1178
1223
 
1179
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1180
- msgid "_Title:"
1181
- msgstr "_Tittel:"
1182
-
1183
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1184
- msgid "_Publisher:"
1185
- msgstr "Utgiver:"
1186
-
1187
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1188
- msgid "Add an author"
1189
- msgstr "Legg til forfatter"
1190
-
1191
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1192
- msgid "Remove an author"
1193
- msgstr "Slett en forfatter"
1194
-
1195
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1196
- msgid "_Authors:"
1197
- msgstr "Forf_attere:"
1198
-
1199
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1200
- msgid "_Binding:"
1201
- msgstr "Innbinding"
1202
-
1203
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1204
- msgid "Publish _year:"
1205
- msgstr "Utgivelsesår:"
1206
-
1207
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1208
- msgid "Tags:"
1209
- msgstr "Anmerkninger"
1210
-
1211
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1212
- msgid "_Cover:"
1213
- msgstr "Omslag"
1224
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1225
+ msgid "Preferences"
1226
+ msgstr "Innstillinger"
1214
1227
 
1215
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1216
- msgid "Click to pick a cover"
1217
- msgstr "Klikk for å vege et omslag"
1228
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1229
+ msgid "<b>Visible Columns</b>"
1230
+ msgstr "<b>Synlige kolonner</b>"
1218
1231
 
1219
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1220
- msgid "Own it?"
1221
- msgstr "Egne"
1232
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1233
+ msgid "_Authors"
1234
+ msgstr "Forf_attere"
1222
1235
 
1223
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1224
- msgid "Read it?"
1225
- msgstr "Lest den?"
1236
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1237
+ msgid "_ISBN"
1238
+ msgstr "_ISBN"
1226
1239
 
1227
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1228
- msgid "Want it?"
1229
- msgstr "Ønsker den?"
1240
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1241
+ msgid "_Publisher"
1242
+ msgstr "Utgiver"
1230
1243
 
1231
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1232
- msgid "Click on the stars to rate the book"
1233
- msgstr "Klikk på stjernene for å rangere boken"
1244
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1245
+ msgid "_Rating"
1246
+ msgstr "_Rating"
1234
1247
 
1235
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1236
- msgid "Rating:"
1237
- msgstr "Rating:"
1248
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1249
+ msgid "_Binding"
1250
+ msgstr "Inn_binding"
1238
1251
 
1239
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1240
- msgid "General"
1241
- msgstr "Generelt"
1252
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1253
+ msgid "Publish _year"
1254
+ msgstr "Utgivelsesår"
1242
1255
 
1243
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1244
- msgid "This book is _loaned"
1245
- msgstr "Denne boken er ut_lånt"
1256
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1257
+ msgid "Read?"
1258
+ msgstr "Lest?"
1246
1259
 
1247
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1248
- msgid "_To:"
1249
- msgstr "_Til:"
1260
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1261
+ msgid "Own?"
1262
+ msgstr "Egen?"
1250
1263
 
1251
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1252
- msgid "_Since:"
1253
- msgstr "_siden:"
1264
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1265
+ msgid "Want?"
1266
+ msgstr "Ønsket?"
1254
1267
 
1255
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1256
- msgid "Loaning"
1257
- msgstr "Utlån"
1268
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1269
+ #, fuzzy
1270
+ msgid "Loaned to"
1271
+ msgstr "Utlånt"
1258
1272
 
1259
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1260
- msgid "Preferences"
1261
- msgstr "Innstillinger"
1273
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1274
+ #, fuzzy
1275
+ msgid "_List View"
1276
+ msgstr "Vis som liste"
1262
1277
 
1263
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1278
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1264
1279
  #, fuzzy
1265
1280
  msgid "<b>Book Data Providers</b>"
1266
1281
  msgstr "<b>_Tilbydere</b>"
1267
1282
 
1268
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1283
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1269
1284
  msgid "_Setup"
1270
1285
  msgstr "Opp_sett"
1271
1286
 
1272
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1287
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1273
1288
  msgid ""
1274
1289
  "Providers are libraries that supply information about books. Some of them "
1275
1290
  "can be configured to get better results. You can also customize the order "
@@ -1279,70 +1294,124 @@ msgstr ""
1279
1294
  "enkelte kan tilpasses for bedre resultat. Du kan også tilpasse i hvilken "
1280
1295
  "rekkefølge de skal avsøkes."
1281
1296
 
1282
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1297
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1283
1298
  msgid "Custom _Z39.50 Providers"
1284
1299
  msgstr ""
1285
1300
 
1286
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1301
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1287
1302
  msgid ""
1288
1303
  "Add and remove your own Z39.50 providers.\n"
1289
1304
  "Requires the Ruby/ZOOM software library."
1290
1305
  msgstr ""
1291
1306
 
1292
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1307
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1293
1308
  #, fuzzy
1294
1309
  msgid "_Providers"
1295
1310
  msgstr "Tilbydere"
1296
1311
 
1297
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1298
- msgid "<b>Visible Columns</b>"
1299
- msgstr "<b>Synlige kolonner</b>"
1312
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1313
+ #, fuzzy
1314
+ msgid "<b>Barcode Scanner Device</b>"
1315
+ msgstr "Strekkodeleser klar"
1300
1316
 
1301
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1302
- msgid "_Authors"
1303
- msgstr "Forf_attere"
1317
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1318
+ msgid "_Device type:"
1319
+ msgstr ""
1304
1320
 
1305
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1306
- msgid "_ISBN"
1307
- msgstr "_ISBN"
1321
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1322
+ msgid "<b>Sound Effects</b>"
1323
+ msgstr ""
1308
1324
 
1309
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1310
- msgid "_Publisher"
1311
- msgstr "Utgiver"
1325
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1326
+ #, fuzzy
1327
+ msgid "Scanning"
1328
+ msgstr "Utlån"
1312
1329
 
1313
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1314
- msgid "_Rating"
1315
- msgstr "_Rating"
1330
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1331
+ msgid "Good Scan / Bad Scan"
1332
+ msgstr ""
1316
1333
 
1317
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1318
- msgid "_Binding"
1319
- msgstr "Inn_binding"
1334
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1335
+ #, fuzzy
1336
+ msgid "_Barcode Scanner"
1337
+ msgstr "Strekkodeleser klar"
1320
1338
 
1321
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1322
- msgid "Publish _year"
1323
- msgstr "Utgivelsesår"
1339
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1340
+ msgid "_Libraries:"
1341
+ msgstr "Bib_liotek:"
1324
1342
 
1325
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1326
- msgid "Read?"
1327
- msgstr "Lest?"
1343
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1344
+ msgid "_Title:"
1345
+ msgstr "_Tittel:"
1328
1346
 
1329
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1330
- msgid "Own?"
1331
- msgstr "Egen?"
1347
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1348
+ msgid "_Authors:"
1349
+ msgstr "Forf_attere:"
1332
1350
 
1333
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1334
- msgid "Want?"
1335
- msgstr "Ønsket?"
1351
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1352
+ msgid "Tags:"
1353
+ msgstr "Anmerkninger"
1336
1354
 
1337
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1338
- #, fuzzy
1339
- msgid "Loaned to"
1340
- msgstr "Utlånt"
1355
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1356
+ msgid "_Binding:"
1357
+ msgstr "Innbinding"
1358
+
1359
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1360
+ msgid "Publish _year:"
1361
+ msgstr "Utgivelsesår:"
1362
+
1363
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1364
+ msgid "_Publisher:"
1365
+ msgstr "Utgiver:"
1366
+
1367
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1368
+ msgid "_Cover:"
1369
+ msgstr "Omslag"
1370
+
1371
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1372
+ msgid "Rating:"
1373
+ msgstr "Rating:"
1341
1374
 
1342
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1375
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1376
+ msgid "Want it?"
1377
+ msgstr "Ønsker den?"
1378
+
1379
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1380
+ msgid "Read it?"
1381
+ msgstr "Lest den?"
1382
+
1383
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1343
1384
  #, fuzzy
1344
- msgid "_List View"
1345
- msgstr "Vis som liste"
1385
+ msgid "Select Date"
1386
+ msgstr "Marker alle"
1387
+
1388
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1389
+ msgid "Clear Date"
1390
+ msgstr ""
1391
+
1392
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1393
+ msgid "Own it?"
1394
+ msgstr "Egne"
1395
+
1396
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1397
+ msgid "General"
1398
+ msgstr "Generelt"
1399
+
1400
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1401
+ msgid "This book is _loaned"
1402
+ msgstr "Denne boken er ut_lånt"
1403
+
1404
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1405
+ msgid "_To:"
1406
+ msgstr "_Til:"
1407
+
1408
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1409
+ msgid "_Since:"
1410
+ msgstr "_siden:"
1411
+
1412
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1413
+ msgid "Loaning"
1414
+ msgstr "Utlån"
1346
1415
 
1347
1416
  #: ../alexandria.desktop.in.h:1
1348
1417
  msgid "Alexandria Book Collection Manager"
@@ -1356,6 +1425,60 @@ msgstr "Boksamlingsverktøy"
1356
1425
  msgid "Manage your book collection"
1357
1426
  msgstr "Ordne boksamlingen din"
1358
1427
 
1428
+ #~ msgid "Unable to launch the web browser"
1429
+ #~ msgstr "Kunde ikke starte nettleseren"
1430
+
1431
+ #~ msgid ""
1432
+ #~ "Check out that a web browser is configured as default (Desktop "
1433
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1434
+ #~ msgstr "Kontroller et en nettleser er satt som standard og forsøk igjen."
1435
+
1436
+ #~ msgid "Unable to launch the mail reader"
1437
+ #~ msgstr "Kunde ikke starte e-postleseren."
1438
+
1439
+ #~ msgid ""
1440
+ #~ "Check out that a mail reader is configured as default (Desktop "
1441
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1442
+ #~ msgstr "Kontroller at det er satt opp en e-postleser og forsøk igjen ."
1443
+
1444
+ #~ msgid "Repair Book Data"
1445
+ #~ msgstr "Reparer bok-data"
1446
+
1447
+ #~ msgid "There's a problem"
1448
+ #~ msgstr "Det har oppstått et problem"
1449
+
1450
+ #, fuzzy
1451
+ #~ msgid "Disable Provider"
1452
+ #~ msgstr "Ny tilbyder"
1453
+
1454
+ #, fuzzy
1455
+ #~ msgid "Enable Provider"
1456
+ #~ msgstr "Ny tilbyder"
1457
+
1458
+ #~ msgid "Main Window"
1459
+ #~ msgstr "Hovedvindu"
1460
+
1461
+ #~ msgid "Libraries listing."
1462
+ #~ msgstr "Bibliotek:"
1463
+
1464
+ #~ msgid "Book listing."
1465
+ #~ msgstr "Liste over bøker."
1466
+
1467
+ #~ msgid "Status messages."
1468
+ #~ msgstr "Statusmeldinger"
1469
+
1470
+ #~ msgid "Add an author"
1471
+ #~ msgstr "Legg til forfatter"
1472
+
1473
+ #~ msgid "Remove an author"
1474
+ #~ msgstr "Slett en forfatter"
1475
+
1476
+ #~ msgid "Click to pick a cover"
1477
+ #~ msgstr "Klikk for å vege et omslag"
1478
+
1479
+ #~ msgid "Click on the stars to rate the book"
1480
+ #~ msgstr "Klikk på stjernene for å rangere boken"
1481
+
1359
1482
  #~ msgid "Language"
1360
1483
  #~ msgstr "Språk"
1361
1484
 
@@ -1369,9 +1492,6 @@ msgstr "Ordne boksamlingen din"
1369
1492
  #~ msgid "Couldn't add these books"
1370
1493
  #~ msgstr "Kunne ikke legge til boken"
1371
1494
 
1372
- #~ msgid "Associate ID"
1373
- #~ msgstr "Assosiert id"
1374
-
1375
1495
  #~ msgid "Pref_erences"
1376
1496
  #~ msgstr "Instilling_er"
1377
1497