alexandria-book-collection-manager 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.gitignore +4 -1
  4. data/.rubocop.yml +51 -29
  5. data/.rubocop_todo.yml +33 -155
  6. data/.simplecov +5 -2
  7. data/.travis.yml +10 -4
  8. data/CHANGELOG.md +19 -0
  9. data/INSTALL.md +23 -11
  10. data/README.md +36 -35
  11. data/Rakefile +7 -5
  12. data/alexandria-book-collection-manager.gemspec +8 -3
  13. data/doc/dependency_decisions.yml +22 -3
  14. data/lib/alexandria.rb +2 -2
  15. data/lib/alexandria/book_providers.rb +47 -49
  16. data/lib/alexandria/book_providers/adlibris.rb +8 -13
  17. data/lib/alexandria/book_providers/amazon_aws.rb +47 -60
  18. data/lib/alexandria/book_providers/amazon_ecs_util.rb +283 -298
  19. data/lib/alexandria/book_providers/barnes_and_noble.rb +8 -8
  20. data/lib/alexandria/book_providers/douban.rb +2 -2
  21. data/lib/alexandria/book_providers/proxis.rb +12 -11
  22. data/lib/alexandria/book_providers/pseudomarc.rb +60 -70
  23. data/lib/alexandria/book_providers/siciliano.rb +5 -6
  24. data/lib/alexandria/book_providers/thalia.rb +8 -9
  25. data/lib/alexandria/book_providers/worldcat.rb +25 -31
  26. data/lib/alexandria/book_providers/z3950.rb +62 -69
  27. data/lib/alexandria/default_preferences.rb +37 -0
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +4 -8
  30. data/lib/alexandria/import_library.rb +38 -62
  31. data/lib/alexandria/import_library_csv.rb +16 -16
  32. data/lib/alexandria/library_sort_order.rb +3 -1
  33. data/lib/alexandria/library_store.rb +16 -16
  34. data/lib/alexandria/logging.rb +4 -8
  35. data/lib/alexandria/models/book.rb +2 -2
  36. data/lib/alexandria/models/library.rb +18 -14
  37. data/lib/alexandria/net.rb +1 -2
  38. data/lib/alexandria/preferences.rb +27 -31
  39. data/lib/alexandria/scanners.rb +2 -2
  40. data/lib/alexandria/scanners/cue_cat.rb +5 -5
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/smart_library.rb +22 -26
  43. data/lib/alexandria/ui.rb +7 -7
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +9 -10
  46. data/lib/alexandria/ui/alert_dialog.rb +34 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +5 -5
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -2
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +23 -17
  51. data/lib/alexandria/ui/callbacks.rb +141 -120
  52. data/lib/alexandria/ui/completion_models.rb +1 -1
  53. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  54. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +1 -1
  55. data/lib/alexandria/ui/error_dialog.rb +1 -1
  56. data/lib/alexandria/ui/export_dialog.rb +13 -15
  57. data/lib/alexandria/ui/icons.rb +34 -40
  58. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  59. data/lib/alexandria/ui/import_dialog.rb +48 -47
  60. data/lib/alexandria/ui/init.rb +3 -2
  61. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  62. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  63. data/lib/alexandria/ui/listview.rb +5 -6
  64. data/lib/alexandria/ui/main_app.rb +2 -2
  65. data/lib/alexandria/ui/multi_drag_treeview.rb +4 -6
  66. data/lib/alexandria/ui/new_book_dialog.rb +52 -52
  67. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  68. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  69. data/lib/alexandria/ui/preferences_dialog.rb +23 -82
  70. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +9 -5
  71. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  72. data/lib/alexandria/ui/really_delete_dialog.rb +1 -1
  73. data/lib/alexandria/ui/sidepane_manager.rb +35 -37
  74. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  75. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  76. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +59 -138
  77. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  78. data/lib/alexandria/ui/sound.rb +4 -6
  79. data/lib/alexandria/ui/ui_manager.rb +62 -64
  80. data/lib/alexandria/version.rb +2 -2
  81. data/lib/alexandria/web_themes.rb +15 -15
  82. data/po/cs.po +991 -874
  83. data/po/cy.po +957 -870
  84. data/po/de.po +991 -866
  85. data/po/el.po +987 -863
  86. data/po/es.po +986 -862
  87. data/po/fr.po +988 -868
  88. data/po/ga.po +910 -822
  89. data/po/gl.po +983 -863
  90. data/po/it.po +984 -862
  91. data/po/ja.po +969 -849
  92. data/po/mk.po +983 -859
  93. data/po/nb.po +982 -862
  94. data/po/nl.po +992 -869
  95. data/po/pl.po +1018 -963
  96. data/po/pt.po +983 -852
  97. data/po/pt_BR.po +983 -863
  98. data/po/ru.po +992 -869
  99. data/po/sk.po +986 -864
  100. data/po/sv.po +980 -860
  101. data/po/uk.po +975 -861
  102. data/po/zh_TW.po +974 -854
  103. data/share/alexandria/glade/main_app__builder.glade +6 -21
  104. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  105. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  106. data/share/gnome/help/alexandria/fr/alexandria.xml +1 -1
  107. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  108. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  109. data/spec/alexandria/book_providers_spec.rb +73 -129
  110. data/spec/alexandria/console_spec.rb +0 -5
  111. data/spec/alexandria/export_library_spec.rb +27 -38
  112. data/spec/alexandria/library_spec.rb +56 -44
  113. data/spec/alexandria/preferences_spec.rb +29 -3
  114. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  115. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  116. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  117. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  118. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  119. data/spec/alexandria/ui/book_properties_dialog_spec.rb +1 -1
  120. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  121. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  122. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  123. data/spec/alexandria/ui/export_dialog_spec.rb +1 -1
  124. data/spec/alexandria/ui/icons_spec.rb +26 -0
  125. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  126. data/spec/alexandria/ui/import_dialog_spec.rb +30 -3
  127. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  128. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  129. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +1 -1
  130. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  131. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  132. data/spec/alexandria/ui/preferences_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  134. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  136. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  137. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +21 -7
  138. data/spec/alexandria/ui/ui_manager_spec.rb +39 -2
  139. data/spec/spec_helper.rb +46 -3
  140. data/tasks/spec.rake +3 -5
  141. data/util/rake/fileinstall.rb +12 -11
  142. metadata +82 -10
  143. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  144. data/spec/alexandria/utilities_spec.rb +0 -52
data/po/sk.po CHANGED
@@ -6,10 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: alexandria 0.6.4\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
9
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
10
10
  "PO-Revision-Date: 2009-03-02 16:04+0100\n"
11
11
  "Last-Translator: Peter Kováč <kovac.peter@fotopriestor.sk>\n"
12
12
  "Language-Team: Slovak <sk@li.org>\n"
13
+ "Language: sk\n"
13
14
  "MIME-Version: 1.0\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
15
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -17,705 +18,744 @@ msgstr ""
17
18
  "X-Poedit-Language: Slovak\n"
18
19
  "X-Poedit-Country: Slovak republic\n"
19
20
 
20
- #: ../lib/alexandria/import_library.rb:30
21
+ #: ../lib/alexandria/about.rb:27
22
+ msgid "A program to help you manage your book collection."
23
+ msgstr "Program, ktorý vám pomôže spravovať vašu zbierku kníh."
24
+
25
+ #: ../lib/alexandria/book_providers.rb:91
26
+ msgid "Couldn't reach the provider '%s': timeout expired."
27
+ msgstr "Nemožno dosiahnuť poskytovateľa '%s': časový limit vypršal."
28
+
29
+ #: ../lib/alexandria/book_providers.rb:95
30
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
31
+ msgstr "Nemožno dosiahnuť poskytovateľa '%s': chyba socketu (%s)."
32
+
33
+ #: ../lib/alexandria/book_providers.rb:99
34
+ #: ../lib/alexandria/book_providers.rb:104
35
+ msgid ""
36
+ "No results were found. Make sure your search criterion is spelled "
37
+ "correctly, and try again."
38
+ msgstr ""
39
+ "Neboli nájdené žiadne výsledky. Uistite sa, že vaše vyhľadávacie kritérium "
40
+ "je napísané správne, a skúste to znova."
41
+
42
+ #: ../lib/alexandria/book_providers.rb:109
43
+ msgid "Too many results for that search."
44
+ msgstr "Príliš veľa výsledkov pre toto vyhľadávanie."
45
+
46
+ #: ../lib/alexandria/book_providers.rb:112
47
+ msgid "Invalid search type."
48
+ msgstr "Neplatný typ vyhľadávania."
49
+
50
+ #: ../lib/alexandria/book_providers.rb:206
51
+ msgid "Enabled"
52
+ msgstr ""
53
+
54
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
55
+ msgid "title not found on page"
56
+ msgstr ""
57
+
58
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
59
+ msgid "Locale"
60
+ msgstr "Lokalizácia"
61
+
62
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
63
+ msgid "Access key ID"
64
+ msgstr ""
65
+
66
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
67
+ msgid "Secret access key"
68
+ msgstr ""
69
+
70
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
71
+ #, fuzzy
72
+ msgid "Associate Tag"
73
+ msgstr "Partnerské ID"
74
+
75
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
76
+ msgid "Provide secret key for your Amazon AWS account."
77
+ msgstr ""
78
+
79
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
80
+ msgid "No products"
81
+ msgstr ""
82
+
83
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
84
+ msgid "HTTP Response: %<code>s %<message>s"
85
+ msgstr ""
86
+
87
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
88
+ msgid "Invalid country '%<country>s'"
89
+ msgstr ""
90
+
91
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
92
+ msgid "HTTP redirect too deep"
93
+ msgstr ""
94
+
95
+ #: ../lib/alexandria/book_providers/z3950.rb:22
96
+ msgid "Hostname"
97
+ msgstr "Hostiteľ"
98
+
99
+ #: ../lib/alexandria/book_providers/z3950.rb:23
100
+ msgid "Port"
101
+ msgstr "Port"
102
+
103
+ #: ../lib/alexandria/book_providers/z3950.rb:24
104
+ msgid "Database"
105
+ msgstr "Databáza"
106
+
107
+ #: ../lib/alexandria/book_providers/z3950.rb:25
108
+ msgid "Record syntax"
109
+ msgstr "Syntax záznamov"
110
+
111
+ #: ../lib/alexandria/book_providers/z3950.rb:27
112
+ msgid "Username"
113
+ msgstr "Užívateľské meno"
114
+
115
+ #: ../lib/alexandria/book_providers/z3950.rb:28
116
+ msgid "Password"
117
+ msgstr "Heslo"
118
+
119
+ #: ../lib/alexandria/book_providers/z3950.rb:29
120
+ msgid "Charset encoding"
121
+ msgstr "Kódovanie"
122
+
123
+ #: ../lib/alexandria/book_providers/z3950.rb:213
124
+ msgid "Library of Congress (Usa)"
125
+ msgstr "Knižnica Kongresu (USA)"
126
+
127
+ #: ../lib/alexandria/book_providers/z3950.rb:249
128
+ msgid "British Library"
129
+ msgstr "Britská knižnica"
130
+
131
+ #: ../lib/alexandria/book_providers/z3950.rb:376
132
+ #, fuzzy
133
+ msgid "Invalid ISBN"
134
+ msgstr "Neplatné ISBN '%s'"
135
+
136
+ #: ../lib/alexandria/export_format.rb:18
137
+ msgid "Archived ONIX XML"
138
+ msgstr "Archivovaný Onix XML"
139
+
140
+ #: ../lib/alexandria/export_format.rb:19
141
+ msgid "Archived Tellico XML"
142
+ msgstr "Archivovaný Tellico XML"
143
+
144
+ #: ../lib/alexandria/export_format.rb:20
145
+ msgid "BibTeX"
146
+ msgstr "BibTeX"
147
+
148
+ #: ../lib/alexandria/export_format.rb:21
149
+ msgid "CSV list"
150
+ msgstr "CSV zoznam"
151
+
152
+ #: ../lib/alexandria/export_format.rb:22
153
+ msgid "ISBN List"
154
+ msgstr "ISBN Zoznam"
155
+
156
+ #: ../lib/alexandria/export_format.rb:23
157
+ msgid "iPod Notes"
158
+ msgstr "iPod Poznámky"
159
+
160
+ #: ../lib/alexandria/export_format.rb:24
161
+ msgid "HTML Web Page"
162
+ msgstr "HTML webová stránka"
163
+
164
+ #: ../lib/alexandria/import_library.rb:21
21
165
  msgid "Autodetect"
