alexandria-book-collection-manager 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.gitignore +4 -1
  4. data/.rubocop.yml +51 -29
  5. data/.rubocop_todo.yml +33 -155
  6. data/.simplecov +5 -2
  7. data/.travis.yml +10 -4
  8. data/CHANGELOG.md +19 -0
  9. data/INSTALL.md +23 -11
  10. data/README.md +36 -35
  11. data/Rakefile +7 -5
  12. data/alexandria-book-collection-manager.gemspec +8 -3
  13. data/doc/dependency_decisions.yml +22 -3
  14. data/lib/alexandria.rb +2 -2
  15. data/lib/alexandria/book_providers.rb +47 -49
  16. data/lib/alexandria/book_providers/adlibris.rb +8 -13
  17. data/lib/alexandria/book_providers/amazon_aws.rb +47 -60
  18. data/lib/alexandria/book_providers/amazon_ecs_util.rb +283 -298
  19. data/lib/alexandria/book_providers/barnes_and_noble.rb +8 -8
  20. data/lib/alexandria/book_providers/douban.rb +2 -2
  21. data/lib/alexandria/book_providers/proxis.rb +12 -11
  22. data/lib/alexandria/book_providers/pseudomarc.rb +60 -70
  23. data/lib/alexandria/book_providers/siciliano.rb +5 -6
  24. data/lib/alexandria/book_providers/thalia.rb +8 -9
  25. data/lib/alexandria/book_providers/worldcat.rb +25 -31
  26. data/lib/alexandria/book_providers/z3950.rb +62 -69
  27. data/lib/alexandria/default_preferences.rb +37 -0
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +4 -8
  30. data/lib/alexandria/import_library.rb +38 -62
  31. data/lib/alexandria/import_library_csv.rb +16 -16
  32. data/lib/alexandria/library_sort_order.rb +3 -1
  33. data/lib/alexandria/library_store.rb +16 -16
  34. data/lib/alexandria/logging.rb +4 -8
  35. data/lib/alexandria/models/book.rb +2 -2
  36. data/lib/alexandria/models/library.rb +18 -14
  37. data/lib/alexandria/net.rb +1 -2
  38. data/lib/alexandria/preferences.rb +27 -31
  39. data/lib/alexandria/scanners.rb +2 -2
  40. data/lib/alexandria/scanners/cue_cat.rb +5 -5
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/smart_library.rb +22 -26
  43. data/lib/alexandria/ui.rb +7 -7
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +9 -10
  46. data/lib/alexandria/ui/alert_dialog.rb +34 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +5 -5
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -2
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +23 -17
  51. data/lib/alexandria/ui/callbacks.rb +141 -120
  52. data/lib/alexandria/ui/completion_models.rb +1 -1
  53. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  54. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +1 -1
  55. data/lib/alexandria/ui/error_dialog.rb +1 -1
  56. data/lib/alexandria/ui/export_dialog.rb +13 -15
  57. data/lib/alexandria/ui/icons.rb +34 -40
  58. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  59. data/lib/alexandria/ui/import_dialog.rb +48 -47
  60. data/lib/alexandria/ui/init.rb +3 -2
  61. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  62. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  63. data/lib/alexandria/ui/listview.rb +5 -6
  64. data/lib/alexandria/ui/main_app.rb +2 -2
  65. data/lib/alexandria/ui/multi_drag_treeview.rb +4 -6
  66. data/lib/alexandria/ui/new_book_dialog.rb +52 -52
  67. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  68. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  69. data/lib/alexandria/ui/preferences_dialog.rb +23 -82
  70. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +9 -5
  71. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  72. data/lib/alexandria/ui/really_delete_dialog.rb +1 -1
  73. data/lib/alexandria/ui/sidepane_manager.rb +35 -37
  74. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  75. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  76. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +59 -138
  77. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  78. data/lib/alexandria/ui/sound.rb +4 -6
  79. data/lib/alexandria/ui/ui_manager.rb +62 -64
  80. data/lib/alexandria/version.rb +2 -2
  81. data/lib/alexandria/web_themes.rb +15 -15
  82. data/po/cs.po +991 -874
  83. data/po/cy.po +957 -870
  84. data/po/de.po +991 -866
  85. data/po/el.po +987 -863
  86. data/po/es.po +986 -862
  87. data/po/fr.po +988 -868
  88. data/po/ga.po +910 -822
  89. data/po/gl.po +983 -863
  90. data/po/it.po +984 -862
  91. data/po/ja.po +969 -849
  92. data/po/mk.po +983 -859
  93. data/po/nb.po +982 -862
  94. data/po/nl.po +992 -869
  95. data/po/pl.po +1018 -963
  96. data/po/pt.po +983 -852
  97. data/po/pt_BR.po +983 -863
  98. data/po/ru.po +992 -869
  99. data/po/sk.po +986 -864
  100. data/po/sv.po +980 -860
  101. data/po/uk.po +975 -861
  102. data/po/zh_TW.po +974 -854
  103. data/share/alexandria/glade/main_app__builder.glade +6 -21
  104. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  105. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  106. data/share/gnome/help/alexandria/fr/alexandria.xml +1 -1
  107. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  108. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  109. data/spec/alexandria/book_providers_spec.rb +73 -129
  110. data/spec/alexandria/console_spec.rb +0 -5
  111. data/spec/alexandria/export_library_spec.rb +27 -38
  112. data/spec/alexandria/library_spec.rb +56 -44
  113. data/spec/alexandria/preferences_spec.rb +29 -3
  114. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  115. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  116. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  117. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  118. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  119. data/spec/alexandria/ui/book_properties_dialog_spec.rb +1 -1
  120. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  121. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  122. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  123. data/spec/alexandria/ui/export_dialog_spec.rb +1 -1
  124. data/spec/alexandria/ui/icons_spec.rb +26 -0
  125. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  126. data/spec/alexandria/ui/import_dialog_spec.rb +30 -3
  127. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  128. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  129. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +1 -1
  130. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  131. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  132. data/spec/alexandria/ui/preferences_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  134. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  136. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  137. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +21 -7
  138. data/spec/alexandria/ui/ui_manager_spec.rb +39 -2
  139. data/spec/spec_helper.rb +46 -3
  140. data/tasks/spec.rake +3 -5
  141. data/util/rake/fileinstall.rb +12 -11
  142. metadata +82 -10
  143. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  144. data/spec/alexandria/utilities_spec.rb +0 -52
data/po/de.po CHANGED
@@ -7,714 +7,754 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: alexandria 0.6.6\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
10
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
11
11
  "PO-Revision-Date: 2009-12-16 11:47+0100\n"
12
12
  "Last-Translator: Joachim Breitner <mail@joachim-breitner.de>\n"
13
13
  "Language-Team: German\n"
14
+ "Language: \n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
17
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
19
 
19
- #: ../lib/alexandria/import_library.rb:30
20
+ #: ../lib/alexandria/about.rb:27
21
+ msgid "A program to help you manage your book collection."
22
+ msgstr "Ein Programm zum Ordnen ihrer Büchersammlung."
23
+
24
+ #: ../lib/alexandria/book_providers.rb:91
25
+ msgid "Couldn't reach the provider '%s': timeout expired."
26
+ msgstr "Konnte den Anbieter '%s' nicht erreichen: Zeitüberschreitung"
27
+
28
+ #: ../lib/alexandria/book_providers.rb:95
29
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
30
+ msgstr "Konnte den Anbieter '%s' nicht erreichen: socket error (%s)"
31
+
32
+ #: ../lib/alexandria/book_providers.rb:99
33
+ #: ../lib/alexandria/book_providers.rb:104
34
+ msgid ""
35
+ "No results were found. Make sure your search criterion is spelled "
36
+ "correctly, and try again."
37
+ msgstr ""
38
+ "Keine Ergebnisse. Stellen Sie sicher dass ihre Suchkriterien richtig "
39
+ "geschrieben sind und versuchen Sie es noch einmal."
40
+
41
+ #: ../lib/alexandria/book_providers.rb:109
42
+ msgid "Too many results for that search."
43
+ msgstr "Zu viele Ergebnisse für diese Suche."
44
+
45
+ #: ../lib/alexandria/book_providers.rb:112
46
+ msgid "Invalid search type."
47
+ msgstr "Ungültiger Suchtyp."
48
+
49
+ #: ../lib/alexandria/book_providers.rb:206
50
+ msgid "Enabled"
51
+ msgstr "Aktiviert"
52
+
53
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
54
+ msgid "title not found on page"
55
+ msgstr ""
56
+
57
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
58
+ msgid "Locale"
59
+ msgstr "Sprache"
60
+
61
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
62
+ msgid "Access key ID"
63
+ msgstr "Zugriffs-Schlüssel-ID"
64
+
65
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
66
+ msgid "Secret access key"
67
+ msgstr "Privater Zugriffsschlüssel"
68
+
69
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
70
+ #, fuzzy
71
+ msgid "Associate Tag"
72
+ msgstr "Associate ID"
73
+
74
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
75
+ msgid "Provide secret key for your Amazon AWS account."
76
+ msgstr ""
77
+
78
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
79
+ msgid "No products"
80
+ msgstr ""
81
+
82
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
83
+ msgid "HTTP Response: %<code>s %<message>s"
84
+ msgstr ""
85
+
86
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
87
+ msgid "Invalid country '%<country>s'"
88
+ msgstr ""
89
+
90
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
91
+ msgid "HTTP redirect too deep"
92
+ msgstr ""
93
+
94
+ #: ../lib/alexandria/book_providers/z3950.rb:22
95
+ msgid "Hostname"
96
+ msgstr "Servername"
97
+
98
+ #: ../lib/alexandria/book_providers/z3950.rb:23
99
+ msgid "Port"
100
+ msgstr "Port"
101
+
102
+ #: ../lib/alexandria/book_providers/z3950.rb:24
103
+ msgid "Database"
104
+ msgstr "Datenbank"
105
+
106
+ #: ../lib/alexandria/book_providers/z3950.rb:25
107
+ msgid "Record syntax"
108
+ msgstr "Datensatzformat"
109
+
110
+ #: ../lib/alexandria/book_providers/z3950.rb:27
111
+ msgid "Username"
112
+ msgstr "Benutzername"
113
+
114
+ #: ../lib/alexandria/book_providers/z3950.rb:28
115
+ msgid "Password"
116
+ msgstr "Passwort"
117
+
118
+ #: ../lib/alexandria/book_providers/z3950.rb:29
119
+ msgid "Charset encoding"
120
+ msgstr "Zeichensatz-Kodierung"
121
+
122
+ #: ../lib/alexandria/book_providers/z3950.rb:213
123
+ msgid "Library of Congress (Usa)"
124
+ msgstr "US-Kongress-Bibliothek"
125
+
126
+ #: ../lib/alexandria/book_providers/z3950.rb:249
127
+ msgid "British Library"
128
+ msgstr "Britische Bibliothek"
129
+
130
+ #: ../lib/alexandria/book_providers/z3950.rb:376
131
+ #, fuzzy
132
+ msgid "Invalid ISBN"
133
+ msgstr "Ungültige ISBN '%s'"
134
+
135
+ #: ../lib/alexandria/export_format.rb:18
136
+ msgid "Archived ONIX XML"
137
+ msgstr "Archiviertes ONIX XML"
138
+
139
+ #: ../lib/alexandria/export_format.rb:19
140
+ msgid "Archived Tellico XML"
141
+ msgstr "Archiviertes Tellico XML"
142
+
143
+ #: ../lib/alexandria/export_format.rb:20
144
+ msgid "BibTeX"
145
+ msgstr "BibTeX"
146
+
147
+ #: ../lib/alexandria/export_format.rb:21
148
+ msgid "CSV list"
149
+ msgstr "CSV-Liste"
150
+
151
+ #: ../lib/alexandria/export_format.rb:22
152
+ msgid "ISBN List"
153
+ msgstr "ISBN-Liste"
154
+
155
+ #: ../lib/alexandria/export_format.rb:23
156
+ msgid "iPod Notes"
157
+ msgstr "iPod-Bemerkungen"
158
+
159
+ #: ../lib/alexandria/export_format.rb:24
160
+ msgid "HTML Web Page"
161
+ msgstr "HTML-Webseite"
162
+
163
+ #: ../lib/alexandria/import_library.rb:21
20
164
  msgid "Autodetect"
