alexandria-book-collection-manager 0.7.5 → 0.7.9

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