22
166
  msgstr "Autodetekcia"
23
167
 
24
- #: ../lib/alexandria/import_library.rb:31
168
+ #: ../lib/alexandria/import_library.rb:22
25
169
  msgid "Archived Tellico XML (*.bc, *.tc)"
26
170
  msgstr "Archivovaný Tellico XML (*. bc, *. tc)"
27
171
 
28
- #: ../lib/alexandria/import_library.rb:33
172
+ #: ../lib/alexandria/import_library.rb:24
29
173
  msgid "ISBN List (*.txt)"
30
174
  msgstr "ISBN zoznam (*. txt)"
31
175
 
32
- #: ../lib/alexandria/import_library.rb:35
176
+ #: ../lib/alexandria/import_library.rb:25
33
177
  msgid "GoodReads CSV"
34
178
  msgstr "GoodReads CSV"
35
179
 
36
- #: ../lib/alexandria/models/library.rb:56
37
- msgid "Untitled"
38
- msgstr "Nepomenované"
180
+ #: ../lib/alexandria/import_library.rb:65
181
+ msgid "Unsupported type"
182
+ msgstr ""
39
183
 
40
- #: ../lib/alexandria/models/library.rb:245
184
+ #: ../lib/alexandria/import_library_csv.rb:199
185
+ msgid "Not Recognized"
186
+ msgstr ""
187
+
188
+ #: ../lib/alexandria/library_store.rb:37
41
189
  msgid "My Library"
42
190
  msgstr "Moja knižnica"
43
191
 
44
- #: ../lib/alexandria/about.rb:24
45
- msgid "A program to help you manage your book collection."
46
- msgstr "Program, ktorý vám pomôže spravovať vašu zbierku kníh."
192
+ #: ../lib/alexandria/library_store.rb:67
193
+ msgid "Not a book: %<book>s"
194
+ msgstr ""
47
195
 
48
- #: ../lib/alexandria/ui/ui_manager.rb:135
49
- msgid "Type here the search criterion"
50
- msgstr "Sem zadajte vyhľadávacie kritériá"
196
+ #: ../lib/alexandria/library_store.rb:78
197
+ msgid "%<file>s isbn is not okay"
198
+ msgstr ""
51
199
 
52
- #: ../lib/alexandria/ui/ui_manager.rb:148
53
- msgid "Match everything"
54
- msgstr "Hľadaj vo všetkom"
200
+ #: ../lib/alexandria/library_store.rb:83
201
+ msgid "%<file>s version is not okay"
202
+ msgstr ""
55
203
 
56
- #: ../lib/alexandria/ui/ui_manager.rb:150
57
- msgid "Title contains"
58
- msgstr "Názov obsahuje"
204
+ #: ../lib/alexandria/library_store.rb:88
205
+ msgid "%<file>s pub year is not okay"
206
+ msgstr ""
59
207
 
60
- #: ../lib/alexandria/ui/ui_manager.rb:151
61
- msgid "Authors contain"
62
- msgstr "Autori obsahujú"
208
+ #: ../lib/alexandria/models/library.rb:40
209
+ msgid "Untitled"
210
+ msgstr "Nepomenované"
63
211
 
64
- #: ../lib/alexandria/ui/ui_manager.rb:152
65
- msgid "ISBN contains"
66
- msgstr "ISBN obsahuje"
212
+ #: ../lib/alexandria/models/library.rb:288
213
+ msgid "Book %<isbn>s was already deleted"
214
+ msgstr ""
67
215
 
68
- #: ../lib/alexandria/ui/ui_manager.rb:153
69
- msgid "Publisher contains"
70
- msgstr "Vydavateľ obsahuje"
216
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
217
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
218
+ msgstr ""
71
219
 
72
- #: ../lib/alexandria/ui/ui_manager.rb:154
73
- msgid "Notes contain"
74
- msgstr "Poznámka obsahuje"
220
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
221
+ msgid "Error parsing CueCat input"
222
+ msgstr ""
75
223
 
76
- #: ../lib/alexandria/ui/ui_manager.rb:155
77
- msgid "Tags contain"
78
- msgstr "Tagy obsahujú"
224
+ #: ../lib/alexandria/scanners/keyboard.rb:51
225
+ msgid "Unknown scan data %s<data>"
226
+ msgstr ""
79
227
 
80
- #: ../lib/alexandria/ui/ui_manager.rb:170
81
- msgid "Change the search type"
82
- msgstr "Zmeniť typ vyhľadávania"
228
+ #: ../lib/alexandria/smart_library.rb:49
229
+ msgid "Favorite"
230
+ msgstr "Obľúbené"
83
231
 
84
- #: ../lib/alexandria/ui/ui_manager.rb:175
85
- msgid "View as Icons"
86
- msgstr "Zobraziť ako ikony"
232
+ #: ../lib/alexandria/smart_library.rb:55
233
+ msgid "Loaned"
234
+ msgstr "Požičané"
87
235
 
88
- #: ../lib/alexandria/ui/ui_manager.rb:176
89
- msgid "View as List"
90
- msgstr "Zobraziť ako zoznam"
236
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
237
+ #: ../lib/alexandria/ui/listview.rb:59
238
+ msgid "Read"
239
+ msgstr "Prečítané"
91
240
 
92
- #: ../lib/alexandria/ui/ui_manager.rb:189
93
- msgid "Choose how to show books"
94
- msgstr "Vyberte si, ako zobraziť knihy"
241
+ #: ../lib/alexandria/smart_library.rb:67
242
+ msgid "Owned"
243
+ msgstr "Moje"
95
244
 
96
- #: ../lib/alexandria/ui/ui_manager.rb:436
97
- msgid "Library '%s' selected"
98
- msgstr "Knižnica '%s' vybraná"
245
+ #: ../lib/alexandria/smart_library.rb:76
246
+ msgid "Wishlist"
247
+ msgstr "Knihy, ktoré chcem"
99
248
 
100
- #: ../lib/alexandria/ui/ui_manager.rb:443
101
- msgid "Library '%s' selected, %d unrated book"
102
- msgid_plural "Library '%s' selected, %d unrated books"
103
- msgstr[0] "Knižnica '%s' vybraná, %d nehodnotená kniha"
104
- msgstr[1] "Knižnica '%s' vybraná, %d nehodnotené knihy"
105
- msgstr[2] "Knižnica '%s' vybraná, %d nehodnotených kníh"
249
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
250
+ msgid "Title"
251
+ msgstr "Názov"
106
252
 
107
- #: ../lib/alexandria/ui/ui_manager.rb:448
108
- msgid "Library '%s' selected, %d book"
109
- msgid_plural "Library '%s' selected, %d books"
110
- msgstr[0] "Knižnica '% s' vybraná, %d kniha"
111
- msgstr[1] "Knižnica '% s' vybraná, %d knihy"
112
- msgstr[2] "Knižnica '% s' vybraná, %d kníh"
253
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
254
+ msgid "ISBN"
255
+ msgstr "ISBN"
113
256
 
114
- #: ../lib/alexandria/ui/ui_manager.rb:455
115
- msgid "Library '%s' selected, %d book, %d unrated"
116
- msgid_plural "Library '%s' selected, %d books, %d unrated"
117
- msgstr[0] "Knižnica '%s' vybraná, %d kniha %d nehodnotená"
118
- msgstr[1] "Knižnica '%s' vybraná, %d knihy %d nehodnotené"
119
- msgstr[2] "Knižnica '%s' vybraná, %d kníh %d nehodnotených"
257
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
258
+ msgid "Authors"
259
+ msgstr "Autori"
120
260
 
121
- #: ../lib/alexandria/ui/ui_manager.rb:467
122
- msgid "'%s' selected"
123
- msgstr "'%s' vybraná"
261
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
262
+ msgid "Publisher"
263
+ msgstr "Vydavateľ"
124
264
 
125
- #: ../lib/alexandria/ui/ui_manager.rb:470
126
- msgid "%d book selected"
127
- msgid_plural "%d books selected"
128
- msgstr[0] "%d vybraná kniha"
129
- msgstr[1] "%d vybrané knihy"
130
- msgstr[2] "%d vybraných kníh"
265
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
266
+ msgid "Publish Year"
267
+ msgstr "Rok vydania"
131
268
 
132
- #: ../lib/alexandria/ui/ui_manager.rb:648
133
- msgid "Unable to launch the web browser"
134
- msgstr "Nedá sa spustiť webový prehliadač"
269
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
270
+ msgid "Binding"
271
+ msgstr "Viazanie"
135
272
 
136
- #: ../lib/alexandria/ui/ui_manager.rb:649
137
- msgid ""
138
- "Check out that a web browser is configured as default (Desktop Preferences -"
139
- "> Advanced -> Preferred Applications) and try again."
273
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
274
+ msgid "Rating"
275
+ msgstr "Hodnotenie"
276
+
277
+ #: ../lib/alexandria/smart_library.rb:302
278
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
279
+ msgid "Notes"
280
+ msgstr "Poznámka"
281
+
282
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
283
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
284
+ msgid "Tags"
285
+ msgstr "Tagy"
286
+
287
+ #: ../lib/alexandria/smart_library.rb:304
288
+ msgid "Loaning State"
289
+ msgstr "Pôžička - stav"
290
+
291
+ #: ../lib/alexandria/smart_library.rb:305
292
+ msgid "Loaning Date"
293
+ msgstr "Pôžička - dátum"
294
+
295
+ #: ../lib/alexandria/smart_library.rb:306
296
+ msgid "Loaning Person"
297
+ msgstr "Pôžička - osoba"
298
+
299
+ #: ../lib/alexandria/smart_library.rb:308
300
+ msgid "Date Read"
301
+ msgstr "Prečítané - dátum"
302
+
303
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
304
+ msgid "Own"
305
+ msgstr "Vlastním"
306
+
307
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
308
+ msgid "Want"
309
+ msgstr "Chcem"
310
+
311
+ #: ../lib/alexandria/smart_library.rb:317
312
+ msgid "days"
313
+ msgstr "dní"
314
+
315
+ #: ../lib/alexandria/smart_library.rb:327
316
+ msgid "is set"
317
+ msgstr "je nastavené"
318
+
319
+ #: ../lib/alexandria/smart_library.rb:330
320
+ msgid "is not set"
321
+ msgstr "nie je nastavené"
322
+
323
+ #: ../lib/alexandria/smart_library.rb:333
324
+ msgid "is"
325
+ msgstr "je"
326
+
327
+ #: ../lib/alexandria/smart_library.rb:336
328
+ msgid "is not"
329
+ msgstr "nie je"
330
+
331
+ #: ../lib/alexandria/smart_library.rb:339
332
+ msgid "contains"
333
+ msgstr "obsahuje"
334
+
335
+ #: ../lib/alexandria/smart_library.rb:342
336
+ msgid "does not contain"
337
+ msgstr "neobsahuje"
338
+
339
+ #: ../lib/alexandria/smart_library.rb:345
340
+ msgid "starts with"
341
+ msgstr "začína"
342
+
343
+ #: ../lib/alexandria/smart_library.rb:348
344
+ msgid "ends with"
345
+ msgstr "končí"
346
+
347
+ #: ../lib/alexandria/smart_library.rb:351
348
+ msgid "is greater than"
349
+ msgstr "je viac ako"
350
+
351
+ #: ../lib/alexandria/smart_library.rb:354
352
+ msgid "is less than"
353
+ msgstr "je menej ako"
354
+
355
+ #: ../lib/alexandria/smart_library.rb:357
356
+ msgid "is after"
357
+ msgstr "je po"
358
+
359
+ #: ../lib/alexandria/smart_library.rb:360
360
+ msgid "is before"
361
+ msgstr "je pred"
362
+
363
+ #: ../lib/alexandria/smart_library.rb:364
364
+ msgid "is in last"
365
+ msgstr "je posledných"
366
+
367
+ #: ../lib/alexandria/smart_library.rb:384
368
+ msgid "is not in last"
369
+ msgstr "nie je posledných"
370
+
371
+ #: ../lib/alexandria/smart_library.rb:465
372
+ msgid "invalid operand klass %<klass>s"
140
373
  msgstr ""