21
165
  msgstr "Automatische Erkennung"
22
166
 
23
- #: ../lib/alexandria/import_library.rb:31
167
+ #: ../lib/alexandria/import_library.rb:22
24
168
  msgid "Archived Tellico XML (*.bc, *.tc)"
25
169
  msgstr "Archiviertes Tellico XML"
26
170
 
27
- #: ../lib/alexandria/import_library.rb:33
171
+ #: ../lib/alexandria/import_library.rb:24
28
172
  msgid "ISBN List (*.txt)"
29
173
  msgstr "ISBN-Liste (*.txt)"
30
174
 
31
- #: ../lib/alexandria/import_library.rb:35
175
+ #: ../lib/alexandria/import_library.rb:25
32
176
  msgid "GoodReads CSV"
33
177
  msgstr "GoodReads CSV"
34
178
 
35
- #: ../lib/alexandria/models/library.rb:56
36
- msgid "Untitled"
37
- msgstr "Unbenannt"
179
+ #: ../lib/alexandria/import_library.rb:65
180
+ msgid "Unsupported type"
181
+ msgstr ""
182
+
183
+ #: ../lib/alexandria/import_library_csv.rb:199
184
+ msgid "Not Recognized"
185
+ msgstr ""
38
186
 
39
- #: ../lib/alexandria/models/library.rb:245
187
+ #: ../lib/alexandria/library_store.rb:37
40
188
  msgid "My Library"
41
189
  msgstr "Meine Bibliothek"
42
190
 
43
- #: ../lib/alexandria/about.rb:24
44
- msgid "A program to help you manage your book collection."
45
- msgstr "Ein Programm zum Ordnen ihrer Büchersammlung."
191
+ #: ../lib/alexandria/library_store.rb:67
192
+ msgid "Not a book: %<book>s"
193
+ msgstr ""
46
194
 
47
- #: ../lib/alexandria/ui/ui_manager.rb:135
48
- msgid "Type here the search criterion"
49
- msgstr "Hier die Suchkriterien eingeben"
195
+ #: ../lib/alexandria/library_store.rb:78
196
+ msgid "%<file>s isbn is not okay"
197
+ msgstr ""
50
198
 
51
- #: ../lib/alexandria/ui/ui_manager.rb:148
52
- msgid "Match everything"
53
- msgstr "Alles anzeigen"
199
+ #: ../lib/alexandria/library_store.rb:83
200
+ msgid "%<file>s version is not okay"
201
+ msgstr ""
54
202
 
55
- #: ../lib/alexandria/ui/ui_manager.rb:150
56
- msgid "Title contains"
57
- msgstr "Der Titel enthält"
203
+ #: ../lib/alexandria/library_store.rb:88
204
+ msgid "%<file>s pub year is not okay"
205
+ msgstr ""
58
206
 
59
- #: ../lib/alexandria/ui/ui_manager.rb:151
60
- msgid "Authors contain"
61
- msgstr "Die Autoren enthalten"
207
+ #: ../lib/alexandria/models/library.rb:40
208
+ msgid "Untitled"
209
+ msgstr "Unbenannt"
62
210
 
63
- #: ../lib/alexandria/ui/ui_manager.rb:152
64
- msgid "ISBN contains"
65
- msgstr "Die ISBN enthält"
211
+ #: ../lib/alexandria/models/library.rb:288
212
+ msgid "Book %<isbn>s was already deleted"
213
+ msgstr ""
66
214
 
67
- #: ../lib/alexandria/ui/ui_manager.rb:153
68
- msgid "Publisher contains"
69
- msgstr "Der Verlag enthält"
215
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
216
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
217
+ msgstr ""
70
218
 
71
- #: ../lib/alexandria/ui/ui_manager.rb:154
72
- msgid "Notes contain"
73
- msgstr "Die Bemerkungen enthalten"
219
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
220
+ msgid "Error parsing CueCat input"
221
+ msgstr ""
74
222
 
75
- #: ../lib/alexandria/ui/ui_manager.rb:155
76
- msgid "Tags contain"
77
- msgstr "Die Tags enthalten"
223
+ #: ../lib/alexandria/scanners/keyboard.rb:51
224
+ msgid "Unknown scan data %s<data>"
225
+ msgstr ""
78
226
 
79
- #: ../lib/alexandria/ui/ui_manager.rb:170
80
- msgid "Change the search type"
81
- msgstr "Den Suchtyp ändern"
227
+ #: ../lib/alexandria/smart_library.rb:49
228
+ msgid "Favorite"
229
+ msgstr "Favoriten"
82
230
 
83
- #: ../lib/alexandria/ui/ui_manager.rb:175
84
- msgid "View as Icons"
85
- msgstr "Symbolansicht"
231
+ #: ../lib/alexandria/smart_library.rb:55
232
+ msgid "Loaned"
233
+ msgstr "Verliehen"
86
234
 
87
- #: ../lib/alexandria/ui/ui_manager.rb:176
88
- msgid "View as List"
89
- msgstr "Listenansicht"
235
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
236
+ #: ../lib/alexandria/ui/listview.rb:59
237
+ msgid "Read"
238
+ msgstr "Gelesen"
90
239
 
91
- #: ../lib/alexandria/ui/ui_manager.rb:189
92
- msgid "Choose how to show books"
93
- msgstr "Wählen sie, wie die Bücher angezeigt werden sollen"
240
+ #: ../lib/alexandria/smart_library.rb:67
241
+ msgid "Owned"
242
+ msgstr "Besitz"
94
243
 
95
- #: ../lib/alexandria/ui/ui_manager.rb:436
96
- msgid "Library '%s' selected"
97
- msgstr "Bibliothek '%s' ausgewählt"
244
+ #: ../lib/alexandria/smart_library.rb:76
245
+ msgid "Wishlist"
246
+ msgstr "Wunschliste"
98
247
 
99
- #: ../lib/alexandria/ui/ui_manager.rb:443
100
- msgid "Library '%s' selected, %d unrated book"
101
- msgid_plural "Library '%s' selected, %d unrated books"
102
- msgstr[0] "Bibliothek '%s' ausgewählt, %d unbewertetes Buch"
103
- msgstr[1] "Bibliothek '%s' ausgewählt, %d unbewertete Bücher"
248
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
249
+ msgid "Title"
250
+ msgstr "Titel"
104
251
 
105
- #: ../lib/alexandria/ui/ui_manager.rb:448
106
- msgid "Library '%s' selected, %d book"
107
- msgid_plural "Library '%s' selected, %d books"
108
- msgstr[0] "Bibliothek '%s' ausgewählt, %d Buch"
109
- msgstr[1] "Bibliothek '%s' ausgewählt, %d Bücher"
252
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
253
+ msgid "ISBN"
254
+ msgstr "ISBN"
110
255
 
111
- #: ../lib/alexandria/ui/ui_manager.rb:455
112
- msgid "Library '%s' selected, %d book, %d unrated"
113
- msgid_plural "Library '%s' selected, %d books, %d unrated"
114
- msgstr[0] "Bibliothek '%s' ausgewählt, %d Buch, %d unbewertet"
115
- msgstr[1] "Bibliothek '%s' ausgewählt, %d Bücher, %d unbewertet"
256
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
257
+ msgid "Authors"
258
+ msgstr "Autoren"
116
259
 
117
- #: ../lib/alexandria/ui/ui_manager.rb:467
118
- msgid "'%s' selected"
119
- msgstr "'%s' ausgewählt"
260
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
261
+ msgid "Publisher"
262
+ msgstr "Verlag"
120
263
 
121
- #: ../lib/alexandria/ui/ui_manager.rb:470
122
- msgid "%d book selected"
123
- msgid_plural "%d books selected"
124
- msgstr[0] "%d Buch ausgewählt"
125
- msgstr[1] "%d Bücher ausgewählt"
264
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
265
+ msgid "Publish Year"
266
+ msgstr "Jahr der Veröffentlichung"
126
267
 
127
- #: ../lib/alexandria/ui/ui_manager.rb:648
128
- msgid "Unable to launch the web browser"
129
- msgstr "Konnte den Webbrowser nicht starten"
268
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
269
+ msgid "Binding"
270
+ msgstr "Bindung"
271
+
272
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
273
+ msgid "Rating"
274
+ msgstr "Bewertung"
275
+
276
+ #: ../lib/alexandria/smart_library.rb:302
277
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
278
+ msgid "Notes"
279
+ msgstr "Bemerkungen"
280
+
281
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
282
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
283
+ msgid "Tags"
284
+ msgstr "Tags"
285
+
286
+ #: ../lib/alexandria/smart_library.rb:304
287
+ msgid "Loaning State"
288
+ msgstr "Verleihstatus"
289
+
290
+ #: ../lib/alexandria/smart_library.rb:305
291
+ msgid "Loaning Date"
292
+ msgstr "Verleih-Datum"
293
+
294
+ #: ../lib/alexandria/smart_library.rb:306
295
+ msgid "Loaning Person"
296
+ msgstr "Verliehen an"
297
+
298
+ #: ../lib/alexandria/smart_library.rb:308
299
+ msgid "Date Read"
300
+ msgstr "Gelesen am"
301
+
302
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
303
+ msgid "Own"
304
+ msgstr "Besitz"
305
+
306
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
307
+ msgid "Want"
308
+ msgstr "Gewünscht"
309
+
310
+ #: ../lib/alexandria/smart_library.rb:317
311
+ msgid "days"
312
+ msgstr "Tage"
313
+
314
+ #: ../lib/alexandria/smart_library.rb:327
315
+ msgid "is set"
316
+ msgstr "ist gesetzt"
317
+
318
+ #: ../lib/alexandria/smart_library.rb:330
319
+ msgid "is not set"
320
+ msgstr "ist nicht gesetzt"
321
+
322
+ #: ../lib/alexandria/smart_library.rb:333
323
+ msgid "is"
324
+ msgstr "ist"
325
+
326
+ #: ../lib/alexandria/smart_library.rb:336
327
+ msgid "is not"
328
+ msgstr "ist nicht"
329
+
330
+ #: ../lib/alexandria/smart_library.rb:339
331
+ msgid "contains"
332
+ msgstr "enthält"
333
+
334
+ #: ../lib/alexandria/smart_library.rb:342
335
+ msgid "does not contain"
336
+ msgstr "enthält nicht"
337
+
338
+ #: ../lib/alexandria/smart_library.rb:345
339
+ msgid "starts with"
340
+ msgstr "beginnt mit"
341
+
342
+ #: ../lib/alexandria/smart_library.rb:348
343
+ msgid "ends with"
344
+ msgstr "endet auf"
345
+
346
+ #: ../lib/alexandria/smart_library.rb:351
347
+ msgid "is greater than"
348
+ msgstr "ist größer als"
349
+
350
+ #: ../lib/alexandria/smart_library.rb:354
351
+ msgid "is less than"
352
+ msgstr "ist kleiner als"
353
+
354
+ #: ../lib/alexandria/smart_library.rb:357
355
+ msgid "is after"
356
+ msgstr "ist nach"
357
+
358
+ #: ../lib/alexandria/smart_library.rb:360
359
+ msgid "is before"
360
+ msgstr "ist vor"
361
+
362
+ #: ../lib/alexandria/smart_library.rb:364
363
+ msgid "is in last"
364
+ msgstr "ist in den letzten"
365
+
366
+ #: ../lib/alexandria/smart_library.rb:384
367
+ msgid "is not in last"
368
+ msgstr "ist nicht in den letzten"
369
+
370
+ #: ../lib/alexandria/smart_library.rb:465
371
+ msgid "invalid operand klass %<klass>s"
372
+ msgstr ""
373
+
374
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
375
+ msgid "There was %d duplicate"
376
+ msgid_plural "There were %d duplicates"
377
+ msgstr[0] "Es gab %d Duplikat"
378
+ msgstr[1] "Es gab %d Duplikate"
379
+
380
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
381
+ msgid "Couldn't add this book"
382
+ msgid_plural "Couldn't add these books"
383
+ msgstr[0] "Konnte dieses Buch nicht hinzufügen"
384
+ msgstr[1] "Konnte diese Bücher nicht hinzufügen"
385
+
386
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
387
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
388
+ msgid "Searching Provider '%s'..."
389
+ msgstr "Suche Anbieter '%s'"
390
+
391
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
392
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
393
+ msgid "Error while Searching Provider '%s'"
394
+ msgstr "Fehler beim Suchen des Anbieters '%s'"
395
+
396
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
397
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
398
+ msgid "Not Found at Provider '%s'"
399
+ msgstr "Beim Anbeiter '%s' nicht gefunden"
400
+
401
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
402
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
403
+ msgid "Found at Provider '%s'"
404
+ msgstr "Beim Anbieter '%s' gefunden"
405
+
406
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
407
+ msgid "Ready to use %s barcode scanner"
408
+ msgstr "Bereit, den Barcode-Scanner %s zu verwenden"
409
+
410
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
411
+ msgid "Click below to scan _barcodes"
412
+ msgstr "Kicken sie, um _Barcodes einzulesen."
413
+
414
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
415
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
416
+ msgid "Couldn't modify the book"
417
+ msgstr "Konnte das Buch nicht bearbeiten"
418
+
419
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
420
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
421
+ msgid ""
422
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
423
+ "correcty, and try again."
424
+ msgstr ""
425
+ "Die EAN/ISBN, die Sie eingegeben haben, ist ungültig. Bitte stellen Sie "
426
+ "sicher, dass Sie keine Tippfehler enthält und versuchen Sie es noch mal."
130
427
 
