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/nl.po CHANGED
@@ -6,707 +6,710 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: alexandria 0.6.6\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
10
- "PO-Revision-Date: 2009-12-23 12:55+0200\n"
9
+ "POT-Creation-Date: 2020-12-26 12:17+0100\n"
10
+ "PO-Revision-Date: 2020-09-13 11:55+0200\n"
11
11
  "Last-Translator: L.C. Karssen <lennart@karssen.org>\n"
12
12
  "Language-Team: Dutch\n"
13
+ "Language: nl\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"
18
+ "X-Generator: Poedit 2.4.1\n"
17
19
 
18
- #: ../lib/alexandria/import_library.rb:30
20
+ #: ../lib/alexandria/about.rb:27
21
+ msgid "A program to help you manage your book collection."
22
+ msgstr "Een programma dat u helpt om uw boekcollectie bij te houden."
23
+
24
+ #: ../lib/alexandria/book_providers.rb:95
25
+ msgid "Couldn't reach the provider '%s': timeout expired."
26
+ msgstr "Kon bronbibliotheek '%s' niet bereiken: timeout verlopen."
27
+
28
+ #: ../lib/alexandria/book_providers.rb:99
29
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
30
+ msgstr "Kon bronbibliotheek '%s' niet bereiken: socket fout (%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
+ "Geen resultaten gevonden. Zorg ervoor dat de zoekcriteria correct gespeld "
38
+ "zijn en probeer het nogmaals."
39
+
40
+ #: ../lib/alexandria/book_providers.rb:108
41
+ msgid "Too many results for that search."
42
+ msgstr "Teveel resultaten voor deze zoekopdracht."
43
+
44
+ #: ../lib/alexandria/book_providers.rb:111
45
+ msgid "Invalid search type."
46
+ msgstr "Ongeldig zoektype."
47
+
48
+ #: ../lib/alexandria/book_providers.rb:205
49
+ msgid "Enabled"
50
+ msgstr "Geactiveerd"
51
+
52
+ #: ../lib/alexandria/book_providers/z3950.rb:22
53
+ msgid "Hostname"
54
+ msgstr "Servernaam"
55
+
56
+ #: ../lib/alexandria/book_providers/z3950.rb:23
57
+ msgid "Port"
58
+ msgstr "Poort"
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 "Record syntax"
67
+
68
+ #: ../lib/alexandria/book_providers/z3950.rb:27
69
+ msgid "Username"
70
+ msgstr "Gebruikersnaam"
71
+
72
+ #: ../lib/alexandria/book_providers/z3950.rb:28
73
+ msgid "Password"
74
+ msgstr "Wachtwoord"
75
+
76
+ #: ../lib/alexandria/book_providers/z3950.rb:29
77
+ msgid "Charset encoding"
78
+ msgstr "Codering karakterset"
79
+
80
+ #: ../lib/alexandria/book_providers/z3950.rb:213
81
+ msgid "Library of Congress (Usa)"
82
+ msgstr "Library of Congress, V.S."
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
+ msgid "Invalid ISBN"
90
+ msgstr "Ongeldig ISBN"
91
+
92
+ #: ../lib/alexandria/export_format.rb:18
93
+ msgid "Archived ONIX XML"
94
+ msgstr "Gearchiveerd ONIX XML"
95
+
96
+ #: ../lib/alexandria/export_format.rb:19
97
+ msgid "Archived Tellico XML"
98
+ msgstr "Gearchiveerd Tellico XML"
99
+
100
+ #: ../lib/alexandria/export_format.rb:20
101
+ msgid "BibTeX"
102
+ msgstr "BibTeX"
103
+
104
+ #: ../lib/alexandria/export_format.rb:21
105
+ msgid "CSV list"
106
+ msgstr "CSV lijst"
107
+
108
+ #: ../lib/alexandria/export_format.rb:22
109
+ msgid "ISBN List"
110
+ msgstr "ISBN-lijst"
111
+
112
+ #: ../lib/alexandria/export_format.rb:23
113
+ msgid "iPod Notes"
114
+ msgstr "iPod notities"
115
+
116
+ #: ../lib/alexandria/export_format.rb:24
117
+ msgid "HTML Web Page"
118
+ msgstr "HTML webpagina"
119
+
120
+ #: ../lib/alexandria/import_library.rb:21
19
121
  msgid "Autodetect"
20
122
  msgstr "Automatische detectie"
21
123
 
22
- #: ../lib/alexandria/import_library.rb:31
124
+ #: ../lib/alexandria/import_library.rb:22
23
125
  msgid "Archived Tellico XML (*.bc, *.tc)"
24
126
  msgstr "Gearchiveerd Tellico XML (*.bc, *.tc)"
25
127
 
26
- #: ../lib/alexandria/import_library.rb:33
128
+ #: ../lib/alexandria/import_library.rb:24
27
129
  msgid "ISBN List (*.txt)"
28
130
  msgstr "ISBN-lijst (*.txt)"
29
131
 
30
- #: ../lib/alexandria/import_library.rb:35
132
+ #: ../lib/alexandria/import_library.rb:25
31
133
  msgid "GoodReads CSV"
32
134
  msgstr "GoodReads CSV"
33
135
 
34
- #: ../lib/alexandria/models/library.rb:56
35
- msgid "Untitled"
36
- msgstr "Naamloos"
136
+ #: ../lib/alexandria/import_library.rb:65
137
+ msgid "Unsupported type"
138
+ msgstr ""
139
+
140
+ #: ../lib/alexandria/import_library_csv.rb:199
141
+ msgid "Not Recognized"
142
+ msgstr "Niet herkend"
37
143
 
38
- #: ../lib/alexandria/models/library.rb:245
144
+ #: ../lib/alexandria/library_store.rb:37
39
145
  msgid "My Library"
40
146
  msgstr "Mijn bibliotheek"
41
147
 
42
- #: ../lib/alexandria/about.rb:24
43
- msgid "A program to help you manage your book collection."
44
- msgstr "Een programma dat u helpt om uw boekcollectie bij te houden."
148
+ #: ../lib/alexandria/library_store.rb:67
149
+ msgid "Not a book: %<book>s"
150
+ msgstr ""
45
151
 
46
- #: ../lib/alexandria/ui/ui_manager.rb:135
47
- msgid "Type here the search criterion"
48
- msgstr "Voer hier het zoekcriterium in"
152
+ #: ../lib/alexandria/library_store.rb:78
153
+ msgid "%<file>s isbn is not okay"
154
+ msgstr ""
49
155
 
50
- #: ../lib/alexandria/ui/ui_manager.rb:148
51
- msgid "Match everything"
52
- msgstr "Toon alles"
156
+ #: ../lib/alexandria/library_store.rb:83
157
+ msgid "%<file>s version is not okay"
158
+ msgstr ""
53
159
 
54
- #: ../lib/alexandria/ui/ui_manager.rb:150
55
- msgid "Title contains"
56
- msgstr "Titel bevat"
160
+ #: ../lib/alexandria/library_store.rb:88
161
+ msgid "%<file>s pub year is not okay"
162
+ msgstr ""
57
163
 
58
- #: ../lib/alexandria/ui/ui_manager.rb:151
59
- msgid "Authors contain"
60
- msgstr "Auteurs bevat"
164
+ #: ../lib/alexandria/models/library.rb:42
165
+ msgid "Untitled"
166
+ msgstr "Naamloos"
61
167
 
62
- #: ../lib/alexandria/ui/ui_manager.rb:152
63
- msgid "ISBN contains"
64
- msgstr "ISBN bevat"
168
+ #: ../lib/alexandria/models/library.rb:284
169
+ msgid "Book %<isbn>s was already deleted"
170
+ msgstr "Boek %<isbn>s is al verwijderd"
65
171
 
66
- #: ../lib/alexandria/ui/ui_manager.rb:153
67
- msgid "Publisher contains"
68
- msgstr "Uitgever bevat"
172
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
173
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
174
+ msgstr ""
69
175
 
70
- #: ../lib/alexandria/ui/ui_manager.rb:154
71
- msgid "Notes contain"
72
- msgstr "Notities bevat"
176
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
177
+ msgid "Error parsing CueCat input"
178
+ msgstr ""
73
179
 
74
- #: ../lib/alexandria/ui/ui_manager.rb:155
75
- msgid "Tags contain"
76
- msgstr "Trefwoorden bevat"
180
+ #: ../lib/alexandria/scanners/keyboard.rb:51
181
+ msgid "Unknown scan data %s<data>"
182
+ msgstr ""
77
183
 
78
- #: ../lib/alexandria/ui/ui_manager.rb:170
79
- msgid "Change the search type"
80
- msgstr "Wijzig het zoektype"
184
+ #: ../lib/alexandria/smart_library.rb:49
185
+ msgid "Favorite"
186
+ msgstr "Favoriet"
81
187
 
82
- #: ../lib/alexandria/ui/ui_manager.rb:175
83
- msgid "View as Icons"
84
- msgstr "Toon als iconen"
188
+ #: ../lib/alexandria/smart_library.rb:55
189
+ msgid "Loaned"
190
+ msgstr "Uitgeleend"
85
191
 
86
- #: ../lib/alexandria/ui/ui_manager.rb:176
87
- msgid "View as List"
88
- msgstr "Toon als lijst"
192
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
193
+ #: ../lib/alexandria/ui/listview.rb:59
194
+ msgid "Read"
195
+ msgstr "Gelezen"
89
196
 
90
- #: ../lib/alexandria/ui/ui_manager.rb:189
91
- msgid "Choose how to show books"
92
- msgstr "Bepaal hoe de boeken getoond moeten worden"
197
+ #: ../lib/alexandria/smart_library.rb:67
198
+ msgid "Owned"
199
+ msgstr "In bezit"
93
200
 
94
- #: ../lib/alexandria/ui/ui_manager.rb:436
95
- msgid "Library '%s' selected"
96
- msgstr "Bibliotheek '%s' is geselecteerd"
201
+ #: ../lib/alexandria/smart_library.rb:76
202
+ msgid "Wishlist"
203
+ msgstr "Verlanglijst"
97
204
 
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] "Bibliotheek '%s' geselecteerd. %d ongewaardeerd boek"
102
- msgstr[1] "Bibliotheek '%s' geselecteerd. %d ongewaardeerde boeken"
205
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
206
+ msgid "Title"
207
+ msgstr "Titel"
103
208
 
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] "Bibliotheek '%s' geselecteerd, %d boek"
108
- msgstr[1] "Bibliotheek '%s' geselecteerd, %d boeken"
209
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
210
+ msgid "ISBN"
211
+ msgstr "ISBN"
109
212
 
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] "Bibliotheek '%s' geselecteerd, %d boek, %d zonder waardering"
114
- msgstr[1] "Bibliotheek '%s' geselecteerd, %d boeken, %d zonder waardering"
213
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
214
+ msgid "Authors"
215
+ msgstr "Auteurs"
115
216
 
116
- #: ../lib/alexandria/ui/ui_manager.rb:467
117
- msgid "'%s' selected"
118
- msgstr "'%s' geselecteerd"
217
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
218
+ msgid "Publisher"
219
+ msgstr "Uitgever"
119
220
 
120
- #: ../lib/alexandria/ui/ui_manager.rb:470
121
- msgid "%d book selected"
122
- msgid_plural "%d books selected"
123
- msgstr[0] "%d boek geselecteerd"
124
- msgstr[1] "%d boeken geselecteerd"
221
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
222
+ msgid "Publish Year"
223
+ msgstr "Jaar van uitgifte"
125
224
 