141
- "Uistite sa, že webový prehliadač je nakonfigurovaný ako predvolený (Desktop "
142
- "Preferences -> Advanced -> Preferred Applications) a skúste to znova."
143
374
 
144
- #: ../lib/alexandria/ui/ui_manager.rb:661
145
- msgid "Unable to launch the mail reader"
146
- msgstr "Nemožno spustiť čítačku elektronickej pošty"
375
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
376
+ msgid "There was %d duplicate"
377
+ msgid_plural "There were %d duplicates"
378
+ msgstr[0] "Našiel sa %d duplikát"
379
+ msgstr[1] "Našli sa %d duplikáty"
380
+ msgstr[2] "Našlo sa %d duplikátov"
381
+
382
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
383
+ msgid "Couldn't add this book"
384
+ msgid_plural "Couldn't add these books"
385
+ msgstr[0] "Nemožno pridať túto knihu"
386
+ msgstr[1] "Nemožno pridať tieto knihy"
387
+ msgstr[2] "Nemožno pridať tieto knihy"
388
+
389
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
390
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
391
+ msgid "Searching Provider '%s'..."
392
+ msgstr "Hľadám poskytovateľa '%s'..."
393
+
394
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
395
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
396
+ msgid "Error while Searching Provider '%s'"
397
+ msgstr "Chyba pri hľadaní poskytovateľa '%s'"
398
+
399
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
400
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
401
+ msgid "Not Found at Provider '%s'"
402
+ msgstr "Nenájdené poskytovateľom '%s'"
403
+
404
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
405
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
406
+ msgid "Found at Provider '%s'"
407
+ msgstr "Nájdené poskytovateľom '%s'"
408
+
409
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
410
+ msgid "Ready to use %s barcode scanner"
411
+ msgstr "Pripravené použiť čítačku čiarových kódov '%s'"
412
+
413
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
414
+ msgid "Click below to scan _barcodes"
415
+ msgstr "Kliknite nižšie k zoskenovaniu č_iarových kódov"
416
+
417
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
418
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
419
+ msgid "Couldn't modify the book"
420
+ msgstr "Nemožno upraviť knihu"
147
421
 
148
- #: ../lib/alexandria/ui/ui_manager.rb:662
422
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
423
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
149
424
  msgid ""
150
- "Check out that a mail reader is configured as default (Desktop Preferences -"
151
- "> Advanced -> Preferred Applications) and try again."
425
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
426
+ "correcty, and try again."
152
427
  msgstr ""
153
- "Uistite sa, že čítačka elektronickej pošty je nakonfigurovaná ako predvolená "
154
- "(Desktop Preferences -> Advanced -> Preferred Applications) a skúste to "
428
+ "Neplatný EAN / ISBN kód. Uistite sa, že je napísaný korektne, a skúste to "
155
429
  "znova."
156
430
 
157
- #: ../lib/alexandria/ui/ui_manager.rb:697
158
- msgid "Repair Book Data"
159
- msgstr "Opraviť údaje knihy"
431
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
432
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
433
+ msgid "The EAN/ISBN you provided is already used in this library."
434
+ msgstr "Tento EAN / ISBN ste už v tejto knižnici zadali."
160
435
 
161
- #: ../lib/alexandria/ui/ui_manager.rb:698
162
- msgid ""
163
- "The data files for the following books are malformed or empty. Do you wish "
164
- "to attempt to download new information for them from the online book "
165
- "providers?\n"
166
- msgstr ""
167
- "Dátové súbory týchto kníh sú poškodené alebo prázdne. Máte záujem pokúsiť sa "
168
- "stiahnuť nové informácie od online poskytovateľov?\n"
436
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
437
+ msgid "Properties"
438
+ msgstr "Vlastnosti"
169
439
 
170
- #: ../lib/alexandria/ui/ui_manager.rb:755
171
- msgid "Added '%s' to library '%s'"
172
- msgstr "'%s' pridaná do knižnice '%s'"
440
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
441
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
442
+ msgid "Properties for '%s'"
443
+ msgstr "Vlastnosti pre '%s'"
173
444
 
174
- #: ../lib/alexandria/ui/ui_manager.rb:908
175
- msgid "Loading '%s'..."
176
- msgstr "Načítavam '%s' ..."
445
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
446
+ msgid "Author"
447
+ msgstr "Autor"
177
448
 
178
- #: ../lib/alexandria/ui/ui_manager.rb:1157
179
- msgid "In '_%s'"
180
- msgstr "Do '_%s'"
449
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
450
+ msgid "Select a cover image"
451
+ msgstr "Vyberte obálku"
452
+
453
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
454
+ msgid "No Cover"
455
+ msgstr "Bez obálky"
456
+
457
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
458
+ msgid "%d day"
459
+ msgid_plural "%d days"
460
+ msgstr[0] "%d deň"
461
+ msgstr[1] "%d dni"
462
+ msgstr[2] "%d dní"
181
463
 
182
- #: ../lib/alexandria/ui/callbacks.rb:65
464
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
465
+ msgid "out of range"
466
+ msgstr ""
467
+
468
+ #: ../lib/alexandria/ui/callbacks.rb:57
183
469
  msgid "The following lines are not valid ISBNs and were not imported:"
184
470
  msgstr "Nasledujúce riadky nie sú platné ISBN a neboli importované:"
185
471
 
186
- #: ../lib/alexandria/ui/callbacks.rb:122
187
- #: ../lib/alexandria/ui/export_dialog.rb:128
188
- msgid "Export failed"
189
- msgstr "Export zlyhal"
190
-
191
- #: ../lib/alexandria/ui/callbacks.rb:123
192
- msgid "Try letting this library load completely before exporting."
472
+ #: ../lib/alexandria/ui/callbacks.rb:62
473
+ msgid "Books could not be found for the following ISBNs:"
193
474
  msgstr ""
194
475
 
195
- #: ../lib/alexandria/ui/callbacks.rb:274
476
+ #: ../lib/alexandria/ui/callbacks.rb:362
196
477
  msgid "_Library"
197
478
  msgstr "Knižnica"
198
479
 
199
- #: ../lib/alexandria/ui/callbacks.rb:275
480
+ #: ../lib/alexandria/ui/callbacks.rb:363
200
481
  msgid "_New Library"
201
482
  msgstr "Nová knižnica"
202
483
 
203
- #: ../lib/alexandria/ui/callbacks.rb:275
484
+ #: ../lib/alexandria/ui/callbacks.rb:363
204
485
  msgid "Create a new library"
205
486
  msgstr "Vytvoriť novú knižnicu"
206
487
 
207
- #: ../lib/alexandria/ui/callbacks.rb:276
488
+ #: ../lib/alexandria/ui/callbacks.rb:364
208
489
  msgid "New _Smart Library..."
209
490
  msgstr "Nová Inteligentná knižnica..."
210
491
 
211
- #: ../lib/alexandria/ui/callbacks.rb:276
492
+ #: ../lib/alexandria/ui/callbacks.rb:364
212
493
  msgid "Create a new smart library"
213
494
  msgstr "Vytvoriť novú inteligentnú knižnicu"
214
495
 
215
- #: ../lib/alexandria/ui/callbacks.rb:277
496
+ #: ../lib/alexandria/ui/callbacks.rb:365
216
497
  msgid "_Add Book..."
217
498
  msgstr "Prid_ať knihu..."
218
499
 
219
- #: ../lib/alexandria/ui/callbacks.rb:277
500
+ #: ../lib/alexandria/ui/callbacks.rb:365
220
501
  msgid "Add a new book from the Internet"
221
502
  msgstr "Pridať novú knihu z internetu"
222
503
 
223
- #: ../lib/alexandria/ui/callbacks.rb:278
504
+ #: ../lib/alexandria/ui/callbacks.rb:366
224
505
  msgid "Add Book _Manually..."
225
506
  msgstr "Pridať knihu ručne..."
226
507
 
227
- #: ../lib/alexandria/ui/callbacks.rb:278
508
+ #: ../lib/alexandria/ui/callbacks.rb:366
228
509
  msgid "Add a new book manually"
229
510
  msgstr "Pridať novú knihu ručne"
230
511
 
231
- #: ../lib/alexandria/ui/callbacks.rb:279
512
+ #: ../lib/alexandria/ui/callbacks.rb:367
232
513
  msgid "_Import..."
233
514
  msgstr "_Importovať..."
234
515
 
235
- #: ../lib/alexandria/ui/callbacks.rb:279
516
+ #: ../lib/alexandria/ui/callbacks.rb:367
236
517
  msgid "Import a library"
237
518
  msgstr "Importovať knižnicu"
238
519
 
239
- #: ../lib/alexandria/ui/callbacks.rb:280
520
+ #: ../lib/alexandria/ui/callbacks.rb:368
240
521
  msgid "_Export..."
241
522
  msgstr "_Exportovať..."
242
523
 
243
- #: ../lib/alexandria/ui/callbacks.rb:280
524
+ #: ../lib/alexandria/ui/callbacks.rb:368
244
525
  msgid "Export the selected library"
245
526
  msgstr "Exportovať vybranú knižnicu"
246
527
 
247
- #: ../lib/alexandria/ui/callbacks.rb:281
248
- msgid "_Acquire from Scanner..."
528
+ #: ../lib/alexandria/ui/callbacks.rb:369
529
+ #, fuzzy
530
+ msgid "A_cquire from Scanner..."
249
531
  msgstr "Získ_ať z čítačky čiarových kódov"
250
532
 
251
- #: ../lib/alexandria/ui/callbacks.rb:281
533
+ #: ../lib/alexandria/ui/callbacks.rb:369
252
534
  msgid "Acquire books from a scanner"
253
535
  msgstr "Získať knihy z čítačky čiarových kódov"
254
536
 
255
- #: ../lib/alexandria/ui/callbacks.rb:282
537
+ #: ../lib/alexandria/ui/callbacks.rb:370
256
538
  msgid "_Properties"
257
539
  msgstr "Vlastnosti"
258
540
 
259
- #: ../lib/alexandria/ui/callbacks.rb:282
541
+ #: ../lib/alexandria/ui/callbacks.rb:370
260
542
  msgid "Edit the properties of the selected book"
261
543
  msgstr "Upraviť vlastnosti vybranej knihy"
262
544
 
263
- #: ../lib/alexandria/ui/callbacks.rb:283
545
+ #: ../lib/alexandria/ui/callbacks.rb:371
264
546
  msgid "_Quit"
265
547
  msgstr "Koniec"
266
548
 
267
- #: ../lib/alexandria/ui/callbacks.rb:283
549
+ #: ../lib/alexandria/ui/callbacks.rb:371
268
550
  msgid "Quit the program"
269
551
  msgstr "Ukončiť program"
270
552
 
271
- #: ../lib/alexandria/ui/callbacks.rb:284
553
+ #: ../lib/alexandria/ui/callbacks.rb:372
272
554
  msgid "_Edit"
273
555
  msgstr "Upraviť"
274
556
 
275
- #: ../lib/alexandria/ui/callbacks.rb:285
557
+ #: ../lib/alexandria/ui/callbacks.rb:373
276
558
  msgid "_Undo"
277
559
  msgstr "Späť"
278
560
 
279
- #: ../lib/alexandria/ui/callbacks.rb:285
561
+ #: ../lib/alexandria/ui/callbacks.rb:373
280
562
  msgid "Undo the last action"
281
563
  msgstr "Vrátiť poslednú akciu"
282
564
 
283
- #: ../lib/alexandria/ui/callbacks.rb:286
565
+ #: ../lib/alexandria/ui/callbacks.rb:374
284
566
  msgid "_Redo"
285
567
  msgstr "Zopakovať"
286
568
 
287
- #: ../lib/alexandria/ui/callbacks.rb:286
569
+ #: ../lib/alexandria/ui/callbacks.rb:374
288
570
  msgid "Redo the undone action"