131
- #: ../lib/alexandria/ui/ui_manager.rb:649
132
- msgid ""
133
- "Check out that a web browser is configured as default (Desktop Preferences -"
134
- "> Advanced -> Preferred Applications) and try again."
428
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
429
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
430
+ msgid "The EAN/ISBN you provided is already used in this library."
135
431
  msgstr ""
136
- "Bitte überprüfen Sie (unter Anwendungen -> Desktop-Einstellungen -> Komplex -"
137
- "> Bevorzugte Anwendungen) ob Sie einen Standard-Webbrowser eingerichtet "
138
- "haben und versuchen es nochmal."
432
+ "Die EAN/ISBN, die sie angegeben haben, wird in dieser Bibliothek bereits "
433
+ "benutzt."
139
434
 
140
- #: ../lib/alexandria/ui/ui_manager.rb:661
141
- msgid "Unable to launch the mail reader"
142
- msgstr "Konnte das E-Mail-Programm nicht starten"
435
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
436
+ msgid "Properties"
437
+ msgstr "_Eigenschaften"
143
438
 
144
- #: ../lib/alexandria/ui/ui_manager.rb:662
145
- msgid ""
146
- "Check out that a mail reader is configured as default (Desktop Preferences -"
147
- "> Advanced -> Preferred Applications) and try again."
148
- msgstr ""
149
- "Bitte überprüfen Sie (unter Anwendungen -> Desktop-Einstellungen -> Komplex -"
150
- "> Bevorzugte Anwendungen) ob Sie ein Standard-E-Mail-Programm eingerichtet "
151
- "haben und versuchen es nochmal."
439
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
440
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
441
+ msgid "Properties for '%s'"
442
+ msgstr "Eigenschaften von %s"
152
443
 
153
- #: ../lib/alexandria/ui/ui_manager.rb:697
154
- msgid "Repair Book Data"
155
- msgstr "Buch-Daten reparieren"
444
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
445
+ msgid "Author"
446
+ msgstr "Autor"
156
447
 
157
- #: ../lib/alexandria/ui/ui_manager.rb:698
158
- msgid ""
159
- "The data files for the following books are malformed or empty. Do you wish "
160
- "to attempt to download new information for them from the online book "
161
- "providers?\n"
162
- msgstr ""
163
- "Die Dateien für die folgenden Bücher sind beschädigt oder leer. Möchten Sie "
164
- "versuchen, neue Informationen für diese Bücher von den Internet-Quellen "
165
- "herunterzuladen?\n"
448
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
449
+ msgid "Select a cover image"
450
+ msgstr "Wähle ein Einbandbild"
166
451
 
167
- #: ../lib/alexandria/ui/ui_manager.rb:755
168
- msgid "Added '%s' to library '%s'"
169
- msgstr "'%s' der Bibliothek '%s' hinzugefügt."
452
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
453
+ msgid "No Cover"
454
+ msgstr "Kein Einband"
170
455
 
171
- #: ../lib/alexandria/ui/ui_manager.rb:908
172
- msgid "Loading '%s'..."
173
- msgstr "Lade '%s'..."
456
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
457
+ msgid "%d day"
458
+ msgid_plural "%d days"
459
+ msgstr[0] "%d Tag"
460
+ msgstr[1] "%d Tage"
174
461
 
175
- #: ../lib/alexandria/ui/ui_manager.rb:1157
176
- msgid "In '_%s'"
177
- msgstr "In '_%s'"
462
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
463
+ msgid "out of range"
464
+ msgstr ""
178
465
 
179
- #: ../lib/alexandria/ui/callbacks.rb:65
466
+ #: ../lib/alexandria/ui/callbacks.rb:57
180
467
  msgid "The following lines are not valid ISBNs and were not imported:"
181
468
  msgstr ""
182
469
  "Die folgenden Zeilen sind keine gültigen ISBNs und wurden nicht importiert."
183
470
 
184
- #: ../lib/alexandria/ui/callbacks.rb:122
185
- #: ../lib/alexandria/ui/export_dialog.rb:128
186
- msgid "Export failed"
187
- msgstr "Exportieren fehlgeschlagen"
188
-
189
- #: ../lib/alexandria/ui/callbacks.rb:123
190
- msgid "Try letting this library load completely before exporting."
471
+ #: ../lib/alexandria/ui/callbacks.rb:62
472
+ msgid "Books could not be found for the following ISBNs:"
191
473
  msgstr ""
192
- "Versuchen Sie diese Bibliothek vollständig zu laden, bevor sie exportieren."
193
474
 
194
- #: ../lib/alexandria/ui/callbacks.rb:274
475
+ #: ../lib/alexandria/ui/callbacks.rb:362
195
476
  msgid "_Library"
196
477
  msgstr "_Bibliothek"
197
478
 
198
- #: ../lib/alexandria/ui/callbacks.rb:275
479
+ #: ../lib/alexandria/ui/callbacks.rb:363
199
480
  msgid "_New Library"
200
481
  msgstr "_Neue Bibliothek"
201
482
 
202
- #: ../lib/alexandria/ui/callbacks.rb:275
483
+ #: ../lib/alexandria/ui/callbacks.rb:363
203
484
  msgid "Create a new library"
204
485
  msgstr "Eine neue Bibliothek anlegen"
205
486
 
206
- #: ../lib/alexandria/ui/callbacks.rb:276
487
+ #: ../lib/alexandria/ui/callbacks.rb:364
207
488
  msgid "New _Smart Library..."
208
489
  msgstr "Neue _intelligente Bibliothek..."
209
490
 
210
- #: ../lib/alexandria/ui/callbacks.rb:276
491
+ #: ../lib/alexandria/ui/callbacks.rb:364
211
492
  msgid "Create a new smart library"
212
493
  msgstr "Neue _intelligente Bibliothek anlegen"
213
494
 
214
- #: ../lib/alexandria/ui/callbacks.rb:277
495
+ #: ../lib/alexandria/ui/callbacks.rb:365
215
496
  msgid "_Add Book..."
216
497
  msgstr "Buch _hinzufügen..."
217
498
 
218
- #: ../lib/alexandria/ui/callbacks.rb:277
499
+ #: ../lib/alexandria/ui/callbacks.rb:365
219
500
  msgid "Add a new book from the Internet"
220
501
  msgstr "Ein neues Buch aus dem Internet hinzufügen."
221
502
 
222
- #: ../lib/alexandria/ui/callbacks.rb:278
503
+ #: ../lib/alexandria/ui/callbacks.rb:366
223
504
  msgid "Add Book _Manually..."
224
505
  msgstr "Buch _manuell hinzufügen..."
225
506
 
226
- #: ../lib/alexandria/ui/callbacks.rb:278
507
+ #: ../lib/alexandria/ui/callbacks.rb:366
227
508
  msgid "Add a new book manually"
228
509
  msgstr "Ein Buch _manuell hinzufügen..."
229
510
 
230
- #: ../lib/alexandria/ui/callbacks.rb:279
511
+ #: ../lib/alexandria/ui/callbacks.rb:367
231
512
  msgid "_Import..."
232
513
  msgstr "_Importiere..."
233
514
 
234
- #: ../lib/alexandria/ui/callbacks.rb:279
515
+ #: ../lib/alexandria/ui/callbacks.rb:367
235
516
  msgid "Import a library"
236
517
  msgstr "Eine Bibliothek importieren"
237
518
 
238
- #: ../lib/alexandria/ui/callbacks.rb:280
519
+ #: ../lib/alexandria/ui/callbacks.rb:368
239
520
  msgid "_Export..."
240
521
  msgstr "E_xportiere..."
241
522
 
242
- #: ../lib/alexandria/ui/callbacks.rb:280
523
+ #: ../lib/alexandria/ui/callbacks.rb:368
243
524
  msgid "Export the selected library"
244
525
  msgstr "Die ausgewählte Bibliothek exportieren"
245
526
 
246
- #: ../lib/alexandria/ui/callbacks.rb:281
247
- msgid "_Acquire from Scanner..."
527
+ #: ../lib/alexandria/ui/callbacks.rb:369
528
+ #, fuzzy
529
+ msgid "A_cquire from Scanner..."
248
530
  msgstr "_Vom Scanner empfangen"
249
531
 
250
- #: ../lib/alexandria/ui/callbacks.rb:281
532
+ #: ../lib/alexandria/ui/callbacks.rb:369
251
533
  msgid "Acquire books from a scanner"
252
534
  msgstr "Bücher vom Scanner empfangen"
253
535
 
254
- #: ../lib/alexandria/ui/callbacks.rb:282
536
+ #: ../lib/alexandria/ui/callbacks.rb:370
255
537
  msgid "_Properties"
256
538
  msgstr "_Eigenschaften"
257
539
 
258
- #: ../lib/alexandria/ui/callbacks.rb:282
540
+ #: ../lib/alexandria/ui/callbacks.rb:370
259
541
  msgid "Edit the properties of the selected book"
260
542
  msgstr "Die Eigenschaften des ausgewählen Buches bearbeiten"
261
543
 
262
- #: ../lib/alexandria/ui/callbacks.rb:283
544
+ #: ../lib/alexandria/ui/callbacks.rb:371
263
545
  msgid "_Quit"
264
546
  msgstr "_Beenden"
265
547
 
266
- #: ../lib/alexandria/ui/callbacks.rb:283
548
+ #: ../lib/alexandria/ui/callbacks.rb:371
267
549
  msgid "Quit the program"
268
550
  msgstr "Das Programm beenden."
269
551
 
270
- #: ../lib/alexandria/ui/callbacks.rb:284
552
+ #: ../lib/alexandria/ui/callbacks.rb:372
271
553
  msgid "_Edit"
272
554
  msgstr "_Bearbeiten"
273
555
 
274
- #: ../lib/alexandria/ui/callbacks.rb:285
556
+ #: ../lib/alexandria/ui/callbacks.rb:373
275
557
  msgid "_Undo"
276
558
  msgstr "_Rückgängig"
277
559
 
278
- #: ../lib/alexandria/ui/callbacks.rb:285
560
+ #: ../lib/alexandria/ui/callbacks.rb:373
279
561
  msgid "Undo the last action"
280
562
  msgstr "Die letze Aktion rückgängig machen."
281
563
 
282
- #: ../lib/alexandria/ui/callbacks.rb:286
564
+ #: ../lib/alexandria/ui/callbacks.rb:374
283
565
  msgid "_Redo"
284
566
  msgstr "_Wiederholen"
285
567
 
286
- #: ../lib/alexandria/ui/callbacks.rb:286
568
+ #: ../lib/alexandria/ui/callbacks.rb:374
287
569
  msgid "Redo the undone action"
288
570
  msgstr "Die rückgängig gemachte Aktion wiederholen"
289
571
 
290
- #: ../lib/alexandria/ui/callbacks.rb:287
572
+ #: ../lib/alexandria/ui/callbacks.rb:375
291
573
  msgid "_Select All"
292
574
  msgstr "_Alles Auswählen"
293
575
 