126
- #: ../lib/alexandria/ui/ui_manager.rb:648
127
- msgid "Unable to launch the web browser"
128
- msgstr "Kon geen webbrowser starten"
225
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
226
+ msgid "Binding"
227
+ msgstr "Band"
129
228
 
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 ""
135
- "Controleer of een standaard webbrowser is ingesteld (Systeem -> Voorkeuren -"
136
- "> Voorkeursapplicaties) en probeer opnieuw."
229
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
230
+ msgid "Rating"
231
+ msgstr "Waardering"
232
+
233
+ #: ../lib/alexandria/smart_library.rb:302
234
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
235
+ msgid "Notes"
236
+ msgstr "Notities"
237
+
238
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
239
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
240
+ msgid "Tags"
241
+ msgstr "Trefwoorden"
137
242
 
138
- #: ../lib/alexandria/ui/ui_manager.rb:661
139
- msgid "Unable to launch the mail reader"
140
- msgstr "Kon geen e-mailprogramma starten"
243
+ #: ../lib/alexandria/smart_library.rb:304
244
+ msgid "Loaning State"
245
+ msgstr "Uitleenstatus"
141
246
 
142
- #: ../lib/alexandria/ui/ui_manager.rb:662
143
- msgid ""
144
- "Check out that a mail reader is configured as default (Desktop Preferences -"
145
- "> Advanced -> Preferred Applications) and try again."
247
+ #: ../lib/alexandria/smart_library.rb:305
248
+ msgid "Loaning Date"
249
+ msgstr "Uitleendatum"
250
+
251
+ #: ../lib/alexandria/smart_library.rb:306
252
+ msgid "Loaning Person"
253
+ msgstr "Uitgeleend aan"
254
+
255
+ #: ../lib/alexandria/smart_library.rb:308
256
+ msgid "Date Read"
257
+ msgstr "Leesdatum"
258
+
259
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
260
+ msgid "Own"
261
+ msgstr "In bezit"
262
+
263
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
264
+ msgid "Want"
265
+ msgstr "Gewenst"
266
+
267
+ #: ../lib/alexandria/smart_library.rb:317
268
+ msgid "days"
269
+ msgstr "dagen"
270
+
271
+ #: ../lib/alexandria/smart_library.rb:327
272
+ msgid "is set"
273
+ msgstr "is ingesteld"
274
+
275
+ #: ../lib/alexandria/smart_library.rb:330
276
+ msgid "is not set"
277
+ msgstr "is niet ingesteld"
278
+
279
+ #: ../lib/alexandria/smart_library.rb:333
280
+ msgid "is"
281
+ msgstr "is"
282
+
283
+ #: ../lib/alexandria/smart_library.rb:336
284
+ msgid "is not"
285
+ msgstr "is niet"
286
+
287
+ #: ../lib/alexandria/smart_library.rb:339
288
+ msgid "contains"
289
+ msgstr "bevat"
290
+
291
+ #: ../lib/alexandria/smart_library.rb:342
292
+ msgid "does not contain"
293
+ msgstr "bevat niet"
294
+
295
+ #: ../lib/alexandria/smart_library.rb:345
296
+ msgid "starts with"
297
+ msgstr "begint met"
298
+
299
+ #: ../lib/alexandria/smart_library.rb:348
300
+ msgid "ends with"
301
+ msgstr "eindigt met"
302
+
303
+ #: ../lib/alexandria/smart_library.rb:351
304
+ msgid "is greater than"
305
+ msgstr "is groter dan"
306
+
307
+ #: ../lib/alexandria/smart_library.rb:354
308
+ msgid "is less than"
309
+ msgstr "is kleiner dan"
310
+
311
+ #: ../lib/alexandria/smart_library.rb:357
312
+ msgid "is after"
313
+ msgstr "komt na"
314
+
315
+ #: ../lib/alexandria/smart_library.rb:360
316
+ msgid "is before"
317
+ msgstr "komt voor"
318
+
319
+ #: ../lib/alexandria/smart_library.rb:364
320
+ msgid "is in last"
321
+ msgstr "komt in de laatste"
322
+
323
+ #: ../lib/alexandria/smart_library.rb:384
324
+ msgid "is not in last"
325
+ msgstr "komt niet in de laatste"
326
+
327
+ #: ../lib/alexandria/smart_library.rb:465
328
+ msgid "invalid operand klass %<klass>s"
146
329
  msgstr ""
147
- "Controleer of een standaard e-mailprogramma is ingesteld (Systeem -> "
148
- "Voorkeuren -> Voorkeursapplicaties) en probeer opnieuw."
149
330
 
150
- #: ../lib/alexandria/ui/ui_manager.rb:697
151
- msgid "Repair Book Data"
152
- msgstr "Repareer boekgegevens"
331
+ #: ../lib/alexandria/ui/acquire_dialog.rb:206
332
+ msgid "There was %d duplicate"
333
+ msgid_plural "There were %d duplicates"
334
+ msgstr[0] "Er was %d duplikaat"
335
+ msgstr[1] "Er waren %d duplikaten"
336
+
337
+ #: ../lib/alexandria/ui/acquire_dialog.rb:209
338
+ msgid "Couldn't add this book"
339
+ msgid_plural "Couldn't add these books"
340
+ msgstr[0] "Kon het boek niet toevoegen"
341
+ msgstr[1] "Kon deze boeken niet toevoegen"
342
+
343
+ #: ../lib/alexandria/ui/acquire_dialog.rb:288
344
+ #: ../lib/alexandria/ui/new_book_dialog.rb:498
345
+ msgid "Searching Provider '%s'..."
346
+ msgstr "Zoeken bij bronbibliotheek '%s'..."
347
+
348
+ #: ../lib/alexandria/ui/acquire_dialog.rb:289
349
+ #: ../lib/alexandria/ui/new_book_dialog.rb:499
350
+ msgid "Error while Searching Provider '%s'"
351
+ msgstr "Fout tijdens het zoeken bij bronbibliotheek '%s'"
352
+
353
+ #: ../lib/alexandria/ui/acquire_dialog.rb:290
354
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
355
+ msgid "Not Found at Provider '%s'"
356
+ msgstr "Niet gevonden bij bronbibliotheek '%s'"
357
+
358
+ #: ../lib/alexandria/ui/acquire_dialog.rb:291
359
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
360
+ msgid "Found at Provider '%s'"
361
+ msgstr "Gevonden bij bronbibliotheek '%s'"
362
+
363
+ #: ../lib/alexandria/ui/acquire_dialog.rb:403
364
+ msgid "Ready to use %s barcode scanner"
365
+ msgstr "Klaar om de streepjescodescanner '%s' te gebruiken"
153
366
 
154
- #: ../lib/alexandria/ui/ui_manager.rb:698
367
+ #: ../lib/alexandria/ui/acquire_dialog.rb:427
368
+ msgid "Click below to scan _barcodes"
369
+ msgstr "Klik hieronder om _streepjescodes te scannen"
370
+
371
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:111
372
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:121
373
+ msgid "Couldn't modify the book"
374
+ msgstr "Kon het boek niet aanpassen"
375
+
376
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
377
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
155
378
  msgid ""
156
- "The data files for the following books are malformed or empty. Do you wish "
157
- "to attempt to download new information for them from the online book "
158
- "providers?\n"
379
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
380
+ "correcty, and try again."
159
381
  msgstr ""
160
- "De gegevensbestanden voor de volgende boeken zijn corrupt of leeg. Wilt u "
161
- "proberen om de informatie voor deze boeken opnieuw te downloaden?\n"
382
+ "Kon het EAN/ISBN dat u invoerde niet valideren. Kijk of het correct "
383
+ "geschreven is en probeer het nogmaals."
162
384
 
163
- #: ../lib/alexandria/ui/ui_manager.rb:755
164
- msgid "Added '%s' to library '%s'"
165
- msgstr "'%s' toegevoegd aan bibliotheek '%s'"
385
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
386
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
387
+ msgid "The EAN/ISBN you provided is already used in this library."
388
+ msgstr "Het EAN/ISBN dat u invoerde wordt al gebruikt in deze bibliotheek."
166
389
 
167
- #: ../lib/alexandria/ui/ui_manager.rb:908
168
- msgid "Loading '%s'..."
169
- msgstr "'%s' wordt geladen..."
390
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
391
+ msgid "Properties"
392
+ msgstr "Eigenschappen"
170
393
 
171
- #: ../lib/alexandria/ui/ui_manager.rb:1157
172
- msgid "In '_%s'"
173
- msgstr "Naar '_%s'"
394
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:106
395
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
396
+ msgid "Properties for '%s'"
397
+ msgstr "Eigenschappen voor %s"
398
+
399
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
400
+ msgid "Author"
401
+ msgstr "Auteur"
402
+
403
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:160
404
+ msgid "Select a cover image"
405
+ msgstr "Selecteer een afbeelding voor de voorkant"
406
+
407
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
408
+ msgid "No Cover"
409
+ msgstr "Geen kaft"
410
+
411
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:242
412
+ msgid "%d day"
413
+ msgid_plural "%d days"
414
+ msgstr[0] "%d dag"
415
+ msgstr[1] "%d dagen"
174
416
 
175
- #: ../lib/alexandria/ui/callbacks.rb:65
417
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:268
418
+ msgid "out of range"
419
+ msgstr "buiten bereik"
420
+
421
+ #: ../lib/alexandria/ui/callbacks.rb:57
176
422
  msgid "The following lines are not valid ISBNs and were not imported:"
177
423
  msgstr ""
178
424
  "De volgende regels bevatten geen geldige ISBNs en zijn daarom niet "
179
425
  "geïmporteerd:"
180
426
 
181
- #: ../lib/alexandria/ui/callbacks.rb:122
182
- #: ../lib/alexandria/ui/export_dialog.rb:128
183
- msgid "Export failed"
184
- msgstr "Het exporteren is mislukt"
185
-
186
- #: ../lib/alexandria/ui/callbacks.rb:123
187
- msgid "Try letting this library load completely before exporting."
188
- msgstr "Probeer voor het exporteren deze bibliotheek volledig te laten laden"
427
+ #: ../lib/alexandria/ui/callbacks.rb:62
428
+ msgid "Books could not be found for the following ISBNs:"
429
+ msgstr "Geen boeken gevonden voor de volgende ISBNs:"
189
430
 
190
- #: ../lib/alexandria/ui/callbacks.rb:274
431
+ #: ../lib/alexandria/ui/callbacks.rb:362
191
432
  msgid "_Library"
192
433
  msgstr "_Bibliotheek"
193
434
 
194
- #: ../lib/alexandria/ui/callbacks.rb:275
435
+ #: ../lib/alexandria/ui/callbacks.rb:363
195
436
  msgid "_New Library"
196
437
  msgstr "_Nieuwe bibliotheek"
197
438
 
198
- #: ../lib/alexandria/ui/callbacks.rb:275
439
+ #: ../lib/alexandria/ui/callbacks.rb:363
199
440
  msgid "Create a new library"
200
441
  msgstr "Maak een nieuwe bibliotheek aan"
201
442
 
202
- #: ../lib/alexandria/ui/callbacks.rb:276
443
+ #: ../lib/alexandria/ui/callbacks.rb:364
203
444
  msgid "New _Smart Library..."
204
445
  msgstr "Nieuwe _slimme bibliotheek..."
205
446
 
206
- #: ../lib/alexandria/ui/callbacks.rb:276
447
+ #: ../lib/alexandria/ui/callbacks.rb:364
207
448
  msgid "Create a new smart library"
208
449
  msgstr "Maak een nieuwe slimme bibliotheek aan"
209
450
 
210
- #: ../lib/alexandria/ui/callbacks.rb:277
451
+ #: ../lib/alexandria/ui/callbacks.rb:365
211
452
  msgid "_Add Book..."
