alexandria-book-collection-manager 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.gitignore +4 -1
  4. data/.rubocop.yml +51 -29
  5. data/.rubocop_todo.yml +33 -155
  6. data/.simplecov +5 -2
  7. data/.travis.yml +10 -4
  8. data/CHANGELOG.md +19 -0
  9. data/INSTALL.md +23 -11
  10. data/README.md +36 -35
  11. data/Rakefile +7 -5
  12. data/alexandria-book-collection-manager.gemspec +8 -3
  13. data/doc/dependency_decisions.yml +22 -3
  14. data/lib/alexandria.rb +2 -2
  15. data/lib/alexandria/book_providers.rb +47 -49
  16. data/lib/alexandria/book_providers/adlibris.rb +8 -13
  17. data/lib/alexandria/book_providers/amazon_aws.rb +47 -60
  18. data/lib/alexandria/book_providers/amazon_ecs_util.rb +283 -298
  19. data/lib/alexandria/book_providers/barnes_and_noble.rb +8 -8
  20. data/lib/alexandria/book_providers/douban.rb +2 -2
  21. data/lib/alexandria/book_providers/proxis.rb +12 -11
  22. data/lib/alexandria/book_providers/pseudomarc.rb +60 -70
  23. data/lib/alexandria/book_providers/siciliano.rb +5 -6
  24. data/lib/alexandria/book_providers/thalia.rb +8 -9
  25. data/lib/alexandria/book_providers/worldcat.rb +25 -31
  26. data/lib/alexandria/book_providers/z3950.rb +62 -69
  27. data/lib/alexandria/default_preferences.rb +37 -0
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +4 -8
  30. data/lib/alexandria/import_library.rb +38 -62
  31. data/lib/alexandria/import_library_csv.rb +16 -16
  32. data/lib/alexandria/library_sort_order.rb +3 -1
  33. data/lib/alexandria/library_store.rb +16 -16
  34. data/lib/alexandria/logging.rb +4 -8
  35. data/lib/alexandria/models/book.rb +2 -2
  36. data/lib/alexandria/models/library.rb +18 -14
  37. data/lib/alexandria/net.rb +1 -2
  38. data/lib/alexandria/preferences.rb +27 -31
  39. data/lib/alexandria/scanners.rb +2 -2
  40. data/lib/alexandria/scanners/cue_cat.rb +5 -5
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/smart_library.rb +22 -26
  43. data/lib/alexandria/ui.rb +7 -7
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +9 -10
  46. data/lib/alexandria/ui/alert_dialog.rb +34 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +5 -5
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -2
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +23 -17
  51. data/lib/alexandria/ui/callbacks.rb +141 -120
  52. data/lib/alexandria/ui/completion_models.rb +1 -1
  53. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  54. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +1 -1
  55. data/lib/alexandria/ui/error_dialog.rb +1 -1
  56. data/lib/alexandria/ui/export_dialog.rb +13 -15
  57. data/lib/alexandria/ui/icons.rb +34 -40
  58. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  59. data/lib/alexandria/ui/import_dialog.rb +48 -47
  60. data/lib/alexandria/ui/init.rb +3 -2
  61. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  62. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  63. data/lib/alexandria/ui/listview.rb +5 -6
  64. data/lib/alexandria/ui/main_app.rb +2 -2
  65. data/lib/alexandria/ui/multi_drag_treeview.rb +4 -6
  66. data/lib/alexandria/ui/new_book_dialog.rb +52 -52
  67. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  68. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  69. data/lib/alexandria/ui/preferences_dialog.rb +23 -82
  70. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +9 -5
  71. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  72. data/lib/alexandria/ui/really_delete_dialog.rb +1 -1
  73. data/lib/alexandria/ui/sidepane_manager.rb +35 -37
  74. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  75. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  76. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +59 -138
  77. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  78. data/lib/alexandria/ui/sound.rb +4 -6
  79. data/lib/alexandria/ui/ui_manager.rb +62 -64
  80. data/lib/alexandria/version.rb +2 -2
  81. data/lib/alexandria/web_themes.rb +15 -15
  82. data/po/cs.po +991 -874
  83. data/po/cy.po +957 -870
  84. data/po/de.po +991 -866
  85. data/po/el.po +987 -863
  86. data/po/es.po +986 -862
  87. data/po/fr.po +988 -868
  88. data/po/ga.po +910 -822
  89. data/po/gl.po +983 -863
  90. data/po/it.po +984 -862
  91. data/po/ja.po +969 -849
  92. data/po/mk.po +983 -859
  93. data/po/nb.po +982 -862
  94. data/po/nl.po +992 -869
  95. data/po/pl.po +1018 -963
  96. data/po/pt.po +983 -852
  97. data/po/pt_BR.po +983 -863
  98. data/po/ru.po +992 -869
  99. data/po/sk.po +986 -864
  100. data/po/sv.po +980 -860
  101. data/po/uk.po +975 -861
  102. data/po/zh_TW.po +974 -854
  103. data/share/alexandria/glade/main_app__builder.glade +6 -21
  104. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  105. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  106. data/share/gnome/help/alexandria/fr/alexandria.xml +1 -1
  107. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  108. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  109. data/spec/alexandria/book_providers_spec.rb +73 -129
  110. data/spec/alexandria/console_spec.rb +0 -5
  111. data/spec/alexandria/export_library_spec.rb +27 -38
  112. data/spec/alexandria/library_spec.rb +56 -44
  113. data/spec/alexandria/preferences_spec.rb +29 -3
  114. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  115. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  116. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  117. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  118. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  119. data/spec/alexandria/ui/book_properties_dialog_spec.rb +1 -1
  120. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  121. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  122. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  123. data/spec/alexandria/ui/export_dialog_spec.rb +1 -1
  124. data/spec/alexandria/ui/icons_spec.rb +26 -0
  125. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  126. data/spec/alexandria/ui/import_dialog_spec.rb +30 -3
  127. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  128. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  129. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +1 -1
  130. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  131. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  132. data/spec/alexandria/ui/preferences_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  134. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  136. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  137. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +21 -7
  138. data/spec/alexandria/ui/ui_manager_spec.rb +39 -2
  139. data/spec/spec_helper.rb +46 -3
  140. data/tasks/spec.rake +3 -5
  141. data/util/rake/fileinstall.rb +12 -11
  142. metadata +82 -10
  143. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  144. data/spec/alexandria/utilities_spec.rb +0 -52
data/po/cs.po CHANGED
@@ -7,10 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: alexandria 0.6.3\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
10
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
11
11
  "PO-Revision-Date: 2008-01-05 21:48+0100\n"
12
12
  "Last-Translator: Petr Vanek <vanous@penguin.cz>\n"
13
13
  "Language-Team: Czech <cs@li.org>\n"
14
+ "Language: cs\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"
@@ -18,702 +19,755 @@ msgstr ""
18
19
  "X-Poedit-Language: Czech\n"
19
20
  "X-Poedit-Country: CZECH REPUBLIC\n"
20
21
 
21
- #: ../lib/alexandria/import_library.rb:30
22
+ #: ../lib/alexandria/about.rb:27
23
+ msgid "A program to help you manage your book collection."
24
+ msgstr "Program, který vám pomůže spravovat vaši sbírku knih."
25
+
26
+ #: ../lib/alexandria/book_providers.rb:91
27
+ msgid "Couldn't reach the provider '%s': timeout expired."
28
+ msgstr "Poskytovatel '%s' je nedostupný: čas vypršel."
29
+
30
+ #: ../lib/alexandria/book_providers.rb:95
31
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
32
+ msgstr "Poskytovatel '%s' je nedostupný: soketová chyba (%s)."
33
+
34
+ #: ../lib/alexandria/book_providers.rb:99
35
+ #: ../lib/alexandria/book_providers.rb:104
36
+ msgid ""
37
+ "No results were found. Make sure your search criterion is spelled "
38
+ "correctly, and try again."
39
+ msgstr ""
40
+ "Žádné výsledky nenalezeny. Zkontrolujte prosím, zda je vaše vyhledávací "
41
+ "kritérium správně zapsané, a zkuste to znovu."
42
+
43
+ #: ../lib/alexandria/book_providers.rb:109
44
+ msgid "Too many results for that search."
45
+ msgstr "Hledání vrátilo příliš mnoho výsledků."
46
+
47
+ #: ../lib/alexandria/book_providers.rb:112
48
+ msgid "Invalid search type."
49
+ msgstr "Chybný druh hledání."
50
+
51
+ #: ../lib/alexandria/book_providers.rb:206
52
+ msgid "Enabled"
53
+ msgstr ""
54
+
55
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
56
+ msgid "title not found on page"
57
+ msgstr ""
58
+
59
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
60
+ msgid "Locale"
61
+ msgstr "Pobočka"
62
+
63
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
64
+ msgid "Access key ID"
65
+ msgstr ""
66
+
67
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
68
+ msgid "Secret access key"
69
+ msgstr ""
70
+
71
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
72
+ #, fuzzy
73
+ msgid "Associate Tag"
74
+ msgstr "Přičleněné ID"
75
+
76
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
77
+ msgid "Provide secret key for your Amazon AWS account."
78
+ msgstr ""
79
+
80
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
81
+ msgid "No products"
82
+ msgstr ""
83
+
84
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
85
+ msgid "HTTP Response: %<code>s %<message>s"
86
+ msgstr ""
87
+
88
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
89
+ msgid "Invalid country '%<country>s'"
90
+ msgstr ""
91
+
92
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
93
+ msgid "HTTP redirect too deep"
94
+ msgstr ""
95
+
96
+ #: ../lib/alexandria/book_providers/z3950.rb:22
97
+ msgid "Hostname"
98
+ msgstr "Jméno počítače"
99
+
100
+ #: ../lib/alexandria/book_providers/z3950.rb:23
101
+ msgid "Port"
102
+ msgstr "Port"
103
+
104
+ #: ../lib/alexandria/book_providers/z3950.rb:24
105
+ msgid "Database"
106
+ msgstr "Databáze"
107
+
108
+ #: ../lib/alexandria/book_providers/z3950.rb:25
109
+ msgid "Record syntax"
110
+ msgstr "Syntax záznamu"
111
+
112
+ #: ../lib/alexandria/book_providers/z3950.rb:27
113
+ msgid "Username"
114
+ msgstr "Uživatelské jméno"
115
+
116
+ #: ../lib/alexandria/book_providers/z3950.rb:28
117
+ msgid "Password"
118
+ msgstr "Heslo"
119
+
120
+ #: ../lib/alexandria/book_providers/z3950.rb:29
121
+ msgid "Charset encoding"
122
+ msgstr "Kódování"
123
+
124
+ #: ../lib/alexandria/book_providers/z3950.rb:213
125
+ msgid "Library of Congress (Usa)"
126
+ msgstr "Kongresová knihovna USA"
127
+
128
+ #: ../lib/alexandria/book_providers/z3950.rb:249
129
+ msgid "British Library"
130
+ msgstr "British Library"
131
+
132
+ #: ../lib/alexandria/book_providers/z3950.rb:376
133
+ #, fuzzy
134
+ msgid "Invalid ISBN"
135
+ msgstr "Neplatné ISBN '%s'"
136
+
137
+ #: ../lib/alexandria/export_format.rb:18
138
+ msgid "Archived ONIX XML"
139
+ msgstr "Zkomprimované ONIX XML"
140
+
141
+ #: ../lib/alexandria/export_format.rb:19
142
+ msgid "Archived Tellico XML"
143
+ msgstr "Zkomprimované Tellico XML"
144
+
145
+ #: ../lib/alexandria/export_format.rb:20
146
+ msgid "BibTeX"
147
+ msgstr "BibTeX"
148
+
149
+ #: ../lib/alexandria/export_format.rb:21
150
+ msgid "CSV list"
151
+ msgstr "CSV seznam"
152
+
153
+ #: ../lib/alexandria/export_format.rb:22
154
+ msgid "ISBN List"
155
+ msgstr "Seznam ISBN"
156
+
157
+ #: ../lib/alexandria/export_format.rb:23
158
+ #, fuzzy
159
+ msgid "iPod Notes"
160
+ msgstr "Poznámky"
161
+
162
+ #: ../lib/alexandria/export_format.rb:24
163
+ msgid "HTML Web Page"
164
+ msgstr "HTML webová stránka"
165
+
166
+ #: ../lib/alexandria/import_library.rb:21
22
167
  msgid "Autodetect"
