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