212
453
  msgstr "Boek _toevoegen..."
213
454
 
214
- #: ../lib/alexandria/ui/callbacks.rb:277
455
+ #: ../lib/alexandria/ui/callbacks.rb:365
215
456
  msgid "Add a new book from the Internet"
216
457
  msgstr "Voeg een nieuw boek toe vanaf het internet"
217
458
 
218
- #: ../lib/alexandria/ui/callbacks.rb:278
459
+ #: ../lib/alexandria/ui/callbacks.rb:366
219
460
  msgid "Add Book _Manually..."
220
461
  msgstr "Boek hand_matig toevoegen..."
221
462
 
222
- #: ../lib/alexandria/ui/callbacks.rb:278
463
+ #: ../lib/alexandria/ui/callbacks.rb:366
223
464
  msgid "Add a new book manually"
224
465
  msgstr "Een nieuw boek handmatig toevoegen"
225
466
 
226
- #: ../lib/alexandria/ui/callbacks.rb:279
467
+ #: ../lib/alexandria/ui/callbacks.rb:367
227
468
  msgid "_Import..."
228
469
  msgstr "_Importeren..."
229
470
 
230
- #: ../lib/alexandria/ui/callbacks.rb:279
471
+ #: ../lib/alexandria/ui/callbacks.rb:367
231
472
  msgid "Import a library"
232
473
  msgstr "Importeer een bibliotheek"
233
474
 
234
- #: ../lib/alexandria/ui/callbacks.rb:280
475
+ #: ../lib/alexandria/ui/callbacks.rb:368
235
476
  msgid "_Export..."
236
477
  msgstr "_Exporteren..."
237
478
 
238
- #: ../lib/alexandria/ui/callbacks.rb:280
479
+ #: ../lib/alexandria/ui/callbacks.rb:368
239
480
  msgid "Export the selected library"
240
481
  msgstr "Exporteer de geselecteerde bibliotheek"
241
482
 
242
- #: ../lib/alexandria/ui/callbacks.rb:281
243
- msgid "_Acquire from Scanner..."
483
+ #: ../lib/alexandria/ui/callbacks.rb:369
484
+ msgid "A_cquire from Scanner..."
244
485
  msgstr "_Inlezen d.m.v. scanner..."
245
486
 
246
- #: ../lib/alexandria/ui/callbacks.rb:281
487
+ #: ../lib/alexandria/ui/callbacks.rb:369
247
488
  msgid "Acquire books from a scanner"
248
489
  msgstr "Boeken inlezen d.m.v. scanner"
249
490
 
250
- #: ../lib/alexandria/ui/callbacks.rb:282
491
+ #: ../lib/alexandria/ui/callbacks.rb:370
251
492
  msgid "_Properties"
252
493
  msgstr "_Eigenschappen"
253
494
 
254
- #: ../lib/alexandria/ui/callbacks.rb:282
495
+ #: ../lib/alexandria/ui/callbacks.rb:370
255
496
  msgid "Edit the properties of the selected book"
256
497
  msgstr "Eigenschappen van het geselecteerde boek bewerken"
257
498
 
258
- #: ../lib/alexandria/ui/callbacks.rb:283
499
+ #: ../lib/alexandria/ui/callbacks.rb:371
259
500
  msgid "_Quit"
260
501
  msgstr "_Afsluiten"
261
502
 
262
- #: ../lib/alexandria/ui/callbacks.rb:283
503
+ #: ../lib/alexandria/ui/callbacks.rb:371
263
504
  msgid "Quit the program"
264
505
  msgstr "Het programma afsluiten"
265
506
 
266
- #: ../lib/alexandria/ui/callbacks.rb:284
507
+ #: ../lib/alexandria/ui/callbacks.rb:372
267
508
  msgid "_Edit"
268
509
  msgstr "_Bewerken"
269
510
 
270
- #: ../lib/alexandria/ui/callbacks.rb:285
511
+ #: ../lib/alexandria/ui/callbacks.rb:373
271
512
  msgid "_Undo"
272
513
  msgstr "_Ongedaan maken"
273
514
 
274
- #: ../lib/alexandria/ui/callbacks.rb:285
515
+ #: ../lib/alexandria/ui/callbacks.rb:373
275
516
  msgid "Undo the last action"
276
517
  msgstr "De laatste actie ongedaan maken"
277
518
 
278
- #: ../lib/alexandria/ui/callbacks.rb:286
519
+ #: ../lib/alexandria/ui/callbacks.rb:374
279
520
  msgid "_Redo"
280
521
  msgstr "_Opnieuw uitvoeren"
281
522
 
282
- #: ../lib/alexandria/ui/callbacks.rb:286
523
+ #: ../lib/alexandria/ui/callbacks.rb:374
283
524
  msgid "Redo the undone action"
284
525
  msgstr "De ongedaan gemaakte handeling toch uitvoeren"
285
526
 
286
- #: ../lib/alexandria/ui/callbacks.rb:287
527
+ #: ../lib/alexandria/ui/callbacks.rb:375
287
528
  msgid "_Select All"
288
529
  msgstr "_Alles selecteren"
289
530
 
290
- #: ../lib/alexandria/ui/callbacks.rb:287
531
+ #: ../lib/alexandria/ui/callbacks.rb:375
291
532
  msgid "Select all visible books"
292
533
  msgstr "Selecteer alle zichtbare boeken"
293
534
 
294
- #: ../lib/alexandria/ui/callbacks.rb:288
535
+ #: ../lib/alexandria/ui/callbacks.rb:376
295
536
  msgid "Dese_lect All"
296
537
  msgstr "Alles _deselecteren"
297
538
 
298
- #: ../lib/alexandria/ui/callbacks.rb:288
539
+ #: ../lib/alexandria/ui/callbacks.rb:376
299
540
  msgid "Deselect everything"
300
541
  msgstr "Alles deselecteren"
301
542
 
302
- #: ../lib/alexandria/ui/callbacks.rb:289
543
+ #: ../lib/alexandria/ui/callbacks.rb:377
303
544
  msgid "My _Rating"
304
545
  msgstr "Mijn _waardering"
305
546
 
306
- #: ../lib/alexandria/ui/callbacks.rb:290
547
+ #: ../lib/alexandria/ui/callbacks.rb:378
307
548
  msgid "None"
308
549
  msgstr "Geen"
309
550
 
310
- #: ../lib/alexandria/ui/callbacks.rb:291
551
+ #: ../lib/alexandria/ui/callbacks.rb:379
311
552
  msgid "One Star"
312
553
  msgstr "Een ster"
313
554
 
314
- #: ../lib/alexandria/ui/callbacks.rb:292
555
+ #: ../lib/alexandria/ui/callbacks.rb:380
315
556
  msgid "Two Stars"
316
557
  msgstr "Twee sterren"
317
558
 
318
- #: ../lib/alexandria/ui/callbacks.rb:293
559
+ #: ../lib/alexandria/ui/callbacks.rb:381
319
560
  msgid "Three Stars"
320
561
  msgstr "Drie sterren"
321
562
 
322
- #: ../lib/alexandria/ui/callbacks.rb:294
563
+ #: ../lib/alexandria/ui/callbacks.rb:382
323
564
  msgid "Four Stars"
324
565
  msgstr "Vier sterren"
325
566
 
326
- #: ../lib/alexandria/ui/callbacks.rb:295
567
+ #: ../lib/alexandria/ui/callbacks.rb:383
327
568
  msgid "Five Stars"
328
569
  msgstr "Vijf sterren"
329
570
 
330
- #: ../lib/alexandria/ui/callbacks.rb:296
571
+ #: ../lib/alexandria/ui/callbacks.rb:384
331
572
  msgid "_Move"
332
573
  msgstr "_Verplaatsen"
333
574
 
334
- #: ../lib/alexandria/ui/callbacks.rb:297
575
+ #: ../lib/alexandria/ui/callbacks.rb:385
335
576
  msgid "_Rename"
336
577
  msgstr "_Hernoemen"
337
578
 
338
- #: ../lib/alexandria/ui/callbacks.rb:298
579
+ #: ../lib/alexandria/ui/callbacks.rb:386
339
580
  msgid "_Delete"
340
581
  msgstr "_Verwijderen"
341
582
 
342
- #: ../lib/alexandria/ui/callbacks.rb:298
583
+ #: ../lib/alexandria/ui/callbacks.rb:386
343
584
  msgid "Delete the selected books or library"
344
585
  msgstr "De geselecteerde boeken verwijderen"
345
586
 
346
- #: ../lib/alexandria/ui/callbacks.rb:299
587
+ #: ../lib/alexandria/ui/callbacks.rb:387
347
588
  msgid "_Search"
348
589
  msgstr "_Zoeken"
349
590
 
350
- #: ../lib/alexandria/ui/callbacks.rb:299
591
+ #: ../lib/alexandria/ui/callbacks.rb:387
351
592
  msgid "Filter books"
352
593
  msgstr "Boeken filteren"
353
594
 
354
- #: ../lib/alexandria/ui/callbacks.rb:300
595
+ #: ../lib/alexandria/ui/callbacks.rb:388
355
596
  msgid "_Clear Results"
356
597
  msgstr "Resultaten _wissen"
357
598
 
358
- #: ../lib/alexandria/ui/callbacks.rb:300
599
+ #: ../lib/alexandria/ui/callbacks.rb:388
359
600
  msgid "Clear the search results"
360
601
  msgstr "Zoekresultaten wissen"
361
602
 
362
- #: ../lib/alexandria/ui/callbacks.rb:301
603
+ #: ../lib/alexandria/ui/callbacks.rb:389
363
604
  msgid "_Preferences"
364
605
  msgstr "_Voorkeuren"
365
606
 
366
- #: ../lib/alexandria/ui/callbacks.rb:301
607
+ #: ../lib/alexandria/ui/callbacks.rb:389
367
608
  msgid "Change Alexandria's settings"
368
609
  msgstr "Alexandria's instellingen wijzigen"
369
610
 
370
- #: ../lib/alexandria/ui/callbacks.rb:302
611
+ #: ../lib/alexandria/ui/callbacks.rb:390
371
612
  msgid "_View"
372
613
  msgstr "_Beeld"
373
614
 
374
- #: ../lib/alexandria/ui/callbacks.rb:303
615
+ #: ../lib/alexandria/ui/callbacks.rb:391
375
616
  msgid "Arran_ge Icons"
376
617
  msgstr "Iconen _schikken"
377
618
 
378
- #: ../lib/alexandria/ui/callbacks.rb:304
619
+ #: ../lib/alexandria/ui/callbacks.rb:392
379
620
  msgid "Display Online _Information"
380
621
  msgstr "Online _informatie tonen"
381
622
 
382
- #: ../lib/alexandria/ui/callbacks.rb:306
623
+ #: ../lib/alexandria/ui/callbacks.rb:394
383
624
  msgid "_Help"
384
625
  msgstr "_Help"
385
626
 
386
- #: ../lib/alexandria/ui/callbacks.rb:307
627
+ #: ../lib/alexandria/ui/callbacks.rb:395
387
628
  msgid "Submit _Bug Report"
388
629
  msgstr "_Foutenrapportage opsturen"
389
630
 
390
- #: ../lib/alexandria/ui/callbacks.rb:307
631
+ #: ../lib/alexandria/ui/callbacks.rb:395
391
632
  msgid "Submit a bug report to the developers"
392
633
  msgstr "Stuur de ontwikkelaars een foutenrapportage"
393
634
 
394
- #: ../lib/alexandria/ui/callbacks.rb:308
635
+ #: ../lib/alexandria/ui/callbacks.rb:396
395
636
  msgid "Contents"