289
571
  msgstr "Zopakovať vrátenú akcie"
290
572
 
291
- #: ../lib/alexandria/ui/callbacks.rb:287
573
+ #: ../lib/alexandria/ui/callbacks.rb:375
292
574
  msgid "_Select All"
293
575
  msgstr "Vybrať všetko"
294
576
 
295
- #: ../lib/alexandria/ui/callbacks.rb:287
577
+ #: ../lib/alexandria/ui/callbacks.rb:375
296
578
  msgid "Select all visible books"
297
579
  msgstr "Vybrať všetky viditeľné knihy"
298
580
 
299
- #: ../lib/alexandria/ui/callbacks.rb:288
581
+ #: ../lib/alexandria/ui/callbacks.rb:376
300
582
  msgid "Dese_lect All"
301
583
  msgstr "Zrušiť všetko"
302
584
 
303
- #: ../lib/alexandria/ui/callbacks.rb:288
585
+ #: ../lib/alexandria/ui/callbacks.rb:376
304
586
  msgid "Deselect everything"
305
587
  msgstr "Zrušiť všetko"
306
588
 
307
- #: ../lib/alexandria/ui/callbacks.rb:289
589
+ #: ../lib/alexandria/ui/callbacks.rb:377
308
590
  msgid "My _Rating"
309
591
  msgstr "Moje Hodnotenie"
310
592
 
311
- #: ../lib/alexandria/ui/callbacks.rb:290
593
+ #: ../lib/alexandria/ui/callbacks.rb:378
312
594
  msgid "None"
313
595
  msgstr "Žiadne"
314
596
 
315
- #: ../lib/alexandria/ui/callbacks.rb:291
597
+ #: ../lib/alexandria/ui/callbacks.rb:379
316
598
  msgid "One Star"
317
599
  msgstr "Jedna hviezdička"
318
600
 
319
- #: ../lib/alexandria/ui/callbacks.rb:292
601
+ #: ../lib/alexandria/ui/callbacks.rb:380
320
602
  msgid "Two Stars"
321
603
  msgstr "Dve hviezdičky"
322
604
 
323
- #: ../lib/alexandria/ui/callbacks.rb:293
605
+ #: ../lib/alexandria/ui/callbacks.rb:381
324
606
  msgid "Three Stars"
325
607
  msgstr "Tri hviezdičky"
326
608
 
327
- #: ../lib/alexandria/ui/callbacks.rb:294
609
+ #: ../lib/alexandria/ui/callbacks.rb:382
328
610
  msgid "Four Stars"
329
611
  msgstr "Štyri hviezdičky"
330
612
 
331
- #: ../lib/alexandria/ui/callbacks.rb:295
613
+ #: ../lib/alexandria/ui/callbacks.rb:383
332
614
  msgid "Five Stars"
333
615
  msgstr "Päť hviezdičiek"
334
616
 
335
- #: ../lib/alexandria/ui/callbacks.rb:296
617
+ #: ../lib/alexandria/ui/callbacks.rb:384
336
618
  msgid "_Move"
337
619
  msgstr "Pre_miestniť"
338
620
 
339
- #: ../lib/alexandria/ui/callbacks.rb:297
621
+ #: ../lib/alexandria/ui/callbacks.rb:385
340
622
  msgid "_Rename"
341
623
  msgstr "P_remenovať"
342
624
 
343
- #: ../lib/alexandria/ui/callbacks.rb:298
625
+ #: ../lib/alexandria/ui/callbacks.rb:386
344
626
  msgid "_Delete"
345
627
  msgstr "Vymazať"
346
628
 
347
- #: ../lib/alexandria/ui/callbacks.rb:298
629
+ #: ../lib/alexandria/ui/callbacks.rb:386
348
630
  msgid "Delete the selected books or library"
349
631
  msgstr "Odstrániť vybraté knihy alebo knižnicu"
350
632
 
351
- #: ../lib/alexandria/ui/callbacks.rb:299
633
+ #: ../lib/alexandria/ui/callbacks.rb:387
352
634
  msgid "_Search"
353
635
  msgstr "Hľadať"
354
636
 
355
- #: ../lib/alexandria/ui/callbacks.rb:299
637
+ #: ../lib/alexandria/ui/callbacks.rb:387
356
638
  msgid "Filter books"
357
639
  msgstr "Filtovať knihy"
358
640
 
359
- #: ../lib/alexandria/ui/callbacks.rb:300
641
+ #: ../lib/alexandria/ui/callbacks.rb:388
360
642
  msgid "_Clear Results"
361
643
  msgstr "Vymazať vyhľadanie"
362
644
 
363
- #: ../lib/alexandria/ui/callbacks.rb:300
645
+ #: ../lib/alexandria/ui/callbacks.rb:388
364
646
  msgid "Clear the search results"
365
647
  msgstr "Vymazať výsledky hľadania"
366
648
 
367
- #: ../lib/alexandria/ui/callbacks.rb:301
649
+ #: ../lib/alexandria/ui/callbacks.rb:389
368
650
  msgid "_Preferences"
369
651
  msgstr "Nastavenia"
370
652
 
371
- #: ../lib/alexandria/ui/callbacks.rb:301
653
+ #: ../lib/alexandria/ui/callbacks.rb:389
372
654
  msgid "Change Alexandria's settings"
373
655
  msgstr "Zmeniť nastavenie Alexandrie"
374
656
 
375
- #: ../lib/alexandria/ui/callbacks.rb:302
657
+ #: ../lib/alexandria/ui/callbacks.rb:390
376
658
  msgid "_View"
377
659
  msgstr "Zobraziť"
378
660
 
379
- #: ../lib/alexandria/ui/callbacks.rb:303
661
+ #: ../lib/alexandria/ui/callbacks.rb:391
380
662
  msgid "Arran_ge Icons"
381
663
  msgstr "Uspo_riadať ikony"
382
664
 
383
- #: ../lib/alexandria/ui/callbacks.rb:304
665
+ #: ../lib/alexandria/ui/callbacks.rb:392
384
666
  msgid "Display Online _Information"
385
667
  msgstr "Zobraz Online _Informácie"
386
668
 
387
- #: ../lib/alexandria/ui/callbacks.rb:306
669
+ #: ../lib/alexandria/ui/callbacks.rb:394
388
670
  msgid "_Help"
389
671
  msgstr "Pomocník"
390
672
 
391
- #: ../lib/alexandria/ui/callbacks.rb:307
673
+ #: ../lib/alexandria/ui/callbacks.rb:395
392
674
  msgid "Submit _Bug Report"
393
675
  msgstr "Odoslať správu o chy_be"
394
676
 
395
- #: ../lib/alexandria/ui/callbacks.rb:307
677
+ #: ../lib/alexandria/ui/callbacks.rb:395
396
678
  msgid "Submit a bug report to the developers"
397
679
  msgstr "Podať hlásenie o chybe vývojárom"
398
680
 
399
- #: ../lib/alexandria/ui/callbacks.rb:308
681
+ #: ../lib/alexandria/ui/callbacks.rb:396
400
682
  msgid "Contents"
401
683
  msgstr "Obsah"
402
684
 
403
- #: ../lib/alexandria/ui/callbacks.rb:308
685
+ #: ../lib/alexandria/ui/callbacks.rb:396
404
686
  msgid "View Alexandria's manual"
405
687
  msgstr "Zobraziť príručku Alexandrie"
406
688
 
407
- #: ../lib/alexandria/ui/callbacks.rb:309
689
+ #: ../lib/alexandria/ui/callbacks.rb:397
408
690
  msgid "_About"
409
691
  msgstr "O _Alexandrii"
410
692
 
411
- #: ../lib/alexandria/ui/callbacks.rb:309
693
+ #: ../lib/alexandria/ui/callbacks.rb:397
412
694
  msgid "Show information about Alexandria"
413
695
  msgstr "Zobraziť informácie o Alexandrii"
414
696
 
415
- #: ../lib/alexandria/ui/callbacks.rb:334
416
- msgid "Side _Pane"
697
+ #: ../lib/alexandria/ui/callbacks.rb:404
698
+ msgid "At _%s"
699
+ msgstr "V _%s"
700
+
701
+ #: ../lib/alexandria/ui/callbacks.rb:410
702
+ msgid "Side_pane"
417
703
  msgstr "Bočný _Panel"
418
704
 
419
- #: ../lib/alexandria/ui/callbacks.rb:336
705
+ #: ../lib/alexandria/ui/callbacks.rb:411
420
706
  msgid "_Toolbar"
421
707
  msgstr "Liš_ta"
422
708
 
423
- #: ../lib/alexandria/ui/callbacks.rb:338
709
+ #: ../lib/alexandria/ui/callbacks.rb:412
424
710
  msgid "_Statusbar"
425
711
  msgstr "_Stavový riadok"
426
712
 
427
- #: ../lib/alexandria/ui/callbacks.rb:340
713
+ #: ../lib/alexandria/ui/callbacks.rb:413
428
714
  msgid "Re_versed Order"
429
715
  msgstr "Opačné usporiadanie"
430
716
 
431
- #: ../lib/alexandria/ui/callbacks.rb:345
717
+ #: ../lib/alexandria/ui/callbacks.rb:418
432
718
  msgid "View as _Icons"
433
719
  msgstr "Zobraziť ako _Ikony"
434
720
 
435
- #: ../lib/alexandria/ui/callbacks.rb:346
721
+ #: ../lib/alexandria/ui/callbacks.rb:419
436
722
  msgid "View as _List"
437
723
  msgstr "Zobraziť ako Zoznam"
438
724
 
439
- #: ../lib/alexandria/ui/callbacks.rb:350
725
+ #: ../lib/alexandria/ui/callbacks.rb:423
440
726
  msgid "By _Title"
441
727
  msgstr "Podľa názvu"
442
728
 
443
- #: ../lib/alexandria/ui/callbacks.rb:351
729
+ #: ../lib/alexandria/ui/callbacks.rb:424
444
730
  msgid "By _Authors"
445
731
  msgstr "Podľa _autorov"
446
732
 
447
- #: ../lib/alexandria/ui/callbacks.rb:352
733
+ #: ../lib/alexandria/ui/callbacks.rb:425
448
734
  msgid "By _ISBN"
449
735
  msgstr "Podľa _ISBN"
450
736
 
451
- #: ../lib/alexandria/ui/callbacks.rb:353
737
+ #: ../lib/alexandria/ui/callbacks.rb:426
452
738
  msgid "By _Publisher"
453
739
  msgstr "_Podľa vydavateľa"
454
740
 
455
- #: ../lib/alexandria/ui/callbacks.rb:354
741
+ #: ../lib/alexandria/ui/callbacks.rb:427
456
742
  msgid "By _Binding"
457
743
  msgstr "Podľa väz_by"
458
744
 
459
- #: ../lib/alexandria/ui/callbacks.rb:355
745
+ #: ../lib/alexandria/ui/callbacks.rb:428
460
746
  msgid "By _Rating"
461
747
  msgstr "Podľa hodnotenia"
462
748
 