294
- #: ../lib/alexandria/ui/callbacks.rb:287
576
+ #: ../lib/alexandria/ui/callbacks.rb:375
295
577
  msgid "Select all visible books"
296
578
  msgstr "Alle sichtbaren Bücher auswählen"
297
579
 
298
- #: ../lib/alexandria/ui/callbacks.rb:288
580
+ #: ../lib/alexandria/ui/callbacks.rb:376
299
581
  msgid "Dese_lect All"
300
582
  msgstr "_Nichts auswählen"
301
583
 
302
- #: ../lib/alexandria/ui/callbacks.rb:288
584
+ #: ../lib/alexandria/ui/callbacks.rb:376
303
585
  msgid "Deselect everything"
304
586
  msgstr "Nichts auswählen"
305
587
 
306
- #: ../lib/alexandria/ui/callbacks.rb:289
588
+ #: ../lib/alexandria/ui/callbacks.rb:377
307
589
  msgid "My _Rating"
308
590
  msgstr "Meine _Bewertung"
309
591
 
310
- #: ../lib/alexandria/ui/callbacks.rb:290
592
+ #: ../lib/alexandria/ui/callbacks.rb:378
311
593
  msgid "None"
312
594
  msgstr "Keine"
313
595
 
314
- #: ../lib/alexandria/ui/callbacks.rb:291
596
+ #: ../lib/alexandria/ui/callbacks.rb:379
315
597
  msgid "One Star"
316
598
  msgstr "Ein Stern"
317
599
 
318
- #: ../lib/alexandria/ui/callbacks.rb:292
600
+ #: ../lib/alexandria/ui/callbacks.rb:380
319
601
  msgid "Two Stars"
320
602
  msgstr "Zwei Sterne"
321
603
 
322
- #: ../lib/alexandria/ui/callbacks.rb:293
604
+ #: ../lib/alexandria/ui/callbacks.rb:381
323
605
  msgid "Three Stars"
324
606
  msgstr "Drei Sterne"
325
607
 
326
- #: ../lib/alexandria/ui/callbacks.rb:294
608
+ #: ../lib/alexandria/ui/callbacks.rb:382
327
609
  msgid "Four Stars"
328
610
  msgstr "Vier Sterne"
329
611
 
330
- #: ../lib/alexandria/ui/callbacks.rb:295
612
+ #: ../lib/alexandria/ui/callbacks.rb:383
331
613
  msgid "Five Stars"
332
614
  msgstr "Fünf Sterne"
333
615
 
334
- #: ../lib/alexandria/ui/callbacks.rb:296
616
+ #: ../lib/alexandria/ui/callbacks.rb:384
335
617
  msgid "_Move"
336
618
  msgstr "_Verschieben"
337
619
 
338
- #: ../lib/alexandria/ui/callbacks.rb:297
620
+ #: ../lib/alexandria/ui/callbacks.rb:385
339
621
  msgid "_Rename"
340
622
  msgstr "_Umbenennen"
341
623
 
342
- #: ../lib/alexandria/ui/callbacks.rb:298
624
+ #: ../lib/alexandria/ui/callbacks.rb:386
343
625
  msgid "_Delete"
344
626
  msgstr "_Löschen"
345
627
 
346
- #: ../lib/alexandria/ui/callbacks.rb:298
628
+ #: ../lib/alexandria/ui/callbacks.rb:386
347
629
  msgid "Delete the selected books or library"
348
630
  msgstr "Die ausgewählten Bücher oder Bibliothek löschen"
349
631
 
350
- #: ../lib/alexandria/ui/callbacks.rb:299
632
+ #: ../lib/alexandria/ui/callbacks.rb:387
351
633
  msgid "_Search"
352
634
  msgstr "_Suchen"
353
635
 
354
- #: ../lib/alexandria/ui/callbacks.rb:299
636
+ #: ../lib/alexandria/ui/callbacks.rb:387
355
637
  msgid "Filter books"
356
638
  msgstr "Bücher filtern"
357
639
 
358
- #: ../lib/alexandria/ui/callbacks.rb:300
640
+ #: ../lib/alexandria/ui/callbacks.rb:388
359
641
  msgid "_Clear Results"
360
642
  msgstr "E_rgebnisse löschen"
361
643
 
362
- #: ../lib/alexandria/ui/callbacks.rb:300
644
+ #: ../lib/alexandria/ui/callbacks.rb:388
363
645
  msgid "Clear the search results"
364
646
  msgstr "Suche_rgebnisse löschen"
365
647
 
366
- #: ../lib/alexandria/ui/callbacks.rb:301
648
+ #: ../lib/alexandria/ui/callbacks.rb:389
367
649
  msgid "_Preferences"
368
650
  msgstr "_Einstellungen"
369
651
 
370
- #: ../lib/alexandria/ui/callbacks.rb:301
652
+ #: ../lib/alexandria/ui/callbacks.rb:389
371
653
  msgid "Change Alexandria's settings"
372
654
  msgstr "Alexandrias Einstellungen ändern"
373
655
 
374
- #: ../lib/alexandria/ui/callbacks.rb:302
656
+ #: ../lib/alexandria/ui/callbacks.rb:390
375
657
  msgid "_View"
376
658
  msgstr "_Anzeigen"
377
659
 
378
- #: ../lib/alexandria/ui/callbacks.rb:303
660
+ #: ../lib/alexandria/ui/callbacks.rb:391
379
661
  msgid "Arran_ge Icons"
380
662
  msgstr "Symbole an_ordnen"
381
663
 
382
- #: ../lib/alexandria/ui/callbacks.rb:304
664
+ #: ../lib/alexandria/ui/callbacks.rb:392
383
665
  msgid "Display Online _Information"
384
666
  msgstr "Online-_Informationen anzeigen"
385
667
 
386
- #: ../lib/alexandria/ui/callbacks.rb:306
668
+ #: ../lib/alexandria/ui/callbacks.rb:394
387
669
  msgid "_Help"
388
670
  msgstr "_Hilfe"
389
671
 
390
- #: ../lib/alexandria/ui/callbacks.rb:307
672
+ #: ../lib/alexandria/ui/callbacks.rb:395
391
673
  msgid "Submit _Bug Report"
392
674
  msgstr "_Fehlerbericht erstellen"
393
675
 
394
- #: ../lib/alexandria/ui/callbacks.rb:307
676
+ #: ../lib/alexandria/ui/callbacks.rb:395
395
677
  msgid "Submit a bug report to the developers"
396
678
  msgstr "Einen Fehlerbericht an die Entwickler senden"
397
679
 
398
- #: ../lib/alexandria/ui/callbacks.rb:308
680
+ #: ../lib/alexandria/ui/callbacks.rb:396
399
681
  msgid "Contents"
400
682
  msgstr "Inhalt"
401
683
 
402
- #: ../lib/alexandria/ui/callbacks.rb:308
684
+ #: ../lib/alexandria/ui/callbacks.rb:396
403
685
  msgid "View Alexandria's manual"
404
686
  msgstr "Das Handbuch anzeigen"
405
687
 
406
- #: ../lib/alexandria/ui/callbacks.rb:309
688
+ #: ../lib/alexandria/ui/callbacks.rb:397
407
689
  msgid "_About"
408
690
  msgstr "_Info"
409
691
 
410
- #: ../lib/alexandria/ui/callbacks.rb:309
692
+ #: ../lib/alexandria/ui/callbacks.rb:397
411
693
  msgid "Show information about Alexandria"
412
694
  msgstr "Informationen über Alexandria anzeigen"
413
695
 
414
- #: ../lib/alexandria/ui/callbacks.rb:334
415
- msgid "Side _Pane"
696
+ #: ../lib/alexandria/ui/callbacks.rb:404
697
+ msgid "At _%s"
698
+ msgstr "Bei _%s"
699
+
700
+ #: ../lib/alexandria/ui/callbacks.rb:410
701
+ msgid "Side_pane"
416
702
  msgstr "_Seitenleiste"
417
703
 
418
- #: ../lib/alexandria/ui/callbacks.rb:336
704
+ #: ../lib/alexandria/ui/callbacks.rb:411
419
705
  msgid "_Toolbar"
420
706
  msgstr "_Werkzeugleiste"
421
707
 
422
- #: ../lib/alexandria/ui/callbacks.rb:338
708
+ #: ../lib/alexandria/ui/callbacks.rb:412
423
709
  msgid "_Statusbar"
424
710
  msgstr "S_tatusleiste"
425
711
 
426
- #: ../lib/alexandria/ui/callbacks.rb:340
712
+ #: ../lib/alexandria/ui/callbacks.rb:413
427
713
  msgid "Re_versed Order"
428
714
  msgstr "Ordnung um_kehren"
429
715
 
430
- #: ../lib/alexandria/ui/callbacks.rb:345
716
+ #: ../lib/alexandria/ui/callbacks.rb:418
431
717
  msgid "View as _Icons"
432
718
  msgstr "S_ymbolansicht"
433
719
 
434
- #: ../lib/alexandria/ui/callbacks.rb:346
720
+ #: ../lib/alexandria/ui/callbacks.rb:419
435
721
  msgid "View as _List"
436
722
  msgstr "_Listenansicht"
437
723
 
438
- #: ../lib/alexandria/ui/callbacks.rb:350
724
+ #: ../lib/alexandria/ui/callbacks.rb:423
439
725
  msgid "By _Title"
440
726
  msgstr "Nach _Titel"
441
727
 
442
- #: ../lib/alexandria/ui/callbacks.rb:351
728
+ #: ../lib/alexandria/ui/callbacks.rb:424
443
729
  msgid "By _Authors"
444
730
  msgstr "Nach _Autoren"
445
731
 
446
- #: ../lib/alexandria/ui/callbacks.rb:352
732
+ #: ../lib/alexandria/ui/callbacks.rb:425
447
733
  msgid "By _ISBN"
448
734
  msgstr "Nach _ISBN"
449
735
 
450
- #: ../lib/alexandria/ui/callbacks.rb:353
736
+ #: ../lib/alexandria/ui/callbacks.rb:426
451
737
  msgid "By _Publisher"
452
738
  msgstr "Nach _Verlag"
453
739
 
454
- #: ../lib/alexandria/ui/callbacks.rb:354
740
+ #: ../lib/alexandria/ui/callbacks.rb:427
455
741
  msgid "By _Binding"
456
742
  msgstr "Nach _Bindung"
457
743
 
458
- #: ../lib/alexandria/ui/callbacks.rb:355
744
+ #: ../lib/alexandria/ui/callbacks.rb:428
459
745
  msgid "By _Rating"
460
746
  msgstr "Nach _Bewertung"
461
747
 