23
168
  msgstr "Detekovat automaticky"
24
169
 
25
- #: ../lib/alexandria/import_library.rb:31
170
+ #: ../lib/alexandria/import_library.rb:22
26
171
  msgid "Archived Tellico XML (*.bc, *.tc)"
27
172
  msgstr "Zkomprimované Tellico XML (*.bc, *.tc)"
28
173
 
29
- #: ../lib/alexandria/import_library.rb:33
174
+ #: ../lib/alexandria/import_library.rb:24
30
175
  msgid "ISBN List (*.txt)"
31
176
  msgstr "Seznam ISBN (*.txt)"
32
177
 
33
- #: ../lib/alexandria/import_library.rb:35
178
+ #: ../lib/alexandria/import_library.rb:25
34
179
  msgid "GoodReads CSV"
35
180
  msgstr ""
36
181
 
37
- #: ../lib/alexandria/models/library.rb:56
38
- msgid "Untitled"
39
- msgstr "Nepojmenovaná"
182
+ #: ../lib/alexandria/import_library.rb:65
183
+ msgid "Unsupported type"
184
+ msgstr ""
185
+
186
+ #: ../lib/alexandria/import_library_csv.rb:199
187
+ msgid "Not Recognized"
188
+ msgstr ""
40
189
 
41
- #: ../lib/alexandria/models/library.rb:245
190
+ #: ../lib/alexandria/library_store.rb:37
42
191
  msgid "My Library"
43
192
  msgstr "Moje knihovna"
44
193
 
45
- #: ../lib/alexandria/about.rb:24
46
- msgid "A program to help you manage your book collection."
47
- msgstr "Program, který vám pomůže spravovat vaši sbírku knih."
194
+ #: ../lib/alexandria/library_store.rb:67
195
+ msgid "Not a book: %<book>s"
196
+ msgstr ""
48
197
 
49
- #: ../lib/alexandria/ui/ui_manager.rb:135
50
- msgid "Type here the search criterion"
51
- msgstr "Zde napište hledací kritéria"
198
+ #: ../lib/alexandria/library_store.rb:78
199
+ msgid "%<file>s isbn is not okay"
200
+ msgstr ""
52
201
 
53
- #: ../lib/alexandria/ui/ui_manager.rb:148
54
- msgid "Match everything"
55
- msgstr "Prohledávat vše"
202
+ #: ../lib/alexandria/library_store.rb:83
203
+ msgid "%<file>s version is not okay"
204
+ msgstr ""
56
205
 
57
- #: ../lib/alexandria/ui/ui_manager.rb:150
58
- msgid "Title contains"
59
- msgstr "Název obsahuje"
206
+ #: ../lib/alexandria/library_store.rb:88
207
+ msgid "%<file>s pub year is not okay"
208
+ msgstr ""
60
209
 
61
- #: ../lib/alexandria/ui/ui_manager.rb:151
62
- msgid "Authors contain"
63
- msgstr "Autoři obsahují"
210
+ #: ../lib/alexandria/models/library.rb:40
211
+ msgid "Untitled"
212
+ msgstr "Nepojmenovaná"
64
213
 
65
- #: ../lib/alexandria/ui/ui_manager.rb:152
66
- msgid "ISBN contains"
67
- msgstr "ISBN obsahuje"
214
+ #: ../lib/alexandria/models/library.rb:288
215
+ msgid "Book %<isbn>s was already deleted"
216
+ msgstr ""
68
217
 
69
- #: ../lib/alexandria/ui/ui_manager.rb:153
70
- msgid "Publisher contains"
71
- msgstr "Vydavatel obsahuje"
218
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
219
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
220
+ msgstr ""
72
221
 
73
- #: ../lib/alexandria/ui/ui_manager.rb:154
74
- msgid "Notes contain"
75
- msgstr "Poznámky obsahují"
222
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
223
+ msgid "Error parsing CueCat input"
224
+ msgstr ""
76
225
 
77
- #: ../lib/alexandria/ui/ui_manager.rb:155
78
- msgid "Tags contain"
79
- msgstr "Značky obsahují"
226
+ #: ../lib/alexandria/scanners/keyboard.rb:51
227
+ msgid "Unknown scan data %s<data>"
228
+ msgstr ""
80
229
 
81
- #: ../lib/alexandria/ui/ui_manager.rb:170
82
- msgid "Change the search type"
83
- msgstr "Změnit druh hledání"
230
+ #: ../lib/alexandria/smart_library.rb:49
231
+ msgid "Favorite"
232
+ msgstr "Oblíbená"
84
233
 
85
- #: ../lib/alexandria/ui/ui_manager.rb:175
86
- msgid "View as Icons"
87
- msgstr "Zobrazit jako ikony"
234
+ #: ../lib/alexandria/smart_library.rb:55
235
+ msgid "Loaned"
236
+ msgstr "Vypůjčeno"
88
237
 
89
- #: ../lib/alexandria/ui/ui_manager.rb:176
90
- msgid "View as List"
91
- msgstr "Zobrazit jako seznam"
238
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
239
+ #: ../lib/alexandria/ui/listview.rb:59
240
+ #, fuzzy
241
+ msgid "Read"
242
+ msgstr "Čtená"
92
243
 
93
- #: ../lib/alexandria/ui/ui_manager.rb:189
94
- msgid "Choose how to show books"
95
- msgstr "Zvolte jak zobrazit knihy"
244
+ #: ../lib/alexandria/smart_library.rb:67
245
+ #, fuzzy
246
+ msgid "Owned"
247
+ msgstr "Vlastněná"
96
248
 
97
- #: ../lib/alexandria/ui/ui_manager.rb:436
98
- msgid "Library '%s' selected"
99
- msgstr "Vybrána knihovna '%s'"
249
+ #: ../lib/alexandria/smart_library.rb:76
250
+ msgid "Wishlist"
251
+ msgstr "List přání"
100
252
 
101
- #: ../lib/alexandria/ui/ui_manager.rb:443
102
- msgid "Library '%s' selected, %d unrated book"
103
- msgid_plural "Library '%s' selected, %d unrated books"
104
- msgstr[0] "Vybrána knihovna '%s', %d neohodnocená kniha"
105
- msgstr[1] "Vybrána knihovna '%s', %d neohodnocené knihy"
106
- msgstr[2] "Vybrána knihovna '%s', %d neohodnocených knih"
253
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
254
+ msgid "Title"
255
+ msgstr "Název"
107
256
 
108
- #: ../lib/alexandria/ui/ui_manager.rb:448
109
- msgid "Library '%s' selected, %d book"
110
- msgid_plural "Library '%s' selected, %d books"
111
- msgstr[0] "Vybrána knihovna '%s', %d kniha"
112
- msgstr[1] "Vybrána knihovna '%s', %d knihy"
113
- msgstr[2] "Vybrána knihovna '%s', %d knih"
257
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
258
+ msgid "ISBN"
259
+ msgstr "ISBN"
114
260
 
115
- #: ../lib/alexandria/ui/ui_manager.rb:455
116
- msgid "Library '%s' selected, %d book, %d unrated"
117
- msgid_plural "Library '%s' selected, %d books, %d unrated"
118
- msgstr[0] "Vybrána knihovna '%s', %d kniha, neohodnoceno: %d"
119
- msgstr[1] "Vybrána knihovna '%s', %d knihy, neohodnoceno: %d"
120
- msgstr[2] "Vybrána knihovna '%s', %d knih, neohodnoceno: %d"
261
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
262
+ msgid "Authors"
263
+ msgstr "Autoři"
121
264
 
122
- #: ../lib/alexandria/ui/ui_manager.rb:467
123
- msgid "'%s' selected"
124
- msgstr "Vybráno '%s'"
265
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
266
+ msgid "Publisher"
267
+ msgstr "Vydavatel"
125
268
 
126
- #: ../lib/alexandria/ui/ui_manager.rb:470
127
- msgid "%d book selected"
128
- msgid_plural "%d books selected"
129
- msgstr[0] "Vybrána %d kniha"
130
- msgstr[1] "Vybrány %d knihy"
131
- msgstr[2] "Vybráno %d knih"
269
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
270
+ msgid "Publish Year"
271
+ msgstr "Rok vydání"
272
+
273
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
274
+ msgid "Binding"
275
+ msgstr "Vazba"
276
+
277
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
278
+ msgid "Rating"
279
+ msgstr "Hodnocení"
280
+
281
+ #: ../lib/alexandria/smart_library.rb:302
282
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
283
+ msgid "Notes"
284
+ msgstr "Poznámky"
285
+
286
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
287
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
288
+ msgid "Tags"
289
+ msgstr "Značka"
290
+
291
+ #: ../lib/alexandria/smart_library.rb:304
292
+ msgid "Loaning State"
293
+ msgstr "Stav výpůjčky"
294
+
295
+ #: ../lib/alexandria/smart_library.rb:305
296
+ msgid "Loaning Date"
297
+ msgstr "Datum výpůjčky"
298
+
299
+ #: ../lib/alexandria/smart_library.rb:306
300
+ msgid "Loaning Person"
301
+ msgstr "Komu vypůjčeno"
302
+
303
+ #: ../lib/alexandria/smart_library.rb:308
304
+ #, fuzzy
305
+ msgid "Date Read"
306
+ msgstr "Čtená"
307
+
308
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
309
+ #, fuzzy
310
+ msgid "Own"
311
+ msgstr "Vlastní"
312
+
313
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
314
+ #, fuzzy
315
+ msgid "Want"
316
+ msgstr "Chtěná"
317
+
318
+ #: ../lib/alexandria/smart_library.rb:317
319
+ msgid "days"
320
+ msgstr "dní"
321
+
322
+ #: ../lib/alexandria/smart_library.rb:327
323
+ #, fuzzy
324
+ msgid "is set"
325
+ msgstr "je nastaveno"
326
+
327
+ #: ../lib/alexandria/smart_library.rb:330
328
+ #, fuzzy
329
+ msgid "is not set"
330
+ msgstr "není nastaveno"
331
+
332
+ #: ../lib/alexandria/smart_library.rb:333
333
+ msgid "is"
334
+ msgstr "je"
335
+
336
+ #: ../lib/alexandria/smart_library.rb:336
337
+ msgid "is not"
338
+ msgstr "není"
339
+
340
+ #: ../lib/alexandria/smart_library.rb:339
341
+ msgid "contains"
342
+ msgstr "obsahuje"
343
+
344
+ #: ../lib/alexandria/smart_library.rb:342
345
+ msgid "does not contain"
346
+ msgstr "neobsahuje"
347
+
348
+ #: ../lib/alexandria/smart_library.rb:345
349
+ msgid "starts with"
350
+ msgstr "začíná na"
351
+
352
+ #: ../lib/alexandria/smart_library.rb:348
353
+ msgid "ends with"
354
+ msgstr "končí na"
355
+
356
+ #: ../lib/alexandria/smart_library.rb:351
357
+ msgid "is greater than"
358
+ msgstr "je větší než"
359
+
360
+ #: ../lib/alexandria/smart_library.rb:354
361
+ msgid "is less than"
362
+ msgstr "je menší než"
363
+
364
+ #: ../lib/alexandria/smart_library.rb:357
365
+ msgid "is after"
366
+ msgstr "je po"
367
+
368
+ #: ../lib/alexandria/smart_library.rb:360
369
+ msgid "is before"
370
+ msgstr "je před"
371
+
372
+ #: ../lib/alexandria/smart_library.rb:364
373
+ #, fuzzy
374
+ msgid "is in last"
375
+ msgstr "je v poslední"
376
+
377
+ #: ../lib/alexandria/smart_library.rb:384
378
+ #, fuzzy
379
+ msgid "is not in last"
380
+ msgstr "není v poslední"
381
+
382
+ #: ../lib/alexandria/smart_library.rb:465
383
+ msgid "invalid operand klass %<klass>s"
384
+ msgstr ""
385
+
386
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
387
+ msgid "There was %d duplicate"
388
+ msgid_plural "There were %d duplicates"
389
+ msgstr[0] ""
390
+ msgstr[1] ""
391
+ msgstr[2] ""
132
392
 