463
- #: ../lib/alexandria/ui/callbacks.rb:359
464
- msgid "At _%s"
465
- msgstr "V _%s"
466
-
467
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
468
- msgid "There was %d duplicate"
469
- msgid_plural "There were %d duplicates"
470
- msgstr[0] "Našiel sa %d duplikát"
471
- msgstr[1] "Našli sa %d duplikáty"
472
- msgstr[2] "Našlo sa %d duplikátov"
473
-
474
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
475
- msgid "Couldn't add this book"
476
- msgid_plural "Couldn't add these books"
477
- msgstr[0] "Nemožno pridať túto knihu"
478
- msgstr[1] "Nemožno pridať tieto knihy"
479
- msgstr[2] "Nemožno pridať tieto knihy"
480
-
481
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
482
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
483
- msgid "Searching Provider '%s'..."
484
- msgstr "Hľadám poskytovateľa '%s'..."
485
-
486
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
487
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
488
- msgid "Error while Searching Provider '%s'"
489
- msgstr "Chyba pri hľadaní poskytovateľa '%s'"
490
-
491
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
492
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
493
- msgid "Not Found at Provider '%s'"
494
- msgstr "Nenájdené poskytovateľom '%s'"
495
-
496
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
497
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
498
- msgid "Found at Provider '%s'"
499
- msgstr "Nájdené poskytovateľom '%s'"
500
-
501
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
502
- msgid "Ready to use %s barcode scanner"
503
- msgstr "Pripravené použiť čítačku čiarových kódov '%s'"
504
-
505
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
506
- #: ../data/alexandria/glade/acquire_dialog.glade:26
507
- msgid "_Barcode Scanner Ready"
508
- msgstr "Čí_tačka čiarových kódov pripravená"
509
-
510
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
511
- msgid "Click below to scan _barcodes"
512
- msgstr "Kliknite nižšie k zoskenovaniu č_iarových kódov"
513
-
514
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
515
- msgid "There's a problem"
516
- msgstr "Je tu problém"
517
-
518
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
519
- msgid "New Smart Library"
520
- msgstr "Nová inteligentná knižnica"
521
-
522
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
523
- msgid "Smart Library"
524
- msgstr "Inteligentná knižnica"
525
-
526
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
527
- msgid "Preferences for %s"
528
- msgstr "Nastavenie pre %s"
529
-
530
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
531
- msgid "New Provider"
532
- msgstr "Nový poskytovateľ"
533
-
534
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
535
- msgid "_Name:"
536
- msgstr "_Názov:"
537
-
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
539
- msgid "_Type:"
540
- msgstr "_Typ:"
541
-
542
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
543
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
544
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
545
- #, fuzzy
546
- msgid "Disable Provider"
547
- msgstr "Nový poskytovateľ"
548
-
549
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
550
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
551
- #, fuzzy
552
- msgid "Enable Provider"
553
- msgstr "Nový poskytovateľ"
554
-
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
556
- msgid "Are you sure you want to permanently delete the provider '%s'?"
557
- msgstr "Ste si istí, že chcete natrvalo odstrániť poskytovateľa '%s'?"
558
-
559
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
560
- msgid ""
561
- "If you continue, the provider and all of its preferences will be permanently "
562
- "deleted."
563
- msgstr ""
564
- "Ak budete pokračovať, poskytovateľ a všetky jeho nastavenia budú trvalo "
565
- "zmazané."
566
-
567
- #: ../lib/alexandria/ui/import_dialog.rb:36
568
- msgid "Error while importing"
569
- msgstr "Chyba pri importovaní"
570
-
571
- #: ../lib/alexandria/ui/import_dialog.rb:39
572
- msgid "_Continue"
573
- msgstr "Pokračovať"
574
-
575
- #: ../lib/alexandria/ui/import_dialog.rb:64
576
- msgid "Import a Library"
577
- msgstr "Importovať knižnicu"
578
-
579
- #: ../lib/alexandria/ui/import_dialog.rb:71
580
- msgid "_Import"
581
- msgstr "_Importovať"
582
-
583
- #: ../lib/alexandria/ui/import_dialog.rb:188
584
- msgid "Couldn't import the library"
585
- msgstr "Nemožno importovať knižnicu"
586
-
587
- #: ../lib/alexandria/ui/import_dialog.rb:189
588
- msgid ""
589
- "The format of the file you provided is unknown. Please retry with another "
590
- "file."
591
- msgstr ""
592
- "Formátu zadaného súboru nie je známy. Prosím, skúste to znovu s iným súborom."
593
-
594
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
595
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
596
- msgid "Properties for '%s'"
597
- msgstr "Vlastnosti pre '%s'"
598
-
599
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
600
- msgid "Empty or conflictive condition"
601
- msgstr "Prázdna alebo konfliktná podmienka"
602
-
603
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
604
- msgid "_Save However"
605
- msgstr "Aj tak uložiť"
606
-
607
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
608
- msgid ""
609
- "This smart library contains one or more conditions which are empty or "
610
- "conflict with each other. This is likely to result in never matching a book. "
611
- "Are you sure you want to save this library?"
612
- msgstr ""
613
- "Táto inteligentná knižnica obsahuje jednu alebo viac podmienok, ktoré sú "
614
- "prázdne alebo v konflikte s ostatnými. To môže spôsobiť, že nikdy nenájde "
615
- "knihy. Ste si istí, že chcete uložiť túto knižnicu?"
616
-
617
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
618
- msgid "Match"
619
- msgstr "Nájsť podľa"
620
-
621
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
622
- msgid "all"
623
- msgstr "všetkých"
624
-
625
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
626
- msgid "any"
627
- msgstr "ľubovoľného"
628
-
629
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
630
- msgid "of the following rules:"
631
- msgstr "z nasledujúcich pravidiel:"
632
-
633
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
634
- msgid "Match the following rule:"
635
- msgstr "Hľadať knihy podľa nasledujúcich pravidiel:"
636
-
637
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
638
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
639
- msgid "Couldn't modify the book"
640
- msgstr "Nemožno upraviť knihu"
641
-
642
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
643
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
644
- msgid "The EAN/ISBN you provided is already used in this library."
645
- msgstr "Tento EAN / ISBN ste už v tejto knižnici zadali."
646
-
647
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
648
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
649
- msgid ""
650
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
651
- "correcty, and try again."
652
- msgstr ""
653
- "Neplatný EAN / ISBN kód. Uistite sa, že je napísaný korektne, a skúste to "
654
- "znova."
655
-
656
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
657
- msgid "Properties"
658
- msgstr "Vlastnosti"
659
-
660
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
661
- msgid "Author"
662
- msgstr "Autor"
663
-
664
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
665
- msgid "Select a cover image"
666
- msgstr "Vyberte obálku"
667
-
668
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
669
- msgid "No Cover"
670
- msgstr "Bez obálky"
671
-
672
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
673
- msgid "%d day"
674
- msgid_plural "%d days"
675
- msgstr[0] "%d deň"
676
- msgstr[1] "%d dni"
677
- msgstr[2] "%d dní"
678
-
679
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
680
- msgid "Adding '%s'"
681
- msgstr "Pridanie '%s'"
682
-
683
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
684
- #: ../data/alexandria/glade/new_book_dialog.glade:8
685
- msgid "Adding a Book"
686
- msgstr "Pridanie knihy"
687
-
688
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
689
- msgid "A title must be provided."
690
- msgstr "Musíte zadať názov."
691
-
692
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
693
- msgid "A publisher must be provided."
694
- msgstr "Musíte zadať vydavateľa."
695
-
696
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
697
- msgid "A binding must be provided."
698
- msgstr "Musíte zadať väzbu."
699
-
700
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
701
- msgid "At least one author must be provided."
702
- msgstr "Musíte zadať aspoň jedného autora."
703
-
704
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
705
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
706
- msgid "Couldn't add the book"
707
- msgstr "Nemožno pridať knihu"
708
-
709
- #: ../lib/alexandria/ui/export_dialog.rb:25
749
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
710
750
  msgid "File already exists"
711
751
  msgstr "Súbor už existuje"
712
752
 
713
- #: ../lib/alexandria/ui/export_dialog.rb:28
714
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
753
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
754
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
715
755
  msgid "_Replace"
716
756
  msgstr "Nahradiť"
717
757
 
718
- #: ../lib/alexandria/ui/export_dialog.rb:29
758
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
719
759
  msgid ""
720
760
  "A file named '%s' already exists. Do you want to replace it with the one "
721
761
  "you are generating?"
@@ -723,27 +763,43 @@ msgstr ""
723
763
  "Súbor pomenovaný '%s' už existuje. Prajete si ho nahradiť tým, ktorý práve "
724
764
  "vytvárate?"
725
765
 
726
- #: ../lib/alexandria/ui/export_dialog.rb:52
766
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
767
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
768
+ msgstr "Kniha '%s' už existuje v '%s'. Prajete si ju nahradiť?"
769
+
770
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
771
+ msgid "_Skip"
772
+ msgstr "Vynechať"
773
+
774
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
775
+ msgid "If you replace the existing book, its contents will be overwritten."
776
+ msgstr "Ak nahradíte existujúcu knihu, jej obsah bude prepísaný."
777
+
778
+ #: ../lib/alexandria/ui/export_dialog.rb:22
727
779
  msgid "Export '%s'"
728
780
  msgstr "Exportovať '%s'"
729
781
 
730
- #: ../lib/alexandria/ui/export_dialog.rb:58
782
+ #: ../lib/alexandria/ui/export_dialog.rb:27
731
783
  msgid "_Export"
732
784
  msgstr "Exportovať"
733
785
 
734
- #: ../lib/alexandria/ui/export_dialog.rb:77
786
+ #: ../lib/alexandria/ui/export_dialog.rb:48
735
787
  msgid "_Theme:"
736
788
  msgstr "_Téma:"
737
789
 
738
- #: ../lib/alexandria/ui/export_dialog.rb:87
790
+ #: ../lib/alexandria/ui/export_dialog.rb:60
739
791
  msgid "directory"
740
792
  msgstr "priečinok"
741
793
 
742
- #: ../lib/alexandria/ui/export_dialog.rb:100
794
+ #: ../lib/alexandria/ui/export_dialog.rb:72
743
795
  msgid "Export for_mat:"
744
796
  msgstr "Formát exportu:"
745
797
 
746
- #: ../lib/alexandria/ui/export_dialog.rb:155
798
+ #: ../lib/alexandria/ui/export_dialog.rb:99
799
+ msgid "Export failed"
800
+ msgstr "Export zlyhal"
801
+
802
+ #: ../lib/alexandria/ui/export_dialog.rb:122
747
803
  msgid ""
748
804
  "The target, named '%s', is a regular file. A directory is needed for this "
749
805
  "operation. Please select a directory and try again."
@@ -751,40 +807,89 @@ msgstr ""
751
807
  "Cieľ, pomenovaný '%s', je súbor. Pre túto operáciu je potrebný priečinok. "
752
808
  "Prosím, vyberte priečinok a skúste to znova."
753
809
 
754
- #: ../lib/alexandria/ui/export_dialog.rb:159
755
- msgid "Not a directory"
756
- msgstr "Nie je priečinok"
810
+ #: ../lib/alexandria/ui/export_dialog.rb:126
811
+ msgid "Not a directory"
812
+ msgstr "Nie je priečinok"
813
+
814
+ #: ../lib/alexandria/ui/import_dialog.rb:23
815
+ msgid "Import a Library"
816
+ msgstr "Importovať knižnicu"
817
+
818
+ #: ../lib/alexandria/ui/import_dialog.rb:30
819
+ msgid "_Import"
820
+ msgstr "_Importovať"
821
+
822
+ #: ../lib/alexandria/ui/import_dialog.rb:134
823
+ msgid "Couldn't import the library"
824
+ msgstr "Nemožno importovať knižnicu"
825
+
826
+ #: ../lib/alexandria/ui/import_dialog.rb:135
827
+ msgid ""
828
+ "The format of the file you provided is unknown. Please retry with another "
829
+ "file."
830
+ msgstr ""
831
+ "Formátu zadaného súboru nie je známy. Prosím, skúste to znovu s iným súborom."
832
+
833
+ #: ../lib/alexandria/ui/init.rb:69
834
+ msgid "Unable to launch the help browser"
835
+ msgstr "Nemožno spustiť prehliadač pomocníka"
836
+
837
+ #: ../lib/alexandria/ui/init.rb:70
838
+ msgid ""
839
+ "Could not display help for Alexandria. There was an error launching the "
840
+ "system help browser."
841
+ msgstr ""
842
+ "Nemožno zobraziť pomocníka Alexandrie. Došlo k chybe pri spustení "
843
+ "prehliadača pomocníka."
757
844
 
758
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
845
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
759
846
  msgid "Invalid ISBN '%s'"
760
847
  msgstr "Neplatné ISBN '%s'"
761
848
 
762
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
763
- msgid "_Keep"
764
- msgstr "Uchovať"
765
-
766
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
849
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
850
+ #, fuzzy
767
851
  msgid ""
768
852
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
769
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
770
- "add?"
853
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
854
+ "addition?"
771
855
  msgstr ""
772
856
  "Kniha s názvom '%s' má neplatné ISBN, ale stále existuje u poskytovateľov "
773
857
  "knižníc. Chcete knihu ponechať, ale zmeniť ISBN, alebo zrušiť pridanie knihy?"