462
- #: ../lib/alexandria/ui/callbacks.rb:359
463
- msgid "At _%s"
464
- msgstr "Bei _%s"
465
-
466
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
467
- msgid "There was %d duplicate"
468
- msgid_plural "There were %d duplicates"
469
- msgstr[0] "Es gab %d Duplikat"
470
- msgstr[1] "Es gab %d Duplikate"
471
-
472
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
473
- msgid "Couldn't add this book"
474
- msgid_plural "Couldn't add these books"
475
- msgstr[0] "Konnte dieses Buch nicht hinzufügen"
476
- msgstr[1] "Konnte diese Bücher nicht hinzufügen"
477
-
478
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
479
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
480
- msgid "Searching Provider '%s'..."
481
- msgstr "Suche Anbieter '%s'"
482
-
483
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
484
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
485
- msgid "Error while Searching Provider '%s'"
486
- msgstr "Fehler beim Suchen des Anbieters '%s'"
487
-
488
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
489
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
490
- msgid "Not Found at Provider '%s'"
491
- msgstr "Beim Anbeiter '%s' nicht gefunden"
492
-
493
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
494
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
495
- msgid "Found at Provider '%s'"
496
- msgstr "Beim Anbieter '%s' gefunden"
497
-
498
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
499
- msgid "Ready to use %s barcode scanner"
500
- msgstr "Bereit, den Barcode-Scanner %s zu verwenden"
501
-
502
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
503
- #: ../data/alexandria/glade/acquire_dialog.glade:26
504
- msgid "_Barcode Scanner Ready"
505
- msgstr "_Barcode-Scanner bereit"
506
-
507
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
508
- msgid "Click below to scan _barcodes"
509
- msgstr "Kicken sie, um _Barcodes einzulesen."
510
-
511
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
512
- msgid "There's a problem"
513
- msgstr "Es gibt ein Problem"
514
-
515
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
516
- msgid "New Smart Library"
517
- msgstr "Neue intelligente Bibliothek"
518
-
519
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
520
- msgid "Smart Library"
521
- msgstr "Intelligente Bibliothek"
522
-
523
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
524
- msgid "Preferences for %s"
525
- msgstr "Einstellungen für %s"
526
-
527
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
528
- msgid "New Provider"
529
- msgstr "Neuer Anbieter"
530
-
531
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
532
- msgid "_Name:"
533
- msgstr "_Name:"
534
-
535
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
536
- msgid "_Type:"
537
- msgstr "_Typ:"
538
-
539
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
540
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
541
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
542
- msgid "Disable Provider"
543
- msgstr "Anbieter deaktivieren"
544
-
545
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
546
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
547
- msgid "Enable Provider"
548
- msgstr "Anbieter aktivieren"
549
-
550
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
551
- msgid "Are you sure you want to permanently delete the provider '%s'?"
552
- msgstr ""
553
- "Sind Sie sicher, dass sie den Anbieter '%s' unwiederbringlich löschen wollen?"
554
-
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
556
- msgid ""
557
- "If you continue, the provider and all of its preferences will be permanently "
558
- "deleted."
559
- msgstr ""
560
- "Wenn sie fortfahren wird der Anbeiter und alle seine "
561
- "Einstellungenunwiederbringlich gelöscht."
562
-
563
- #: ../lib/alexandria/ui/import_dialog.rb:36
564
- msgid "Error while importing"
565
- msgstr "Fehler beim Importieren"
566
-
567
- #: ../lib/alexandria/ui/import_dialog.rb:39
568
- msgid "_Continue"
569
- msgstr "_Fortsetzen"
570
-
571
- #: ../lib/alexandria/ui/import_dialog.rb:64
572
- msgid "Import a Library"
573
- msgstr "Eine Bibliothek importieren"
574
-
575
- #: ../lib/alexandria/ui/import_dialog.rb:71
576
- msgid "_Import"
577
- msgstr "_Import"
578
-
579
- #: ../lib/alexandria/ui/import_dialog.rb:188
580
- msgid "Couldn't import the library"
581
- msgstr "Konnte die Bibliothek nicht importieren"
582
-
583
- #: ../lib/alexandria/ui/import_dialog.rb:189
584
- msgid ""
585
- "The format of the file you provided is unknown. Please retry with another "
586
- "file."
587
- msgstr ""
588
- "Das Format der angegebenen Datei ist nicht bekannt. Bitte versuchen sie eine "
589
- "andere Datei."
590
-
591
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
592
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
593
- msgid "Properties for '%s'"
594
- msgstr "Eigenschaften von %s"
595
-
596
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
597
- msgid "Empty or conflictive condition"
598
- msgstr "Leer oder im Konflikt"
599
-
600
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
601
- msgid "_Save However"
602
- msgstr "Trozdem _speichern"
603
-
604
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
605
- msgid ""
606
- "This smart library contains one or more conditions which are empty or "
607
- "conflict with each other. This is likely to result in never matching a book. "
608
- "Are you sure you want to save this library?"
609
- msgstr ""
610
- "Diese intelligente Bibliothek enthält eine oder mehrere Bedinungen die leer "
611
- "sind oder miteinander in Konflikt stehen. Es ist wahrscheinlich dass nie ein "
612
- "Buch darin auftauchen wird. Sind sie sicher, dass sie diese Bibliothek "
613
- "speichern möchten?"
614
-
615
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
616
- msgid "Match"
617
- msgstr "Überprüfe"
618
-
619
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
620
- msgid "all"
621
- msgstr "alle"
622
-
623
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
624
- msgid "any"
625
- msgstr "einen"
626
-
627
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
628
- msgid "of the following rules:"
629
- msgstr "der folgenden Regeln:"
630
-
631
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
632
- msgid "Match the following rule:"
633
- msgstr "Überprüfe die folgende Regel:"
634
-
635
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
636
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
637
- msgid "Couldn't modify the book"
638
- msgstr "Konnte das Buch nicht bearbeiten"
639
-
640
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
641
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
642
- msgid "The EAN/ISBN you provided is already used in this library."
643
- msgstr ""
644
- "Die EAN/ISBN, die sie angegeben haben, wird in dieser Bibliothek bereits "
645
- "benutzt."
646
-
647
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
648
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
649
- msgid ""
650
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
651
- "correcty, and try again."
652
- msgstr ""
653
- "Die EAN/ISBN, die Sie eingegeben haben, ist ungültig. Bitte stellen Sie "
654
- "sicher, dass Sie keine Tippfehler enthält und versuchen Sie es noch mal."
655
-
656
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
657
- msgid "Properties"
658
- msgstr "_Eigenschaften"
659
-
660
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
661
- msgid "Author"
662
- msgstr "Autor"
663
-
664
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
665
- msgid "Select a cover image"
666
- msgstr "Wähle ein Einbandbild"
667
-
668
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
669
- msgid "No Cover"
670
- msgstr "Kein Einband"
671
-
672
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
673
- msgid "%d day"
674
- msgid_plural "%d days"
675
- msgstr[0] "%d Tag"
676
- msgstr[1] "%d Tage"
677
-
678
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
679
- msgid "Adding '%s'"
680
- msgstr "Füge '_%s' hinzu"
681
-
682
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
683
- #: ../data/alexandria/glade/new_book_dialog.glade:8
684
- msgid "Adding a Book"
685
- msgstr "Ein Buch hinzufügen"
686
-
687
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
688
- msgid "A title must be provided."
689
- msgstr "Ein Titel muss angegeben werden."
690
-
691
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
692
- msgid "A publisher must be provided."
693
- msgstr "Ein Verlag muss angegeben werden."
694
-
695
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
696
- msgid "A binding must be provided."
697
- msgstr "Eine Bindung muss angegeben werden."
698
-
699
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
700
- msgid "At least one author must be provided."
701
- msgstr "Es muss mindestens ein Autor angegeben werden."
702
-
703
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
704
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
705
- msgid "Couldn't add the book"
706
- msgstr "Konnte das Buch nicht hinzufügen"
707
-
708
- #: ../lib/alexandria/ui/export_dialog.rb:25
748
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
709
749
  msgid "File already exists"
710
750
  msgstr "Die Datei existiert bereits"
711
751
 
712
- #: ../lib/alexandria/ui/export_dialog.rb:28
713
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
752
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
753
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
714
754
  msgid "_Replace"
715
755
  msgstr "_Ersetzen"
716
756
 
717
- #: ../lib/alexandria/ui/export_dialog.rb:29
757
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
718
758
  msgid ""
719
759
  "A file named '%s' already exists. Do you want to replace it with the one "
720
760
  "you are generating?"
@@ -722,27 +762,44 @@ msgstr ""
722
762
  "Eine Datei mit dem Namen '%s' existiert bereits. Möchten Sie sie mit der von "
723
763
  "ihnen generierten ersetzen?"
724
764
 
725
- #: ../lib/alexandria/ui/export_dialog.rb:52
765
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
766
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
767
+ msgstr "'%s' existiert bereits in '%s' Wollen sie es ersetzen?"
768
+
769
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
770
+ msgid "_Skip"
771
+ msgstr "Über_springen"
772
+
773
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
774
+ msgid "If you replace the existing book, its contents will be overwritten."
775
+ msgstr ""
776
+ "Wenn sie das existierende Buch ersetzen, wird der Inhalt überschrieben."
777
+
778
+ #: ../lib/alexandria/ui/export_dialog.rb:22
726
779
  msgid "Export '%s'"
727
780
  msgstr "'%s' exportieren"
728
781
 
729
- #: ../lib/alexandria/ui/export_dialog.rb:58
782
+ #: ../lib/alexandria/ui/export_dialog.rb:27
730
783
  msgid "_Export"
731
784
  msgstr "_Export"
732
785
 
733
- #: ../lib/alexandria/ui/export_dialog.rb:77
786
+ #: ../lib/alexandria/ui/export_dialog.rb:48
734
787
  msgid "_Theme:"
735
788
  msgstr "_Thema:"
736
789
 
737
- #: ../lib/alexandria/ui/export_dialog.rb:87
790
+ #: ../lib/alexandria/ui/export_dialog.rb:60
738
791
  msgid "directory"
739
792
  msgstr "Verzeichnis"
740
793
 
741
- #: ../lib/alexandria/ui/export_dialog.rb:100
794
+ #: ../lib/alexandria/ui/export_dialog.rb:72
742
795
  msgid "Export for_mat:"
743
796
  msgstr "Exportfor_mat:"
744
797
 
745
- #: ../lib/alexandria/ui/export_dialog.rb:155
798
+ #: ../lib/alexandria/ui/export_dialog.rb:99
799
+ msgid "Export failed"
800
+ msgstr "Exportieren fehlgeschlagen"
801
+
802
+ #: ../lib/alexandria/ui/export_dialog.rb:122
746
803
  msgid ""
747
804
  "The target, named '%s', is a regular file. A directory is needed for this "
748
805
  "operation. Please select a directory and try again."
@@ -751,41 +808,91 @@ msgstr ""
751
808
  "ein Verzeichnis. Bitte wählen sie ein Verzeichnis aus und versuchen es "
752
809
  "nochmal."
753
810
 
754
- #: ../lib/alexandria/ui/export_dialog.rb:159
811
+ #: ../lib/alexandria/ui/export_dialog.rb:126
755
812
  msgid "Not a directory"
756
813
  msgstr "Kein Verzeichnis"
757
814
 
758
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
815
+ #: ../lib/alexandria/ui/import_dialog.rb:23
816
+ msgid "Import a Library"
817
+ msgstr "Eine Bibliothek importieren"
818
+
819
+ #: ../lib/alexandria/ui/import_dialog.rb:30
820
+ msgid "_Import"
821
+ msgstr "_Import"
822
+
823
+ #: ../lib/alexandria/ui/import_dialog.rb:134
824
+ msgid "Couldn't import the library"
825
+ msgstr "Konnte die Bibliothek nicht importieren"
826
+
827
+ #: ../lib/alexandria/ui/import_dialog.rb:135
828
+ msgid ""
829
+ "The format of the file you provided is unknown. Please retry with another "
830
+ "file."
831
+ msgstr ""
832
+ "Das Format der angegebenen Datei ist nicht bekannt. Bitte versuchen sie eine "
833
+ "andere Datei."
834
+
835
+ #: ../lib/alexandria/ui/init.rb:69
836
+ msgid "Unable to launch the help browser"
837
+ msgstr "Konnte den Hilfe-Betrachter nicht starten"
838
+
839
+ #: ../lib/alexandria/ui/init.rb:70
840
+ msgid ""
841
+ "Could not display help for Alexandria. There was an error launching the "
842
+ "system help browser."
843
+ msgstr ""
844
+ "Die Hilfe für Alexandria konnte nicht angezeigt werden; es gab einen Fehler "
845
+ "beim Starten des System-Hilfe-Browsers."
846
+
847
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
759
848
  msgid "Invalid ISBN '%s'"
760
849
  msgstr "Ungültige ISBN '%s'"
761
850
 
762
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
763
- msgid "_Keep"
764
- msgstr "_Behalten"
765
-
766
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
851
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
852
+ #, fuzzy
767
853
  msgid ""
768
854
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
769
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
770
- "add?"
855
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
856
+ "addition?"
771
857
  msgstr ""
772
858
  "Das Buch mit dem Titel '%s' hat eine ungültige ISBN, aber existiert in dem "
773
859
  "Katalog des Anbieters. Möchten sie das Buch behalten und die ISBN ändern "
774
860
  "oder das Hinzufügen abbrechen?"
775
861
 
776
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
862
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
863
+ msgid "_Keep"
864
+ msgstr "_Behalten"
865
+
866
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
867
+ msgid "New Library"
868
+ msgstr "Neue Bibliothek"
869
+
870
+ #: ../lib/alexandria/ui/listview.rb:56
871
+ #, fuzzy
872
+ msgid "Loaned To"
873
+ msgstr "Verliehen"
874
+
875
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
777
876
  msgid "A problem occurred while downloading images"