133
- #: ../lib/alexandria/ui/ui_manager.rb:648
134
- msgid "Unable to launch the web browser"
135
- msgstr "Nelze spustit prohlížeč webových stránek·"
393
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
394
+ #, fuzzy
395
+ msgid "Couldn't add this book"
396
+ msgid_plural "Couldn't add these books"
397
+ msgstr[0] "Knihu nelze přidat"
398
+ msgstr[1] "Knihu nelze přidat"
399
+ msgstr[2] "Knihu nelze přidat"
400
+
401
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
402
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
403
+ msgid "Searching Provider '%s'..."
404
+ msgstr ""
405
+
406
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
407
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
408
+ msgid "Error while Searching Provider '%s'"
409
+ msgstr ""
410
+
411
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
412
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
413
+ msgid "Not Found at Provider '%s'"
414
+ msgstr ""
415
+
416
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
417
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
418
+ msgid "Found at Provider '%s'"
419
+ msgstr ""
420
+
421
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
422
+ msgid "Ready to use %s barcode scanner"
423
+ msgstr ""
424
+
425
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
426
+ msgid "Click below to scan _barcodes"
427
+ msgstr "Kliněte níže pro naskenování čárových kódů"
428
+
429
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
430
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
431
+ msgid "Couldn't modify the book"
432
+ msgstr "Knihu nelze upravit"
136
433
 
137
- #: ../lib/alexandria/ui/ui_manager.rb:649
434
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
435
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
138
436
  msgid ""
139
- "Check out that a web browser is configured as default (Desktop Preferences -"
140
- "> Advanced -> Preferred Applications) and try again."
437
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
438
+ "correcty, and try again."
141
439
  msgstr ""
142
- "Zkontrolujte, zda je nastavený výchozí webový prohlížeč a zkuste to znovu."
440
+ "Zadané EAN/ISBN je neplatné. Přesvědčte se, zda je napsáno správně a zkuste "
441
+ "to znovu."
442
+
443
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
444
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
445
+ msgid "The EAN/ISBN you provided is already used in this library."
446
+ msgstr "Zadané EAN/ISBN je již v této knihovně používáno."
447
+
448
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
449
+ msgid "Properties"
450
+ msgstr "_Vlastnosti"
451
+
452
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
453
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
454
+ msgid "Properties for '%s'"
455
+ msgstr "Vlastnosti %s"
143
456
 
144
- #: ../lib/alexandria/ui/ui_manager.rb:661
145
- msgid "Unable to launch the mail reader"
146
- msgstr "Nelze spustit program pro čtení pošty."
457
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
458
+ msgid "Author"
459
+ msgstr "Autor"
147
460
 
148
- #: ../lib/alexandria/ui/ui_manager.rb:662
149
- msgid ""
150
- "Check out that a mail reader is configured as default (Desktop Preferences -"
151
- "> Advanced -> Preferred Applications) and try again."
152
- msgstr ""
153
- "Zkontrolujete, zda je nastaven výchozí program pro čtení pošty, a zkuste to "
154
- "znovu."
461
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
462
+ msgid "Select a cover image"
463
+ msgstr "Vybrání obrázku obálky"
155
464
 
156
- #: ../lib/alexandria/ui/ui_manager.rb:697
157
- msgid "Repair Book Data"
158
- msgstr ""
465
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
466
+ msgid "No Cover"
467
+ msgstr "Není obal"
159
468
 
160
- #: ../lib/alexandria/ui/ui_manager.rb:698
161
- msgid ""
162
- "The data files for the following books are malformed or empty. Do you wish "
163
- "to attempt to download new information for them from the online book "
164
- "providers?\n"
165
- msgstr ""
469
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
470
+ msgid "%d day"
471
+ msgid_plural "%d days"
472
+ msgstr[0] "%d den"
473
+ msgstr[1] "%d dny"
474
+ msgstr[2] "%d dnů"
166
475
 
167
- #: ../lib/alexandria/ui/ui_manager.rb:755
168
- msgid "Added '%s' to library '%s'"
476
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
477
+ msgid "out of range"
169
478
  msgstr ""
170
479
 
171
- #: ../lib/alexandria/ui/ui_manager.rb:908
172
- #, fuzzy
173
- msgid "Loading '%s'..."
174
- msgstr "Přidávám '%s'"
175
-
176
- #: ../lib/alexandria/ui/ui_manager.rb:1157
177
- msgid "In '_%s'"
178
- msgstr "Do '_%s'"
179
-
180
- #: ../lib/alexandria/ui/callbacks.rb:65
480
+ #: ../lib/alexandria/ui/callbacks.rb:57
181
481
  msgid "The following lines are not valid ISBNs and were not imported:"
182
482
  msgstr "Následující řádky obsahující neplatná ISBN nebyly importovány:"
183
483
 
184
- #: ../lib/alexandria/ui/callbacks.rb:122
185
- #: ../lib/alexandria/ui/export_dialog.rb:128
186
- msgid "Export failed"
187
- msgstr "Export se nezdařil"
188
-
189
- #: ../lib/alexandria/ui/callbacks.rb:123
190
- msgid "Try letting this library load completely before exporting."
484
+ #: ../lib/alexandria/ui/callbacks.rb:62
485
+ msgid "Books could not be found for the following ISBNs:"
191
486
  msgstr ""
192
487
 
193
- #: ../lib/alexandria/ui/callbacks.rb:274
488
+ #: ../lib/alexandria/ui/callbacks.rb:362
194
489
  msgid "_Library"
195
490
  msgstr "_Knihovna"
196
491
 
197
- #: ../lib/alexandria/ui/callbacks.rb:275
492
+ #: ../lib/alexandria/ui/callbacks.rb:363
198
493
  msgid "_New Library"
199
494
  msgstr "Nová knihovna"
200
495
 
201
- #: ../lib/alexandria/ui/callbacks.rb:275
496
+ #: ../lib/alexandria/ui/callbacks.rb:363
202
497
  msgid "Create a new library"
203
498
  msgstr "Vytvořit novou knihovnu"
204
499
 
205
- #: ../lib/alexandria/ui/callbacks.rb:276
500
+ #: ../lib/alexandria/ui/callbacks.rb:364
206
501
  msgid "New _Smart Library..."
207
502
  msgstr "Nová inteligentní knihovna"
208
503
 
209
- #: ../lib/alexandria/ui/callbacks.rb:276
504
+ #: ../lib/alexandria/ui/callbacks.rb:364
210
505
  msgid "Create a new smart library"
211
506
  msgstr "Vytvořit inteligentní knihovnu"
212
507
 
213
- #: ../lib/alexandria/ui/callbacks.rb:277
508
+ #: ../lib/alexandria/ui/callbacks.rb:365
214
509
  msgid "_Add Book..."
215
510
  msgstr "Přid_at knihu"
216
511
 
217
- #: ../lib/alexandria/ui/callbacks.rb:277
512
+ #: ../lib/alexandria/ui/callbacks.rb:365
218
513
  msgid "Add a new book from the Internet"
219
514
  msgstr "Přidat novou knihu z Internetu"
220
515
 
221
- #: ../lib/alexandria/ui/callbacks.rb:278
516
+ #: ../lib/alexandria/ui/callbacks.rb:366
222
517
  msgid "Add Book _Manually..."
223
518
  msgstr "Přidat knihu _ručně..."
224
519
 
225
- #: ../lib/alexandria/ui/callbacks.rb:278
520
+ #: ../lib/alexandria/ui/callbacks.rb:366
226
521
  msgid "Add a new book manually"
227
522
  msgstr "Přidat knihu _ručně"
228
523
 
229
- #: ../lib/alexandria/ui/callbacks.rb:279
524
+ #: ../lib/alexandria/ui/callbacks.rb:367
230
525
  msgid "_Import..."
231
526
  msgstr "_Importovat..."
232
527
 
233
- #: ../lib/alexandria/ui/callbacks.rb:279
528
+ #: ../lib/alexandria/ui/callbacks.rb:367
234
529
  msgid "Import a library"
235
530
  msgstr "Importovat knihovnu"
236
531
 
237
- #: ../lib/alexandria/ui/callbacks.rb:280
532
+ #: ../lib/alexandria/ui/callbacks.rb:368
238
533
  msgid "_Export..."
239
534
  msgstr "_Exportovat..."
240
535
 
241
- #: ../lib/alexandria/ui/callbacks.rb:280
536
+ #: ../lib/alexandria/ui/callbacks.rb:368
242
537
  msgid "Export the selected library"
243
538
  msgstr "Exportovat vybranou knihovnu"
244
539
 
245
- #: ../lib/alexandria/ui/callbacks.rb:281
246
- msgid "_Acquire from Scanner..."
540
+ #: ../lib/alexandria/ui/callbacks.rb:369
541
+ #, fuzzy
542
+ msgid "A_cquire from Scanner..."
247
543
  msgstr "Získat ze čtečky"
248
544
 
249
- #: ../lib/alexandria/ui/callbacks.rb:281
545
+ #: ../lib/alexandria/ui/callbacks.rb:369
250
546
  msgid "Acquire books from a scanner"
251
547
  msgstr "Získat knihy ze čtečky"
252
548
 
253
- #: ../lib/alexandria/ui/callbacks.rb:282
549
+ #: ../lib/alexandria/ui/callbacks.rb:370
254
550
  msgid "_Properties"
255
551
  msgstr "_Vlastnosti"
256
552
 
257
- #: ../lib/alexandria/ui/callbacks.rb:282
553
+ #: ../lib/alexandria/ui/callbacks.rb:370
258
554
  msgid "Edit the properties of the selected book"
259
555
  msgstr "Editovat vlastnosti vybrané knihy"
260
556
 
261
- #: ../lib/alexandria/ui/callbacks.rb:283
557
+ #: ../lib/alexandria/ui/callbacks.rb:371
262
558
  msgid "_Quit"
263
559
  msgstr "_Konec"
264
560
 
265
- #: ../lib/alexandria/ui/callbacks.rb:283
561
+ #: ../lib/alexandria/ui/callbacks.rb:371
266
562
  msgid "Quit the program"
267
563
  msgstr "Ukončit program"
268
564
 
269
- #: ../lib/alexandria/ui/callbacks.rb:284
565
+ #: ../lib/alexandria/ui/callbacks.rb:372
270
566
  msgid "_Edit"
271
567
  msgstr "Ú_pravy"
272
568
 
273
- #: ../lib/alexandria/ui/callbacks.rb:285
569
+ #: ../lib/alexandria/ui/callbacks.rb:373
274
570
  msgid "_Undo"
275
571
  msgstr "Zpět"
276
572
 
277
- #: ../lib/alexandria/ui/callbacks.rb:285
573
+ #: ../lib/alexandria/ui/callbacks.rb:373
278
574
  msgid "Undo the last action"
279
575
  msgstr "Vrátit poslední akci"
280
576
 
281
- #: ../lib/alexandria/ui/callbacks.rb:286
577
+ #: ../lib/alexandria/ui/callbacks.rb:374
282
578
  msgid "_Redo"
283
579
  msgstr "Znovu"
284
580
 
285
- #: ../lib/alexandria/ui/callbacks.rb:286
581
+ #: ../lib/alexandria/ui/callbacks.rb:374
286
582
  msgid "Redo the undone action"
287
583
  msgstr "Znovu poslední akci"
288
584
 