774
858
 
775
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
859
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
860
+ msgid "_Keep"
861
+ msgstr "Uchovať"
862
+
863
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
864
+ msgid "New Library"
865
+ msgstr "Nová knižnica"
866
+
867
+ #: ../lib/alexandria/ui/listview.rb:56
868
+ #, fuzzy
869
+ msgid "Loaned To"
870
+ msgstr "Požičané"
871
+
872
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
776
873
  msgid "A problem occurred while downloading images"
777
874
  msgstr "Pri sťahovaní obrázkov nastal problém."
778
875
 
779
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
876
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
877
+ msgid "Iter is invalid! %s"
878
+ msgstr ""
879
+
880
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
780
881
  msgid "Unable to find matches for your search"
781
882
  msgstr "Neboli nájdené žiadne výsledky"
782
883
 
783
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
884
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
784
885
  msgid "%s, by %s"
785
886
  msgstr "%s, od %s"
786
887
 
787
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
888
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
889
+ msgid "Copying %s into tree view."
890
+ msgstr ""
891
+
892
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
788
893
  msgid ""
789
894
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
790
895
  "correctly, and try again."
@@ -792,489 +897,395 @@ msgstr ""
792
897
  "Neplatný EAN / ISBN kód. Uistite sa, že je napísaný korektne, a skúste to "
793
898
  "znova."
794
899
 
795
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
900
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
901
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
902
+ msgid "Couldn't add the book"
903
+ msgstr "Nemožno pridať knihu"
904
+
905
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
796
906
  msgid "'%s' already exists in '%s' (titled '%s')."
797
907
  msgstr "'%s' už existuje v '%s' (s názvom '%s')."
798
908
 
799
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
800
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
801
- msgstr "Kniha '%s' už existuje v '%s'. Prajete si ju nahradiť?"
909
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
910
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
911
+ msgid "Adding a Book"
912
+ msgstr "Pridanie knihy"
802
913
 
803
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
804
- msgid "_Skip"
805
- msgstr "Vynechať"
914
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
915
+ msgid "Adding '%s'"
916
+ msgstr "Pridanie '%s'"
806
917
 
807
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
808
- msgid "If you replace the existing book, its contents will be overwritten."
809
- msgstr "Ak nahradíte existujúcu knihu, jej obsah bude prepísaný."
918
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
919
+ msgid "A title must be provided."
920
+ msgstr "Musíte zadať názov."
921
+
922
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
923
+ msgid "A publisher must be provided."
924
+ msgstr "Musíte zadať vydavateľa."
925
+
926
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
927
+ msgid "A binding must be provided."
928
+ msgstr "Musíte zadať väzbu."
929
+
930
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
931
+ msgid "At least one author must be provided."
932
+ msgstr "Musíte zadať aspoň jedného autora."
933
+
934
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
935
+ msgid "New Provider"
936
+ msgstr "Nový poskytovateľ"
937
+
938
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
939
+ msgid "_Name:"
940
+ msgstr "_Názov:"
941
+
942
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
943
+ msgid "_Type:"
944
+ msgstr "_Typ:"
945
+
946
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
947
+ msgid "New Smart Library"
948
+ msgstr "Nová inteligentná knižnica"
949
+
950
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
951
+ msgid "Smart Library"
952
+ msgstr "Inteligentná knižnica"
953
+
954
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
955
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
956
+ msgstr "Ste si istí, že chcete natrvalo odstrániť poskytovateľa '%s'?"
957
+
958
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
959
+ msgid ""
960
+ "If you continue, the provider and all of its preferences will be permanently "
961
+ "deleted."
962
+ msgstr ""
963
+ "Ak budete pokračovať, poskytovateľ a všetky jeho nastavenia budú trvalo "
964
+ "zmazané."
965
+
966
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
967
+ msgid "Preferences for %s"
968
+ msgstr "Nastavenie pre %s"
810
969
 
811
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
970
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
812
971
  msgid "Are you sure you want to delete '%s'?"
813
972
  msgstr "Naozaj chcete odstrániť '%s'?"
814
973
 
815
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
974
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
816
975
  msgid "If you continue, %d book will be deleted."
817
976
  msgid_plural "If you continue, %d books will be deleted."
818
977
  msgstr[0] "Ak budete pokračovať, %d kniha bude vymazaná."
819
978
  msgstr[1] "Ak budete pokračovať, %d knihy budú vymazané."
820
979
  msgstr[2] "Ak budete pokračovať, %d kníh bude vymazaných."
821
980
 
822
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
981
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
823
982
  msgid "Are you sure you want to delete '%s' from '%s'?"
824
983
  msgstr "Naozaj chcete odstrániť '%s' z '%s'?"
825
984
 
826
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
985
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
827
986
  msgid "Are you sure you want to delete the selected books from '%s'?"
828
987
  msgstr "Naozaj chcete odstrániť vybrané knihy z '%s'?"
829
988
 
830
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
989
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
831
990
  msgid "Invalid library name '%s'"
832
991
  msgstr "Neplatný názov knižnice '%s'"
833
992
 
834
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
835
- msgid "The name provided contains the disallowed character <b>%s</b> "
993
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
994
+ #, fuzzy
995
+ msgid "The name provided contains the disallowed character <b>%s</b>"
836
996
  msgstr "Názov obsahuje nepovolený znak <b>%s</b>"
837
997
 
838
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
998
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
839
999
  msgid "Invalid library name"
840
1000
  msgstr "Neplatný názov knižnice"
841
1001
 
842
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1002
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
843
1003
  msgid "The name provided contains invalid characters."
844
1004
  msgstr "Názov obsahuje nepovolené znaky."
845
1005
 
846
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1006
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
847
1007
  msgid "The library name can not be empty"
848
1008
  msgstr "Meno knižnice nesmie byť prázdne"
849
1009
 
850
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1010
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
851
1011
  msgid "The library can not be renamed"
852
1012
  msgstr "Knižnicu nemožno premenovať"
853
1013
 
854
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1014
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
855
1015
  msgid "There is already a library named '%s'. Please choose a different name."
856
1016
  msgstr ""
857
1017
  "V súčasnosti už existuje knižnica s názvom '%s'. Vyberte prosím iný názov."
858
1018
 
859
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1019
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
860
1020
  msgid "Library"
861
1021
  msgstr "Knižnica"
862
1022
 
863
- #: ../lib/alexandria/ui/libraries_combo.rb:44
864
- msgid "New Library"
865
- msgstr "Nová knižnica"
866
-
867
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
868
- msgid "Title"
869
- msgstr "Názov"
870
-
871
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
872
- msgid "Authors"
873
- msgstr "Autori"
874
-
875
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
876
- msgid "ISBN"
877
- msgstr "ISBN"
878
-
879
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
880
- msgid "Publisher"
881
- msgstr "Vydavateľ"
882
-
883
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
884
- msgid "Publish Year"
885
- msgstr "Rok vydania"
886
-
887
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
888
- msgid "Binding"
889
- msgstr "Viazanie"
890
-
891
- #: ../lib/alexandria/ui/listview.rb:110
892
- #, fuzzy
893
- msgid "Loaned To"
894
- msgstr "Požičané"
895
-
896
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
897
- #: ../lib/alexandria/smart_library.rb:361
898
- msgid "Read"
899
- msgstr "Prečítané"
900
-
901
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
902
- msgid "Own"
903
- msgstr "Vlastním"
904
-
905
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
906
- msgid "Want"
907
- msgstr "Chcem"
1023
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1024
+ msgid "Error while importing"
1025
+ msgstr "Chyba pri importovaní"
908
1026
 
909
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
910
- #: ../data/alexandria/glade/preferences_dialog.glade:421
911
- msgid "Tags"
912
- msgstr "Tagy"
1027
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1028
+ msgid "_Continue"
1029
+ msgstr "Pokračovať"
913
1030
 
914
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
915
- msgid "Rating"
916
- msgstr "Hodnotenie"
1031
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1032
+ msgid "Empty or conflictive condition"
1033
+ msgstr "Prázdna alebo konfliktná podmienka"
917
1034
 
918
- #: ../lib/alexandria/ui/init.rb:83
919
- msgid "Unable to launch the help browser"
920
- msgstr "Nemožno spustiť prehliadač pomocníka"
1035
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1036
+ msgid "_Save However"
1037
+ msgstr "Aj tak uložiť"
921
1038
 
922
- #: ../lib/alexandria/ui/init.rb:84
1039
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
923
1040
  msgid ""
924
- "Could not display help for Alexandria. There was an error launching the "
925
- "system help browser."
926
- msgstr ""
927
- "Nemožno zobraziť pomocníka Alexandrie. Došlo k chybe pri spustení "
928
- "prehliadača pomocníka."
929
-
930
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
931
- msgid "Locale"
932
- msgstr "Lokalizácia"
933
-
934
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
935
- msgid "Access key ID"
936
- msgstr ""
937
-
938
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
939
- msgid "Secret access key"
1041
+ "This smart library contains one or more conditions which are empty or "
1042
+ "conflict with each other. This is likely to result in never matching a book. "
1043
+ "Are you sure you want to save this library?"
940
1044
  msgstr ""
1045
+ "Táto inteligentná knižnica obsahuje jednu alebo viac podmienok, ktoré sú "
1046
+ "prázdne alebo v konflikte s ostatnými. To môže spôsobiť, že nikdy nenájde "
1047
+ "knihy. Ste si istí, že chcete uložiť túto knižnicu?"
941
1048
 
942
- #: ../lib/alexandria/book_providers/z3950.rb:34
943
- msgid "Hostname"
944
- msgstr "Hostiteľ"
945
-
946
- #: ../lib/alexandria/book_providers/z3950.rb:35
947
- msgid "Port"
948
- msgstr "Port"
949
-
950
- #: ../lib/alexandria/book_providers/z3950.rb:36
951
- msgid "Database"
952
- msgstr "Databáza"
953
-
954
- #: ../lib/alexandria/book_providers/z3950.rb:37
955
- msgid "Record syntax"
956
- msgstr "Syntax záznamov"
957
-
958
- #: ../lib/alexandria/book_providers/z3950.rb:38
959
- msgid "Username"
960
- msgstr "Užívateľské meno"
961
-
962
- #: ../lib/alexandria/book_providers/z3950.rb:39
963
- msgid "Password"
964
- msgstr "Heslo"
965
-
966
- #: ../lib/alexandria/book_providers/z3950.rb:40
967
- msgid "Charset encoding"
968
- msgstr "Kódovanie"
969
-
970
- #: ../lib/alexandria/book_providers/z3950.rb:221
971
- msgid "Library of Congress (Usa)"
972
- msgstr "Knižnica Kongresu (USA)"
973
-
974
- #: ../lib/alexandria/book_providers/z3950.rb:255
975
- msgid "British Library"
976
- msgstr "Britská knižnica"
977
-
978
- #: ../lib/alexandria/export_library.rb:109
979
- msgid "Archived ONIX XML"
980
- msgstr "Archivovaný Onix XML"
981
-
982
- #: ../lib/alexandria/export_library.rb:111
983
- msgid "Archived Tellico XML"
984
- msgstr "Archivovaný Tellico XML"
985
-
986
- #: ../lib/alexandria/export_library.rb:113
987
- msgid "BibTeX"
988
- msgstr "BibTeX"
989
-
990
- #: ../lib/alexandria/export_library.rb:114
991
- msgid "CSV list"
992
- msgstr "CSV zoznam"
993
-
994
- #: ../lib/alexandria/export_library.rb:115
995
- msgid "ISBN List"
996
- msgstr "ISBN Zoznam"
997
-
998
- #: ../lib/alexandria/export_library.rb:116
999
- msgid "iPod Notes"
1000
- msgstr "iPod Poznámky"
1001
-
1002
- #: ../lib/alexandria/export_library.rb:117
1003
- msgid "HTML Web Page"
1004
- msgstr "HTML webová stránka"
1005
-
1006
- #: ../lib/alexandria/smart_library.rb:92
1007
- msgid "Favorite"
1008
- msgstr "Obľúbené"
1009
-
1010
- #: ../lib/alexandria/smart_library.rb:98
1011
- msgid "Loaned"
1012
- msgstr "Požičané"
1049
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1050
+ msgid "Match"
1051
+ msgstr "Nájsť podľa"
1013
1052
 