778
877
  msgstr "Ein Problem trat beim Laden der Bilder auf."
779
878
 
780
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
879
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
880
+ msgid "Iter is invalid! %s"
881
+ msgstr ""
882
+
883
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
781
884
  msgid "Unable to find matches for your search"
782
885
  msgstr "Ihre Suche führte zu keinen Treffern"
783
886
 
784
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
887
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
785
888
  msgid "%s, by %s"
786
889
  msgstr "%s, nach %s"
787
890
 
788
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
891
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
892
+ msgid "Copying %s into tree view."
893
+ msgstr ""
894
+
895
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
789
896
  msgid ""
790
897
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
791
898
  "correctly, and try again."
@@ -794,491 +901,394 @@ msgstr ""
794
901
  "stellen Sie sicher, dass sie richtig geschrieben ist und versuchen Sie es "
795
902
  "noch mal."
796
903
 
797
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
904
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
905
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
906
+ msgid "Couldn't add the book"
907
+ msgstr "Konnte das Buch nicht hinzufügen"
908
+
909
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
798
910
  msgid "'%s' already exists in '%s' (titled '%s')."
799
911
  msgstr "'%s' existiert bereits in '%s' (Unter dem Namen '%s')"
800
912
 
801
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
802
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
803
- msgstr "'%s' existiert bereits in '%s' Wollen sie es ersetzen?"
913
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
914
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
915
+ msgid "Adding a Book"
916
+ msgstr "Ein Buch hinzufügen"
804
917
 
805
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
806
- msgid "_Skip"
807
- msgstr "Über_springen"
918
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
919
+ msgid "Adding '%s'"
920
+ msgstr "Füge '_%s' hinzu"
808
921
 
809
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
810
- msgid "If you replace the existing book, its contents will be overwritten."
922
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
923
+ msgid "A title must be provided."
924
+ msgstr "Ein Titel muss angegeben werden."
925
+
926
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
927
+ msgid "A publisher must be provided."
928
+ msgstr "Ein Verlag muss angegeben werden."
929
+
930
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
931
+ msgid "A binding must be provided."
932
+ msgstr "Eine Bindung muss angegeben werden."
933
+
934
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
935
+ msgid "At least one author must be provided."
936
+ msgstr "Es muss mindestens ein Autor angegeben werden."
937
+
938
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
939
+ msgid "New Provider"
940
+ msgstr "Neuer Anbieter"
941
+
942
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
943
+ msgid "_Name:"
944
+ msgstr "_Name:"
945
+
946
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
947
+ msgid "_Type:"
948
+ msgstr "_Typ:"
949
+
950
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
951
+ msgid "New Smart Library"
952
+ msgstr "Neue intelligente Bibliothek"
953
+
954
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
955
+ msgid "Smart Library"
956
+ msgstr "Intelligente Bibliothek"
957
+
958
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
959
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
811
960
  msgstr ""
812
- "Wenn sie das existierende Buch ersetzen, wird der Inhalt überschrieben."
961
+ "Sind Sie sicher, dass sie den Anbieter '%s' unwiederbringlich löschen wollen?"
962
+
963
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
964
+ msgid ""
965
+ "If you continue, the provider and all of its preferences will be permanently "
966
+ "deleted."
967
+ msgstr ""
968
+ "Wenn sie fortfahren wird der Anbeiter und alle seine "
969
+ "Einstellungenunwiederbringlich gelöscht."
970
+
971
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
972
+ msgid "Preferences for %s"
973
+ msgstr "Einstellungen für %s"
813
974
 
814
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
975
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
815
976
  msgid "Are you sure you want to delete '%s'?"
816
977
  msgstr "Sind Sie sicher, '%s' unwiederbringlich zu löschen?"
817
978
 
818
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
979
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
819
980
  msgid "If you continue, %d book will be deleted."
820
981
  msgid_plural "If you continue, %d books will be deleted."
821
982
  msgstr[0] "Wenn sie fortfahren, wird %d Buch unwiederbringlich gelöscht."
822
983
  msgstr[1] "Wenn sie fortfahren, werden %d Bücher unwiederbringlich gelöscht."
823
984
 
824
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
985
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
825
986
  msgid "Are you sure you want to delete '%s' from '%s'?"
826
987
  msgstr "Sind Sie sicher, '%s' aus '%s' unwiederbringlich zu löschen?"
827
988
 
828
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
989
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
829
990
  msgid "Are you sure you want to delete the selected books from '%s'?"
830
991
  msgstr ""
831
992
  "Sind Sie sicher, die ausgewählten Bücher aus '%s' unwiederbringlich zu "
832
993
  "löschen?"
833
994
 
834
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
995
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
835
996
  msgid "Invalid library name '%s'"
836
997
  msgstr "Ungültiger Bibliotheksname '%s'"
837
998
 
838
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
839
- msgid "The name provided contains the disallowed character <b>%s</b> "
999
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
1000
+ #, fuzzy
1001
+ msgid "The name provided contains the disallowed character <b>%s</b>"
840
1002
  msgstr "Der angegebene Name enthält das ungültige Zeichen '<b>%s</b>'"
841
1003
 
842
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
1004
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
843
1005
  msgid "Invalid library name"
844
1006
  msgstr "Ungültiger Bibliotheksname"
845
1007
 
846
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1008
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
847
1009
  msgid "The name provided contains invalid characters."
848
1010
  msgstr "Der angegebene Name enthält ungültige Zeichen."
849
1011
 
850
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1012
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
851
1013
  msgid "The library name can not be empty"
852
1014
  msgstr "Der Name der Bibliothek darf nicht leer sein"
853
1015
 
854
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1016
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
855
1017
  msgid "The library can not be renamed"
856
1018
  msgstr "Die Bibliothek kann nicht unbenannt werden"
857
1019
 
858
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1020
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
859
1021
  msgid "There is already a library named '%s'. Please choose a different name."
860
1022
  msgstr ""
861
1023
  "Es gibt bereits eine Bibliothek mit dem Namen '%s'. Bitte wählen sie einen "
862
1024
  "anderen Namen."
863
1025
 
864
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1026
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
865
1027
  msgid "Library"
866
1028
  msgstr "Bibliothek"
867
1029
 
868
- #: ../lib/alexandria/ui/libraries_combo.rb:44
869
- msgid "New Library"
870
- msgstr "Neue Bibliothek"
871
-
872
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
873
- msgid "Title"
874
- msgstr "Titel"
875
-
876
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
877
- msgid "Authors"
878
- msgstr "Autoren"
879
-
880
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
881
- msgid "ISBN"
882
- msgstr "ISBN"
883
-
884
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
885
- msgid "Publisher"
886
- msgstr "Verlag"
887
-
888
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
889
- msgid "Publish Year"
890
- msgstr "Jahr der Veröffentlichung"
891
-
892
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
893
- msgid "Binding"
894
- msgstr "Bindung"
895
-
896
- #: ../lib/alexandria/ui/listview.rb:110
897
- #, fuzzy
898
- msgid "Loaned To"
899
- msgstr "Verliehen"
900
-
901
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
902
- #: ../lib/alexandria/smart_library.rb:361
903
- msgid "Read"
904
- msgstr "Gelesen"
905
-
906
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
907
- msgid "Own"
908
- msgstr "Besitz"
909
-
910
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
911
- msgid "Want"
912
- msgstr "Gewünscht"
1030
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1031
+ msgid "Error while importing"
1032
+ msgstr "Fehler beim Importieren"
913
1033
 
914
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
915
- #: ../data/alexandria/glade/preferences_dialog.glade:421
916
- msgid "Tags"
917
- msgstr "Tags"
1034
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1035
+ msgid "_Continue"
1036
+ msgstr "_Fortsetzen"
918
1037
 
919
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
920
- msgid "Rating"
921
- msgstr "Bewertung"
1038
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1039
+ msgid "Empty or conflictive condition"
1040
+ msgstr "Leer oder im Konflikt"
922
1041
 
923
- #: ../lib/alexandria/ui/init.rb:83
924
- msgid "Unable to launch the help browser"
925
- msgstr "Konnte den Hilfe-Betrachter nicht starten"
1042
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1043
+ msgid "_Save However"
1044
+ msgstr "Trozdem _speichern"
926
1045
 
927
- #: ../lib/alexandria/ui/init.rb:84
1046
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
928
1047
  msgid ""
929
- "Could not display help for Alexandria. There was an error launching the "
930
- "system help browser."
1048
+ "This smart library contains one or more conditions which are empty or "
1049
+ "conflict with each other. This is likely to result in never matching a book. "
1050
+ "Are you sure you want to save this library?"
931
1051
  msgstr ""
932
- "Die Hilfe für Alexandria konnte nicht angezeigt werden; es gab einen Fehler "
933
- "beim Starten des System-Hilfe-Browsers."
934
-
935
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
936
- msgid "Locale"
937
- msgstr "Sprache"
938
-
939
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
940
- msgid "Access key ID"
941
- msgstr "Zugriffs-Schlüssel-ID"
942
-
943
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
944
- msgid "Secret access key"
945
- msgstr "Privater Zugriffsschlüssel"
946
-
947
- #: ../lib/alexandria/book_providers/z3950.rb:34
948
- msgid "Hostname"
949
- msgstr "Servername"
950
-
951
- #: ../lib/alexandria/book_providers/z3950.rb:35
952
- msgid "Port"
953
- msgstr "Port"
954
-
955
- #: ../lib/alexandria/book_providers/z3950.rb:36
956
- msgid "Database"
957
- msgstr "Datenbank"
958
-
959
- #: ../lib/alexandria/book_providers/z3950.rb:37
960
- msgid "Record syntax"
961
- msgstr "Datensatzformat"
962
-
963
- #: ../lib/alexandria/book_providers/z3950.rb:38
964
- msgid "Username"
965
- msgstr "Benutzername"
966
-
967
- #: ../lib/alexandria/book_providers/z3950.rb:39
968
- msgid "Password"
969
- msgstr "Passwort"
970
-
971
- #: ../lib/alexandria/book_providers/z3950.rb:40
972
- msgid "Charset encoding"
973
- msgstr "Zeichensatz-Kodierung"
974
-
975
- #: ../lib/alexandria/book_providers/z3950.rb:221
976
- msgid "Library of Congress (Usa)"
977
- msgstr "US-Kongress-Bibliothek"
978
-
979
- #: ../lib/alexandria/book_providers/z3950.rb:255
980
- msgid "British Library"
981
- msgstr "Britische Bibliothek"
982
-
983
- #: ../lib/alexandria/export_library.rb:109
984
- msgid "Archived ONIX XML"
985
- msgstr "Archiviertes ONIX XML"
986
-
987
- #: ../lib/alexandria/export_library.rb:111
988
- msgid "Archived Tellico XML"
989
- msgstr "Archiviertes Tellico XML"
990
-
991
- #: ../lib/alexandria/export_library.rb:113
992
- msgid "BibTeX"
993
- msgstr "BibTeX"
994
-
995
- #: ../lib/alexandria/export_library.rb:114
996
- msgid "CSV list"
997
- msgstr "CSV-Liste"
998
-
999
- #: ../lib/alexandria/export_library.rb:115
1000
- msgid "ISBN List"
1001
- msgstr "ISBN-Liste"
1002
-
1003
- #: ../lib/alexandria/export_library.rb:116
1004
- msgid "iPod Notes"
1005
- msgstr "iPod-Bemerkungen"
1006
-
1007
- #: ../lib/alexandria/export_library.rb:117
1008
- msgid "HTML Web Page"
1009
- msgstr "HTML-Webseite"
1010
-
1011
- #: ../lib/alexandria/smart_library.rb:92
1012
- msgid "Favorite"
1013
- msgstr "Favoriten"
1014
-
1015
- #: ../lib/alexandria/smart_library.rb:98
1016
- msgid "Loaned"
1017
- msgstr "Verliehen"
1052
+ "Diese intelligente Bibliothek enthält eine oder mehrere Bedinungen die leer "
1053
+ "sind oder miteinander in Konflikt stehen. Es ist wahrscheinlich dass nie ein "
1054
+ "Buch darin auftauchen wird. Sind sie sicher, dass sie diese Bibliothek "
1055
+ "speichern möchten?"
1018
1056
 