289
- #: ../lib/alexandria/ui/callbacks.rb:287
585
+ #: ../lib/alexandria/ui/callbacks.rb:375
290
586
  msgid "_Select All"
291
587
  msgstr "Vybrat _vše"
292
588
 
293
- #: ../lib/alexandria/ui/callbacks.rb:287
589
+ #: ../lib/alexandria/ui/callbacks.rb:375
294
590
  msgid "Select all visible books"
295
591
  msgstr "Vybrat všechny viditelné knihy"
296
592
 
297
- #: ../lib/alexandria/ui/callbacks.rb:288
593
+ #: ../lib/alexandria/ui/callbacks.rb:376
298
594
  msgid "Dese_lect All"
299
595
  msgstr "_Zrušit vybrání"
300
596
 
301
- #: ../lib/alexandria/ui/callbacks.rb:288
597
+ #: ../lib/alexandria/ui/callbacks.rb:376
302
598
  msgid "Deselect everything"
303
599
  msgstr "Odvybrat vše"
304
600
 
305
- #: ../lib/alexandria/ui/callbacks.rb:289
601
+ #: ../lib/alexandria/ui/callbacks.rb:377
306
602
  msgid "My _Rating"
307
603
  msgstr "Mé _hodnocení"
308
604
 
309
- #: ../lib/alexandria/ui/callbacks.rb:290
605
+ #: ../lib/alexandria/ui/callbacks.rb:378
310
606
  msgid "None"
311
607
  msgstr "Nic"
312
608
 
313
- #: ../lib/alexandria/ui/callbacks.rb:291
609
+ #: ../lib/alexandria/ui/callbacks.rb:379
314
610
  msgid "One Star"
315
611
  msgstr "Jedna hvězdička"
316
612
 
317
- #: ../lib/alexandria/ui/callbacks.rb:292
613
+ #: ../lib/alexandria/ui/callbacks.rb:380
318
614
  msgid "Two Stars"
319
615
  msgstr "Dvě hvězdičky"
320
616
 
321
- #: ../lib/alexandria/ui/callbacks.rb:293
617
+ #: ../lib/alexandria/ui/callbacks.rb:381
322
618
  msgid "Three Stars"
323
619
  msgstr "Tři hvězdičky"
324
620
 
325
- #: ../lib/alexandria/ui/callbacks.rb:294
621
+ #: ../lib/alexandria/ui/callbacks.rb:382
326
622
  msgid "Four Stars"
327
623
  msgstr "Čtyři hvězdičky"
328
624
 
329
- #: ../lib/alexandria/ui/callbacks.rb:295
625
+ #: ../lib/alexandria/ui/callbacks.rb:383
330
626
  msgid "Five Stars"
331
627
  msgstr "Pět hvězdiček"
332
628
 
333
- #: ../lib/alexandria/ui/callbacks.rb:296
629
+ #: ../lib/alexandria/ui/callbacks.rb:384
334
630
  msgid "_Move"
335
631
  msgstr "_Přesunout"
336
632
 
337
- #: ../lib/alexandria/ui/callbacks.rb:297
633
+ #: ../lib/alexandria/ui/callbacks.rb:385
338
634
  msgid "_Rename"
339
635
  msgstr "_Přejmenovat"
340
636
 
341
- #: ../lib/alexandria/ui/callbacks.rb:298
637
+ #: ../lib/alexandria/ui/callbacks.rb:386
342
638
  msgid "_Delete"
343
639
  msgstr "_Odstranit"
344
640
 
345
- #: ../lib/alexandria/ui/callbacks.rb:298
641
+ #: ../lib/alexandria/ui/callbacks.rb:386
346
642
  msgid "Delete the selected books or library"
347
643
  msgstr "Vymazat vybrané knihy nebo knihovny"
348
644
 
349
- #: ../lib/alexandria/ui/callbacks.rb:299
645
+ #: ../lib/alexandria/ui/callbacks.rb:387
350
646
  msgid "_Search"
351
647
  msgstr "_Hledat"
352
648
 
353
- #: ../lib/alexandria/ui/callbacks.rb:299
649
+ #: ../lib/alexandria/ui/callbacks.rb:387
354
650
  msgid "Filter books"
355
651
  msgstr "Filtrovat knihy"
356
652
 
357
- #: ../lib/alexandria/ui/callbacks.rb:300
653
+ #: ../lib/alexandria/ui/callbacks.rb:388
358
654
  msgid "_Clear Results"
359
655
  msgstr "V_ymazat výsledky"
360
656
 
361
- #: ../lib/alexandria/ui/callbacks.rb:300
657
+ #: ../lib/alexandria/ui/callbacks.rb:388
362
658
  msgid "Clear the search results"
363
659
  msgstr "V_ymazat výsledky hledání"
364
660
 
365
- #: ../lib/alexandria/ui/callbacks.rb:301
661
+ #: ../lib/alexandria/ui/callbacks.rb:389
366
662
  msgid "_Preferences"
367
663
  msgstr "_Nastavení"
368
664
 
369
- #: ../lib/alexandria/ui/callbacks.rb:301
665
+ #: ../lib/alexandria/ui/callbacks.rb:389
370
666
  msgid "Change Alexandria's settings"
371
667
  msgstr "Změnit nastavení programu"
372
668
 
373
- #: ../lib/alexandria/ui/callbacks.rb:302
669
+ #: ../lib/alexandria/ui/callbacks.rb:390
374
670
  msgid "_View"
375
671
  msgstr "_Zobrazit"
376
672
 
377
- #: ../lib/alexandria/ui/callbacks.rb:303
673
+ #: ../lib/alexandria/ui/callbacks.rb:391
378
674
  msgid "Arran_ge Icons"
379
675
  msgstr "Uspořá_dat ikony"
380
676
 
381
- #: ../lib/alexandria/ui/callbacks.rb:304
677
+ #: ../lib/alexandria/ui/callbacks.rb:392
382
678
  msgid "Display Online _Information"
383
679
  msgstr "Zobrazit _informace online"
384
680
 
385
- #: ../lib/alexandria/ui/callbacks.rb:306
681
+ #: ../lib/alexandria/ui/callbacks.rb:394
386
682
  msgid "_Help"
387
683
  msgstr "_Nápověda"
388
684
 
389
- #: ../lib/alexandria/ui/callbacks.rb:307
685
+ #: ../lib/alexandria/ui/callbacks.rb:395
390
686
  msgid "Submit _Bug Report"
391
687
  msgstr "Nahlásit chy_bu"
392
688
 
393
- #: ../lib/alexandria/ui/callbacks.rb:307
689
+ #: ../lib/alexandria/ui/callbacks.rb:395
394
690
  msgid "Submit a bug report to the developers"
395
691
  msgstr "Odeslat vývojářům zprávu o chybě"
396
692
 
397
- #: ../lib/alexandria/ui/callbacks.rb:308
693
+ #: ../lib/alexandria/ui/callbacks.rb:396
398
694
  msgid "Contents"
399
695
  msgstr "Obsah"
400
696
 
401
- #: ../lib/alexandria/ui/callbacks.rb:308
697
+ #: ../lib/alexandria/ui/callbacks.rb:396
402
698
  msgid "View Alexandria's manual"
403
699
  msgstr "Prohlédnout uživatelský manuál"
404
700
 
405
- #: ../lib/alexandria/ui/callbacks.rb:309
701
+ #: ../lib/alexandria/ui/callbacks.rb:397
406
702
  msgid "_About"
407
703
  msgstr "O _aplikaci"
408
704
 
409
- #: ../lib/alexandria/ui/callbacks.rb:309
705
+ #: ../lib/alexandria/ui/callbacks.rb:397
410
706
  msgid "Show information about Alexandria"
411
707
  msgstr "Zobrazit informace o programu Alexandria"
412
708
 
413
- #: ../lib/alexandria/ui/callbacks.rb:334
414
- msgid "Side _Pane"
709
+ #: ../lib/alexandria/ui/callbacks.rb:404
710
+ msgid "At _%s"
711
+ msgstr "V _%s"
712
+
713
+ #: ../lib/alexandria/ui/callbacks.rb:410
714
+ msgid "Side_pane"
415
715
  msgstr "Boční _panel"
416
716
 
417
- #: ../lib/alexandria/ui/callbacks.rb:336
717
+ #: ../lib/alexandria/ui/callbacks.rb:411
418
718
  msgid "_Toolbar"
419
719
  msgstr "Nástrojovou liš_tu"
420
720
 
421
- #: ../lib/alexandria/ui/callbacks.rb:338
721
+ #: ../lib/alexandria/ui/callbacks.rb:412
422
722
  msgid "_Statusbar"
423
723
  msgstr "_Stavovou lištu"
424
724
 
425
- #: ../lib/alexandria/ui/callbacks.rb:340
725
+ #: ../lib/alexandria/ui/callbacks.rb:413
426
726
  msgid "Re_versed Order"
427
727
  msgstr "_Opačné pořadí"
428
728
 
429
- #: ../lib/alexandria/ui/callbacks.rb:345
729
+ #: ../lib/alexandria/ui/callbacks.rb:418
430
730
  msgid "View as _Icons"
431
731
  msgstr "Zobrazit jako _ikony"
432
732
 
433
- #: ../lib/alexandria/ui/callbacks.rb:346
733
+ #: ../lib/alexandria/ui/callbacks.rb:419
434
734
  msgid "View as _List"
435
735
  msgstr "Zobrazit jako _seznam"
436
736
 
437
- #: ../lib/alexandria/ui/callbacks.rb:350
737
+ #: ../lib/alexandria/ui/callbacks.rb:423
438
738
  msgid "By _Title"
439
739
  msgstr "Podle _názvu"
440
740
 
441
- #: ../lib/alexandria/ui/callbacks.rb:351
741
+ #: ../lib/alexandria/ui/callbacks.rb:424
442
742
  msgid "By _Authors"
443
743
  msgstr "Podle _autorů"
444
744
 
445
- #: ../lib/alexandria/ui/callbacks.rb:352
745
+ #: ../lib/alexandria/ui/callbacks.rb:425
446
746
  msgid "By _ISBN"
447
747
  msgstr "Podle _ISBN"
448
748
 
449
- #: ../lib/alexandria/ui/callbacks.rb:353
749
+ #: ../lib/alexandria/ui/callbacks.rb:426
450
750
  msgid "By _Publisher"
451
751
  msgstr "Podle v_ydavatele"
452
752
 
453
- #: ../lib/alexandria/ui/callbacks.rb:354
753
+ #: ../lib/alexandria/ui/callbacks.rb:427
454
754
  msgid "By _Binding"
455
755
  msgstr "Podle _vazby"
456
756
 
457
- #: ../lib/alexandria/ui/callbacks.rb:355
757
+ #: ../lib/alexandria/ui/callbacks.rb:428
458
758
  msgid "By _Rating"
459
759
  msgstr "Podle _hodnocení"
460
760
 