1014
- #: ../lib/alexandria/smart_library.rb:110
1015
- msgid "Owned"
1016
- msgstr "Moje"
1053
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1054
+ msgid "all"
1055
+ msgstr "všetkých"
1017
1056
 
1018
- #: ../lib/alexandria/smart_library.rb:119
1019
- msgid "Wishlist"
1020
- msgstr "Knihy, ktoré chcem"
1057
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1058
+ msgid "any"
1059
+ msgstr "ľubovoľného"
1021
1060
 
1022
- #: ../lib/alexandria/smart_library.rb:356
1023
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1024
- msgid "Notes"
1025
- msgstr "Poznámka"
1061
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1062
+ msgid "of the following rules:"
1063
+ msgstr "z nasledujúcich pravidiel:"
1026
1064
 
1027
- #: ../lib/alexandria/smart_library.rb:358
1028
- msgid "Loaning State"
1029
- msgstr "Pôžička - stav"
1065
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1066
+ msgid "Match the following rule:"
1067
+ msgstr "Hľadať knihy podľa nasledujúcich pravidiel:"
1030
1068
 
1031
- #: ../lib/alexandria/smart_library.rb:359
1032
- msgid "Loaning Date"
1033
- msgstr "Pôžička - dátum"
1069
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1070
+ msgid "Type here the search criterion"
1071
+ msgstr "Sem zadajte vyhľadávacie kritériá"
1034
1072
 
1035
- #: ../lib/alexandria/smart_library.rb:360
1036
- msgid "Loaning Person"
1037
- msgstr "Pôžička - osoba"
1073
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1074
+ msgid "Match everything"
1075
+ msgstr "Hľadaj vo všetkom"
1038
1076
 
1039
- #: ../lib/alexandria/smart_library.rb:362
1040
- msgid "Date Read"
1041
- msgstr "Prečítané - dátum"
1077
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1078
+ msgid "Title contains"
1079
+ msgstr "Názov obsahuje"
1042
1080
 
1043
- #: ../lib/alexandria/smart_library.rb:371
1044
- msgid "days"
1045
- msgstr "dní"
1081
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1082
+ msgid "Authors contain"
1083
+ msgstr "Autori obsahujú"
1046
1084
 
1047
- #: ../lib/alexandria/smart_library.rb:382
1048
- msgid "is set"
1049
- msgstr "je nastavené"
1085
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1086
+ msgid "ISBN contains"
1087
+ msgstr "ISBN obsahuje"
1050
1088
 
1051
- #: ../lib/alexandria/smart_library.rb:386
1052
- msgid "is not set"
1053
- msgstr "nie je nastavené"
1089
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1090
+ msgid "Publisher contains"
1091
+ msgstr "Vydavateľ obsahuje"
1054
1092
 
1055
- #: ../lib/alexandria/smart_library.rb:390
1056
- msgid "is"
1057
- msgstr "je"
1093
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1094
+ msgid "Notes contain"
1095
+ msgstr "Poznámka obsahuje"
1058
1096
 
1059
- #: ../lib/alexandria/smart_library.rb:394
1060
- msgid "is not"
1061
- msgstr "nie je"
1097
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1098
+ msgid "Tags contain"
1099
+ msgstr "Tagy obsahujú"
1062
1100
 
1063
- #: ../lib/alexandria/smart_library.rb:398
1064
- msgid "contains"
1065
- msgstr "obsahuje"
1101
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1102
+ msgid "Change the search type"
1103
+ msgstr "Zmeniť typ vyhľadávania"
1066
1104
 
1067
- #: ../lib/alexandria/smart_library.rb:402
1068
- msgid "does not contain"
1069
- msgstr "neobsahuje"
1105
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1106
+ msgid "View as Icons"
1107
+ msgstr "Zobraziť ako ikony"
1070
1108
 
1071
- #: ../lib/alexandria/smart_library.rb:406
1072
- msgid "starts with"
1073
- msgstr "začína"
1109
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1110
+ msgid "View as List"
1111
+ msgstr "Zobraziť ako zoznam"
1074
1112
 
1075
- #: ../lib/alexandria/smart_library.rb:410
1076
- msgid "ends with"
1077
- msgstr "končí"
1113
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1114
+ msgid "Choose how to show books"
1115
+ msgstr "Vyberte si, ako zobraziť knihy"
1078
1116
 
1079
- #: ../lib/alexandria/smart_library.rb:414
1080
- msgid "is greater than"
1081
- msgstr "je viac ako"
1117
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1118
+ msgid "Library '%s' selected"
1119
+ msgstr "Knižnica '%s' vybraná"
1082
1120
 
1083
- #: ../lib/alexandria/smart_library.rb:418
1084
- msgid "is less than"
1085
- msgstr "je menej ako"
1121
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1122
+ msgid "Library '%s' selected, %d unrated book"
1123
+ msgid_plural "Library '%s' selected, %d unrated books"
1124
+ msgstr[0] "Knižnica '%s' vybraná, %d nehodnotená kniha"
1125
+ msgstr[1] "Knižnica '%s' vybraná, %d nehodnotené knihy"
1126
+ msgstr[2] "Knižnica '%s' vybraná, %d nehodnotených kníh"
1086
1127
 
1087
- #: ../lib/alexandria/smart_library.rb:422
1088
- msgid "is after"
1089
- msgstr "je po"
1128
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1129
+ msgid "Library '%s' selected, %d book"
1130
+ msgid_plural "Library '%s' selected, %d books"
1131
+ msgstr[0] "Knižnica '% s' vybraná, %d kniha"
1132
+ msgstr[1] "Knižnica '% s' vybraná, %d knihy"
1133
+ msgstr[2] "Knižnica '% s' vybraná, %d kníh"
1090
1134
 
1091
- #: ../lib/alexandria/smart_library.rb:426
1092
- msgid "is before"
1093
- msgstr "je pred"
1135
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1136
+ msgid "Library '%s' selected, %d book, %d unrated"
1137
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1138
+ msgstr[0] "Knižnica '%s' vybraná, %d kniha %d nehodnotená"
1139
+ msgstr[1] "Knižnica '%s' vybraná, %d knihy %d nehodnotené"
1140
+ msgstr[2] "Knižnica '%s' vybraná, %d kníh %d nehodnotených"
1094
1141
 
1095
- #: ../lib/alexandria/smart_library.rb:430
1096
- msgid "is in last"
1097
- msgstr "je posledných"
1142
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1143
+ msgid "'%s' selected"
1144
+ msgstr "'%s' vybraná"
1098
1145
 
1099
- #: ../lib/alexandria/smart_library.rb:450
1100
- msgid "is not in last"
1101
- msgstr "nie je posledných"
1146
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1147
+ msgid "%d book selected"
1148
+ msgid_plural "%d books selected"
1149
+ msgstr[0] "%d vybraná kniha"
1150
+ msgstr[1] "%d vybrané knihy"
1151
+ msgstr[2] "%d vybraných kníh"
1102
1152
 
1103
- #: ../lib/alexandria/book_providers.rb:87
1104
- msgid "Couldn't reach the provider '%s': timeout expired."
1105
- msgstr "Nemožno dosiahnuť poskytovateľa '%s': časový limit vypršal."
1153
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1154
+ msgid "unrecognized update event"
1155
+ msgstr ""
1106
1156
 
1107
- #: ../lib/alexandria/book_providers.rb:91
1108
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1109
- msgstr "Nemožno dosiahnuť poskytovateľa '%s': chyba socketu (%s)."
1157
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1158
+ #, fuzzy
1159
+ msgid "Loading libraries..."
1160
+ msgstr "Načítavam '%s' ..."
1110
1161
 
1111
- #: ../lib/alexandria/book_providers.rb:95
1112
- #: ../lib/alexandria/book_providers.rb:100
1162
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1113
1163
  msgid ""
1114
- "No results were found. Make sure your search criterion is spelled "
1115
- "correctly, and try again."
1164
+ "The data files for the following books are malformed or empty. Do you wish "
1165
+ "to attempt to download new information for them from the online book "
1166
+ "providers?\n"
1116
1167
  msgstr ""
1117
- "Neboli nájdené žiadne výsledky. Uistite sa, že vaše vyhľadávacie kritérium "
1118
- "je napísané správne, a skúste to znova."
1168
+ "Dátové súbory týchto kníh poškodené alebo prázdne. Máte záujem pokúsiť sa "
1169
+ "stiahnuť nové informácie od online poskytovateľov?\n"
1119
1170
 
1120
- #: ../lib/alexandria/book_providers.rb:105
1121
- msgid "Too many results for that search."
1122
- msgstr "Príliš veľa výsledkov pre toto vyhľadávanie."
1171
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1172
+ msgid "Added '%s' to library '%s'"
1173
+ msgstr "'%s' pridaná do knižnice '%s'"
1123
1174
 
1124
- #: ../lib/alexandria/book_providers.rb:108
1125
- msgid "Invalid search type."
1126
- msgstr "Neplatný typ vyhľadávania."
1175
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1176
+ msgid "Loading '%s'..."
1177
+ msgstr "Načítavam '%s' ..."
1127
1178
 
1128
- #: ../lib/alexandria/book_providers.rb:203
1129
- msgid "Enabled"
1179
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1180
+ msgid "In '_%s'"
1181
+ msgstr "Do '_%s'"
1182
+
1183
+ #: ../lib/alexandria/web_themes.rb:64
1184
+ msgid "File %<file>s not found"
1130
1185
  msgstr ""
1131
1186
 
1132
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1187
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1133
1188
  msgid "Acquire from Scanner"
1134
1189
  msgstr "Získať z čítačky čiarových kódov"
1135
1190
 
1136
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1137
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1191
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1192
+ msgid "_Barcode Scanner Ready"
1193
+ msgstr "Čí_tačka čiarových kódov pripravená"
1194
+
1195
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1196
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1138
1197
  msgid "Save _in:"
1139
1198
  msgstr "Uložiť do:"
1140
1199
 
1141
- #: ../data/alexandria/glade/main_app.glade:17
1142
- msgid "Main Window"
1143
- msgstr "Hlavné okno"
1144
-
1145
- #: ../data/alexandria/glade/main_app.glade:32
1146
- msgid "Libraries listing."
1147
- msgstr "Výpis knižníc."
1200
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1201
+ msgid "by title"
1202
+ msgstr "podľa názvu"
1148
1203
 
1149
- #: ../data/alexandria/glade/main_app.glade:46
1150
- msgid "_Libraries:"
1151
- msgstr "Knižnice:"
1204
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1205
+ msgid "by authors"
1206
+ msgstr "podľa autorov"
1152
1207
 
1153
- #: ../data/alexandria/glade/main_app.glade:111
1154
- msgid "Book listing."
1155
- msgstr "Výpis kníh."
1208
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1209
+ msgid "by keyword"
1210
+ msgstr "podľa kľúčového slova"
1156
1211
 
1157
- #: ../data/alexandria/glade/main_app.glade:194
1158
- msgid "Status messages."
1159
- msgstr "Stavové správy."
1160
-
1161
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1212
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1162
1213
  msgid "_Keep Dialog Open after Adding Book"
1163
1214
  msgstr "Ponechať dialógové okno otvorené po pridaní knihy"
1164
1215
 
1165
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1166
- msgid ""
1167
- "by title\n"
1168
- "by authors\n"
1169
- "by keyword"
1170
- msgstr ""
1171
- "podľa názvu\n"
1172
- "podľa autorov\n"
1173
- "podľa kľúčového slova"
1174
-
1175
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1216
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1176
1217
  msgid "_Search:"
1177
1218
  msgstr "Vyhľadať:"
1178
1219
 
1179
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1180
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1220
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1221
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1181
1222
  msgid "_ISBN:"
1182
1223
  msgstr "_ISBN:"
1183
1224
 
1184
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1185
- msgid "_Title:"
1186
- msgstr "Názov:"
1187
-
1188
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1189
- msgid "_Publisher:"
1190
- msgstr "Vydavateľ:"
1225
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1226
+ msgid "Preferences"
1227
+ msgstr "Nastavenia"
1191
1228
 