1019
- #: ../lib/alexandria/smart_library.rb:110
1020
- msgid "Owned"
1021
- msgstr "Besitz"
1057
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1058
+ msgid "Match"
1059
+ msgstr "Überprüfe"
1022
1060
 
1023
- #: ../lib/alexandria/smart_library.rb:119
1024
- msgid "Wishlist"
1025
- msgstr "Wunschliste"
1061
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1062
+ msgid "all"
1063
+ msgstr "alle"
1026
1064
 
1027
- #: ../lib/alexandria/smart_library.rb:356
1028
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1029
- msgid "Notes"
1030
- msgstr "Bemerkungen"
1065
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1066
+ msgid "any"
1067
+ msgstr "einen"
1031
1068
 
1032
- #: ../lib/alexandria/smart_library.rb:358
1033
- msgid "Loaning State"
1034
- msgstr "Verleihstatus"
1069
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1070
+ msgid "of the following rules:"
1071
+ msgstr "der folgenden Regeln:"
1035
1072
 
1036
- #: ../lib/alexandria/smart_library.rb:359
1037
- msgid "Loaning Date"
1038
- msgstr "Verleih-Datum"
1073
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1074
+ msgid "Match the following rule:"
1075
+ msgstr "Überprüfe die folgende Regel:"
1039
1076
 
1040
- #: ../lib/alexandria/smart_library.rb:360
1041
- msgid "Loaning Person"
1042
- msgstr "Verliehen an"
1077
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1078
+ msgid "Type here the search criterion"
1079
+ msgstr "Hier die Suchkriterien eingeben"
1043
1080
 
1044
- #: ../lib/alexandria/smart_library.rb:362
1045
- msgid "Date Read"
1046
- msgstr "Gelesen am"
1081
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1082
+ msgid "Match everything"
1083
+ msgstr "Alles anzeigen"
1047
1084
 
1048
- #: ../lib/alexandria/smart_library.rb:371
1049
- msgid "days"
1050
- msgstr "Tage"
1085
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1086
+ msgid "Title contains"
1087
+ msgstr "Der Titel enthält"
1051
1088
 
1052
- #: ../lib/alexandria/smart_library.rb:382
1053
- msgid "is set"
1054
- msgstr "ist gesetzt"
1089
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1090
+ msgid "Authors contain"
1091
+ msgstr "Die Autoren enthalten"
1055
1092
 
1056
- #: ../lib/alexandria/smart_library.rb:386
1057
- msgid "is not set"
1058
- msgstr "ist nicht gesetzt"
1093
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1094
+ msgid "ISBN contains"
1095
+ msgstr "Die ISBN enthält"
1059
1096
 
1060
- #: ../lib/alexandria/smart_library.rb:390
1061
- msgid "is"
1062
- msgstr "ist"
1097
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1098
+ msgid "Publisher contains"
1099
+ msgstr "Der Verlag enthält"
1063
1100
 
1064
- #: ../lib/alexandria/smart_library.rb:394
1065
- msgid "is not"
1066
- msgstr "ist nicht"
1101
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1102
+ msgid "Notes contain"
1103
+ msgstr "Die Bemerkungen enthalten"
1067
1104
 
1068
- #: ../lib/alexandria/smart_library.rb:398
1069
- msgid "contains"
1070
- msgstr "enthält"
1105
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1106
+ msgid "Tags contain"
1107
+ msgstr "Die Tags enthalten"
1071
1108
 
1072
- #: ../lib/alexandria/smart_library.rb:402
1073
- msgid "does not contain"
1074
- msgstr "enthält nicht"
1109
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1110
+ msgid "Change the search type"
1111
+ msgstr "Den Suchtyp ändern"
1075
1112
 
1076
- #: ../lib/alexandria/smart_library.rb:406
1077
- msgid "starts with"
1078
- msgstr "beginnt mit"
1113
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1114
+ msgid "View as Icons"
1115
+ msgstr "Symbolansicht"
1079
1116
 
1080
- #: ../lib/alexandria/smart_library.rb:410
1081
- msgid "ends with"
1082
- msgstr "endet auf"
1117
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1118
+ msgid "View as List"
1119
+ msgstr "Listenansicht"
1083
1120
 
1084
- #: ../lib/alexandria/smart_library.rb:414
1085
- msgid "is greater than"
1086
- msgstr "ist größer als"
1121
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1122
+ msgid "Choose how to show books"
1123
+ msgstr "Wählen sie, wie die Bücher angezeigt werden sollen"
1087
1124
 
1088
- #: ../lib/alexandria/smart_library.rb:418
1089
- msgid "is less than"
1090
- msgstr "ist kleiner als"
1125
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1126
+ msgid "Library '%s' selected"
1127
+ msgstr "Bibliothek '%s' ausgewählt"
1091
1128
 
1092
- #: ../lib/alexandria/smart_library.rb:422
1093
- msgid "is after"
1094
- msgstr "ist nach"
1129
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1130
+ msgid "Library '%s' selected, %d unrated book"
1131
+ msgid_plural "Library '%s' selected, %d unrated books"
1132
+ msgstr[0] "Bibliothek '%s' ausgewählt, %d unbewertetes Buch"
1133
+ msgstr[1] "Bibliothek '%s' ausgewählt, %d unbewertete Bücher"
1095
1134
 
1096
- #: ../lib/alexandria/smart_library.rb:426
1097
- msgid "is before"
1098
- msgstr "ist vor"
1135
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1136
+ msgid "Library '%s' selected, %d book"
1137
+ msgid_plural "Library '%s' selected, %d books"
1138
+ msgstr[0] "Bibliothek '%s' ausgewählt, %d Buch"
1139
+ msgstr[1] "Bibliothek '%s' ausgewählt, %d Bücher"
1099
1140
 
1100
- #: ../lib/alexandria/smart_library.rb:430
1101
- msgid "is in last"
1102
- msgstr "ist in den letzten"
1141
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1142
+ msgid "Library '%s' selected, %d book, %d unrated"
1143
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1144
+ msgstr[0] "Bibliothek '%s' ausgewählt, %d Buch, %d unbewertet"
1145
+ msgstr[1] "Bibliothek '%s' ausgewählt, %d Bücher, %d unbewertet"
1103
1146
 
1104
- #: ../lib/alexandria/smart_library.rb:450
1105
- msgid "is not in last"
1106
- msgstr "ist nicht in den letzten"
1147
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1148
+ msgid "'%s' selected"
1149
+ msgstr "'%s' ausgewählt"
1107
1150
 
1108
- #: ../lib/alexandria/book_providers.rb:87
1109
- msgid "Couldn't reach the provider '%s': timeout expired."
1110
- msgstr "Konnte den Anbieter '%s' nicht erreichen: Zeitüberschreitung"
1151
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1152
+ msgid "%d book selected"
1153
+ msgid_plural "%d books selected"
1154
+ msgstr[0] "%d Buch ausgewählt"
1155
+ msgstr[1] "%d Bücher ausgewählt"
1111
1156
 
1112
- #: ../lib/alexandria/book_providers.rb:91
1113
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1114
- msgstr "Konnte den Anbieter '%s' nicht erreichen: socket error (%s)"
1157
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1158
+ msgid "unrecognized update event"
1159
+ msgstr ""
1115
1160
 
1116
- #: ../lib/alexandria/book_providers.rb:95
1117
- #: ../lib/alexandria/book_providers.rb:100
1161
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1162
+ #, fuzzy
1163
+ msgid "Loading libraries..."
1164
+ msgstr "Lade '%s'..."
1165
+
1166
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1118
1167
  msgid ""
1119
- "No results were found. Make sure your search criterion is spelled "
1120
- "correctly, and try again."
1168
+ "The data files for the following books are malformed or empty. Do you wish "
1169
+ "to attempt to download new information for them from the online book "
1170
+ "providers?\n"
1121
1171
  msgstr ""
1122
- "Keine Ergebnisse. Stellen Sie sicher dass ihre Suchkriterien richtig "
1123
- "geschrieben sind und versuchen Sie es noch einmal."
1172
+ "Die Dateien für die folgenden Bücher sind beschädigt oder leer. Möchten Sie "
1173
+ "versuchen, neue Informationen für diese Bücher von den Internet-Quellen "
1174
+ "herunterzuladen?\n"
1124
1175
 
1125
- #: ../lib/alexandria/book_providers.rb:105
1126
- msgid "Too many results for that search."
1127
- msgstr "Zu viele Ergebnisse für diese Suche."
1176
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1177
+ msgid "Added '%s' to library '%s'"
1178
+ msgstr "'%s' der Bibliothek '%s' hinzugefügt."
1128
1179
 
1129
- #: ../lib/alexandria/book_providers.rb:108
1130
- msgid "Invalid search type."
1131
- msgstr "Ungültiger Suchtyp."
1180
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1181
+ msgid "Loading '%s'..."
1182
+ msgstr "Lade '%s'..."
1132
1183
 
1133
- #: ../lib/alexandria/book_providers.rb:203
1134
- msgid "Enabled"
1135
- msgstr "Aktiviert"
1184
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1185
+ msgid "In '_%s'"
1186
+ msgstr "In '_%s'"
1187
+
1188
+ #: ../lib/alexandria/web_themes.rb:64
1189
+ msgid "File %<file>s not found"
1190
+ msgstr ""
1136
1191
 
1137
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1192
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1138
1193
  msgid "Acquire from Scanner"
1139
1194
  msgstr "Mit dem Scanner einlesen"
1140
1195
 
1141
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1142
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1196
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1197
+ msgid "_Barcode Scanner Ready"
1198
+ msgstr "_Barcode-Scanner bereit"
1199
+
1200
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1201
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1143
1202
  msgid "Save _in:"
1144
1203
  msgstr "Speichern _in:"
1145
1204
 
1146
- #: ../data/alexandria/glade/main_app.glade:17
1147
- msgid "Main Window"
1148
- msgstr "Hauptfenster"
1149
-
1150
- #: ../data/alexandria/glade/main_app.glade:32
1151
- msgid "Libraries listing."
1152
- msgstr "_Bibliotheks-Listen"
1205
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1206
+ msgid "by title"
1207
+ msgstr "nach Titel"
1153
1208
 
1154
- #: ../data/alexandria/glade/main_app.glade:46
1155
- msgid "_Libraries:"
1156
- msgstr "_Bibliotheken:"
1209
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1210
+ msgid "by authors"
1211
+ msgstr "nach Author"
1157
1212
 
1158
- #: ../data/alexandria/glade/main_app.glade:111
1159
- msgid "Book listing."
1160
- msgstr "Buchlisten."
1213
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1214
+ msgid "by keyword"
1215
+ msgstr "nach Schlüsselwort"
1161
1216
 
1162
- #: ../data/alexandria/glade/main_app.glade:194
1163
- msgid "Status messages."
1164
- msgstr "Statusmeldungen."
1165
-
1166
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1217
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1167
1218
  msgid "_Keep Dialog Open after Adding Book"
1168
1219
  msgstr "Dialog nach dem Hinzufügen offen _halten"
1169
1220
 
1170
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1171
- msgid ""
1172
- "by title\n"
1173
- "by authors\n"
1174
- "by keyword"
1175
- msgstr ""
1176
- "nach Titel\n"
1177
- "nach Author\n"
1178
- "nach Schlüsselwort"
1179
-
1180
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1221
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1181
1222
  msgid "_Search:"
1182
1223
  msgstr "_Suche:"
1183
1224
 
1184
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1185
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1225
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1226
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1186
1227
  msgid "_ISBN:"
1187
1228
  msgstr "_ISBN:"
1188
1229
 
1189
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1190
- msgid "_Title:"
1191
- msgstr "_Titel:"
1192
-
1193
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1194
- msgid "_Publisher:"
1195
- msgstr "_Verlag:"
1196
-
1197
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1198
- msgid "Add an author"
1199
- msgstr "Autor hinzufügen"
1200
-
1201
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1202
- msgid "Remove an author"
1203
- msgstr "Autor entfernen"
1230
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1231
+ msgid "Preferences"
1232
+ msgstr "Einstellungen"
1204
1233
 
1205
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1206
- msgid "_Authors:"
1207
- msgstr "_Autoren:"
1234
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1235
+ msgid "<b>Visible Columns</b>"
1236
+ msgstr "<b>Sichbare Spalten</b>"
1208
1237
 