461
- #: ../lib/alexandria/ui/callbacks.rb:359
462
- msgid "At _%s"
463
- msgstr "V _%s"
464
-
465
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
466
- msgid "There was %d duplicate"
467
- msgid_plural "There were %d duplicates"
468
- msgstr[0] ""
469
- msgstr[1] ""
470
- msgstr[2] ""
471
-
472
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
473
- #, fuzzy
474
- msgid "Couldn't add this book"
475
- msgid_plural "Couldn't add these books"
476
- msgstr[0] "Knihu nelze přidat"
477
- msgstr[1] "Knihu nelze přidat"
478
- msgstr[2] "Knihu nelze přidat"
479
-
480
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
481
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
482
- msgid "Searching Provider '%s'..."
483
- msgstr ""
484
-
485
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
486
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
487
- msgid "Error while Searching Provider '%s'"
488
- msgstr ""
489
-
490
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
491
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
492
- msgid "Not Found at Provider '%s'"
493
- msgstr ""
494
-
495
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
496
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
497
- msgid "Found at Provider '%s'"
498
- msgstr ""
499
-
500
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
501
- msgid "Ready to use %s barcode scanner"
502
- msgstr ""
503
-
504
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
505
- #: ../data/alexandria/glade/acquire_dialog.glade:26
506
- msgid "_Barcode Scanner Ready"
507
- msgstr "Čtečka čárového kódu připravena k použití"
508
-
509
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
510
- msgid "Click below to scan _barcodes"
511
- msgstr "Kliněte níže pro naskenování čárových kódů"
512
-
513
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
514
- msgid "There's a problem"
515
- msgstr "Vyskytla se chyba"
516
-
517
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
518
- msgid "New Smart Library"
519
- msgstr "Nová inteligentní knihovna"
520
-
521
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
522
- msgid "Smart Library"
523
- msgstr "Inteligentní knihovna"
524
-
525
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
526
- msgid "Preferences for %s"
527
- msgstr "Nastavení pro %s"
528
-
529
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
530
- msgid "New Provider"
531
- msgstr "Nový poskytovatel"
532
-
533
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
534
- msgid "_Name:"
535
- msgstr "_Jméno:"
536
-
537
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
538
- msgid "_Type:"
539
- msgstr "_Typ:"
540
-
541
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
542
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
543
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
544
- #, fuzzy
545
- msgid "Disable Provider"
546
- msgstr "Nový poskytovatel"
547
-
548
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
549
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
550
- #, fuzzy
551
- msgid "Enable Provider"
552
- msgstr "Nový poskytovatel"
553
-
554
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
555
- msgid "Are you sure you want to permanently delete the provider '%s'?"
556
- msgstr "Jste si jisti, že chcete natrvalo odstranit poskytovatele '%s'?"
557
-
558
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
559
- msgid ""
560
- "If you continue, the provider and all of its preferences will be permanently "
561
- "deleted."
562
- msgstr ""
563
- "Pokud budete pokračovat, poskytovatel a jeho nastavení budou natrvalo "
564
- "odstraněny."
565
-
566
- #: ../lib/alexandria/ui/import_dialog.rb:36
567
- msgid "Error while importing"
568
- msgstr "Chyba při importování"
569
-
570
- #: ../lib/alexandria/ui/import_dialog.rb:39
571
- msgid "_Continue"
572
- msgstr "_Pokračovat"
573
-
574
- #: ../lib/alexandria/ui/import_dialog.rb:64
575
- msgid "Import a Library"
576
- msgstr "Importovat knihovnu"
577
-
578
- #: ../lib/alexandria/ui/import_dialog.rb:71
579
- msgid "_Import"
580
- msgstr "Importovat"
581
-
582
- #: ../lib/alexandria/ui/import_dialog.rb:188
583
- msgid "Couldn't import the library"
584
- msgstr "Knihovnu nelze importovat"
585
-
586
- #: ../lib/alexandria/ui/import_dialog.rb:189
587
- msgid ""
588
- "The format of the file you provided is unknown. Please retry with another "
589
- "file."
590
- msgstr "Nerozpoznán formát zadaného souboru. Zkuste prosím jiný soubor."
591
-
592
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
593
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
594
- msgid "Properties for '%s'"
595
- msgstr "Vlastnosti %s"
596
-
597
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
598
- msgid "Empty or conflictive condition"
599
- msgstr "Podmínka je prázdná nebo neplatná"
600
-
601
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
602
- msgid "_Save However"
603
- msgstr "Přesto uložit"
604
-
605
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
606
- msgid ""
607
- "This smart library contains one or more conditions which are empty or "
608
- "conflict with each other. This is likely to result in never matching a book. "
609
- "Are you sure you want to save this library?"
610
- msgstr ""
611
- "Inteligentní knihovna obsahuje jednu nebo více podmínek, které jsou buď "
612
- "prázdné, nebo v konfliktu, což se může v konečném důsledku projevit "
613
- "knihovnou, která budu vždy bez knih. Chcete opravdu uložit tuto knihovnu?"
614
-
615
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
616
- msgid "Match"
617
- msgstr "Porovnat"
618
-
619
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
620
- msgid "all"
621
- msgstr "vše"
622
-
623
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
624
- msgid "any"
625
- msgstr "kterékoliv"
626
-
627
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
628
- msgid "of the following rules:"
629
- msgstr "z následujících plavidel:"
630
-
631
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
632
- msgid "Match the following rule:"
633
- msgstr "Vybrat podle následujícího pravidla:"
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 "Knihu nelze upravit"
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 "Zadané EAN/ISBN je již v této knihovně používáno."
644
-
645
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
646
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
647
- msgid ""
648
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
649
- "correcty, and try again."
650
- msgstr ""
651
- "Zadané EAN/ISBN je neplatné. Přesvědčte se, zda je napsáno správně a zkuste "
652
- "to znovu."
653
-
654
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
655
- msgid "Properties"
656
- msgstr "_Vlastnosti"
657
-
658
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
659
- msgid "Author"
660
- msgstr "Autor"
661
-
662
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
663
- msgid "Select a cover image"
664
- msgstr "Vybrání obrázku obálky"
665
-
666
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
667
- msgid "No Cover"
668
- msgstr "Není obal"
669
-
670
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
671
- msgid "%d day"
672
- msgid_plural "%d days"
673
- msgstr[0] "%d den"
674
- msgstr[1] "%d dny"
675
- msgstr[2] "%d dnů"
676
-
677
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
678
- msgid "Adding '%s'"
679
- msgstr "Přidávám '%s'"
680
-
681
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
682
- #: ../data/alexandria/glade/new_book_dialog.glade:8
683
- msgid "Adding a Book"
684
- msgstr "Přidání knihy"
685
-
686
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
687
- msgid "A title must be provided."
688
- msgstr "Musí být vyplněn název."
689
-
690
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
691
- msgid "A publisher must be provided."
692
- msgstr "Musí být vyplněn vydavatel."
693
-
694
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
695
- msgid "A binding must be provided."
696
- msgstr "Musí být vyplněna vazba."
697
-
698
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
699
- msgid "At least one author must be provided."
700
- msgstr "Musí být vyplněn alespoň jeden autor."
701
-
702
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
703
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
704
- msgid "Couldn't add the book"
705
- msgstr "Knihu nelze přidat"
706
-
707
- #: ../lib/alexandria/ui/export_dialog.rb:25
761
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
708
762
  msgid "File already exists"
709
763
  msgstr "Soubor již existuje"
710
764
 
711
- #: ../lib/alexandria/ui/export_dialog.rb:28
712
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
765
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
766
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
713
767
  msgid "_Replace"
714
768
  msgstr "Nah_radit"
715
769
 
716
- #: ../lib/alexandria/ui/export_dialog.rb:29
770
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
717
771
  msgid ""
718
772
  "A file named '%s' already exists. Do you want to replace it with the one "
719
773
  "you are generating?"
@@ -721,27 +775,43 @@ msgstr ""
721
775
  "Soubor se jménem '%s' již existuje. Chcete jej nahradit souborem, který "
722
776
  "vytváříte?"
723
777
 
724
- #: ../lib/alexandria/ui/export_dialog.rb:52
778
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
779
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
780
+ msgstr "Kniha '%s' již v knihovně '%s' existuje. Chcete ji nahradit?"
781
+
782
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
783
+ msgid "_Skip"
784
+ msgstr "V_ynechat"
785
+
786
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
787
+ msgid "If you replace the existing book, its contents will be overwritten."
788
+ msgstr "Jestliže nahradíte existující knihu, její obsah bude přepsán."
789
+
790
+ #: ../lib/alexandria/ui/export_dialog.rb:22
725
791
  msgid "Export '%s'"
726
792
  msgstr "Exportovat '%s'"
727
793
 
728
- #: ../lib/alexandria/ui/export_dialog.rb:58
794
+ #: ../lib/alexandria/ui/export_dialog.rb:27
729
795
  msgid "_Export"
730
796
  msgstr "_Exportovat"
731
797
 
732
- #: ../lib/alexandria/ui/export_dialog.rb:77
798
+ #: ../lib/alexandria/ui/export_dialog.rb:48
733
799
  msgid "_Theme:"
734
800
  msgstr "_Téma:"
735
801
 
736
- #: ../lib/alexandria/ui/export_dialog.rb:87
802
+ #: ../lib/alexandria/ui/export_dialog.rb:60
737
803
  msgid "directory"
738
804
  msgstr "adresář"
739
805
 
740
- #: ../lib/alexandria/ui/export_dialog.rb:100
806
+ #: ../lib/alexandria/ui/export_dialog.rb:72
741
807
  msgid "Export for_mat:"
742
808
  msgstr "For_mát exportu:"
743
809
 
744
- #: ../lib/alexandria/ui/export_dialog.rb:155
810
+ #: ../lib/alexandria/ui/export_dialog.rb:99
811
+ msgid "Export failed"
812
+ msgstr "Export se nezdařil"
813
+
814
+ #: ../lib/alexandria/ui/export_dialog.rb:122
745
815
  msgid ""
746
816
  "The target, named '%s', is a regular file. A directory is needed for this "
747
817
  "operation. Please select a directory and try again."
@@ -749,40 +819,86 @@ msgstr ""
749
819
  "Cíl se jménem '%s' je obyčejný soubor. Pro tuto operaci je nutný adresář. "
750
820
  "Vyberte prosím adresář a zkuste to znovu."
751
821
 
752
- #: ../lib/alexandria/ui/export_dialog.rb:159
822
+ #: ../lib/alexandria/ui/export_dialog.rb:126
753
823
  msgid "Not a directory"
754
824
  msgstr "Není adresář"
755
825
 
756
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
826
+ #: ../lib/alexandria/ui/import_dialog.rb:23
827
+ msgid "Import a Library"
828
+ msgstr "Importovat knihovnu"
829
+
830
+ #: ../lib/alexandria/ui/import_dialog.rb:30
831
+ msgid "_Import"
832
+ msgstr "Importovat"
833
+
834
+ #: ../lib/alexandria/ui/import_dialog.rb:134
835
+ msgid "Couldn't import the library"
836
+ msgstr "Knihovnu nelze importovat"
837
+
838
+ #: ../lib/alexandria/ui/import_dialog.rb:135
839
+ msgid ""
840
+ "The format of the file you provided is unknown. Please retry with another "
841
+ "file."
842
+ msgstr "Nerozpoznán formát zadaného souboru. Zkuste prosím jiný soubor."
843
+
844
+ #: ../lib/alexandria/ui/init.rb:69
845
+ msgid "Unable to launch the help browser"
846
+ msgstr "Nelze spustit prohlížeč nápovědy"
847
+
848
+ #: ../lib/alexandria/ui/init.rb:70
849
+ msgid ""
850
+ "Could not display help for Alexandria. There was an error launching the "
851
+ "system help browser."
852
+ msgstr "Nemohu zobrazit soubor nápovědy kvůli chybě spuštění prohlížeče."
853
+
854
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
757
855
  msgid "Invalid ISBN '%s'"
758
856
  msgstr "Neplatné ISBN '%s'"
759
857
 
760
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
761
- msgid "_Keep"
762
- msgstr "_Ponechat"
763
-
764
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
858
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
859
+ #, fuzzy
765
860
  msgid ""
766
861
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
767
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
768
- "add?"
862
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
863
+ "addition?"
769
864
  msgstr ""
770
865
  "Kniha s názvem '%s' má neplatné ISBN, ale u poskytovatelů o ní existuje "
771
866
  "záznam. Chcete si knihu ponechat a změnit ISBN nebo zrušit přidání?"
772
867
 
773
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
868
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
869
+ msgid "_Keep"
870
+ msgstr "_Ponechat"
871
+
872
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
873
+ msgid "New Library"
874
+ msgstr "Nová knihovna"
875
+
876
+ #: ../lib/alexandria/ui/listview.rb:56
877
+ #, fuzzy
878
+ msgid "Loaned To"
879
+ msgstr "Vypůjčeno"
880
+
881
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
774
882
  msgid "A problem occurred while downloading images"