396
637
  msgstr "Inhoud"
397
638
 
398
- #: ../lib/alexandria/ui/callbacks.rb:308
639
+ #: ../lib/alexandria/ui/callbacks.rb:396
399
640
  msgid "View Alexandria's manual"
400
641
  msgstr "Alexandria's handleiding inzien"
401
642
 
402
- #: ../lib/alexandria/ui/callbacks.rb:309
643
+ #: ../lib/alexandria/ui/callbacks.rb:397
403
644
  msgid "_About"
404
645
  msgstr "_Over"
405
646
 
406
- #: ../lib/alexandria/ui/callbacks.rb:309
647
+ #: ../lib/alexandria/ui/callbacks.rb:397
407
648
  msgid "Show information about Alexandria"
408
649
  msgstr "Toon informatie over Alexandria"
409
650
 
410
- #: ../lib/alexandria/ui/callbacks.rb:334
411
- msgid "Side _Pane"
651
+ #: ../lib/alexandria/ui/callbacks.rb:404
652
+ msgid "At _%s"
653
+ msgstr "Bij _%s"
654
+
655
+ #: ../lib/alexandria/ui/callbacks.rb:410
656
+ msgid "Side_pane"
412
657
  msgstr "Zij_paneel"
413
658
 
414
- #: ../lib/alexandria/ui/callbacks.rb:336
659
+ #: ../lib/alexandria/ui/callbacks.rb:411
415
660
  msgid "_Toolbar"
416
661
  msgstr "_Knoppenbalk"
417
662
 
418
- #: ../lib/alexandria/ui/callbacks.rb:338
663
+ #: ../lib/alexandria/ui/callbacks.rb:412
419
664
  msgid "_Statusbar"
420
665
  msgstr "_Statusbalk"
421
666
 
422
- #: ../lib/alexandria/ui/callbacks.rb:340
667
+ #: ../lib/alexandria/ui/callbacks.rb:413
423
668
  msgid "Re_versed Order"
424
669
  msgstr "_Omgekeerde volgorde"
425
670
 
426
- #: ../lib/alexandria/ui/callbacks.rb:345
671
+ #: ../lib/alexandria/ui/callbacks.rb:418
427
672
  msgid "View as _Icons"
428
673
  msgstr "Toon als _iconen"
429
674
 
430
- #: ../lib/alexandria/ui/callbacks.rb:346
675
+ #: ../lib/alexandria/ui/callbacks.rb:419
431
676
  msgid "View as _List"
432
677
  msgstr "Toon als _lijst"
433
678
 
434
- #: ../lib/alexandria/ui/callbacks.rb:350
679
+ #: ../lib/alexandria/ui/callbacks.rb:423
435
680
  msgid "By _Title"
436
681
  msgstr "Op _titel"
437
682
 
438
- #: ../lib/alexandria/ui/callbacks.rb:351
683
+ #: ../lib/alexandria/ui/callbacks.rb:424
439
684
  msgid "By _Authors"
440
685
  msgstr "Op _auteurs"
441
686
 
442
- #: ../lib/alexandria/ui/callbacks.rb:352
687
+ #: ../lib/alexandria/ui/callbacks.rb:425
443
688
  msgid "By _ISBN"
444
689
  msgstr "Op _ISBN"
445
690
 
446
- #: ../lib/alexandria/ui/callbacks.rb:353
691
+ #: ../lib/alexandria/ui/callbacks.rb:426
447
692
  msgid "By _Publisher"
448
693
  msgstr "Op _uitgever"
449
694
 
450
- #: ../lib/alexandria/ui/callbacks.rb:354
695
+ #: ../lib/alexandria/ui/callbacks.rb:427
451
696
  msgid "By _Binding"
452
697
  msgstr "Op _band"
453
698
 
454
- #: ../lib/alexandria/ui/callbacks.rb:355
699
+ #: ../lib/alexandria/ui/callbacks.rb:428
455
700
  msgid "By _Rating"
456
- msgstr "Op _waardering"
457
-
458
- #: ../lib/alexandria/ui/callbacks.rb:359
459
- msgid "At _%s"
460
- msgstr "Bij _%s"
461
-
462
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
463
- msgid "There was %d duplicate"
464
- msgid_plural "There were %d duplicates"
465
- msgstr[0] "Er was %d duplikaat"
466
- msgstr[1] "Er waren %d duplikaten"
467
-
468
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
469
- msgid "Couldn't add this book"
470
- msgid_plural "Couldn't add these books"
471
- msgstr[0] "Kon het boek niet toevoegen"
472
- msgstr[1] "Kon deze boeken niet toevoegen"
473
-
474
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
475
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
476
- msgid "Searching Provider '%s'..."
477
- msgstr "Zoeken bij bronbibliotheek '%s'..."
478
-
479
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
480
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
481
- msgid "Error while Searching Provider '%s'"
482
- msgstr "Fout tijdens het zoeken bij bronbibliotheek '%s'"
483
-
484
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
485
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
486
- msgid "Not Found at Provider '%s'"
487
- msgstr "Niet gevonden bij bronbibliotheek '%s'"
488
-
489
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
490
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
491
- msgid "Found at Provider '%s'"
492
- msgstr "Gevonden bij bronbibliotheek '%s'"
493
-
494
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
495
- msgid "Ready to use %s barcode scanner"
496
- msgstr "Klaar om de streepjescodescanner '%s' te gebruiken"
497
-
498
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
499
- #: ../data/alexandria/glade/acquire_dialog.glade:26
500
- msgid "_Barcode Scanner Ready"
501
- msgstr "_Streepjescodescanner klaar"
502
-
503
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
504
- msgid "Click below to scan _barcodes"
505
- msgstr "Klik hieronder om _streepjescodes te scannen"
506
-
507
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
508
- msgid "There's a problem"
509
- msgstr "Er is een probleem"
510
-
511
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
512
- msgid "New Smart Library"
513
- msgstr "Nieuwe slimme bibliotheek"
514
-
515
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
516
- msgid "Smart Library"
517
- msgstr "Slimme bibliotheek"
518
-
519
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
520
- msgid "Preferences for %s"
521
- msgstr "Voorkeuren voor %s"
522
-
523
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
524
- msgid "New Provider"
525
- msgstr "Nieuwe bronbibliotheek"
526
-
527
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
528
- msgid "_Name:"
529
- msgstr "_Naam:"
530
-
531
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
532
- msgid "_Type:"
533
- msgstr "_Type:"
534
-
535
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
536
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
537
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
538
- msgid "Disable Provider"
539
- msgstr "Schakel bronbibliotheek uit"
540
-
541
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
542
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
543
- msgid "Enable Provider"
544
- msgstr "Schakel bronbibliotheek in"
545
-
546
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
547
- msgid "Are you sure you want to permanently delete the provider '%s'?"
548
- msgstr "Weet u zeker dat u bron '%s' permanent wilt verwijderen?"
549
-
550
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
551
- msgid ""
552
- "If you continue, the provider and all of its preferences will be permanently "
553
- "deleted."
554
- msgstr ""
555
- "Als u doorgaat worden de bronbibliotheek en alle bijbehorende voorkeuren "
556
- "permanent verwijderd."
557
-
558
- #: ../lib/alexandria/ui/import_dialog.rb:36
559
- msgid "Error while importing"
560
- msgstr "Fout tijdens het importeren"
561
-
562
- #: ../lib/alexandria/ui/import_dialog.rb:39
563
- msgid "_Continue"
564
- msgstr "_Doorgaan"
565
-
566
- #: ../lib/alexandria/ui/import_dialog.rb:64
567
- msgid "Import a Library"
568
- msgstr "Importeer een bibliotheek"
569
-
570
- #: ../lib/alexandria/ui/import_dialog.rb:71
571
- msgid "_Import"
572
- msgstr "_Importeren"
573
-
574
- #: ../lib/alexandria/ui/import_dialog.rb:188
575
- msgid "Couldn't import the library"
576
- msgstr "Kon de bibliotheek niet importeren"
577
-
578
- #: ../lib/alexandria/ui/import_dialog.rb:189
579
- msgid ""
580
- "The format of the file you provided is unknown. Please retry with another "
581
- "file."
582
- msgstr ""
583
- "Het bestandsformaat is onbekend. Gelieve opnieuw te proberen met een ander "
584
- "bestand."
585
-
586
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
587
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
588
- msgid "Properties for '%s'"
589
- msgstr "Eigenschappen voor %s"
590
-
591
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
592
- msgid "Empty or conflictive condition"
593
- msgstr "Lege of conflicterende voorwaarde"
594
-
595
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
596
- msgid "_Save However"
597
- msgstr "Toch _opslaan"
598
-
599
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
600
- msgid ""
601
- "This smart library contains one or more conditions which are empty or "
602
- "conflict with each other. This is likely to result in never matching a book. "
603
- "Are you sure you want to save this library?"
604
- msgstr ""
605
- "Deze slimme bibliotheek bevat een of meer lege of conflicterende "
606
- "voorwaarden. Er zal waarschijnlijk nooit een boek aan voldoen. Weet u zeker "
607
- "dat u deze bibliotheek op wilt slaan?"
608
-
609
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
610
- msgid "Match"
611
- msgstr "Voldoet aan"
612
-
613
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
614
- msgid "all"
615
- msgstr "alle"
616
-
617
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
618
- msgid "any"
619
- msgstr "een"
620
-
621
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
622
- msgid "of the following rules:"
623
- msgstr "van de volgende regels:"
624
-
625
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
626
- msgid "Match the following rule:"
627
- msgstr "Voldoen aan de volgende regel:"
628
-
629
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
630
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
631
- msgid "Couldn't modify the book"
632
- msgstr "Kon het boek niet aanpassen"
633
-
634
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
635
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
636
- msgid "The EAN/ISBN you provided is already used in this library."
637
- msgstr "Het EAN/ISBN dat u invoerde wordt al gebruikt in deze bibliotheek."
638
-
639
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
640
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
641
- msgid ""
642
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
643
- "correcty, and try again."
644
- msgstr ""
645
- "Kon het EAN/ISBN dat u invoerde niet valideren. Kijk of het correct "
646
- "geschreven is en probeer het nogmaals."
647
-
648
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
649
- msgid "Properties"
650
- msgstr "Eigenschappen"
651
-
652
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
653
- msgid "Author"
654
- msgstr "Auteur"
655
-
656
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
657
- msgid "Select a cover image"
658
- msgstr "Selecteer een afbeelding voor de voorkant"
659
-
660
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
661
- msgid "No Cover"
662
- msgstr "Geen kaft"
663
-
664
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
665
- msgid "%d day"
666
- msgid_plural "%d days"
667
- msgstr[0] "%d dag"
668
- msgstr[1] "%d dagen"
669
-
670
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
671
- msgid "Adding '%s'"
672
- msgstr "'%s' wordt toegevoegd"
673
-
674
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
675
- #: ../data/alexandria/glade/new_book_dialog.glade:8
676
- msgid "Adding a Book"
677
- msgstr "Een boek toevoegen"
678
-
679
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
680
- msgid "A title must be provided."
681
- msgstr "Er moet een titel opgegeven worden."
682
-
683
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
684
- msgid "A publisher must be provided."
685
- msgstr "Er moet een uitgever opgegeven worden."
686
-
687
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
688
- msgid "A binding must be provided."
689
- msgstr "Er moet een band opgegeven worden."
690
-
691
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
692
- msgid "At least one author must be provided."
693
- msgstr "Er moet minstens één auteur opgegeven worden."
694
-
695
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
696
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
697
- msgid "Couldn't add the book"
698
- msgstr "Kon het boek niet toevoegen"
701
+ msgstr "Op _waardering"
699
702
 
