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.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +9 -0
- data/.github/workflows/ruby.yml +72 -0
- data/.gitignore +4 -1
- data/.rubocop.yml +65 -30
- data/.rubocop_todo.yml +49 -165
- data/.simplecov +5 -2
- data/CHANGELOG.md +64 -0
- data/ChangeLog.0 +19 -19
- data/INSTALL.md +26 -16
- data/README.md +31 -35
- data/Rakefile +18 -16
- data/alexandria-book-collection-manager.gemspec +35 -29
- data/doc/FAQ +2 -2
- data/doc/dependency_decisions.yml +22 -3
- data/lib/alexandria/about.rb +1 -1
- data/lib/alexandria/book_providers/bl_provider.rb +88 -0
- data/lib/alexandria/book_providers/douban.rb +2 -2
- data/lib/alexandria/book_providers/loc_provider.rb +38 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +61 -71
- data/lib/alexandria/book_providers/sbn_provider.rb +108 -0
- data/lib/alexandria/book_providers/{thalia.rb → thalia_provider.rb} +37 -74
- data/lib/alexandria/book_providers/web.rb +2 -2
- data/lib/alexandria/book_providers/worldcat.rb +34 -38
- data/lib/alexandria/book_providers/z3950_provider.rb +199 -0
- data/lib/alexandria/book_providers.rb +48 -65
- data/lib/alexandria/default_preferences.rb +2 -1
- data/lib/alexandria/execution_queue.rb +13 -12
- data/lib/alexandria/export_library.rb +21 -22
- data/lib/alexandria/image_fetcher.rb +25 -0
- data/lib/alexandria/import_library.rb +46 -70
- data/lib/alexandria/import_library_csv.rb +16 -16
- data/lib/alexandria/library_sort_order.rb +3 -1
- data/lib/alexandria/library_store.rb +19 -20
- data/lib/alexandria/logging.rb +5 -9
- data/lib/alexandria/models/book.rb +15 -2
- data/lib/alexandria/models/library.rb +31 -35
- data/lib/alexandria/net.rb +1 -2
- data/lib/alexandria/preferences.rb +27 -33
- data/lib/alexandria/scanners/cue_cat.rb +6 -6
- data/lib/alexandria/scanners/keyboard.rb +1 -1
- data/lib/alexandria/scanners.rb +2 -2
- data/lib/alexandria/smart_library.rb +22 -26
- data/lib/alexandria/ui/about_dialog.rb +1 -1
- data/lib/alexandria/ui/acquire_dialog.rb +15 -19
- data/lib/alexandria/ui/alert_dialog.rb +36 -19
- data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
- data/lib/alexandria/ui/barcode_animation.rb +6 -6
- data/lib/alexandria/ui/book_properties_dialog.rb +2 -3
- data/lib/alexandria/ui/book_properties_dialog_base.rb +35 -137
- data/lib/alexandria/ui/calendar_popup.rb +58 -0
- data/lib/alexandria/ui/callbacks.rb +144 -123
- data/lib/alexandria/ui/completion_models.rb +2 -6
- data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
- data/lib/alexandria/ui/conflict_while_copying_dialog.rb +2 -2
- data/lib/alexandria/ui/error_dialog.rb +1 -1
- data/lib/alexandria/ui/export_dialog.rb +19 -18
- data/lib/alexandria/ui/icons.rb +34 -40
- data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
- data/lib/alexandria/ui/import_dialog.rb +49 -48
- data/lib/alexandria/ui/init.rb +14 -12
- data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
- data/lib/alexandria/ui/libraries_combo.rb +10 -9
- data/lib/alexandria/ui/listview.rb +6 -7
- data/lib/alexandria/ui/main_app.rb +2 -2
- data/lib/alexandria/ui/multi_drag_treeview.rb +5 -7
- data/lib/alexandria/ui/new_book_dialog.rb +63 -65
- data/lib/alexandria/ui/new_book_dialog_manual.rb +1 -1
- data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
- data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
- data/lib/alexandria/ui/preferences_dialog.rb +25 -84
- data/lib/alexandria/ui/provider_preferences_base_dialog.rb +10 -6
- data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
- data/lib/alexandria/ui/really_delete_dialog.rb +2 -2
- data/lib/alexandria/ui/sidepane_manager.rb +38 -38
- data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
- data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
- data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +61 -244
- data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
- data/lib/alexandria/ui/sound.rb +4 -6
- data/lib/alexandria/ui/ui_manager.rb +80 -83
- data/lib/alexandria/ui.rb +7 -7
- data/lib/alexandria/version.rb +2 -2
- data/lib/alexandria/web_themes.rb +15 -15
- data/lib/alexandria.rb +2 -2
- data/po/cs.po +947 -865
- data/po/cy.po +913 -864
- data/po/de.po +961 -865
- data/po/el.po +956 -861
- data/po/es.po +952 -857
- data/po/fr.po +950 -865
- data/po/ga.po +866 -819
- data/po/gl.po +946 -861
- data/po/it.po +945 -858
- data/po/ja.po +921 -836
- data/po/mk.po +953 -858
- data/po/nb.po +932 -847
- data/po/nl.po +955 -849
- data/po/pl.po +999 -963
- data/po/pt.po +946 -850
- data/po/pt_BR.po +944 -859
- data/po/ru.po +959 -868
- data/po/sk.po +950 -863
- data/po/sv.po +944 -859
- data/po/uk.po +925 -846
- data/po/zh_TW.po +926 -841
- data/schemas/alexandria.schemas +1 -1
- data/share/alexandria/glade/main_app__builder.glade +6 -21
- data/share/gnome/help/alexandria/C/adding-books.xml +3 -4
- data/share/gnome/help/alexandria/C/introduction.xml +0 -16
- data/share/gnome/help/alexandria/C/searching.xml +1 -4
- data/share/gnome/help/alexandria/C/settings.xml +0 -30
- data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
- data/share/gnome/help/alexandria/fr/alexandria.xml +5 -160
- data/share/gnome/help/alexandria/ja/adding-books.xml +1 -1
- data/share/gnome/help/alexandria/ja/introduction.xml +0 -15
- data/share/gnome/help/alexandria/ja/searching.xml +3 -7
- data/share/gnome/help/alexandria/ja/settings.xml +0 -27
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
- data/spec/alexandria/book_providers/bl_provider_spec.rb +13 -0
- data/spec/alexandria/book_providers/loc_provider_spec.rb +17 -0
- data/spec/alexandria/book_providers/sbn_provider_spec.rb +13 -0
- data/spec/alexandria/book_providers/thalia_provider_spec.rb +119 -0
- data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
- data/spec/alexandria/book_providers_spec.rb +0 -154
- data/spec/alexandria/console_spec.rb +0 -5
- data/spec/alexandria/export_library_spec.rb +27 -38
- data/spec/alexandria/library_spec.rb +76 -46
- data/spec/alexandria/preferences_spec.rb +29 -3
- data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
- data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/book_properties_dialog_spec.rb +47 -5
- data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/export_dialog_spec.rb +25 -4
- data/spec/alexandria/ui/icons_spec.rb +26 -0
- data/spec/alexandria/ui/iconview_spec.rb +1 -1
- data/spec/alexandria/ui/import_dialog_spec.rb +35 -3
- data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/main_app_spec.rb +1 -1
- data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +39 -3
- data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
- data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
- data/spec/alexandria/ui/preferences_dialog_spec.rb +2 -2
- data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
- data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
- data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
- data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +37 -6
- data/spec/alexandria/ui/ui_manager_spec.rb +116 -2
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +2 -0
- data/spec/end_to_end/basic_run_spec.rb +3 -8
- data/spec/fixtures/cover.jpg +0 -0
- data/spec/spec_helper.rb +47 -3
- data/tasks/spec.rake +3 -5
- data/util/rake/fileinstall.rb +16 -15
- data/util/rake/omfgenerate.rb +1 -1
- metadata +141 -52
- data/.travis.yml +0 -39
- data/lib/alexandria/book_providers/adlibris.rb +0 -196
- data/lib/alexandria/book_providers/amazon_aws.rb +0 -252
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +0 -388
- data/lib/alexandria/book_providers/barnes_and_noble.rb +0 -209
- data/lib/alexandria/book_providers/proxis.rb +0 -175
- data/lib/alexandria/book_providers/siciliano.rb +0 -257
- data/lib/alexandria/book_providers/z3950.rb +0 -415
- data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
- 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:
|
10
|
-
"PO-Revision-Date:
|
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/
|
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:
|
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:
|
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:
|
132
|
+
#: ../lib/alexandria/import_library.rb:25
|
31
133
|
msgid "GoodReads CSV"
|
32
134
|
msgstr "GoodReads CSV"
|
33
135
|
|
34
|
-
#: ../lib/alexandria/
|
35
|
-
msgid "
|
36
|
-
msgstr "
|
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/
|
144
|
+
#: ../lib/alexandria/library_store.rb:37
|
39
145
|
msgid "My Library"
|
40
146
|
msgstr "Mijn bibliotheek"
|
41
147
|
|
42
|
-
#: ../lib/alexandria/
|
43
|
-
msgid "
|
44
|
-
msgstr "
|
148
|
+
#: ../lib/alexandria/library_store.rb:67
|
149
|
+
msgid "Not a book: %<book>s"
|
150
|
+
msgstr ""
|
45
151
|
|
46
|
-
#: ../lib/alexandria/
|
47
|
-
msgid "
|
48
|
-
msgstr "
|
152
|
+
#: ../lib/alexandria/library_store.rb:78
|
153
|
+
msgid "%<file>s isbn is not okay"
|
154
|
+
msgstr ""
|
49
155
|
|
50
|
-
#: ../lib/alexandria/
|
51
|
-
msgid "
|
52
|
-
msgstr "
|
156
|
+
#: ../lib/alexandria/library_store.rb:83
|
157
|
+
msgid "%<file>s version is not okay"
|
158
|
+
msgstr ""
|
53
159
|
|
54
|
-
#: ../lib/alexandria/
|
55
|
-
msgid "
|
56
|
-
msgstr "
|
160
|
+
#: ../lib/alexandria/library_store.rb:88
|
161
|
+
msgid "%<file>s pub year is not okay"
|
162
|
+
msgstr ""
|
57
163
|
|
58
|
-
#: ../lib/alexandria/
|
59
|
-
msgid "
|
60
|
-
msgstr "
|
164
|
+
#: ../lib/alexandria/models/library.rb:42
|
165
|
+
msgid "Untitled"
|
166
|
+
msgstr "Naamloos"
|
61
167
|
|
62
|
-
#: ../lib/alexandria/
|
63
|
-
msgid "
|
64
|
-
msgstr "
|
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/
|
67
|
-
msgid "
|
68
|
-
msgstr "
|
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/
|
71
|
-
msgid "
|
72
|
-
msgstr "
|
176
|
+
#: ../lib/alexandria/scanners/cue_cat.rb:109
|
177
|
+
msgid "Error parsing CueCat input"
|
178
|
+
msgstr ""
|
73
179
|
|
74
|
-
#: ../lib/alexandria/
|
75
|
-
msgid "
|
76
|
-
msgstr "
|
180
|
+
#: ../lib/alexandria/scanners/keyboard.rb:51
|
181
|
+
msgid "Unknown scan data %s<data>"
|
182
|
+
msgstr ""
|
77
183
|
|
78
|
-
#: ../lib/alexandria/
|
79
|
-
msgid "
|
80
|
-
msgstr "
|
184
|
+
#: ../lib/alexandria/smart_library.rb:49
|
185
|
+
msgid "Favorite"
|
186
|
+
msgstr "Favoriet"
|
81
187
|
|
82
|
-
#: ../lib/alexandria/
|
83
|
-
msgid "
|
84
|
-
msgstr "
|
188
|
+
#: ../lib/alexandria/smart_library.rb:55
|
189
|
+
msgid "Loaned"
|
190
|
+
msgstr "Uitgeleend"
|
85
191
|
|
86
|
-
#: ../lib/alexandria/
|
87
|
-
|
88
|
-
|
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/
|
91
|
-
msgid "
|
92
|
-
msgstr "
|
197
|
+
#: ../lib/alexandria/smart_library.rb:67
|
198
|
+
msgid "Owned"
|
199
|
+
msgstr "In bezit"
|
93
200
|
|
94
|
-
#: ../lib/alexandria/
|
95
|
-
msgid "
|
96
|
-
msgstr "
|
201
|
+
#: ../lib/alexandria/smart_library.rb:76
|
202
|
+
msgid "Wishlist"
|
203
|
+
msgstr "Verlanglijst"
|
97
204
|
|
98
|
-
#: ../lib/alexandria/ui/
|
99
|
-
msgid "
|
100
|
-
|
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/
|
105
|
-
msgid "
|
106
|
-
|
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/
|
111
|
-
msgid "
|
112
|
-
|
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/
|
117
|
-
msgid "
|
118
|
-
msgstr "
|
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/
|
121
|
-
msgid "
|
122
|
-
|
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/
|
127
|
-
msgid "
|
128
|
-
msgstr "
|
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/
|
131
|
-
msgid ""
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
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/
|
139
|
-
msgid "
|
140
|
-
msgstr "
|
243
|
+
#: ../lib/alexandria/smart_library.rb:304
|
244
|
+
msgid "Loaning State"
|
245
|
+
msgstr "Uitleenstatus"
|
141
246
|
|
142
|
-
#: ../lib/alexandria/
|
143
|
-
msgid ""
|
144
|
-
|
145
|
-
|
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/
|
151
|
-
msgid "
|
152
|
-
|
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/
|
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
|
-
"
|
157
|
-
"
|
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
|
-
"
|
161
|
-
"
|
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/
|
164
|
-
|
165
|
-
|
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/
|
168
|
-
msgid "
|
169
|
-
msgstr "
|
390
|
+
#: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
|
391
|
+
msgid "Properties"
|
392
|
+
msgstr "Eigenschappen"
|
170
393
|
|
171
|
-
#: ../lib/alexandria/ui/
|
172
|
-
|
173
|
-
|
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/
|
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:
|
182
|
-
|
183
|
-
|
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:
|
431
|
+
#: ../lib/alexandria/ui/callbacks.rb:362
|
191
432
|
msgid "_Library"
|
192
433
|
msgstr "_Bibliotheek"
|
193
434
|
|
194
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
467
|
+
#: ../lib/alexandria/ui/callbacks.rb:367
|
227
468
|
msgid "_Import..."
|
228
469
|
msgstr "_Importeren..."
|
229
470
|
|
230
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
475
|
+
#: ../lib/alexandria/ui/callbacks.rb:368
|
235
476
|
msgid "_Export..."
|
236
477
|
msgstr "_Exporteren..."
|
237
478
|
|
238
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
243
|
-
msgid "
|
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:
|
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:
|
491
|
+
#: ../lib/alexandria/ui/callbacks.rb:370
|
251
492
|
msgid "_Properties"
|
252
493
|
msgstr "_Eigenschappen"
|
253
494
|
|
254
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
499
|
+
#: ../lib/alexandria/ui/callbacks.rb:371
|
259
500
|
msgid "_Quit"
|
260
501
|
msgstr "_Afsluiten"
|
261
502
|
|
262
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
507
|
+
#: ../lib/alexandria/ui/callbacks.rb:372
|
267
508
|
msgid "_Edit"
|
268
509
|
msgstr "_Bewerken"
|
269
510
|
|
270
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
511
|
+
#: ../lib/alexandria/ui/callbacks.rb:373
|
271
512
|
msgid "_Undo"
|
272
513
|
msgstr "_Ongedaan maken"
|
273
514
|
|
274
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
519
|
+
#: ../lib/alexandria/ui/callbacks.rb:374
|
279
520
|
msgid "_Redo"
|
280
521
|
msgstr "_Opnieuw uitvoeren"
|
281
522
|
|
282
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
547
|
+
#: ../lib/alexandria/ui/callbacks.rb:378
|
307
548
|
msgid "None"
|
308
549
|
msgstr "Geen"
|
309
550
|
|
310
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
571
|
+
#: ../lib/alexandria/ui/callbacks.rb:384
|
331
572
|
msgid "_Move"
|
332
573
|
msgstr "_Verplaatsen"
|
333
574
|
|
334
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
575
|
+
#: ../lib/alexandria/ui/callbacks.rb:385
|
335
576
|
msgid "_Rename"
|
336
577
|
msgstr "_Hernoemen"
|
337
578
|
|
338
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
579
|
+
#: ../lib/alexandria/ui/callbacks.rb:386
|
339
580
|
msgid "_Delete"
|
340
581
|
msgstr "_Verwijderen"
|
341
582
|
|
342
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
587
|
+
#: ../lib/alexandria/ui/callbacks.rb:387
|
347
588
|
msgid "_Search"
|
348
589
|
msgstr "_Zoeken"
|
349
590
|
|
350
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
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:
|
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:
|
603
|
+
#: ../lib/alexandria/ui/callbacks.rb:389
|
363
604
|
msgid "_Preferences"
|
364
605
|
msgstr "_Voorkeuren"
|
365
606
|
|
366
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
611
|
+
#: ../lib/alexandria/ui/callbacks.rb:390
|
371
612
|
msgid "_View"
|
372
613
|
msgstr "_Beeld"
|
373
614
|
|
374
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
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:
|
623
|
+
#: ../lib/alexandria/ui/callbacks.rb:394
|
383
624
|
msgid "_Help"
|
384
625
|
msgstr "_Help"
|
385
626
|
|
386
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
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:
|
635
|
+
#: ../lib/alexandria/ui/callbacks.rb:396
|
395
636
|
msgid "Contents"
|
396
637
|
msgstr "Inhoud"
|
397
638
|
|
398
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
643
|
+
#: ../lib/alexandria/ui/callbacks.rb:397
|
403
644
|
msgid "_About"
|
404
645
|
msgstr "_Over"
|
405
646
|
|
406
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
411
|
-
msgid "
|
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:
|
659
|
+
#: ../lib/alexandria/ui/callbacks.rb:411
|
415
660
|
msgid "_Toolbar"
|
416
661
|
msgstr "_Knoppenbalk"
|
417
662
|
|
418
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
663
|
+
#: ../lib/alexandria/ui/callbacks.rb:412
|
419
664
|
msgid "_Statusbar"
|
420
665
|
msgstr "_Statusbalk"
|
421
666
|
|
422
|
-
#: ../lib/alexandria/ui/callbacks.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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/
|
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/
|
705
|
-
#: ../lib/alexandria/ui/
|
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/
|
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/
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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/
|
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/
|
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.
|
761
|
-
"
|
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
|
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/
|
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
|
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:
|
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:
|
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:
|
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:
|
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/
|
792
|
-
|
793
|
-
|
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/
|
796
|
-
msgid "
|
797
|
-
msgstr "
|
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/
|
800
|
-
msgid "
|
801
|
-
msgstr "
|
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/
|
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/
|
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/
|
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/
|
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:
|
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:
|
826
|
-
msgid "The name provided contains the disallowed character <b>%s</b>
|
827
|
-
msgstr "De opgegeven naam bevat het ongeldige teken
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
972
|
+
#: ../lib/alexandria/ui/sidepane_manager.rb:96
|
852
973
|
msgid "Library"
|
853
974
|
msgstr "Bibliotheek"
|
854
975
|
|
855
|
-
#: ../lib/alexandria/ui/
|
856
|
-
msgid "
|
857
|
-
msgstr "
|
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/
|
860
|
-
msgid "
|
861
|
-
msgstr "
|
980
|
+
#: ../lib/alexandria/ui/skip_entry_dialog.rb:20
|
981
|
+
msgid "_Continue"
|
982
|
+
msgstr "_Doorgaan"
|
862
983
|
|
863
|
-
#: ../lib/alexandria/ui/
|
864
|
-
msgid "
|
865
|
-
msgstr "
|
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/
|
868
|
-
msgid "
|
869
|
-
msgstr "
|
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/
|
872
|
-
msgid "
|
873
|
-
|
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/
|
876
|
-
msgid "
|
877
|
-
msgstr "
|
1002
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
|
1003
|
+
msgid "Match"
|
1004
|
+
msgstr "Voldoet aan"
|
878
1005
|
|
879
|
-
#: ../lib/alexandria/ui/
|
880
|
-
msgid "
|
881
|
-
msgstr "
|
1006
|
+
#: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
|
1007
|
+
msgid "all"
|
1008
|
+
msgstr "alle"
|
882
1009
|
|
883
|
-
#: ../lib/alexandria/ui/
|
884
|
-
|
885
|
-
|
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/
|
889
|
-
|
890
|
-
|
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/
|
894
|
-
msgid "
|
895
|
-
msgstr "
|
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/
|
898
|
-
msgid "
|
899
|
-
msgstr "
|
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/
|
902
|
-
|
903
|
-
|
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/
|
907
|
-
msgid "
|
908
|
-
msgstr "
|
1030
|
+
#: ../lib/alexandria/ui/ui_manager.rb:145
|
1031
|
+
msgid "Title contains"
|
1032
|
+
msgstr "Titel bevat"
|
909
1033
|
|
910
|
-
#: ../lib/alexandria/ui/
|
911
|
-
msgid "
|
912
|
-
msgstr "
|
1034
|
+
#: ../lib/alexandria/ui/ui_manager.rb:146
|
1035
|
+
msgid "Authors contain"
|
1036
|
+
msgstr "Auteurs bevat"
|
913
1037
|
|
914
|
-
#: ../lib/alexandria/ui/
|
915
|
-
msgid ""
|
916
|
-
"
|
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/
|
923
|
-
msgid "
|
924
|
-
msgstr "
|
1042
|
+
#: ../lib/alexandria/ui/ui_manager.rb:148
|
1043
|
+
msgid "Publisher contains"
|
1044
|
+
msgstr "Uitgever bevat"
|
925
1045
|
|
926
|
-
#: ../lib/alexandria/
|
927
|
-
msgid "
|
928
|
-
msgstr "
|
1046
|
+
#: ../lib/alexandria/ui/ui_manager.rb:149
|
1047
|
+
msgid "Notes contain"
|
1048
|
+
msgstr "Notities bevat"
|
929
1049
|
|
930
|
-
#: ../lib/alexandria/
|
931
|
-
msgid "
|
932
|
-
msgstr "
|
1050
|
+
#: ../lib/alexandria/ui/ui_manager.rb:150
|
1051
|
+
msgid "Tags contain"
|
1052
|
+
msgstr "Trefwoorden bevat"
|
933
1053
|
|
934
|
-
#: ../lib/alexandria/
|
935
|
-
msgid "
|
936
|
-
msgstr "
|
1054
|
+
#: ../lib/alexandria/ui/ui_manager.rb:164
|
1055
|
+
msgid "Change the search type"
|
1056
|
+
msgstr "Wijzig het zoektype"
|
937
1057
|
|
938
|
-
#: ../lib/alexandria/
|
939
|
-
msgid "
|
940
|
-
msgstr "
|
1058
|
+
#: ../lib/alexandria/ui/ui_manager.rb:169
|
1059
|
+
msgid "View as Icons"
|
1060
|
+
msgstr "Toon als iconen"
|
941
1061
|
|
942
|
-
#: ../lib/alexandria/
|
943
|
-
msgid "
|
944
|
-
msgstr "
|
1062
|
+
#: ../lib/alexandria/ui/ui_manager.rb:170
|
1063
|
+
msgid "View as List"
|
1064
|
+
msgstr "Toon als lijst"
|
945
1065
|
|
946
|
-
#: ../lib/alexandria/
|
947
|
-
msgid "
|
948
|
-
msgstr "
|
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/
|
951
|
-
msgid "
|
952
|
-
msgstr "
|
1070
|
+
#: ../lib/alexandria/ui/ui_manager.rb:407
|
1071
|
+
msgid "Library '%s' selected"
|
1072
|
+
msgstr "Bibliotheek '%s' is geselecteerd"
|
953
1073
|
|
954
|
-
#: ../lib/alexandria/
|
955
|
-
msgid "
|
956
|
-
|
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/
|
959
|
-
msgid "
|
960
|
-
|
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/
|
963
|
-
msgid "Library
|
964
|
-
|
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/
|
967
|
-
msgid "
|
968
|
-
msgstr "
|
1092
|
+
#: ../lib/alexandria/ui/ui_manager.rb:434
|
1093
|
+
msgid "'%s' selected"
|
1094
|
+
msgstr "'%s' geselecteerd"
|
969
1095
|
|
970
|
-
#: ../lib/alexandria/
|
971
|
-
msgid "
|
972
|
-
|
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/
|
975
|
-
msgid "
|
976
|
-
msgstr "
|
1102
|
+
#: ../lib/alexandria/ui/ui_manager.rb:552
|
1103
|
+
msgid "unrecognized update event"
|
1104
|
+
msgstr ""
|
977
1105
|
|
978
|
-
#: ../lib/alexandria/
|
979
|
-
msgid "
|
980
|
-
msgstr "
|
1106
|
+
#: ../lib/alexandria/ui/ui_manager.rb:597
|
1107
|
+
msgid "Loading libraries..."
|
1108
|
+
msgstr "Bibliotheken worden geladen..."
|
981
1109
|
|
982
|
-
#: ../lib/alexandria/
|
983
|
-
msgid "
|
984
|
-
|
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/
|
987
|
-
msgid "
|
988
|
-
msgstr "
|
1123
|
+
#: ../lib/alexandria/ui/ui_manager.rb:815
|
1124
|
+
msgid "Loading '%s'..."
|
1125
|
+
msgstr "'%s' wordt geladen..."
|
989
1126
|
|
990
|
-
#: ../lib/alexandria/
|
991
|
-
msgid "
|
992
|
-
msgstr "
|
1127
|
+
#: ../lib/alexandria/ui/ui_manager.rb:1045
|
1128
|
+
msgid "In '_%s'"
|
1129
|
+
msgstr "Naar '_%s'"
|
993
1130
|
|
994
|
-
#: ../lib/alexandria/
|
995
|
-
msgid "
|
996
|
-
msgstr "
|
1131
|
+
#: ../lib/alexandria/web_themes.rb:64
|
1132
|
+
msgid "File %<file>s not found"
|
1133
|
+
msgstr "Bestand %<file>s niet gevonden"
|
997
1134
|
|
998
|
-
#: ../
|
999
|
-
msgid "
|
1000
|
-
msgstr "
|
1135
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:9
|
1136
|
+
msgid "Acquire from Scanner"
|
1137
|
+
msgstr "Inlezen d.m.v. scanner"
|
1001
1138
|
|
1002
|
-
#: ../
|
1003
|
-
msgid "
|
1004
|
-
msgstr "
|
1139
|
+
#: ../share/alexandria/glade/acquire_dialog__builder.glade:91
|
1140
|
+
msgid "_Barcode Scanner Ready"
|
1141
|
+
msgstr "_Streepjescodescanner klaar"
|
1005
1142
|
|
1006
|
-
#: ../
|
1007
|
-
|
1008
|
-
|
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
|
-
#: ../
|
1011
|
-
msgid "
|
1012
|
-
msgstr "
|
1148
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:18
|
1149
|
+
msgid "by title"
|
1150
|
+
msgstr "op titel"
|
1013
1151
|
|
1014
|
-
#: ../
|
1015
|
-
|
1016
|
-
|
1017
|
-
msgstr "Notities"
|
1152
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:21
|
1153
|
+
msgid "by authors"
|
1154
|
+
msgstr "op auteurs"
|
1018
1155
|
|
1019
|
-
#: ../
|
1020
|
-
msgid "
|
1021
|
-
msgstr "
|
1156
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:24
|
1157
|
+
msgid "by keyword"
|
1158
|
+
msgstr "op sleutelwoord"
|
1022
1159
|
|
1023
|
-
#: ../
|
1024
|
-
msgid "
|
1025
|
-
msgstr "
|
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
|
-
#: ../
|
1028
|
-
msgid "
|
1029
|
-
msgstr "
|
1164
|
+
#: ../share/alexandria/glade/new_book_dialog__builder.glade:285
|
1165
|
+
msgid "_Search:"
|
1166
|
+
msgstr "_Zoeken:"
|
1030
1167
|
|
1031
|
-
#: ../
|
1032
|
-
|
1033
|
-
|
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
|
-
#: ../
|
1036
|
-
msgid "
|
1037
|
-
msgstr "
|
1173
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:8
|
1174
|
+
msgid "Preferences"
|
1175
|
+
msgstr "Voorkeuren"
|
1038
1176
|
|
1039
|
-
#: ../
|
1040
|
-
msgid "
|
1041
|
-
msgstr "
|
1177
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:76
|
1178
|
+
msgid "<b>Visible Columns</b>"
|
1179
|
+
msgstr "<b>Zichtbare Kolommen</b>"
|
1042
1180
|
|
1043
|
-
#: ../
|
1044
|
-
msgid "
|
1045
|
-
msgstr "
|
1181
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:95
|
1182
|
+
msgid "_Authors"
|
1183
|
+
msgstr "_Auteurs"
|
1046
1184
|
|
1047
|
-
#: ../
|
1048
|
-
msgid "
|
1049
|
-
msgstr "
|
1185
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:110
|
1186
|
+
msgid "_ISBN"
|
1187
|
+
msgstr "_ISBN"
|
1050
1188
|
|
1051
|
-
#: ../
|
1052
|
-
msgid "
|
1053
|
-
msgstr "
|
1189
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:125
|
1190
|
+
msgid "_Publisher"
|
1191
|
+
msgstr "_Uitgever"
|
1054
1192
|
|
1055
|
-
#: ../
|
1056
|
-
msgid "
|
1057
|
-
msgstr "
|
1193
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:140
|
1194
|
+
msgid "_Rating"
|
1195
|
+
msgstr "_Waardering"
|
1058
1196
|
|
1059
|
-
#: ../
|
1060
|
-
msgid "
|
1061
|
-
msgstr "
|
1197
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:155
|
1198
|
+
msgid "_Binding"
|
1199
|
+
msgstr "_Band"
|
1062
1200
|
|
1063
|
-
#: ../
|
1064
|
-
msgid "
|
1065
|
-
msgstr "
|
1201
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:170
|
1202
|
+
msgid "Publish _year"
|
1203
|
+
msgstr "_Jaar van uitgifte"
|
1066
1204
|
|
1067
|
-
#: ../
|
1068
|
-
msgid "
|
1069
|
-
msgstr "
|
1205
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:185
|
1206
|
+
msgid "Read?"
|
1207
|
+
msgstr "Gelezen?"
|
1070
1208
|
|
1071
|
-
#: ../
|
1072
|
-
msgid "
|
1073
|
-
msgstr "
|
1209
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:200
|
1210
|
+
msgid "Own?"
|
1211
|
+
msgstr "In bezit?"
|
1074
1212
|
|
1075
|
-
#: ../
|
1076
|
-
msgid "
|
1077
|
-
msgstr "
|
1213
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:215
|
1214
|
+
msgid "Want?"
|
1215
|
+
msgstr "Gewenst?"
|
1078
1216
|
|
1079
|
-
#: ../
|
1080
|
-
msgid "
|
1081
|
-
msgstr "
|
1217
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:245
|
1218
|
+
msgid "Loaned to"
|
1219
|
+
msgstr "Uitgeleend aan"
|
1082
1220
|
|
1083
|
-
#: ../
|
1084
|
-
msgid "
|
1085
|
-
msgstr "
|
1221
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:271
|
1222
|
+
msgid "_List View"
|
1223
|
+
msgstr "Toon _Lijst"
|
1086
1224
|
|
1087
|
-
#: ../
|
1088
|
-
msgid "
|
1089
|
-
msgstr "
|
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
|
-
#: ../
|
1092
|
-
msgid "
|
1093
|
-
msgstr "
|
1229
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:372
|
1230
|
+
msgid "_Setup"
|
1231
|
+
msgstr "_Instellingen"
|
1094
1232
|
|
1095
|
-
#: ../
|
1096
|
-
msgid "
|
1097
|
-
|
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
|
-
#: ../
|
1100
|
-
msgid "
|
1101
|
-
msgstr "
|
1243
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:486
|
1244
|
+
msgid "Custom _Z39.50 Providers"
|
1245
|
+
msgstr "Eigen _Z39.50 aanbieders"
|
1102
1246
|
|
1103
|
-
#: ../
|
1104
|
-
#: ../lib/alexandria/book_providers.rb:100
|
1247
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:490
|
1105
1248
|
msgid ""
|
1106
|
-
"
|
1107
|
-
"
|
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
|
-
#: ../
|
1113
|
-
msgid "
|
1114
|
-
msgstr "
|
1253
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:511
|
1254
|
+
msgid "_Providers"
|
1255
|
+
msgstr "Bronbibliotheken"
|
1115
1256
|
|
1116
|
-
#: ../
|
1117
|
-
msgid "
|
1118
|
-
msgstr "
|
1257
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:537
|
1258
|
+
msgid "<b>Barcode Scanner Device</b>"
|
1259
|
+
msgstr "<b>Streepjescodescanner</b>"
|
1119
1260
|
|
1120
|
-
#: ../
|
1121
|
-
msgid "
|
1122
|
-
msgstr "
|
1261
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:556
|
1262
|
+
msgid "_Device type:"
|
1263
|
+
msgstr "Type apparaat:"
|
1123
1264
|
|
1124
|
-
#: ../
|
1125
|
-
msgid "
|
1126
|
-
msgstr "
|
1265
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:602
|
1266
|
+
msgid "<b>Sound Effects</b>"
|
1267
|
+
msgstr "<b>Geluidsffecten</b>"
|
1127
1268
|
|
1128
|
-
#: ../
|
1129
|
-
|
1130
|
-
|
1131
|
-
msgstr "Opslaan _in:"
|
1269
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:618
|
1270
|
+
msgid "Scanning"
|
1271
|
+
msgstr "Bezig met scannen"
|
1132
1272
|
|
1133
|
-
#: ../
|
1134
|
-
msgid "
|
1135
|
-
msgstr "
|
1273
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:632
|
1274
|
+
msgid "Good Scan / Bad Scan"
|
1275
|
+
msgstr "Goede scan / Slechte scan"
|
1136
1276
|
|
1137
|
-
#: ../
|
1138
|
-
msgid "
|
1139
|
-
msgstr "
|
1277
|
+
#: ../share/alexandria/glade/preferences_dialog__builder.glade:667
|
1278
|
+
msgid "_Barcode Scanner"
|
1279
|
+
msgstr "_Streepjescodescanner"
|
1140
1280
|
|
1141
|
-
#: ../
|
1281
|
+
#: ../share/alexandria/glade/main_app__builder.glade:48
|
1142
1282
|
msgid "_Libraries:"
|
1143
1283
|
msgstr "_Bibliotheken:"
|
1144
1284
|
|
1145
|
-
#: ../
|
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
|
-
#: ../
|
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
|
-
#: ../
|
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
|
-
#: ../
|
1301
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
|
1201
1302
|
msgid "Publish _year:"
|
1202
1303
|
msgstr "_Jaar van uitgifte:"
|
1203
1304
|
|
1204
|
-
#: ../
|
1205
|
-
msgid "
|
1206
|
-
msgstr "
|
1305
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
|
1306
|
+
msgid "_Publisher:"
|
1307
|
+
msgstr "_Uitgever:"
|
1207
1308
|
|
1208
|
-
#: ../
|
1309
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
|
1209
1310
|
msgid "_Cover:"
|
1210
1311
|
msgstr "_Kaft:"
|
1211
1312
|
|
1212
|
-
#: ../
|
1213
|
-
msgid "
|
1214
|
-
msgstr "
|
1313
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
|
1314
|
+
msgid "Rating:"
|
1315
|
+
msgstr "Waardering:"
|
1215
1316
|
|
1216
|
-
#: ../
|
1217
|
-
msgid "
|
1218
|
-
msgstr "
|
1317
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
|
1318
|
+
msgid "Want it?"
|
1319
|
+
msgstr "Gewenst?"
|
1219
1320
|
|
1220
|
-
#: ../
|
1321
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
|
1221
1322
|
msgid "Read it?"
|
1222
1323
|
msgstr "Gelezen?"
|
1223
1324
|
|
1224
|
-
#: ../
|
1225
|
-
msgid "
|
1226
|
-
msgstr "
|
1325
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
|
1326
|
+
msgid "Select Date"
|
1327
|
+
msgstr "Datum selecteren"
|
1227
1328
|
|
1228
|
-
#: ../
|
1229
|
-
msgid "
|
1230
|
-
msgstr "
|
1329
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
|
1330
|
+
msgid "Clear Date"
|
1331
|
+
msgstr "Datum wissen"
|
1231
1332
|
|
1232
|
-
#: ../
|
1233
|
-
msgid "
|
1234
|
-
msgstr "
|
1333
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
|
1334
|
+
msgid "Own it?"
|
1335
|
+
msgstr "In bezit?"
|
1235
1336
|
|
1236
|
-
#: ../
|
1337
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
|
1237
1338
|
msgid "General"
|
1238
1339
|
msgstr "Algemeen"
|
1239
1340
|
|
1240
|
-
#: ../
|
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
|
-
#: ../
|
1345
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
|
1245
1346
|
msgid "_To:"
|
1246
1347
|
msgstr "_Aan:"
|
1247
1348
|
|
1248
|
-
#: ../
|
1349
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
|
1249
1350
|
msgid "_Since:"
|
1250
1351
|
msgstr "_Sinds:"
|
1251
1352
|
|
1252
|
-
#: ../
|
1353
|
+
#: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
|
1253
1354
|
msgid "Loaning"
|
1254
1355
|
msgstr "Uitlenen"
|
1255
1356
|
|
1256
|
-
#: ../
|
1257
|
-
msgid "
|
1258
|
-
msgstr "
|
1357
|
+
#: ../alexandria.desktop.in.h:1
|
1358
|
+
msgid "Alexandria Book Collection Manager"
|
1359
|
+
msgstr "Alexandria Boekcollectiebeheerder"
|
1259
1360
|
|
1260
|
-
#: ../
|
1261
|
-
msgid "
|
1262
|
-
msgstr "
|
1361
|
+
#: ../alexandria.desktop.in.h:2
|
1362
|
+
msgid "Book Collection Manager"
|
1363
|
+
msgstr "Boekcollectiebeheerder"
|
1263
1364
|
|
1264
|
-
#: ../
|
1265
|
-
msgid "
|
1266
|
-
msgstr "
|
1365
|
+
#: ../alexandria.desktop.in.h:3
|
1366
|
+
msgid "Manage your book collection"
|
1367
|
+
msgstr "Beheer uw boekcollectie"
|
1267
1368
|
|
1268
|
-
|
1269
|
-
|
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
|
-
|
1279
|
-
|
1280
|
-
msgstr "Eigen _Z39.50 aanbieders"
|
1372
|
+
#~ msgid "Access key ID"
|
1373
|
+
#~ msgstr "Toegangssleutel ID"
|
1281
1374
|
|
1282
|
-
|
1283
|
-
|
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
|
-
|
1289
|
-
|
1290
|
-
msgstr "Bronbibliotheken"
|
1378
|
+
#~ msgid "Associate Tag"
|
1379
|
+
#~ msgstr "Geassocieerd ID"
|
1291
1380
|
|
1292
|
-
|
1293
|
-
|
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
|
-
|
1297
|
-
|
1298
|
-
msgstr "_Auteurs"
|
1384
|
+
#~ msgid "No products"
|
1385
|
+
#~ msgstr "Geen producten"
|
1299
1386
|
|
1300
|
-
|
1301
|
-
|
1302
|
-
msgstr "_ISBN"
|
1387
|
+
#~ msgid "Invalid country '%<country>s'"
|
1388
|
+
#~ msgstr "Ongeldig land '%<country>s'"
|
1303
1389
|
|
1304
|
-
|
1305
|
-
|
1306
|
-
msgstr "_Uitgever"
|
1390
|
+
#~ msgid "title not found on page"
|
1391
|
+
#~ msgstr "titel niet gevonden op de pagina"
|
1307
1392
|
|
1308
|
-
|
1309
|
-
|
1310
|
-
msgstr "_Waardering"
|
1393
|
+
#~ msgid "Unable to launch the web browser"
|
1394
|
+
#~ msgstr "Kon geen webbrowser starten"
|
1311
1395
|
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
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
|
-
|
1317
|
-
|
1318
|
-
msgstr "_Jaar van uitgifte"
|
1403
|
+
#~ msgid "Unable to launch the mail reader"
|
1404
|
+
#~ msgstr "Kon geen e-mailprogramma starten"
|
1319
1405
|
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
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
|
-
|
1325
|
-
|
1326
|
-
msgstr "In bezit?"
|
1413
|
+
#~ msgid "Repair Book Data"
|
1414
|
+
#~ msgstr "Repareer boekgegevens"
|
1327
1415
|
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
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
|
-
|
1333
|
-
|
1334
|
-
msgid "Loaned to"
|
1335
|
-
msgstr "Uitgeleend"
|
1420
|
+
#~ msgid "There's a problem"
|
1421
|
+
#~ msgstr "Er is een probleem"
|
1336
1422
|
|
1337
|
-
|
1338
|
-
|
1339
|
-
msgstr "Toon _Lijst"
|
1423
|
+
#~ msgid "Disable Provider"
|
1424
|
+
#~ msgstr "Schakel bronbibliotheek uit"
|
1340
1425
|
|
1341
|
-
|
1342
|
-
|
1343
|
-
msgstr "Alexandria Boekcollectiebeheerder"
|
1426
|
+
#~ msgid "Enable Provider"
|
1427
|
+
#~ msgstr "Schakel bronbibliotheek in"
|
1344
1428
|
|
1345
|
-
|
1346
|
-
|
1347
|
-
msgstr "Boekcollectiebeheerder"
|
1429
|
+
#~ msgid "Main Window"
|
1430
|
+
#~ msgstr "Hoofdvenster"
|
1348
1431
|
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
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 "
|