775
883
  msgstr "Při stahování obrázků se vyskytl problém"
776
884
 
777
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
885
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
886
+ msgid "Iter is invalid! %s"
887
+ msgstr ""
888
+
889
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
778
890
  msgid "Unable to find matches for your search"
779
891
  msgstr "Nenalezeny žádné záznamy"
780
892
 
781
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
893
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
782
894
  msgid "%s, by %s"
783
895
  msgstr "%s, od %s"
784
896
 
785
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
897
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
898
+ msgid "Copying %s into tree view."
899
+ msgstr ""
900
+
901
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
786
902
  msgid ""
787
903
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
788
904
  "correctly, and try again."
@@ -790,500 +906,395 @@ msgstr ""
790
906
  "Zadané EAN/ISBN je neplatné. Přesvědčte se, zda je napsáno správně a zkuste "
791
907
  "to znovu."
792
908
 
793
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
909
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
910
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
911
+ msgid "Couldn't add the book"
912
+ msgstr "Knihu nelze přidat"
913
+
914
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
794
915
  msgid "'%s' already exists in '%s' (titled '%s')."
795
916
  msgstr "'%s' již existuje v '%s' (s názvem '%s')."
796
917
 
797
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
798
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
799
- msgstr "Kniha '%s' již v knihovně '%s' existuje. Chcete ji nahradit?"
918
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
919
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
920
+ msgid "Adding a Book"
921
+ msgstr "Přidání knihy"
800
922
 
801
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
802
- msgid "_Skip"
803
- msgstr "V_ynechat"
923
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
924
+ msgid "Adding '%s'"
925
+ msgstr "Přidávám '%s'"
804
926
 
805
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
806
- msgid "If you replace the existing book, its contents will be overwritten."
807
- msgstr "Jestliže nahradíte existující knihu, její obsah bude přepsán."
927
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
928
+ msgid "A title must be provided."
929
+ msgstr "Musí být vyplněn název."
930
+
931
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
932
+ msgid "A publisher must be provided."
933
+ msgstr "Musí být vyplněn vydavatel."
934
+
935
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
936
+ msgid "A binding must be provided."
937
+ msgstr "Musí být vyplněna vazba."
938
+
939
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
940
+ msgid "At least one author must be provided."
941
+ msgstr "Musí být vyplněn alespoň jeden autor."
942
+
943
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
944
+ msgid "New Provider"
945
+ msgstr "Nový poskytovatel"
946
+
947
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
948
+ msgid "_Name:"
949
+ msgstr "_Jméno:"
950
+
951
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
952
+ msgid "_Type:"
953
+ msgstr "_Typ:"
954
+
955
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
956
+ msgid "New Smart Library"
957
+ msgstr "Nová inteligentní knihovna"
958
+
959
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
960
+ msgid "Smart Library"
961
+ msgstr "Inteligentní knihovna"
808
962
 
809
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
963
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
964
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
965
+ msgstr "Jste si jisti, že chcete natrvalo odstranit poskytovatele '%s'?"
966
+
967
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
968
+ msgid ""
969
+ "If you continue, the provider and all of its preferences will be permanently "
970
+ "deleted."
971
+ msgstr ""
972
+ "Pokud budete pokračovat, poskytovatel a jeho nastavení budou natrvalo "
973
+ "odstraněny."
974
+
975
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
976
+ msgid "Preferences for %s"
977
+ msgstr "Nastavení pro %s"
978
+
979
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
810
980
  msgid "Are you sure you want to delete '%s'?"
811
981
  msgstr "Jste si jisti, že chcete trvale odstranit '%s'?"
812
982
 
813
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
983
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
814
984
  msgid "If you continue, %d book will be deleted."
815
985
  msgid_plural "If you continue, %d books will be deleted."
816
986
  msgstr[0] "Pokud budete pokračovat, %d kniha bude odstraněna."
817
987
  msgstr[1] "Pokud budete pokračovat, %d knihy budou odstraněny."
818
988
  msgstr[2] "Pokud budete pokračovat, %d knih bude odstraněno."
819
989
 
820
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
990
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
821
991
  msgid "Are you sure you want to delete '%s' from '%s'?"
822
992
  msgstr "Jste si jisti, že chcete trvale odstranit '%s' z '%s'?"
823
993
 
824
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
994
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
825
995
  msgid "Are you sure you want to delete the selected books from '%s'?"
826
996
  msgstr "Jste si jisti, že chcete natrvalo odstranit vybrané knihy z '%s'?"
827
997
 
828
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
998
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
829
999
  msgid "Invalid library name '%s'"
830
1000
  msgstr "Chybný název knihovny '%s'"
831
1001
 
832
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
1002
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
833
1003
  #, fuzzy
834
- msgid "The name provided contains the disallowed character <b>%s</b> "
1004
+ msgid "The name provided contains the disallowed character <b>%s</b>"
835
1005
  msgstr "Zadané jméno obsahuje nepovolený znak '<i>%s</i>'."
836
1006
 
837
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
1007
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
838
1008
  #, fuzzy
839
1009
  msgid "Invalid library name"
840
1010
  msgstr "Chybný název knihovny '%s'"
841
1011
 
842
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1012
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
843
1013
  #, fuzzy
844
1014
  msgid "The name provided contains invalid characters."
845
1015
  msgstr "Zadané jméno obsahuje nepovolený znak '<i>%s</i>'."
846
1016
 
847
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1017
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
848
1018
  msgid "The library name can not be empty"
849
1019
  msgstr "Jméno knihovny nemůže být prázdné"
850
1020
 
851
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1021
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
852
1022
  msgid "The library can not be renamed"
853
1023
  msgstr "Knihovna nemůže být přejmenována"
854
1024
 
855
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1025
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
856
1026
  msgid "There is already a library named '%s'. Please choose a different name."
857
1027
  msgstr "Knihovna se jménem '%s' již existuje. Zvolte prosím jiné jméno."
858
1028
 
859
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1029
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
860
1030
  msgid "Library"
861
1031
  msgstr "Knihovna"
862
1032
 
863
- #: ../lib/alexandria/ui/libraries_combo.rb:44
864
- msgid "New Library"
865
- msgstr "Nová knihovna"
866
-
867
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
868
- msgid "Title"
869
- msgstr "Název"
870
-
871
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
872
- msgid "Authors"
873
- msgstr "Autoři"
874
-
875
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
876
- msgid "ISBN"
877
- msgstr "ISBN"
878
-
879
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
880
- msgid "Publisher"
881
- msgstr "Vydavatel"
882
-
883
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
884
- msgid "Publish Year"
885
- msgstr "Rok vydání"
886
-
887
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
888
- msgid "Binding"
889
- msgstr "Vazba"
890
-
891
- #: ../lib/alexandria/ui/listview.rb:110
892
- #, fuzzy
893
- msgid "Loaned To"
894
- msgstr "Vypůjčeno"
895
-
896
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
897
- #: ../lib/alexandria/smart_library.rb:361
898
- #, fuzzy
899
- msgid "Read"
900
- msgstr "Čtená"
901
-
902
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
903
- #, fuzzy
904
- msgid "Own"
905
- msgstr "Vlastní"
906
-
907
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
908
- #, fuzzy
909
- msgid "Want"
910
- msgstr "Chtěná"
1033
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1034
+ msgid "Error while importing"
1035
+ msgstr "Chyba při importování"
911
1036
 
912
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
913
- #: ../data/alexandria/glade/preferences_dialog.glade:421
914
- msgid "Tags"
915
- msgstr "Značka"
1037
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1038
+ msgid "_Continue"
1039
+ msgstr "_Pokračovat"
916
1040
 
917
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
918
- msgid "Rating"
919
- msgstr "Hodnocení"
1041
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1042
+ msgid "Empty or conflictive condition"
1043
+ msgstr "Podmínka je prázdná nebo neplatná"
920
1044
 
921
- #: ../lib/alexandria/ui/init.rb:83
922
- msgid "Unable to launch the help browser"
923
- msgstr "Nelze spustit prohlížeč nápovědy"
1045
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1046
+ msgid "_Save However"
1047
+ msgstr "Přesto uložit"
924
1048
 
925
- #: ../lib/alexandria/ui/init.rb:84
1049
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
926
1050
  msgid ""
927
- "Could not display help for Alexandria. There was an error launching the "
928
- "system help browser."
929
- msgstr "Nemohu zobrazit soubor nápovědy kvůli chybě spuštění prohlížeče."
930
-
931
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
932
- msgid "Locale"
933
- msgstr "Pobočka"
934
-
935
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
936
- msgid "Access key ID"
937
- msgstr ""
938
-
939
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
940
- msgid "Secret access key"
1051
+ "This smart library contains one or more conditions which are empty or "
1052
+ "conflict with each other. This is likely to result in never matching a book. "
1053
+ "Are you sure you want to save this library?"
941
1054
  msgstr ""
1055
+ "Inteligentní knihovna obsahuje jednu nebo více podmínek, které jsou buď "
1056
+ "prázdné, nebo v konfliktu, což se může v konečném důsledku projevit "
1057
+ "knihovnou, která budu vždy bez knih. Chcete opravdu uložit tuto knihovnu?"
942
1058
 
943
- #: ../lib/alexandria/book_providers/z3950.rb:34
944
- msgid "Hostname"
945
- msgstr "Jméno počítače"
946
-
947
- #: ../lib/alexandria/book_providers/z3950.rb:35
948
- msgid "Port"
949
- msgstr "Port"
950
-
951
- #: ../lib/alexandria/book_providers/z3950.rb:36
952
- msgid "Database"
953
- msgstr "Databáze"
954
-
955
- #: ../lib/alexandria/book_providers/z3950.rb:37
956
- msgid "Record syntax"
957
- msgstr "Syntax záznamu"
958
-
959
- #: ../lib/alexandria/book_providers/z3950.rb:38
960
- msgid "Username"
961
- msgstr "Uživatelské jméno"
962
-
963
- #: ../lib/alexandria/book_providers/z3950.rb:39
964
- msgid "Password"
965
- msgstr "Heslo"
966
-
967
- #: ../lib/alexandria/book_providers/z3950.rb:40
968
- msgid "Charset encoding"
969
- msgstr "Kódování"
970
-
971
- #: ../lib/alexandria/book_providers/z3950.rb:221
972
- msgid "Library of Congress (Usa)"
973
- msgstr "Kongresová knihovna USA"
974
-
975
- #: ../lib/alexandria/book_providers/z3950.rb:255
976
- msgid "British Library"
977
- msgstr "British Library"
978
-
979
- #: ../lib/alexandria/export_library.rb:109
980
- msgid "Archived ONIX XML"
981
- msgstr "Zkomprimované ONIX XML"
982
-
983
- #: ../lib/alexandria/export_library.rb:111
984
- msgid "Archived Tellico XML"
985
- msgstr "Zkomprimované Tellico XML"
986
-
987
- #: ../lib/alexandria/export_library.rb:113
988
- msgid "BibTeX"
989
- msgstr "BibTeX"
990
-
991
- #: ../lib/alexandria/export_library.rb:114
992
- msgid "CSV list"
993
- msgstr "CSV seznam"
994
-
995
- #: ../lib/alexandria/export_library.rb:115
996
- msgid "ISBN List"
997
- msgstr "Seznam ISBN"
998
-
999
- #: ../lib/alexandria/export_library.rb:116
1000
- #, fuzzy
1001
- msgid "iPod Notes"
1002
- msgstr "Poznámky"
1003
-
1004
- #: ../lib/alexandria/export_library.rb:117
1005
- msgid "HTML Web Page"
1006
- msgstr "HTML webová stránka"
1007
-
1008
- #: ../lib/alexandria/smart_library.rb:92
1009
- msgid "Favorite"
1010
- msgstr "Oblíbená"
1011
-
1012
- #: ../lib/alexandria/smart_library.rb:98
1013
- msgid "Loaned"
1014
- msgstr "Vypůjčeno"
1059
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1060
+ msgid "Match"
1061
+ msgstr "Porovnat"
1015
1062
 