700
- #: ../lib/alexandria/ui/export_dialog.rb:25
703
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
701
704
  msgid "File already exists"
702
705
  msgstr "Bestand bestaat reeds"
703
706
 
704
- #: ../lib/alexandria/ui/export_dialog.rb:28
705
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
707
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
708
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
706
709
  msgid "_Replace"
707
710
  msgstr "_Vervangen"
708
711
 
709
- #: ../lib/alexandria/ui/export_dialog.rb:29
712
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
710
713
  msgid ""
711
714
  "A file named '%s' already exists. Do you want to replace it with the one "
712
715
  "you are generating?"
@@ -714,27 +717,43 @@ msgstr ""
714
717
  "Een bestand genaamd '%s' bestaat reeds. Wilt u het vervangen door datgene "
715
718
  "dat u nu aanmaakt?"
716
719
 
717
- #: ../lib/alexandria/ui/export_dialog.rb:52
720
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
721
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
722
+ msgstr "Het boek '%s' bestaat reeds in '%s'. Wilt u het vervangen?"
723
+
724
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
725
+ msgid "_Skip"
726
+ msgstr "Over_slaan"
727
+
728
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
729
+ msgid "If you replace the existing book, its contents will be overwritten."
730
+ msgstr "Als u het bestaande boek vervangt zal de inhoud overschreven worden."
731
+
732
+ #: ../lib/alexandria/ui/export_dialog.rb:24
718
733
  msgid "Export '%s'"
719
734
  msgstr "Export '%s'"
720
735
 
721
- #: ../lib/alexandria/ui/export_dialog.rb:58
736
+ #: ../lib/alexandria/ui/export_dialog.rb:29
722
737
  msgid "_Export"
723
738
  msgstr "_Exporteren"
724
739
 
725
- #: ../lib/alexandria/ui/export_dialog.rb:77
740
+ #: ../lib/alexandria/ui/export_dialog.rb:50
726
741
  msgid "_Theme:"
727
742
  msgstr "_Thema:"
728
743
 
729
- #: ../lib/alexandria/ui/export_dialog.rb:87
744
+ #: ../lib/alexandria/ui/export_dialog.rb:62
730
745
  msgid "directory"
731
746
  msgstr "map"
732
747
 
733
- #: ../lib/alexandria/ui/export_dialog.rb:100
748
+ #: ../lib/alexandria/ui/export_dialog.rb:74
734
749
  msgid "Export for_mat:"
735
750
  msgstr "Export for_maat:"
736
751
 
737
- #: ../lib/alexandria/ui/export_dialog.rb:155
752
+ #: ../lib/alexandria/ui/export_dialog.rb:101
753
+ msgid "Export failed"
754
+ msgstr "Het exporteren is mislukt"
755
+
756
+ #: ../lib/alexandria/ui/export_dialog.rb:125
738
757
  msgid ""
739
758
  "The target, named '%s', is a regular file. A directory is needed for this "
740
759
  "operation. Please select a directory and try again."
@@ -742,41 +761,89 @@ msgstr ""
742
761
  "Het doel, genaamd '%s', is een bestand. Voor deze bewerking is een map "
743
762
  "nodig. Gelieve een map te selecteren en opnieuw te proberen."
744
763
 
745
- #: ../lib/alexandria/ui/export_dialog.rb:159
764
+ #: ../lib/alexandria/ui/export_dialog.rb:129
746
765
  msgid "Not a directory"
747
766
  msgstr "Geen map"
748
767
 
749
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
768
+ #: ../lib/alexandria/ui/import_dialog.rb:23
769
+ msgid "Import a Library"
770
+ msgstr "Importeer een bibliotheek"
771
+
772
+ #: ../lib/alexandria/ui/import_dialog.rb:30
773
+ msgid "_Import"
774
+ msgstr "_Importeren"
775
+
776
+ #: ../lib/alexandria/ui/import_dialog.rb:134
777
+ msgid "Couldn't import the library"
778
+ msgstr "Kon de bibliotheek niet importeren"
779
+
780
+ #: ../lib/alexandria/ui/import_dialog.rb:135
781
+ msgid ""
782
+ "The format of the file you provided is unknown. Please retry with another "
783
+ "file."
784
+ msgstr ""
785
+ "Het bestandsformaat is onbekend. Gelieve opnieuw te proberen met een ander "
786
+ "bestand."
787
+
788
+ #: ../lib/alexandria/ui/init.rb:70
789
+ msgid "Unable to launch the help browser"
790
+ msgstr "Kon de helpbrowser niet starten"
791
+
792
+ #: ../lib/alexandria/ui/init.rb:71
793
+ msgid ""
794
+ "Could not display help for Alexandria. There was an error launching the "
795
+ "system help browser."
796
+ msgstr ""
797
+ "Kon de help voor Alexandria niet tonen omdat er een fout optrad bij het "
798
+ "starten van de systeemhelpbrowser."
799
+
800
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
750
801
  msgid "Invalid ISBN '%s'"
751
802
  msgstr "Ongeldig ISBN '%s'"
752
803
 
753
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
754
- msgid "_Keep"
755
- msgstr "_Bewaar"
756
-
757
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
804
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
758
805
  msgid ""
759
806
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
760
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
761
- "add?"
807
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
808
+ "addition?"
762
809
  msgstr ""
763
- "Het boek getiteld '%s' heeft een ongeldig ISBN, maar bestaat toch bij de "
810
+ "Het boek getiteld '%s' heeft een ongeldig ISBN, maar bestaat nog bij de "
764
811
  "bronbibliotheken. Wilt u het boek bewaren en het ISBN veranderen, of wilt u "
765
812
  "het toevoegen annuleren?"
766
813
 
767
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
814
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
815
+ msgid "_Keep"
816
+ msgstr "_Bewaar"
817
+
818
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
819
+ msgid "New Library"
820
+ msgstr "Nieuwe bibliotheek"
821
+
822
+ #: ../lib/alexandria/ui/listview.rb:56
823
+ msgid "Loaned To"
824
+ msgstr "Uitgeleend aan"
825
+
826
+ #: ../lib/alexandria/ui/new_book_dialog.rb:155
768
827
  msgid "A problem occurred while downloading images"
769
- msgstr "Er trad een probleem op bij het downloaden van de afbeeldingen"
828
+ msgstr "Er is een probleem opgetreden bij het downloaden van de afbeeldingen"
829
+
830
+ #: ../lib/alexandria/ui/new_book_dialog.rb:194
831
+ msgid "Iter is invalid! %s"
832
+ msgstr ""
770
833
 
771
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
834
+ #: ../lib/alexandria/ui/new_book_dialog.rb:266
772
835
  msgid "Unable to find matches for your search"
773
836
  msgstr "Kon geen resultaten vinden voor uw zoekcriteria"
774
837
 
775
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
838
+ #: ../lib/alexandria/ui/new_book_dialog.rb:302
776
839
  msgid "%s, by %s"
777
840
  msgstr "%s, door %s"
778
841
 
779
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
842
+ #: ../lib/alexandria/ui/new_book_dialog.rb:308
843
+ msgid "Copying %s into tree view."
844
+ msgstr ""
845
+
846
+ #: ../lib/alexandria/ui/new_book_dialog.rb:336
780
847
  msgid ""
781
848
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
782
849
  "correctly, and try again."
@@ -784,571 +851,613 @@ msgstr ""
784
851
  "Kon het EAN/ISBN dat u invoerde niet valideren. Controleer of het goed "
785
852
  "geschreven is en probeer het nogmaals."
786
853
 
787
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
854
+ #: ../lib/alexandria/ui/new_book_dialog.rb:464
855
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
856
+ msgid "Couldn't add the book"
857
+ msgstr "Kon het boek niet toevoegen"
858
+
859
+ #: ../lib/alexandria/ui/new_book_dialog.rb:570
788
860
  msgid "'%s' already exists in '%s' (titled '%s')."
789
861
  msgstr "'%s' bestaat al in '%s' (getiteld '%s')."
790
862
 
791
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
792
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
793
- msgstr "Het boek '%s' bestaat reeds in '%s'. Wilt u het vervangen?"
863
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
864
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
865
+ msgid "Adding a Book"
866
+ msgstr "Een boek toevoegen"
794
867
 
795
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
796
- msgid "_Skip"
797
- msgstr "Over_slaan"
868
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
869
+ msgid "Adding '%s'"
870
+ msgstr "'%s' wordt toegevoegd"
798
871
 
799
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
800
- msgid "If you replace the existing book, its contents will be overwritten."
801
- msgstr "Als u het bestaande boek vervangt zal de inhoud overschreven worden."
872
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
873
+ msgid "A title must be provided."
874
+ msgstr "Er moet een titel opgegeven worden."
875
+
876
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
877
+ msgid "A publisher must be provided."
878
+ msgstr "Er moet een uitgever opgegeven worden."
879
+
880
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
881
+ msgid "A binding must be provided."
882
+ msgstr "Er moet een band opgegeven worden."
883
+
884
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
885
+ msgid "At least one author must be provided."
886
+ msgstr "Er moet minstens één auteur opgegeven worden."
887
+
888
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
889
+ msgid "New Provider"
890
+ msgstr "Nieuwe bronbibliotheek"
891
+
892
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
893
+ msgid "_Name:"
894
+ msgstr "_Naam:"
895
+
896
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
897
+ msgid "_Type:"
898
+ msgstr "_Type:"
899
+
900
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
901
+ msgid "New Smart Library"
902
+ msgstr "Nieuwe slimme bibliotheek"
903
+
904
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
905
+ msgid "Smart Library"
906
+ msgstr "Slimme bibliotheek"
802
907
 
803
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
908
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
909
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
910
+ msgstr "Weet u zeker dat u bron '%s' permanent wilt verwijderen?"
911
+
912
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
913
+ msgid ""
914
+ "If you continue, the provider and all of its preferences will be permanently "
915
+ "deleted."
916
+ msgstr ""
917
+ "Als u doorgaat worden de bronbibliotheek en alle bijbehorende voorkeuren "
918
+ "permanent verwijderd."
919
+
920
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
921
+ msgid "Preferences for %s"
922
+ msgstr "Voorkeuren voor %s"
923
+
924
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
804
925
  msgid "Are you sure you want to delete '%s'?"
805
926
  msgstr "Weet u zeker dat u '%s' wilt verwijderen?"
806
927
 
807
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
928
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
808
929
  msgid "If you continue, %d book will be deleted."
809
930
  msgid_plural "If you continue, %d books will be deleted."
810
931
  msgstr[0] "Als u doorgaat zal %d boek worden verwijderd."
811
932
  msgstr[1] "Als u doorgaat zullen %d boeken worden verwijderd."
812
933
 
813
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
934
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
814
935
  msgid "Are you sure you want to delete '%s' from '%s'?"
815
936
  msgstr "Weet u zeker dat u '%s' uit '%s' wilt verwijderen?"
816
937
 
817
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
938
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
818
939
  msgid "Are you sure you want to delete the selected books from '%s'?"
819
940
  msgstr "Weet u zeker dat u de geselecteerde boeken uit '%s' wilt verwijderen?"
820
941
 
821
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
942
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
822
943
  msgid "Invalid library name '%s'"
823
944
  msgstr "Ongeldige bibliotheeknaam '%s'"
824
945
 
825
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
826
- msgid "The name provided contains the disallowed character <b>%s</b> "
827
- msgstr "De opgegeven naam bevat het ongeldige teken '<i>%s</i>'."
946
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
947
+ msgid "The name provided contains the disallowed character <b>%s</b>"
948
+ msgstr "De opgegeven naam bevat het ongeldige teken <b>%s</b>"
828
949
 