1192
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1193
- msgid "Add an author"
1194
- msgstr "Pridať autora"
1229
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1230
+ msgid "<b>Visible Columns</b>"
1231
+ msgstr "<b>Viditeľné Stĺpce</b>"
1195
1232
 
1196
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1197
- msgid "Remove an author"
1198
- msgstr "Odstrániť autora"
1233
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1234
+ msgid "_Authors"
1235
+ msgstr "_Autori"
1199
1236
 
1200
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1201
- msgid "_Authors:"
1202
- msgstr "_Autori:"
1237
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1238
+ msgid "_ISBN"
1239
+ msgstr "_ISBN"
1203
1240
 
1204
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1205
- msgid "_Binding:"
1206
- msgstr "Väz_ba:"
1241
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1242
+ msgid "_Publisher"
1243
+ msgstr "Vydavateľ"
1207
1244
 
1208
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1209
- msgid "Publish _year:"
1210
- msgstr "Rok publikovania:"
1245
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1246
+ msgid "_Rating"
1247
+ msgstr "Hodnotenie"
1211
1248
 
1212
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1213
- msgid "Tags:"
1214
- msgstr "Tagy:"
1249
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1250
+ msgid "_Binding"
1251
+ msgstr "Väzba"
1215
1252
 
1216
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1217
- msgid "_Cover:"
1218
- msgstr "Obálka:"
1253
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1254
+ msgid "Publish _year"
1255
+ msgstr "Rok vydania"
1219
1256
 
1220
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1221
- msgid "Click to pick a cover"
1222
- msgstr "Kliknite pre výber obálky"
1257
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1258
+ msgid "Read?"
1259
+ msgstr "Prečítané"
1223
1260
 
1224
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1225
- msgid "Own it?"
1261
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1262
+ msgid "Own?"
1226
1263
  msgstr "Vlastním"
1227
1264
 
1228
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1229
- msgid "Read it?"
1230
- msgstr "Prečítané"
1231
-
1232
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1233
- msgid "Want it?"
1265
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1266
+ msgid "Want?"
1234
1267
  msgstr "Chcem"
1235
1268
 
1236
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1237
- msgid "Click on the stars to rate the book"
1238
- msgstr "Kliknite na hviezdičky pre ohodnotenie knihy"
1239
-
1240
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1241
- msgid "Rating:"
1242
- msgstr "Hodnotenie:"
1243
-
1244
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1245
- msgid "General"
1246
- msgstr "Všeobecné"
1247
-
1248
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1249
- msgid "This book is _loaned"
1250
- msgstr "Táto kniha je _požičaná"
1251
-
1252
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1253
- msgid "_To:"
1254
- msgstr "Komu:"
1255
-
1256
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1257
- msgid "_Since:"
1258
- msgstr "Od:"
1259
-
1260
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1261
- msgid "Loaning"
1262
- msgstr "Požičiavanie"
1269
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1270
+ #, fuzzy
1271
+ msgid "Loaned to"
1272
+ msgstr "Požičané"
1263
1273
 
1264
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1265
- msgid "Preferences"
1266
- msgstr "Nastavenia"
1274
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1275
+ #, fuzzy
1276
+ msgid "_List View"
1277
+ msgstr "Zoznam"
1267
1278
 
1268
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1279
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1269
1280
  #, fuzzy
1270
1281
  msgid "<b>Book Data Providers</b>"
1271
1282
  msgstr "<b>_Poskytovatelia</b>"
1272
1283
 
1273
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1284
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1274
1285
  msgid "_Setup"
1275
1286
  msgstr "Nastavenie"
1276
1287
 
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1288
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1278
1289
  msgid ""
1279
1290
  "Providers are libraries that supply information about books. Some of them "
1280
1291
  "can be configured to get better results. You can also customize the order "
@@ -1284,11 +1295,11 @@ msgstr ""
1284
1295
  "nich možno nakonfigurovať a získať tak lepšie výsledky. Môžete tiež upraviť "
1285
1296
  "poradie, v ktorom sú dotazovaní."
1286
1297
 
1287
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1298
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1288
1299
  msgid "Custom _Z39.50 Providers"
1289
1300
  msgstr ""
1290
1301
 
1291
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1302
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1292
1303
  msgid ""
1293
1304
  "Add and remove your own Z39.50 providers.\n"
1294
1305
  "Requires the Ruby/ZOOM software library."
@@ -1296,60 +1307,114 @@ msgstr ""
1296
1307
  "Pridať a odstrániť vašich Z39.50 poskytovateľov.\n"
1297
1308
  "Vyžaduje nainštalovanú knižnicu Ruby/ZOOM"
1298
1309
 
1299
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1310
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1300
1311
  #, fuzzy
1301
1312
  msgid "_Providers"
1302
1313
  msgstr "Poskytovatelia"
1303
1314
 
1304
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1305
- msgid "<b>Visible Columns</b>"
1306
- msgstr "<b>Viditeľné Stĺpce</b>"
1315
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1316
+ #, fuzzy
1317
+ msgid "<b>Barcode Scanner Device</b>"
1318
+ msgstr "Čí_tačka čiarových kódov pripravená"
1307
1319
 
1308
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1309
- msgid "_Authors"
1310
- msgstr "_Autori"
1320
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1321
+ msgid "_Device type:"
1322
+ msgstr ""
1311
1323
 
1312
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1313
- msgid "_ISBN"
1314
- msgstr "_ISBN"
1324
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1325
+ msgid "<b>Sound Effects</b>"
1326
+ msgstr ""
1315
1327
 
1316
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1317
- msgid "_Publisher"
1318
- msgstr "Vydavateľ"
1328
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1329
+ #, fuzzy
1330
+ msgid "Scanning"
1331
+ msgstr "Požičiavanie"
1319
1332
 
1320
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1321
- msgid "_Rating"
1322
- msgstr "Hodnotenie"
1333
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1334
+ msgid "Good Scan / Bad Scan"
1335
+ msgstr ""
1323
1336
 
1324
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1325
- msgid "_Binding"
1326
- msgstr "Väzba"
1337
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1338
+ #, fuzzy
1339
+ msgid "_Barcode Scanner"
1340
+ msgstr "Čí_tačka čiarových kódov pripravená"
1327
1341
 
1328
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1329
- msgid "Publish _year"
1330
- msgstr "Rok vydania"
1342
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1343
+ msgid "_Libraries:"
1344
+ msgstr "Knižnice:"
1331
1345
 
1332
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1333
- msgid "Read?"
1334
- msgstr "Prečítané"
1346
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1347
+ msgid "_Title:"
1348
+ msgstr "Názov:"
1335
1349
 
1336
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1337
- msgid "Own?"
1338
- msgstr "Vlastním"
1350
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1351
+ msgid "_Authors:"
1352
+ msgstr "_Autori:"
1339
1353
 
1340
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1341
- msgid "Want?"
1354
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1355
+ msgid "Tags:"
1356
+ msgstr "Tagy:"
1357
+
1358
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1359
+ msgid "_Binding:"
1360
+ msgstr "Väz_ba:"
1361
+
1362
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1363
+ msgid "Publish _year:"
1364
+ msgstr "Rok publikovania:"
1365
+
1366
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1367
+ msgid "_Publisher:"
1368
+ msgstr "Vydavateľ:"
1369
+
1370
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1371
+ msgid "_Cover:"
1372
+ msgstr "Obálka:"
1373
+
1374
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1375
+ msgid "Rating:"
1376
+ msgstr "Hodnotenie:"
1377
+
1378
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1379
+ msgid "Want it?"
1342
1380
  msgstr "Chcem"
1343
1381
 
1344
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1345
- #, fuzzy
1346
- msgid "Loaned to"
1347
- msgstr "Požičané"
1382
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1383
+ msgid "Read it?"
1384
+ msgstr "Prečítané"
1348
1385
 
1349
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1386
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1350
1387
  #, fuzzy
1351
- msgid "_List View"
1352
- msgstr "Zoznam"
1388
+ msgid "Select Date"
1389
+ msgstr "Vybrať všetko"
1390
+
1391
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1392
+ msgid "Clear Date"
1393
+ msgstr ""
1394
+
1395
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1396
+ msgid "Own it?"
1397
+ msgstr "Vlastním"
1398
+
1399
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1400
+ msgid "General"
1401
+ msgstr "Všeobecné"
1402
+
1403
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1404
+ msgid "This book is _loaned"
1405
+ msgstr "Táto kniha je _požičaná"
1406
+
1407
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1408
+ msgid "_To:"
1409
+ msgstr "Komu:"
1410
+
1411
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1412
+ msgid "_Since:"
1413
+ msgstr "Od:"
1414
+
1415
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1416
+ msgid "Loaning"
1417
+ msgstr "Požičiavanie"
1353
1418
 
1354
1419
  #: ../alexandria.desktop.in.h:1
1355
1420
  msgid "Alexandria Book Collection Manager"
@@ -1363,6 +1428,66 @@ msgstr "Správca kníh"
1363
1428
  msgid "Manage your book collection"
1364
1429
  msgstr "Program na správu kníh a knižníc"
1365
1430
 
1431
+ #~ msgid "Unable to launch the web browser"
1432
+ #~ msgstr "Nedá sa spustiť webový prehliadač"
1433
+
1434
+ #~ msgid ""
1435
+ #~ "Check out that a web browser is configured as default (Desktop "
1436
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1437
+ #~ msgstr ""
1438
+ #~ "Uistite sa, že webový prehliadač je nakonfigurovaný ako predvolený "
1439
+ #~ "(Desktop Preferences -> Advanced -> Preferred Applications) a skúste to "
1440
+ #~ "znova."
1441
+
1442
+ #~ msgid "Unable to launch the mail reader"
1443
+ #~ msgstr "Nemožno spustiť čítačku elektronickej pošty"
1444
+
1445
+ #~ msgid ""
1446
+ #~ "Check out that a mail reader is configured as default (Desktop "
1447
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1448
+ #~ msgstr ""
1449
+ #~ "Uistite sa, že čítačka elektronickej pošty je nakonfigurovaná ako "
1450
+ #~ "predvolená (Desktop Preferences -> Advanced -> Preferred Applications) a "
1451
+ #~ "skúste to znova."
1452
+
1453
+ #~ msgid "Repair Book Data"
1454
+ #~ msgstr "Opraviť údaje knihy"
1455
+
1456
+ #~ msgid "There's a problem"
1457
+ #~ msgstr "Je tu problém"
1458
+
1459
+ #, fuzzy
1460
+ #~ msgid "Disable Provider"
1461
+ #~ msgstr "Nový poskytovateľ"
1462
+
1463
+ #, fuzzy
1464
+ #~ msgid "Enable Provider"
1465
+ #~ msgstr "Nový poskytovateľ"
1466
+
1467
+ #~ msgid "Main Window"
1468
+ #~ msgstr "Hlavné okno"
1469
+
1470
+ #~ msgid "Libraries listing."
1471
+ #~ msgstr "Výpis knižníc."
1472
+
1473
+ #~ msgid "Book listing."
1474
+ #~ msgstr "Výpis kníh."
1475
+
1476
+ #~ msgid "Status messages."
1477
+ #~ msgstr "Stavové správy."
1478
+
1479
+ #~ msgid "Add an author"
1480
+ #~ msgstr "Pridať autora"
1481
+
1482
+ #~ msgid "Remove an author"
1483
+ #~ msgstr "Odstrániť autora"
1484
+
1485
+ #~ msgid "Click to pick a cover"
1486
+ #~ msgstr "Kliknite pre výber obálky"
1487
+
1488
+ #~ msgid "Click on the stars to rate the book"
1489
+ #~ msgstr "Kliknite na hviezdičky pre ohodnotenie knihy"
1490
+
1366
1491
  #~ msgid "Language"
1367
1492
  #~ msgstr "Jazyk"
1368
1493
 
@@ -1371,6 +1496,3 @@ msgstr "Program na správu kníh a knižníc"
1371
1496
 
1372
1497
  #~ msgid "Development token"
1373
1498
  #~ msgstr "Token"
1374
-
1375
- #~ msgid "Associate ID"
1376
- #~ msgstr "Partnerské ID"