alexandria-book-collection-manager 0.7.5 → 0.7.9

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