1209
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1210
- msgid "_Binding:"
1211
- msgstr "_Bindung:"
1238
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1239
+ msgid "_Authors"
1240
+ msgstr "_Autoren"
1212
1241
 
1213
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1214
- msgid "Publish _year:"
1215
- msgstr "_Jahr der Veröffentlichung:"
1242
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1243
+ msgid "_ISBN"
1244
+ msgstr "_ISBN"
1216
1245
 
1217
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1218
- msgid "Tags:"
1219
- msgstr "Tags: "
1246
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1247
+ msgid "_Publisher"
1248
+ msgstr "_Verlag"
1220
1249
 
1221
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1222
- msgid "_Cover:"
1223
- msgstr "_Einband:"
1250
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1251
+ msgid "_Rating"
1252
+ msgstr "Be_wertung"
1224
1253
 
1225
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1226
- msgid "Click to pick a cover"
1227
- msgstr "Klicken Sie um einen Einband auszuwählen"
1254
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1255
+ msgid "_Binding"
1256
+ msgstr "_Bindung"
1228
1257
 
1229
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1230
- msgid "Own it?"
1231
- msgstr "Besitze es?"
1258
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1259
+ msgid "Publish _year"
1260
+ msgstr "_Jahr der Veröffentlichung"
1232
1261
 
1233
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1234
- msgid "Read it?"
1262
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1263
+ msgid "Read?"
1235
1264
  msgstr "Gelesen?"
1236
1265
 
1237
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1238
- msgid "Want it?"
1239
- msgstr "Gewünscht?"
1240
-
1241
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1242
- msgid "Click on the stars to rate the book"
1243
- msgstr "Klicken Sie auf die Sterne um das Buch zu bewerten."
1244
-
1245
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1246
- msgid "Rating:"
1247
- msgstr "Bewertung:"
1248
-
1249
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1250
- msgid "General"
1251
- msgstr "Allgemein"
1252
-
1253
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1254
- msgid "This book is _loaned"
1255
- msgstr "Dieses Buch ist ver_liehen"
1256
-
1257
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1258
- msgid "_To:"
1259
- msgstr "_An:"
1266
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1267
+ msgid "Own?"
1268
+ msgstr "Eigenes?"
1260
1269
 
1261
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1262
- msgid "_Since:"
1263
- msgstr "_Seit:"
1270
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1271
+ msgid "Want?"
1272
+ msgstr "Gewünscht?"
1264
1273
 
1265
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1266
- msgid "Loaning"
1267
- msgstr "Leihstatus"
1274
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1275
+ #, fuzzy
1276
+ msgid "Loaned to"
1277
+ msgstr "Verliehen"
1268
1278
 
1269
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1270
- msgid "Preferences"
1271
- msgstr "Einstellungen"
1279
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1280
+ msgid "_List View"
1281
+ msgstr "_Listenansicht"
1272
1282
 
1273
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1283
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1274
1284
  msgid "<b>Book Data Providers</b>"
1275
1285
  msgstr "<b>Buchinformations-Anbieter</b>"
1276
1286
 
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1287
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1278
1288
  msgid "_Setup"
1279
1289
  msgstr "_Einstellen"
1280
1290
 
1281
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1291
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1282
1292
  msgid ""
1283
1293
  "Providers are libraries that supply information about books. Some of them "
1284
1294
  "can be configured to get better results. You can also customize the order "
@@ -1288,11 +1298,11 @@ msgstr ""
1288
1298
  "Manche können angepasst werden, um bessere Ergebnisse zu erzielen. Sie "
1289
1299
  "können auch die Reihenfolge der Abfrage einstellen."
1290
1300
 
1291
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1301
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1292
1302
  msgid "Custom _Z39.50 Providers"
1293
1303
  msgstr "Eigener _Z39.50-Anbieter"
1294
1304
 
1295
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1305
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1296
1306
  msgid ""
1297
1307
  "Add and remove your own Z39.50 providers.\n"
1298
1308
  "Requires the Ruby/ZOOM software library."
@@ -1300,58 +1310,113 @@ msgstr ""
1300
1310
  "Verwalte deine eigene Z39.50 providers.\n"
1301
1311
  "Benötigt die Ruby/ZOOM-Softwarebibliothek"
1302
1312
 
1303
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1313
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1304
1314
  msgid "_Providers"
1305
1315
  msgstr "_Anbieter"
1306
1316
 
1307
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1308
- msgid "<b>Visible Columns</b>"
1309
- msgstr "<b>Sichbare Spalten</b>"
1317
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1318
+ #, fuzzy
1319
+ msgid "<b>Barcode Scanner Device</b>"
1320
+ msgstr "_Barcode-Scanner bereit"
1310
1321
 
1311
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1312
- msgid "_Authors"
1313
- msgstr "_Autoren"
1322
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1323
+ msgid "_Device type:"
1324
+ msgstr ""
1314
1325
 
1315
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1316
- msgid "_ISBN"
1317
- msgstr "_ISBN"
1326
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1327
+ msgid "<b>Sound Effects</b>"
1328
+ msgstr ""
1318
1329
 
1319
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1320
- msgid "_Publisher"
1321
- msgstr "_Verlag"
1330
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1331
+ #, fuzzy
1332
+ msgid "Scanning"
1333
+ msgstr "Leihstatus"
1322
1334
 
1323
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1324
- msgid "_Rating"
1325
- msgstr "Be_wertung"
1335
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1336
+ msgid "Good Scan / Bad Scan"
1337
+ msgstr ""
1326
1338
 
1327
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1328
- msgid "_Binding"
1329
- msgstr "_Bindung"
1339
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1340
+ #, fuzzy
1341
+ msgid "_Barcode Scanner"
1342
+ msgstr "_Barcode-Scanner bereit"
1330
1343
 
1331
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1332
- msgid "Publish _year"
1333
- msgstr "_Jahr der Veröffentlichung"
1344
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1345
+ msgid "_Libraries:"
1346
+ msgstr "_Bibliotheken:"
1334
1347
 
1335
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1336
- msgid "Read?"
1337
- msgstr "Gelesen?"
1348
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1349
+ msgid "_Title:"
1350
+ msgstr "_Titel:"
1338
1351
 
1339
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1340
- msgid "Own?"
1341
- msgstr "Eigenes?"
1352
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1353
+ msgid "_Authors:"
1354
+ msgstr "_Autoren:"
1342
1355
 
1343
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1344
- msgid "Want?"
1356
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1357
+ msgid "Tags:"
1358
+ msgstr "Tags: "
1359
+
1360
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1361
+ msgid "_Binding:"
1362
+ msgstr "_Bindung:"
1363
+
1364
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1365
+ msgid "Publish _year:"
1366
+ msgstr "_Jahr der Veröffentlichung:"
1367
+
1368
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1369
+ msgid "_Publisher:"
1370
+ msgstr "_Verlag:"
1371
+
1372
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1373
+ msgid "_Cover:"
1374
+ msgstr "_Einband:"
1375
+
1376
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1377
+ msgid "Rating:"
1378
+ msgstr "Bewertung:"
1379
+
1380
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1381
+ msgid "Want it?"
1345
1382
  msgstr "Gewünscht?"
1346
1383
 
1347
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1384
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1385
+ msgid "Read it?"
1386
+ msgstr "Gelesen?"
1387
+
1388
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1348
1389
  #, fuzzy
1349
- msgid "Loaned to"
1350
- msgstr "Verliehen"
1390
+ msgid "Select Date"
1391
+ msgstr "_Alles Auswählen"
1351
1392
 
1352
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1353
- msgid "_List View"
1354
- msgstr "_Listenansicht"
1393
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1394
+ msgid "Clear Date"
1395
+ msgstr ""
1396
+
1397
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1398
+ msgid "Own it?"
1399
+ msgstr "Besitze es?"
1400
+
1401
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1402
+ msgid "General"
1403
+ msgstr "Allgemein"
1404
+
1405
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1406
+ msgid "This book is _loaned"
1407
+ msgstr "Dieses Buch ist ver_liehen"
1408
+
1409
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1410
+ msgid "_To:"
1411
+ msgstr "_An:"
1412
+
1413
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1414
+ msgid "_Since:"
1415
+ msgstr "_Seit:"
1416
+
1417
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1418
+ msgid "Loaning"
1419
+ msgstr "Leihstatus"
1355
1420
 
1356
1421
  #: ../alexandria.desktop.in.h:1
1357
1422
  msgid "Alexandria Book Collection Manager"
@@ -1365,6 +1430,69 @@ msgstr "Büchersammlungs-Manager"
1365
1430
  msgid "Manage your book collection"
1366
1431
  msgstr "Ordnen sie ihre Büchersammlung."
1367
1432
 
1433
+ #~ msgid "Unable to launch the web browser"
1434
+ #~ msgstr "Konnte den Webbrowser nicht starten"
1435
+
1436
+ #~ msgid ""
1437
+ #~ "Check out that a web browser is configured as default (Desktop "
1438
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1439
+ #~ msgstr ""
1440
+ #~ "Bitte überprüfen Sie (unter Anwendungen -> Desktop-Einstellungen -> "
1441
+ #~ "Komplex -> Bevorzugte Anwendungen) ob Sie einen Standard-Webbrowser "
1442
+ #~ "eingerichtet haben und versuchen es nochmal."
1443
+
1444
+ #~ msgid "Unable to launch the mail reader"
1445
+ #~ msgstr "Konnte das E-Mail-Programm nicht starten"
1446
+
1447
+ #~ msgid ""
1448
+ #~ "Check out that a mail reader is configured as default (Desktop "
1449
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1450
+ #~ msgstr ""
1451
+ #~ "Bitte überprüfen Sie (unter Anwendungen -> Desktop-Einstellungen -> "
1452
+ #~ "Komplex -> Bevorzugte Anwendungen) ob Sie ein Standard-E-Mail-Programm "
1453
+ #~ "eingerichtet haben und versuchen es nochmal."
1454
+
1455
+ #~ msgid "Repair Book Data"
1456
+ #~ msgstr "Buch-Daten reparieren"
1457
+
1458
+ #~ msgid "Try letting this library load completely before exporting."
1459
+ #~ msgstr ""
1460
+ #~ "Versuchen Sie diese Bibliothek vollständig zu laden, bevor sie "
1461
+ #~ "exportieren."
1462
+
1463
+ #~ msgid "There's a problem"
1464
+ #~ msgstr "Es gibt ein Problem"
1465
+
1466
+ #~ msgid "Disable Provider"
1467
+ #~ msgstr "Anbieter deaktivieren"
1468
+
1469
+ #~ msgid "Enable Provider"
1470
+ #~ msgstr "Anbieter aktivieren"
1471
+
1472
+ #~ msgid "Main Window"
1473
+ #~ msgstr "Hauptfenster"
1474
+
1475
+ #~ msgid "Libraries listing."
1476
+ #~ msgstr "_Bibliotheks-Listen"
1477
+
1478
+ #~ msgid "Book listing."
1479
+ #~ msgstr "Buchlisten."
1480
+
1481
+ #~ msgid "Status messages."
1482
+ #~ msgstr "Statusmeldungen."
1483
+
1484
+ #~ msgid "Add an author"
1485
+ #~ msgstr "Autor hinzufügen"
1486
+
1487
+ #~ msgid "Remove an author"
1488
+ #~ msgstr "Autor entfernen"
1489
+
1490
+ #~ msgid "Click to pick a cover"
1491
+ #~ msgstr "Klicken Sie um einen Einband auszuwählen"
1492
+
1493
+ #~ msgid "Click on the stars to rate the book"
1494
+ #~ msgstr "Klicken Sie auf die Sterne um das Buch zu bewerten."
1495
+
1368
1496
  #~ msgid "Language"
1369
1497
  #~ msgstr "Sprache"
1370
1498
 
@@ -1377,9 +1505,6 @@ msgstr "Ordnen sie ihre Büchersammlung."
1377
1505
  #~ msgid "Couldn't add these books"
1378
1506
  #~ msgstr "Konnte das Buch nicht hinzufügen"
1379
1507
 
1380
- #~ msgid "Associate ID"
1381
- #~ msgstr "Associate ID"
1382
-
1383
1508
  #~ msgid ""
1384
1509
  #~ "These books do not conform to the ISBN-13 standard. We will attempt to "
1385
1510
  #~ "replace them from the book providers. Otherwise, we will turn them into "