1016
- #: ../lib/alexandria/smart_library.rb:110
1017
- #, fuzzy
1018
- msgid "Owned"
1019
- msgstr "Vlastněná"
1063
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1064
+ msgid "all"
1065
+ msgstr "vše"
1020
1066
 
1021
- #: ../lib/alexandria/smart_library.rb:119
1022
- msgid "Wishlist"
1023
- msgstr "List přání"
1067
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1068
+ msgid "any"
1069
+ msgstr "kterékoliv"
1024
1070
 
1025
- #: ../lib/alexandria/smart_library.rb:356
1026
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1027
- msgid "Notes"
1028
- msgstr "Poznámky"
1071
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1072
+ msgid "of the following rules:"
1073
+ msgstr "z následujících plavidel:"
1029
1074
 
1030
- #: ../lib/alexandria/smart_library.rb:358
1031
- msgid "Loaning State"
1032
- msgstr "Stav výpůjčky"
1075
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1076
+ msgid "Match the following rule:"
1077
+ msgstr "Vybrat podle následujícího pravidla:"
1033
1078
 
1034
- #: ../lib/alexandria/smart_library.rb:359
1035
- msgid "Loaning Date"
1036
- msgstr "Datum výpůjčky"
1079
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1080
+ msgid "Type here the search criterion"
1081
+ msgstr "Zde napište hledací kritéria"
1037
1082
 
1038
- #: ../lib/alexandria/smart_library.rb:360
1039
- msgid "Loaning Person"
1040
- msgstr "Komu vypůjčeno"
1083
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1084
+ msgid "Match everything"
1085
+ msgstr "Prohledávat vše"
1041
1086
 
1042
- #: ../lib/alexandria/smart_library.rb:362
1043
- #, fuzzy
1044
- msgid "Date Read"
1045
- msgstr "Čtená"
1087
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1088
+ msgid "Title contains"
1089
+ msgstr "Název obsahuje"
1046
1090
 
1047
- #: ../lib/alexandria/smart_library.rb:371
1048
- msgid "days"
1049
- msgstr "dní"
1091
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1092
+ msgid "Authors contain"
1093
+ msgstr "Autoři obsahují"
1050
1094
 
1051
- #: ../lib/alexandria/smart_library.rb:382
1052
- #, fuzzy
1053
- msgid "is set"
1054
- msgstr "je nastaveno"
1095
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1096
+ msgid "ISBN contains"
1097
+ msgstr "ISBN obsahuje"
1055
1098
 
1056
- #: ../lib/alexandria/smart_library.rb:386
1057
- #, fuzzy
1058
- msgid "is not set"
1059
- msgstr "není nastaveno"
1099
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1100
+ msgid "Publisher contains"
1101
+ msgstr "Vydavatel obsahuje"
1060
1102
 
1061
- #: ../lib/alexandria/smart_library.rb:390
1062
- msgid "is"
1063
- msgstr "je"
1103
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1104
+ msgid "Notes contain"
1105
+ msgstr "Poznámky obsahují"
1064
1106
 
1065
- #: ../lib/alexandria/smart_library.rb:394
1066
- msgid "is not"
1067
- msgstr "není"
1107
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1108
+ msgid "Tags contain"
1109
+ msgstr "Značky obsahují"
1068
1110
 
1069
- #: ../lib/alexandria/smart_library.rb:398
1070
- msgid "contains"
1071
- msgstr "obsahuje"
1111
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1112
+ msgid "Change the search type"
1113
+ msgstr "Změnit druh hledání"
1072
1114
 
1073
- #: ../lib/alexandria/smart_library.rb:402
1074
- msgid "does not contain"
1075
- msgstr "neobsahuje"
1115
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1116
+ msgid "View as Icons"
1117
+ msgstr "Zobrazit jako ikony"
1076
1118
 
1077
- #: ../lib/alexandria/smart_library.rb:406
1078
- msgid "starts with"
1079
- msgstr "začíná na"
1119
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1120
+ msgid "View as List"
1121
+ msgstr "Zobrazit jako seznam"
1080
1122
 
1081
- #: ../lib/alexandria/smart_library.rb:410
1082
- msgid "ends with"
1083
- msgstr "končí na"
1123
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1124
+ msgid "Choose how to show books"
1125
+ msgstr "Zvolte jak zobrazit knihy"
1084
1126
 
1085
- #: ../lib/alexandria/smart_library.rb:414
1086
- msgid "is greater than"
1087
- msgstr "je větší než"
1127
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1128
+ msgid "Library '%s' selected"
1129
+ msgstr "Vybrána knihovna '%s'"
1088
1130
 
1089
- #: ../lib/alexandria/smart_library.rb:418
1090
- msgid "is less than"
1091
- msgstr "je menší než"
1131
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1132
+ msgid "Library '%s' selected, %d unrated book"
1133
+ msgid_plural "Library '%s' selected, %d unrated books"
1134
+ msgstr[0] "Vybrána knihovna '%s', %d neohodnocená kniha"
1135
+ msgstr[1] "Vybrána knihovna '%s', %d neohodnocené knihy"
1136
+ msgstr[2] "Vybrána knihovna '%s', %d neohodnocených knih"
1092
1137
 
1093
- #: ../lib/alexandria/smart_library.rb:422
1094
- msgid "is after"
1095
- msgstr "je po"
1138
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1139
+ msgid "Library '%s' selected, %d book"
1140
+ msgid_plural "Library '%s' selected, %d books"
1141
+ msgstr[0] "Vybrána knihovna '%s', %d kniha"
1142
+ msgstr[1] "Vybrána knihovna '%s', %d knihy"
1143
+ msgstr[2] "Vybrána knihovna '%s', %d knih"
1096
1144
 
1097
- #: ../lib/alexandria/smart_library.rb:426
1098
- msgid "is before"
1099
- msgstr "je před"
1145
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1146
+ msgid "Library '%s' selected, %d book, %d unrated"
1147
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1148
+ msgstr[0] "Vybrána knihovna '%s', %d kniha, neohodnoceno: %d"
1149
+ msgstr[1] "Vybrána knihovna '%s', %d knihy, neohodnoceno: %d"
1150
+ msgstr[2] "Vybrána knihovna '%s', %d knih, neohodnoceno: %d"
1100
1151
 
1101
- #: ../lib/alexandria/smart_library.rb:430
1102
- #, fuzzy
1103
- msgid "is in last"
1104
- msgstr "je v poslední"
1152
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1153
+ msgid "'%s' selected"
1154
+ msgstr "Vybráno '%s'"
1105
1155
 
1106
- #: ../lib/alexandria/smart_library.rb:450
1107
- #, fuzzy
1108
- msgid "is not in last"
1109
- msgstr "není v poslední"
1156
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1157
+ msgid "%d book selected"
1158
+ msgid_plural "%d books selected"
1159
+ msgstr[0] "Vybrána %d kniha"
1160
+ msgstr[1] "Vybrány %d knihy"
1161
+ msgstr[2] "Vybráno %d knih"
1110
1162
 
1111
- #: ../lib/alexandria/book_providers.rb:87
1112
- msgid "Couldn't reach the provider '%s': timeout expired."
1113
- msgstr "Poskytovatel '%s' je nedostupný: čas vypršel."
1163
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1164
+ msgid "unrecognized update event"
1165
+ msgstr ""
1114
1166
 
1115
- #: ../lib/alexandria/book_providers.rb:91
1116
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1117
- msgstr "Poskytovatel '%s' je nedostupný: soketová chyba (%s)."
1167
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1168
+ #, fuzzy
1169
+ msgid "Loading libraries..."
1170
+ msgstr "Přidávám '%s'"
1118
1171
 
1119
- #: ../lib/alexandria/book_providers.rb:95
1120
- #: ../lib/alexandria/book_providers.rb:100
1172
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1121
1173
  msgid ""
1122
- "No results were found. Make sure your search criterion is spelled "
1123
- "correctly, and try again."
1174
+ "The data files for the following books are malformed or empty. Do you wish "
1175
+ "to attempt to download new information for them from the online book "
1176
+ "providers?\n"
1124
1177
  msgstr ""
1125
- "Žádné výsledky nenalezeny. Zkontrolujte prosím, zda je vaše vyhledávací "
1126
- "kritérium správně zapsané, a zkuste to znovu."
1127
1178
 
1128
- #: ../lib/alexandria/book_providers.rb:105
1129
- msgid "Too many results for that search."
1130
- msgstr "Hledání vrátilo příliš mnoho výsledků."
1179
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1180
+ msgid "Added '%s' to library '%s'"
1181
+ msgstr ""
1131
1182
 
1132
- #: ../lib/alexandria/book_providers.rb:108
1133
- msgid "Invalid search type."
1134
- msgstr "Chybný druh hledání."
1183
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1184
+ #, fuzzy
1185
+ msgid "Loading '%s'..."
1186
+ msgstr "Přidávám '%s'"
1135
1187
 
1136
- #: ../lib/alexandria/book_providers.rb:203
1137
- msgid "Enabled"
1188
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1189
+ msgid "In '_%s'"
1190
+ msgstr "Do '_%s'"
1191
+
1192
+ #: ../lib/alexandria/web_themes.rb:64
1193
+ msgid "File %<file>s not found"
1138
1194
  msgstr ""
1139
1195
 
1140
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1196
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1141
1197
  msgid "Acquire from Scanner"
1142
1198
  msgstr "Získat ze skaneru"
1143
1199
 
1144
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1145
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1200
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1201
+ msgid "_Barcode Scanner Ready"
1202
+ msgstr "Čtečka čárového kódu připravena k použití"
1203
+
1204
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1205
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1146
1206
  msgid "Save _in:"
1147
1207
  msgstr "Uložit do:"
1148
1208
 
1149
- #: ../data/alexandria/glade/main_app.glade:17
1150
- msgid "Main Window"
1151
- msgstr "Hlavní okno"
1209
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1210
+ msgid "by title"
1211
+ msgstr "v názvech"
1152
1212
 
1153
- #: ../data/alexandria/glade/main_app.glade:32
1154
- msgid "Libraries listing."
1155
- msgstr "Výpis knihovny."
1213
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1214
+ msgid "by authors"
1215
+ msgstr "v autorech"
1156
1216
 
1157
- #: ../data/alexandria/glade/main_app.glade:46
1158
- msgid "_Libraries:"
1159
- msgstr "_Knihovny:"
1160
-
1161
- #: ../data/alexandria/glade/main_app.glade:111
1162
- #, fuzzy
1163
- msgid "Book listing."
1164
- msgstr "Výpis knih."
1217
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1218
+ msgid "by keyword"
1219
+ msgstr "v klíčových slovech"
1165
1220
 
1166
- #: ../data/alexandria/glade/main_app.glade:194
1167
- msgid "Status messages."
1168
- msgstr "Stavová hlášení"
1169
-
1170
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1221
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1171
1222
  msgid "_Keep Dialog Open after Adding Book"
1172
1223
  msgstr ""
1173
1224
 
1174
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1175
- msgid ""
1176
- "by title\n"
1177
- "by authors\n"
1178
- "by keyword"
1179
- msgstr ""
1180
- "v názvech\n"
1181
- "v autorech\n"
1182
- "v klíčových slovech"
1183
-
1184
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1225
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1185
1226
  msgid "_Search:"
1186
1227
  msgstr "_Hledat"
1187
1228
 
1188
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1189
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1229
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1230
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1190
1231
  msgid "_ISBN:"
1191
1232
  msgstr "_ISBN:"
1192
1233
 