829
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
950
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
830
951
  msgid "Invalid library name"
831
952
  msgstr "Ongeldige bibliotheeknaam"
832
953
 
833
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
954
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
834
955
  msgid "The name provided contains invalid characters."
835
956
  msgstr "De opgegeven naam bevat ongeldige tekens."
836
957
 
837
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
958
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
838
959
  msgid "The library name can not be empty"
839
960
  msgstr "De bibliotheeknaam mag niet leeg zijn"
840
961
 
841
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
962
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
842
963
  msgid "The library can not be renamed"
843
964
  msgstr "De bibliotheek kan niet hernoemd worden"
844
965
 
845
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
966
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
846
967
  msgid "There is already a library named '%s'. Please choose a different name."
847
968
  msgstr ""
848
969
  "Een bibliotheek met de naam '%s' bestaat reeds. Gelieve een andere naam te "
849
970
  "kiezen."
850
971
 
851
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
972
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
852
973
  msgid "Library"
853
974
  msgstr "Bibliotheek"
854
975
 
855
- #: ../lib/alexandria/ui/libraries_combo.rb:44
856
- msgid "New Library"
857
- msgstr "Nieuwe bibliotheek"
976
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
977
+ msgid "Error while importing"
978
+ msgstr "Fout tijdens het importeren"
858
979
 
859
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
860
- msgid "Title"
861
- msgstr "Titel"
980
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
981
+ msgid "_Continue"
982
+ msgstr "_Doorgaan"
862
983
 
863
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
864
- msgid "Authors"
865
- msgstr "Auteurs"
984
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:97
985
+ msgid "Empty or conflictive condition"
986
+ msgstr "Lege of conflicterende voorwaarde"
866
987
 
867
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
868
- msgid "ISBN"
869
- msgstr "ISBN"
988
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
989
+ msgid "_Save However"
990
+ msgstr "Toch _opslaan"
870
991
 
871
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
872
- msgid "Publisher"
873
- msgstr "Uitgever"
992
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
993
+ msgid ""
994
+ "This smart library contains one or more conditions which are empty or "
995
+ "conflict with each other. This is likely to result in never matching a book. "
996
+ "Are you sure you want to save this library?"
997
+ msgstr ""
998
+ "Deze slimme bibliotheek bevat een of meer lege of conflicterende "
999
+ "voorwaarden. Er zal waarschijnlijk nooit een boek aan voldoen. Weet u zeker "
1000
+ "dat u deze bibliotheek op wilt slaan?"
874
1001
 
875
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
876
- msgid "Publish Year"
877
- msgstr "Jaar van uitgifte"
1002
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
1003
+ msgid "Match"
1004
+ msgstr "Voldoet aan"
878
1005
 
879
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
880
- msgid "Binding"
881
- msgstr "Band"
1006
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1007
+ msgid "all"
1008
+ msgstr "alle"
882
1009
 
883
- #: ../lib/alexandria/ui/listview.rb:110
884
- #, fuzzy
885
- msgid "Loaned To"
886
- msgstr "Uitgeleend"
1010
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1011
+ msgid "any"
1012
+ msgstr "een"
887
1013
 
888
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
889
- #: ../lib/alexandria/smart_library.rb:361
890
- msgid "Read"
891
- msgstr "Gelezen"
1014
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:131
1015
+ msgid "of the following rules:"
1016
+ msgstr "van de volgende regels:"
892
1017
 
893
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
894
- msgid "Own"
895
- msgstr "In bezit"
1018
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:139
1019
+ msgid "Match the following rule:"
1020
+ msgstr "Voldoen aan de volgende regel:"
896
1021
 
897
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
898
- msgid "Want"
899
- msgstr "Gewenst"
1022
+ #: ../lib/alexandria/ui/ui_manager.rb:132
1023
+ msgid "Type here the search criterion"
1024
+ msgstr "Voer hier het zoekcriterium in"
900
1025
 
901
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
902
- #: ../data/alexandria/glade/preferences_dialog.glade:421
903
- msgid "Tags"
904
- msgstr "Trefwoorden"
1026
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1027
+ msgid "Match everything"
1028
+ msgstr "Toon alles"
905
1029
 
906
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
907
- msgid "Rating"
908
- msgstr "Waardering"
1030
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1031
+ msgid "Title contains"
1032
+ msgstr "Titel bevat"
909
1033
 
910
- #: ../lib/alexandria/ui/init.rb:83
911
- msgid "Unable to launch the help browser"
912
- msgstr "Kon de helpbrowser niet starten"
1034
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1035
+ msgid "Authors contain"
1036
+ msgstr "Auteurs bevat"
913
1037
 
914
- #: ../lib/alexandria/ui/init.rb:84
915
- msgid ""
916
- "Could not display help for Alexandria. There was an error launching the "
917
- "system help browser."
918
- msgstr ""
919
- "Kon de help voor Alexandria niet tonen omdat er een fout optrad bij het "
920
- "starten van de systeemhelpbrowser."
1038
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1039
+ msgid "ISBN contains"
1040
+ msgstr "ISBN bevat"
921
1041
 
922
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
923
- msgid "Locale"
924
- msgstr "Taal"
1042
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1043
+ msgid "Publisher contains"
1044
+ msgstr "Uitgever bevat"
925
1045
 
926
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
927
- msgid "Access key ID"
928
- msgstr "Toegangssleutel ID"
1046
+ #: ../lib/alexandria/ui/ui_manager.rb:149
1047
+ msgid "Notes contain"
1048
+ msgstr "Notities bevat"
929
1049
 
930
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
931
- msgid "Secret access key"
932
- msgstr "Geheime toegangssleutel"
1050
+ #: ../lib/alexandria/ui/ui_manager.rb:150
1051
+ msgid "Tags contain"
1052
+ msgstr "Trefwoorden bevat"
933
1053
 
934
- #: ../lib/alexandria/book_providers/z3950.rb:34
935
- msgid "Hostname"
936
- msgstr "Servernaam"
1054
+ #: ../lib/alexandria/ui/ui_manager.rb:164
1055
+ msgid "Change the search type"
1056
+ msgstr "Wijzig het zoektype"
937
1057
 
938
- #: ../lib/alexandria/book_providers/z3950.rb:35
939
- msgid "Port"
940
- msgstr "Poort"
1058
+ #: ../lib/alexandria/ui/ui_manager.rb:169
1059
+ msgid "View as Icons"
1060
+ msgstr "Toon als iconen"
941
1061
 
942
- #: ../lib/alexandria/book_providers/z3950.rb:36
943
- msgid "Database"
944
- msgstr "Database"
1062
+ #: ../lib/alexandria/ui/ui_manager.rb:170
1063
+ msgid "View as List"
1064
+ msgstr "Toon als lijst"
945
1065
 
946
- #: ../lib/alexandria/book_providers/z3950.rb:37
947
- msgid "Record syntax"
948
- msgstr "Record syntax"
1066
+ #: ../lib/alexandria/ui/ui_manager.rb:184
1067
+ msgid "Choose how to show books"
1068
+ msgstr "Bepaal hoe de boeken getoond moeten worden"
949
1069
 
950
- #: ../lib/alexandria/book_providers/z3950.rb:38
951
- msgid "Username"
952
- msgstr "Gebruikersnaam"
1070
+ #: ../lib/alexandria/ui/ui_manager.rb:407
1071
+ msgid "Library '%s' selected"
1072
+ msgstr "Bibliotheek '%s' is geselecteerd"
953
1073
 
954
- #: ../lib/alexandria/book_providers/z3950.rb:39
955
- msgid "Password"
956
- msgstr "Wachtwoord"
1074
+ #: ../lib/alexandria/ui/ui_manager.rb:412
1075
+ msgid "Library '%s' selected, %d unrated book"
1076
+ msgid_plural "Library '%s' selected, %d unrated books"
1077
+ msgstr[0] "Bibliotheek '%s' geselecteerd. %d ongewaardeerd boek"
1078
+ msgstr[1] "Bibliotheek '%s' geselecteerd. %d ongewaardeerde boeken"
957
1079
 
958
- #: ../lib/alexandria/book_providers/z3950.rb:40
959
- msgid "Charset encoding"
960
- msgstr "Codering karakterset"
1080
+ #: ../lib/alexandria/ui/ui_manager.rb:416
1081
+ msgid "Library '%s' selected, %d book"
1082
+ msgid_plural "Library '%s' selected, %d books"
1083
+ msgstr[0] "Bibliotheek '%s' geselecteerd, %d boek"
1084
+ msgstr[1] "Bibliotheek '%s' geselecteerd, %d boeken"
961
1085
 
962
- #: ../lib/alexandria/book_providers/z3950.rb:221
963
- msgid "Library of Congress (Usa)"
964
- msgstr "Library of Congress, V.S."
1086
+ #: ../lib/alexandria/ui/ui_manager.rb:420
1087
+ msgid "Library '%s' selected, %d book, %d unrated"
1088
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1089
+ msgstr[0] "Bibliotheek '%s' geselecteerd, %d boek, %d zonder waardering"
1090
+ msgstr[1] "Bibliotheek '%s' geselecteerd, %d boeken, %d zonder waardering"
965
1091
 
966
- #: ../lib/alexandria/book_providers/z3950.rb:255
967
- msgid "British Library"
968
- msgstr "British Library, V.K."
1092
+ #: ../lib/alexandria/ui/ui_manager.rb:434
1093
+ msgid "'%s' selected"
1094
+ msgstr "'%s' geselecteerd"
969
1095
 
970
- #: ../lib/alexandria/export_library.rb:109
971
- msgid "Archived ONIX XML"
972
- msgstr "Gearchiveerd ONIX XML"
1096
+ #: ../lib/alexandria/ui/ui_manager.rb:436
1097
+ msgid "%d book selected"
1098
+ msgid_plural "%d books selected"
1099
+ msgstr[0] "%d boek geselecteerd"
1100
+ msgstr[1] "%d boeken geselecteerd"
973
1101
 
974
- #: ../lib/alexandria/export_library.rb:111
975
- msgid "Archived Tellico XML"
976
- msgstr "Gearchiveerd Tellico XML"
1102
+ #: ../lib/alexandria/ui/ui_manager.rb:552
1103
+ msgid "unrecognized update event"
1104
+ msgstr ""
977
1105
 
978
- #: ../lib/alexandria/export_library.rb:113
979
- msgid "BibTeX"
980
- msgstr "BibTeX"
1106
+ #: ../lib/alexandria/ui/ui_manager.rb:597
1107
+ msgid "Loading libraries..."
1108
+ msgstr "Bibliotheken worden geladen..."
981
1109
 
982
- #: ../lib/alexandria/export_library.rb:114
983
- msgid "CSV list"
984
- msgstr "CSV lijst"
1110
+ #: ../lib/alexandria/ui/ui_manager.rb:614
1111
+ msgid ""
1112
+ "The data files for the following books are malformed or empty. Do you wish "
1113
+ "to attempt to download new information for them from the online book "
1114
+ "providers?\n"
1115
+ msgstr ""
1116
+ "De gegevensbestanden voor de volgende boeken zijn corrupt of leeg. Wilt u "
1117
+ "proberen om de informatie voor deze boeken opnieuw te downloaden?\n"
1118
+
1119
+ #: ../lib/alexandria/ui/ui_manager.rb:666
1120
+ msgid "Added '%s' to library '%s'"
1121
+ msgstr "'%s' toegevoegd aan bibliotheek '%s'"
985
1122
 
986
- #: ../lib/alexandria/export_library.rb:115
987
- msgid "ISBN List"
988
- msgstr "ISBN-lijst"
1123
+ #: ../lib/alexandria/ui/ui_manager.rb:815
1124
+ msgid "Loading '%s'..."
1125
+ msgstr "'%s' wordt geladen..."
989
1126
 
