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