1193
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1194
- msgid "_Title:"
1195
- msgstr "_Název:"
1196
-
1197
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1198
- msgid "_Publisher:"
1199
- msgstr "_Vydavatel:"
1200
-
1201
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1202
- msgid "Add an author"
1203
- msgstr "Přidat autora"
1204
-
1205
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1206
- msgid "Remove an author"
1207
- msgstr "Vymazat autora"
1208
-
1209
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1210
- msgid "_Authors:"
1211
- msgstr "_Autoři:"
1212
-
1213
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1214
- msgid "_Binding:"
1215
- msgstr "Va_zba:"
1216
-
1217
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1218
- msgid "Publish _year:"
1219
- msgstr "Rok vydání:"
1220
-
1221
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1222
- msgid "Tags:"
1223
- msgstr "Značky:"
1224
-
1225
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1226
- msgid "_Cover:"
1227
- msgstr "_Obálka"
1234
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1235
+ msgid "Preferences"
1236
+ msgstr "Nastavení"
1228
1237
 
1229
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1230
- msgid "Click to pick a cover"
1231
- msgstr "Klikněte pro výběr obrázku obalu"
1238
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1239
+ msgid "<b>Visible Columns</b>"
1240
+ msgstr "<b>Viditelné sloupce</b>"
1232
1241
 
1233
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1234
- msgid "Own it?"
1235
- msgstr "Vlastníte to?"
1242
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1243
+ msgid "_Authors"
1244
+ msgstr "_Autoři"
1236
1245
 
1237
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1238
- msgid "Read it?"
1239
- msgstr "Četli jste to?"
1246
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1247
+ msgid "_ISBN"
1248
+ msgstr "_ISBN"
1240
1249
 
1241
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1242
- msgid "Want it?"
1243
- msgstr "Chcete to?"
1250
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1251
+ msgid "_Publisher"
1252
+ msgstr "_Vydavatel"
1244
1253
 
1245
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1246
- msgid "Click on the stars to rate the book"
1247
- msgstr "Klikněte na hvězdičky pro hodnocení knihy"
1254
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1255
+ msgid "_Rating"
1256
+ msgstr "_Hodnocení"
1248
1257
 
1249
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1250
- msgid "Rating:"
1251
- msgstr "Hodnocení:"
1258
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1259
+ msgid "_Binding"
1260
+ msgstr "Vaz_ba"
1252
1261
 
1253
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1254
- msgid "General"
1255
- msgstr "Obecné"
1262
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1263
+ msgid "Publish _year"
1264
+ msgstr "Rok vydání"
1256
1265
 
1257
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1258
- msgid "This book is _loaned"
1259
- msgstr "Tato kniha je _půjčena"
1266
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1267
+ msgid "Read?"
1268
+ msgstr "Čteno?"
1260
1269
 
1261
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1262
- msgid "_To:"
1263
- msgstr "_Komu:"
1270
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1271
+ msgid "Own?"
1272
+ msgstr "Vlastníte?"
1264
1273
 
1265
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1266
- msgid "_Since:"
1267
- msgstr "_Od:"
1274
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1275
+ msgid "Want?"
1276
+ msgstr "Chcete?"
1268
1277
 
1269
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1270
- msgid "Loaning"
1271
- msgstr "Výpůjčky"
1278
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1279
+ #, fuzzy
1280
+ msgid "Loaned to"
1281
+ msgstr "Vypůjčeno"
1272
1282
 
1273
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1274
- msgid "Preferences"
1275
- msgstr "Nastavení"
1283
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1284
+ #, fuzzy
1285
+ msgid "_List View"
1286
+ msgstr "Seznamový pohled"
1276
1287
 
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1288
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1278
1289
  #, fuzzy
1279
1290
  msgid "<b>Book Data Providers</b>"
1280
1291
  msgstr "<b>_Poskytovatel</b>"
1281
1292
 
1282
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1293
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1283
1294
  msgid "_Setup"
1284
1295
  msgstr "_Nastavení"
1285
1296
 
1286
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1297
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1287
1298
  msgid ""
1288
1299
  "Providers are libraries that supply information about books. Some of them "
1289
1300
  "can be configured to get better results. You can also customize the order "
@@ -1293,70 +1304,124 @@ msgstr ""
1293
1304
  "knihách. Některé lze nastavit, aby vraceli výsledky lépe odpovídající vašim "
1294
1305
  "požadavkům. Můžete také určit pořadí, v jakém budou dotazováni."
1295
1306
 
1296
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1307
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1297
1308
  msgid "Custom _Z39.50 Providers"
1298
1309
  msgstr ""
1299
1310
 
1300
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1311
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1301
1312
  msgid ""
1302
1313
  "Add and remove your own Z39.50 providers.\n"
1303
1314
  "Requires the Ruby/ZOOM software library."
1304
1315
  msgstr ""
1305
1316
 
1306
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1317
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1307
1318
  #, fuzzy
1308
1319
  msgid "_Providers"
1309
1320
  msgstr "Poskytovatelé"
1310
1321
 
1311
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1312
- msgid "<b>Visible Columns</b>"
1313
- msgstr "<b>Viditelné sloupce</b>"
1322
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1323
+ #, fuzzy
1324
+ msgid "<b>Barcode Scanner Device</b>"
1325
+ msgstr "Čtečka čárového kódu připravena k použití"
1314
1326
 
1315
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1316
- msgid "_Authors"
1317
- msgstr "_Autoři"
1327
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1328
+ msgid "_Device type:"
1329
+ msgstr ""
1318
1330
 
1319
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1320
- msgid "_ISBN"
1321
- msgstr "_ISBN"
1331
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1332
+ msgid "<b>Sound Effects</b>"
1333
+ msgstr ""
1322
1334
 
1323
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1324
- msgid "_Publisher"
1325
- msgstr "_Vydavatel"
1335
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1336
+ #, fuzzy
1337
+ msgid "Scanning"
1338
+ msgstr "Výpůjčky"
1326
1339
 
1327
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1328
- msgid "_Rating"
1329
- msgstr "_Hodnocení"
1340
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1341
+ msgid "Good Scan / Bad Scan"
1342
+ msgstr ""
1330
1343
 
1331
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1332
- msgid "_Binding"
1333
- msgstr "Vaz_ba"
1344
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1345
+ #, fuzzy
1346
+ msgid "_Barcode Scanner"
1347
+ msgstr "Čtečka čárového kódu připravena k použití"
1334
1348
 
1335
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1336
- msgid "Publish _year"
1337
- msgstr "Rok vydání"
1349
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1350
+ msgid "_Libraries:"
1351
+ msgstr "_Knihovny:"
1338
1352
 
1339
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1340
- msgid "Read?"
1341
- msgstr "Čteno?"
1353
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1354
+ msgid "_Title:"
1355
+ msgstr "_Název:"
1342
1356
 
1343
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1344
- msgid "Own?"
1345
- msgstr "Vlastníte?"
1357
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1358
+ msgid "_Authors:"
1359
+ msgstr "_Autoři:"
1346
1360
 
1347
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1348
- msgid "Want?"
1349
- msgstr "Chcete?"
1361
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1362
+ msgid "Tags:"
1363
+ msgstr "Značky:"
1350
1364
 
1351
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1352
- #, fuzzy
1353
- msgid "Loaned to"
1354
- msgstr "Vypůjčeno"
1365
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1366
+ msgid "_Binding:"
1367
+ msgstr "Va_zba:"
1355
1368
 
1356
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1369
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1370
+ msgid "Publish _year:"
1371
+ msgstr "Rok vydání:"
1372
+
1373
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1374
+ msgid "_Publisher:"
1375
+ msgstr "_Vydavatel:"
1376
+
1377
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1378
+ msgid "_Cover:"
1379
+ msgstr "_Obálka"
1380
+
1381
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1382
+ msgid "Rating:"
1383
+ msgstr "Hodnocení:"
1384
+
1385
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1386
+ msgid "Want it?"
1387
+ msgstr "Chcete to?"
1388
+
1389
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1390
+ msgid "Read it?"
1391
+ msgstr "Četli jste to?"
1392
+
1393
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1357
1394
  #, fuzzy
1358
- msgid "_List View"
1359
- msgstr "Seznamový pohled"
1395
+ msgid "Select Date"
1396
+ msgstr "Vybrat _vše"
1397
+
1398
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1399
+ msgid "Clear Date"
1400
+ msgstr ""
1401
+
1402
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1403
+ msgid "Own it?"
1404
+ msgstr "Vlastníte to?"
1405
+
1406
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1407
+ msgid "General"
1408
+ msgstr "Obecné"
1409
+
1410
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1411
+ msgid "This book is _loaned"
1412
+ msgstr "Tato kniha je _půjčena"
1413
+
1414
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1415
+ msgid "_To:"
1416
+ msgstr "_Komu:"
1417
+
1418
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1419
+ msgid "_Since:"
1420
+ msgstr "_Od:"
1421
+
1422
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1423
+ msgid "Loaning"
1424
+ msgstr "Výpůjčky"
1360
1425
 
1361
1426
  #: ../alexandria.desktop.in.h:1
1362
1427
  msgid "Alexandria Book Collection Manager"
@@ -1370,6 +1435,61 @@ msgstr "Správce sbírky knih"
1370
1435
  msgid "Manage your book collection"
1371
1436
  msgstr "Spravovat vaši sbírku knih"
1372
1437
 
1438
+ #~ msgid "Unable to launch the web browser"
1439
+ #~ msgstr "Nelze spustit prohlížeč webových stránek·"
1440
+
1441
+ #~ msgid ""
1442
+ #~ "Check out that a web browser is configured as default (Desktop "
1443
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1444
+ #~ msgstr ""
1445
+ #~ "Zkontrolujte, zda je nastavený výchozí webový prohlížeč a zkuste to znovu."
1446
+
1447
+ #~ msgid "Unable to launch the mail reader"
1448
+ #~ msgstr "Nelze spustit program pro čtení pošty."
1449
+
1450
+ #~ msgid ""
1451
+ #~ "Check out that a mail reader is configured as default (Desktop "
1452
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1453
+ #~ msgstr ""
1454
+ #~ "Zkontrolujete, zda je nastaven výchozí program pro čtení pošty, a zkuste "
1455
+ #~ "to znovu."
1456
+
1457
+ #~ msgid "There's a problem"
1458
+ #~ msgstr "Vyskytla se chyba"
1459
+
1460
+ #, fuzzy
1461
+ #~ msgid "Disable Provider"
1462
+ #~ msgstr "Nový poskytovatel"
1463
+
1464
+ #, fuzzy
1465
+ #~ msgid "Enable Provider"
1466
+ #~ msgstr "Nový poskytovatel"
1467
+
1468
+ #~ msgid "Main Window"
1469
+ #~ msgstr "Hlavní okno"
1470
+
1471
+ #~ msgid "Libraries listing."
1472
+ #~ msgstr "Výpis knihovny."
1473
+
1474
+ #, fuzzy
1475
+ #~ msgid "Book listing."
1476
+ #~ msgstr "Výpis knih."
1477
+
1478
+ #~ msgid "Status messages."
1479
+ #~ msgstr "Stavová hlášení"
1480
+
1481
+ #~ msgid "Add an author"
1482
+ #~ msgstr "Přidat autora"
1483
+
1484
+ #~ msgid "Remove an author"
1485
+ #~ msgstr "Vymazat autora"
1486
+
1487
+ #~ msgid "Click to pick a cover"
1488
+ #~ msgstr "Klikněte pro výběr obrázku obalu"
1489
+
1490
+ #~ msgid "Click on the stars to rate the book"
1491
+ #~ msgstr "Klikněte na hvězdičky pro hodnocení knihy"
1492
+
1373
1493
  #~ msgid "Language"
1374
1494
  #~ msgstr "Jazyk"
1375
1495
 
@@ -1383,9 +1503,6 @@ msgstr "Spravovat vaši sbírku knih"
1383
1503
  #~ msgid "Couldn't add these books"
1384
1504
  #~ msgstr "Knihu nelze přidat"
1385
1505
 
1386
- #~ msgid "Associate ID"
1387
- #~ msgstr "Přičleněné ID"
1388
-
1389
1506
  #~ msgid ""
1390
1507
  #~ "These books do not conform to the ISBN-13 standard. We will attempt to "
1391
1508
  #~ "replace them from the book providers. Otherwise, we will turn them into "