990
- #: ../lib/alexandria/export_library.rb:116
991
- msgid "iPod Notes"
992
- msgstr "iPod notities"
1127
+ #: ../lib/alexandria/ui/ui_manager.rb:1045
1128
+ msgid "In '_%s'"
1129
+ msgstr "Naar '_%s'"
993
1130
 
994
- #: ../lib/alexandria/export_library.rb:117
995
- msgid "HTML Web Page"
996
- msgstr "HTML webpagina"
1131
+ #: ../lib/alexandria/web_themes.rb:64
1132
+ msgid "File %<file>s not found"
1133
+ msgstr "Bestand %<file>s niet gevonden"
997
1134
 
998
- #: ../lib/alexandria/smart_library.rb:92
999
- msgid "Favorite"
1000
- msgstr "Favoriet"
1135
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1136
+ msgid "Acquire from Scanner"
1137
+ msgstr "Inlezen d.m.v. scanner"
1001
1138
 
1002
- #: ../lib/alexandria/smart_library.rb:98
1003
- msgid "Loaned"
1004
- msgstr "Uitgeleend"
1139
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1140
+ msgid "_Barcode Scanner Ready"
1141
+ msgstr "_Streepjescodescanner klaar"
1005
1142
 
1006
- #: ../lib/alexandria/smart_library.rb:110
1007
- msgid "Owned"
1008
- msgstr "In bezit"
1143
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1144
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1145
+ msgid "Save _in:"
1146
+ msgstr "Opslaan _in:"
1009
1147
 
1010
- #: ../lib/alexandria/smart_library.rb:119
1011
- msgid "Wishlist"
1012
- msgstr "Verlanglijst"
1148
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1149
+ msgid "by title"
1150
+ msgstr "op titel"
1013
1151
 
1014
- #: ../lib/alexandria/smart_library.rb:356
1015
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1016
- msgid "Notes"
1017
- msgstr "Notities"
1152
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1153
+ msgid "by authors"
1154
+ msgstr "op auteurs"
1018
1155
 
1019
- #: ../lib/alexandria/smart_library.rb:358
1020
- msgid "Loaning State"
1021
- msgstr "Uitleenstatus"
1156
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1157
+ msgid "by keyword"
1158
+ msgstr "op sleutelwoord"
1022
1159
 
1023
- #: ../lib/alexandria/smart_library.rb:359
1024
- msgid "Loaning Date"
1025
- msgstr "Uitleendatum"
1160
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1161
+ msgid "_Keep Dialog Open after Adding Book"
1162
+ msgstr "_Houd dialoogvenster open na het toevoegen van een boek"
1026
1163
 
1027
- #: ../lib/alexandria/smart_library.rb:360
1028
- msgid "Loaning Person"
1029
- msgstr "Uitgeleend aan"
1164
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1165
+ msgid "_Search:"
1166
+ msgstr "_Zoeken:"
1030
1167
 
1031
- #: ../lib/alexandria/smart_library.rb:362
1032
- msgid "Date Read"
1033
- msgstr "Leesdatum"
1168
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1169
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1170
+ msgid "_ISBN:"
1171
+ msgstr "_ISBN:"
1034
1172
 
1035
- #: ../lib/alexandria/smart_library.rb:371
1036
- msgid "days"
1037
- msgstr "dagen"
1173
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1174
+ msgid "Preferences"
1175
+ msgstr "Voorkeuren"
1038
1176
 
1039
- #: ../lib/alexandria/smart_library.rb:382
1040
- msgid "is set"
1041
- msgstr "is ingesteld"
1177
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1178
+ msgid "<b>Visible Columns</b>"
1179
+ msgstr "<b>Zichtbare Kolommen</b>"
1042
1180
 
1043
- #: ../lib/alexandria/smart_library.rb:386
1044
- msgid "is not set"
1045
- msgstr "is niet ingesteld"
1181
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1182
+ msgid "_Authors"
1183
+ msgstr "_Auteurs"
1046
1184
 
1047
- #: ../lib/alexandria/smart_library.rb:390
1048
- msgid "is"
1049
- msgstr "is"
1185
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1186
+ msgid "_ISBN"
1187
+ msgstr "_ISBN"
1050
1188
 
1051
- #: ../lib/alexandria/smart_library.rb:394
1052
- msgid "is not"
1053
- msgstr "is niet"
1189
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1190
+ msgid "_Publisher"
1191
+ msgstr "_Uitgever"
1054
1192
 
1055
- #: ../lib/alexandria/smart_library.rb:398
1056
- msgid "contains"
1057
- msgstr "bevat"
1193
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1194
+ msgid "_Rating"
1195
+ msgstr "_Waardering"
1058
1196
 
1059
- #: ../lib/alexandria/smart_library.rb:402
1060
- msgid "does not contain"
1061
- msgstr "bevat niet"
1197
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1198
+ msgid "_Binding"
1199
+ msgstr "_Band"
1062
1200
 
1063
- #: ../lib/alexandria/smart_library.rb:406
1064
- msgid "starts with"
1065
- msgstr "begint met"
1201
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1202
+ msgid "Publish _year"
1203
+ msgstr "_Jaar van uitgifte"
1066
1204
 
1067
- #: ../lib/alexandria/smart_library.rb:410
1068
- msgid "ends with"
1069
- msgstr "eindigt met"
1205
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1206
+ msgid "Read?"
1207
+ msgstr "Gelezen?"
1070
1208
 
1071
- #: ../lib/alexandria/smart_library.rb:414
1072
- msgid "is greater than"
1073
- msgstr "is groter dan"
1209
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1210
+ msgid "Own?"
1211
+ msgstr "In bezit?"
1074
1212
 
1075
- #: ../lib/alexandria/smart_library.rb:418
1076
- msgid "is less than"
1077
- msgstr "is kleiner dan"
1213
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1214
+ msgid "Want?"
1215
+ msgstr "Gewenst?"
1078
1216
 
1079
- #: ../lib/alexandria/smart_library.rb:422
1080
- msgid "is after"
1081
- msgstr "komt na"
1217
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1218
+ msgid "Loaned to"
1219
+ msgstr "Uitgeleend aan"
1082
1220
 
1083
- #: ../lib/alexandria/smart_library.rb:426
1084
- msgid "is before"
1085
- msgstr "komt voor"
1221
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1222
+ msgid "_List View"
1223
+ msgstr "Toon _Lijst"
1086
1224
 
1087
- #: ../lib/alexandria/smart_library.rb:430
1088
- msgid "is in last"
1089
- msgstr "komt in de laatste"
1225
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1226
+ msgid "<b>Book Data Providers</b>"
1227
+ msgstr "<b>_Bronbibliotheek van boekgegevens</b>"
1090
1228
 
1091
- #: ../lib/alexandria/smart_library.rb:450
1092
- msgid "is not in last"
1093
- msgstr "komt niet in de laatste"
1229
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1230
+ msgid "_Setup"
1231
+ msgstr "_Instellingen"
1094
1232
 
1095
- #: ../lib/alexandria/book_providers.rb:87
1096
- msgid "Couldn't reach the provider '%s': timeout expired."
1097
- msgstr "Kon bronbibliotheek '%s' niet bereiken: timeout verlopen."
1233
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1234
+ msgid ""
1235
+ "Providers are libraries that supply information about books. Some of them "
1236
+ "can be configured to get better results. You can also customize the order "
1237
+ "in which they are queried."
1238
+ msgstr ""
1239
+ "Bronbibliotheken zijn bibliotheken die informatie over boeken verschaffen. "
1240
+ "Sommigen kunnen geconfigureerd worden om betere resultaten te geven. U kunt "
1241
+ "ook de volgorde waarin ze geraadpleegd worden aanpassen."
1098
1242
 
1099
- #: ../lib/alexandria/book_providers.rb:91
1100
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1101
- msgstr "Kon bronbibliotheek '%s' niet bereiken: socket fout (%s)."
1243
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1244
+ msgid "Custom _Z39.50 Providers"
1245
+ msgstr "Eigen _Z39.50 aanbieders"
1102
1246
 
1103
- #: ../lib/alexandria/book_providers.rb:95
1104
- #: ../lib/alexandria/book_providers.rb:100
1247
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1105
1248
  msgid ""
1106
- "No results were found. Make sure your search criterion is spelled "
1107
- "correctly, and try again."
1249
+ "Add and remove your own Z39.50 providers.\n"
1250
+ "Requires the Ruby/ZOOM software library."
1108
1251
  msgstr ""
1109
- "Geen resultaten gevonden. Zorg ervoor dat de zoekcriteria correct gespeld "
1110
- "zijn en probeer het nogmaals."
1111
1252
 
1112
- #: ../lib/alexandria/book_providers.rb:105
1113
- msgid "Too many results for that search."
1114
- msgstr "Teveel resultaten voor deze zoekopdracht."
1253
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1254
+ msgid "_Providers"
1255
+ msgstr "Bronbibliotheken"
1115
1256
 
1116
- #: ../lib/alexandria/book_providers.rb:108
1117
- msgid "Invalid search type."
1118
- msgstr "Ongeldig zoektype."
1257
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1258
+ msgid "<b>Barcode Scanner Device</b>"
1259
+ msgstr "<b>Streepjescodescanner</b>"
1119
1260
 
1120
- #: ../lib/alexandria/book_providers.rb:203
1121
- msgid "Enabled"
1122
- msgstr "Geactiveerd"
1261
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1262
+ msgid "_Device type:"
1263
+ msgstr "Type apparaat:"
1123
1264
 
1124
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1125
- msgid "Acquire from Scanner"
1126
- msgstr "Inlezen d.m.v. scanner"
1265
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1266
+ msgid "<b>Sound Effects</b>"
1267
+ msgstr "<b>Geluidsffecten</b>"
1127
1268
 
1128
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1129
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1130
- msgid "Save _in:"
1131
- msgstr "Opslaan _in:"
1269
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1270
+ msgid "Scanning"
1271
+ msgstr "Bezig met scannen"
1132
1272
 
1133
- #: ../data/alexandria/glade/main_app.glade:17
1134
- msgid "Main Window"
1135
- msgstr "Hoofdvenster"
1273
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1274
+ msgid "Good Scan / Bad Scan"
1275
+ msgstr "Goede scan / Slechte scan"
1136
1276
 
1137
- #: ../data/alexandria/glade/main_app.glade:32
1138
- msgid "Libraries listing."
1139
- msgstr "Lijst met bibliotheken"
1277
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1278
+ msgid "_Barcode Scanner"
1279
+ msgstr "_Streepjescodescanner"
1140
1280
 
1141
- #: ../data/alexandria/glade/main_app.glade:46
1281
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1142
1282
  msgid "_Libraries:"
1143
1283
  msgstr "_Bibliotheken:"
1144
1284
 
1145
- #: ../data/alexandria/glade/main_app.glade:111
1146
- msgid "Book listing."
1147
- msgstr "Boekenlijst."
1148
-
1149
- #: ../data/alexandria/glade/main_app.glade:194
1150
- msgid "Status messages."
1151
- msgstr "Statusmeldingen."
1152
-
1153
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1154
- msgid "_Keep Dialog Open after Adding Book"
1155
- msgstr "_Houd dialoogvenster open na het toevoegen van een boek"
1156
-
1157
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1158
- msgid ""
1159
- "by title\n"
1160
- "by authors\n"
1161
- "by keyword"
1162
- msgstr ""
1163
- "op titel\n"
1164
- "op auteurs\n"
1165
- "op sleutelwoord"
1166
-
1167
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1168
- msgid "_Search:"
1169
- msgstr "_Zoeken:"
1170
-
1171
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1172
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1173
- msgid "_ISBN:"
1174
- msgstr "_ISBN:"
1175
-
1176
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1285
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1177
1286
  msgid "_Title:"
1178
1287
  msgstr "_Titel:"
1179
1288
 
1180
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1181
- msgid "_Publisher:"
1182
- msgstr "_Uitgever:"
1183
-
1184
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1185
- msgid "Add an author"
1186
- msgstr "Een auteur toevoegen"
1187
-
1188
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1189
- msgid "Remove an author"
1190
- msgstr "Een auteur verwijderen"
1191
-
1192
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1289
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1193
1290
  msgid "_Authors:"
1194
1291
  msgstr "_Auteurs:"
1195
1292
 
1196
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1293
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1294
+ msgid "Tags:"
1295
+ msgstr "Trefwoorden:"
1296
+
1297
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1197
1298
  msgid "_Binding:"
1198
1299
  msgstr "_Band:"
1199
1300
 
1200
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1301
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1201
1302
  msgid "Publish _year:"
1202
1303
  msgstr "_Jaar van uitgifte:"
1203
1304
 
1204
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1205
- msgid "Tags:"
1206
- msgstr "Trefwoorden:"
1305
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1306
+ msgid "_Publisher:"
1307
+ msgstr "_Uitgever:"
1207
1308
 
1208
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1309
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1209
1310
  msgid "_Cover:"
1210
1311
  msgstr "_Kaft:"
1211
1312
 
1212
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1213
- msgid "Click to pick a cover"
1214
- msgstr "Klik om een kaft te selecteren"
1313
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1314
+ msgid "Rating:"
1315
+ msgstr "Waardering:"
1215
1316
 
1216
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1217
- msgid "Own it?"
1218
- msgstr "In bezit?"
1317
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1318
+ msgid "Want it?"
1319
+ msgstr "Gewenst?"
1219
1320
 
1220
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1321
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1221
1322
  msgid "Read it?"
1222
1323
  msgstr "Gelezen?"
1223
1324
 
1224
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1225
- msgid "Want it?"
1226
- msgstr "Gewenst?"
1325
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1326
+ msgid "Select Date"
1327
+ msgstr "Datum selecteren"
1227
1328
 
1228
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1229
- msgid "Click on the stars to rate the book"
1230
- msgstr "Klik op de sterren om het boek van een waardering te voorzien"
1329
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1330
+ msgid "Clear Date"
1331
+ msgstr "Datum wissen"
1231
1332
 
1232
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1233
- msgid "Rating:"
1234
- msgstr "Waardering:"
1333
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1334
+ msgid "Own it?"
1335
+ msgstr "In bezit?"
1235
1336
 
1236
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1337
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1237
1338
  msgid "General"
1238
1339
  msgstr "Algemeen"
1239
1340
 
1240
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1341
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1241
1342
  msgid "This book is _loaned"
1242
1343
  msgstr "Dit boek is _uitgeleend"
1243
1344
 
1244
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1345
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1245
1346
  msgid "_To:"
1246
1347
  msgstr "_Aan:"
1247
1348
 
1248
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1349
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1249
1350
  msgid "_Since:"
1250
1351
  msgstr "_Sinds:"
1251
1352
 
1252
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1353
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1253
1354
  msgid "Loaning"
1254
1355
  msgstr "Uitlenen"
1255
1356
 
1256
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1257
- msgid "Preferences"
1258
- msgstr "Voorkeuren"
1357
+ #: ../alexandria.desktop.in.h:1
1358
+ msgid "Alexandria Book Collection Manager"
1359
+ msgstr "Alexandria Boekcollectiebeheerder"
1259
1360
 
1260
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1261
- msgid "<b>Book Data Providers</b>"
1262
- msgstr "<b>_Bronbibliotheek van boekgegevens</b>"
1361
+ #: ../alexandria.desktop.in.h:2
1362
+ msgid "Book Collection Manager"
1363
+ msgstr "Boekcollectiebeheerder"
1263
1364
 
1264
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1265
- msgid "_Setup"
1266
- msgstr "_Instellingen"
1365
+ #: ../alexandria.desktop.in.h:3
1366
+ msgid "Manage your book collection"
1367
+ msgstr "Beheer uw boekcollectie"
1267
1368
 
1268
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1269
- msgid ""
1270
- "Providers are libraries that supply information about books. Some of them "
1271
- "can be configured to get better results. You can also customize the order "
1272
- "in which they are queried."
1273
- msgstr ""
1274
- "Bronbibliotheken zijn bibliotheken die informatie over boeken verschaffen. "
1275
- "Sommigen kunnen geconfigureerd worden om betere resultaten te geven. U kunt "
1276
- "ook de volgorde waarin ze geraadpleegd worden aanpassen."
1369
+ #~ msgid "Locale"
1370
+ #~ msgstr "Taal"
1277
1371
 
1278
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1279
- msgid "Custom _Z39.50 Providers"
1280
- msgstr "Eigen _Z39.50 aanbieders"
1372
+ #~ msgid "Access key ID"
1373
+ #~ msgstr "Toegangssleutel ID"
1281
1374
 
1282
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1283
- msgid ""
1284
- "Add and remove your own Z39.50 providers.\n"
1285
- "Requires the Ruby/ZOOM software library."
1286
- msgstr ""
1375
+ #~ msgid "Secret access key"
1376
+ #~ msgstr "Geheime toegangssleutel"
1287
1377
 
1288
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1289
- msgid "_Providers"
1290
- msgstr "Bronbibliotheken"
1378
+ #~ msgid "Associate Tag"
1379
+ #~ msgstr "Geassocieerd ID"
1291
1380
 
1292
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1293
- msgid "<b>Visible Columns</b>"
1294
- msgstr "<b>Zichtbare Kolommen</b>"
1381
+ #~ msgid "Provide secret key for your Amazon AWS account."
1382
+ #~ msgstr "Stel een sleutel in voor uw Amazon AWS account."
1295
1383
 
1296
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1297
- msgid "_Authors"
1298
- msgstr "_Auteurs"
1384
+ #~ msgid "No products"
1385
+ #~ msgstr "Geen producten"
1299
1386
 
1300
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1301
- msgid "_ISBN"
1302
- msgstr "_ISBN"
1387
+ #~ msgid "Invalid country '%<country>s'"
1388
+ #~ msgstr "Ongeldig land '%<country>s'"
1303
1389
 
1304
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1305
- msgid "_Publisher"
1306
- msgstr "_Uitgever"
1390
+ #~ msgid "title not found on page"
1391
+ #~ msgstr "titel niet gevonden op de pagina"
1307
1392
 
1308
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1309
- msgid "_Rating"
1310
- msgstr "_Waardering"
1393
+ #~ msgid "Unable to launch the web browser"
1394
+ #~ msgstr "Kon geen webbrowser starten"
1311
1395
 
1312
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1313
- msgid "_Binding"
1314
- msgstr "_Band"
1396
+ #~ msgid ""
1397
+ #~ "Check out that a web browser is configured as default (Desktop "
1398
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1399
+ #~ msgstr ""
1400
+ #~ "Controleer of een standaard webbrowser is ingesteld (Systeem -> "
1401
+ #~ "Voorkeuren -> Voorkeursapplicaties) en probeer opnieuw."
1315
1402
 
1316
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1317
- msgid "Publish _year"
1318
- msgstr "_Jaar van uitgifte"
1403
+ #~ msgid "Unable to launch the mail reader"
1404
+ #~ msgstr "Kon geen e-mailprogramma starten"
1319
1405
 
1320
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1321
- msgid "Read?"
1322
- msgstr "Gelezen?"
1406
+ #~ msgid ""
1407
+ #~ "Check out that a mail reader is configured as default (Desktop "
1408
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1409
+ #~ msgstr ""
1410
+ #~ "Controleer of een standaard e-mailprogramma is ingesteld (Systeem -> "
1411
+ #~ "Voorkeuren -> Voorkeursapplicaties) en probeer opnieuw."
1323
1412
 
1324
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1325
- msgid "Own?"
1326
- msgstr "In bezit?"
1413
+ #~ msgid "Repair Book Data"
1414
+ #~ msgstr "Repareer boekgegevens"
1327
1415
 
1328
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1329
- msgid "Want?"
1330
- msgstr "Gewenst?"
1416
+ #~ msgid "Try letting this library load completely before exporting."
1417
+ #~ msgstr ""
1418
+ #~ "Probeer voor het exporteren deze bibliotheek volledig te laten laden"
1331
1419
 
1332
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1333
- #, fuzzy
1334
- msgid "Loaned to"
1335
- msgstr "Uitgeleend"
1420
+ #~ msgid "There's a problem"
1421
+ #~ msgstr "Er is een probleem"
1336
1422
 
1337
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1338
- msgid "_List View"
1339
- msgstr "Toon _Lijst"
1423
+ #~ msgid "Disable Provider"
1424
+ #~ msgstr "Schakel bronbibliotheek uit"
1340
1425
 
1341
- #: ../alexandria.desktop.in.h:1
1342
- msgid "Alexandria Book Collection Manager"
1343
- msgstr "Alexandria Boekcollectiebeheerder"
1426
+ #~ msgid "Enable Provider"
1427
+ #~ msgstr "Schakel bronbibliotheek in"
1344
1428
 
1345
- #: ../alexandria.desktop.in.h:2
1346
- msgid "Book Collection Manager"
1347
- msgstr "Boekcollectiebeheerder"
1429
+ #~ msgid "Main Window"
1430
+ #~ msgstr "Hoofdvenster"
1348
1431
 
1349
- #: ../alexandria.desktop.in.h:3
1350
- msgid "Manage your book collection"
1351
- msgstr "Beheer uw boekcollectie"
1432
+ #~ msgid "Libraries listing."
1433
+ #~ msgstr "Lijst met bibliotheken"
1434
+
1435
+ #~ msgid "Book listing."
1436
+ #~ msgstr "Boekenlijst."
1437
+
1438
+ #~ msgid "Status messages."
1439
+ #~ msgstr "Statusmeldingen."
1440
+
1441
+ #~ msgid ""
1442
+ #~ "by title\n"
1443
+ #~ "by authors\n"
1444
+ #~ "by keyword"
1445
+ #~ msgstr ""
1446
+ #~ "op titel\n"
1447
+ #~ "op auteurs\n"
1448
+ #~ "op sleutelwoord"
1449
+
1450
+ #~ msgid "Add an author"
1451
+ #~ msgstr "Een auteur toevoegen"
1452
+
1453
+ #~ msgid "Remove an author"
1454
+ #~ msgstr "Een auteur verwijderen"
1455
+
1456
+ #~ msgid "Click to pick a cover"
1457
+ #~ msgstr "Klik om een kaft te selecteren"
1458
+
1459
+ #~ msgid "Click on the stars to rate the book"
1460
+ #~ msgstr "Klik op de sterren om het boek van een waardering te voorzien"
1352
1461
 
1353
1462
  #~ msgid "Language"
1354
1463
  #~ msgstr "Taal"
@@ -1362,9 +1471,6 @@ msgstr "Beheer uw boekcollectie"
1362
1471
  #~ msgid "Couldn't add these books"
1363
1472
  #~ msgstr "Kon deze boeken niet toevoegen"
1364
1473
 
1365
- #~ msgid "Associate ID"
1366
- #~ msgstr "Geassocieerd ID"
1367
-
1368
1474
  #~ msgid ""
1369
1475
  #~ "These books do not conform to the ISBN-13 standard. We will attempt to "
1370
1476
  #~ "replace them from the book providers. Otherwise, we will turn them into "