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/pl.po CHANGED
@@ -1,1357 +1,1366 @@
1
- # Polish translation for Alexandria
2
- # Copyright (C) 2005, Borys Musielak <michuk@jakilinux.org>
3
- # Copyright (C) 2008, Piotr Drąg <piotrdrag@gmail.com>
4
- # This file is distributed under the same license as the Alexandria package
1
+ # Polish translation for alexandria.
2
+ # Copyright © 2005, 2008, 2009, 2020 the alexandria authors.
3
+ # This file is distributed under the same license as the alexandria package.
4
+ # Borys Musielak <michuk@jakilinux.org>, 2005.
5
+ # Piotr Drąg <piotrdrag@gmail.com>, 2008, 2009, 2020.
5
6
  #
6
7
  msgid ""
7
8
  msgstr ""
8
- "Project-Id-Version: alexandria 0.6.6\n"
9
+ "Project-Id-Version: alexandria\n"
9
10
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
11
- "PO-Revision-Date: 2009-12-19 11:49+0100\n"
11
+ "POT-Creation-Date: 2020-12-26 12:17+0100\n"
12
+ "PO-Revision-Date: 2020-11-01 14:20+0100\n"
12
13
  "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
13
14
  "Language-Team: Polish <pl@li.org>\n"
15
+ "Language: pl\n"
14
16
  "MIME-Version: 1.0\n"
15
17
  "Content-Type: text/plain; charset=UTF-8\n"
16
18
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%"
18
- "100<10 || n%100>=20) ? 1 : 2);\n"
19
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20
+ "|| n%100>=20) ? 1 : 2);\n"
19
21
 
20
- #: ../lib/alexandria/import_library.rb:30
22
+ #: ../lib/alexandria/about.rb:27
23
+ msgid "A program to help you manage your book collection."
24
+ msgstr "Program pomagający zarządzać domową biblioteką."
25
+
26
+ #: ../lib/alexandria/book_providers.rb:95
27
+ msgid "Couldn't reach the provider '%s': timeout expired."
28
+ msgstr "Nie można połączyć się z dostawcą „%s”: wygasł czas oczekiwania."
29
+
30
+ #: ../lib/alexandria/book_providers.rb:99
31
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
32
+ msgstr "Nie można połączyć się z dostawcą „%s”: błąd gniazda (%s)."
33
+
34
+ #: ../lib/alexandria/book_providers.rb:103
35
+ msgid ""
36
+ "No results were found. Make sure your search criterion is spelled "
37
+ "correctly, and try again."
38
+ msgstr ""
39
+ "Nie odnaleziono żadnych wyników. Proszę się upewnić, że kryteria "
40
+ "wyszukiwania nie zawierają żadnych literówek i spróbować ponownie."
41
+
42
+ #: ../lib/alexandria/book_providers.rb:108
43
+ msgid "Too many results for that search."
44
+ msgstr "Za dużo wyników wyszukiwania."
45
+
46
+ #: ../lib/alexandria/book_providers.rb:111
47
+ msgid "Invalid search type."
48
+ msgstr "Nieprawidłowy typ wyszukiwania."
49
+
50
+ #: ../lib/alexandria/book_providers.rb:205
51
+ msgid "Enabled"
52
+ msgstr "Włączone"
53
+
54
+ #: ../lib/alexandria/book_providers/z3950.rb:22
55
+ msgid "Hostname"
56
+ msgstr "Nazwa komputera"
57
+
58
+ #: ../lib/alexandria/book_providers/z3950.rb:23
59
+ msgid "Port"
60
+ msgstr "Port"
61
+
62
+ #: ../lib/alexandria/book_providers/z3950.rb:24
63
+ msgid "Database"
64
+ msgstr "Baza danych"
65
+
66
+ #: ../lib/alexandria/book_providers/z3950.rb:25
67
+ msgid "Record syntax"
68
+ msgstr "Składnia wpisu"
69
+
70
+ #: ../lib/alexandria/book_providers/z3950.rb:27
71
+ msgid "Username"
72
+ msgstr "Nazwa użytkownika"
73
+
74
+ #: ../lib/alexandria/book_providers/z3950.rb:28
75
+ msgid "Password"
76
+ msgstr "Hasło"
77
+
78
+ #: ../lib/alexandria/book_providers/z3950.rb:29
79
+ msgid "Charset encoding"
80
+ msgstr "Kodowanie znaków"
81
+
82
+ #: ../lib/alexandria/book_providers/z3950.rb:213
83
+ msgid "Library of Congress (Usa)"
84
+ msgstr "Biblioteka Kongresu (USA)"
85
+
86
+ #: ../lib/alexandria/book_providers/z3950.rb:249
87
+ msgid "British Library"
88
+ msgstr "Biblioteka Brytyjska"
89
+
90
+ #: ../lib/alexandria/book_providers/z3950.rb:374
91
+ msgid "Invalid ISBN"
92
+ msgstr "Nieprawidłowy numer ISBN"
93
+
94
+ #: ../lib/alexandria/export_format.rb:18
95
+ msgid "Archived ONIX XML"
96
+ msgstr "Zarchiwizowany XML ONIX"
97
+
98
+ #: ../lib/alexandria/export_format.rb:19
99
+ msgid "Archived Tellico XML"
100
+ msgstr "Zarchiwizowany XML Tellico"
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 "Lista CSV"
109
+
110
+ #: ../lib/alexandria/export_format.rb:22
111
+ msgid "ISBN List"
112
+ msgstr "Lista numerów ISBN"
113
+
114
+ #: ../lib/alexandria/export_format.rb:23
115
+ msgid "iPod Notes"
116
+ msgstr "Notatki iPoda"
117
+
118
+ #: ../lib/alexandria/export_format.rb:24
119
+ msgid "HTML Web Page"
120
+ msgstr "Strona HTML"
121
+
122
+ #: ../lib/alexandria/import_library.rb:21
21
123
  msgid "Autodetect"
22
124
  msgstr "Automatycznie wykryte"
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 "Zarchiwizowany XML Tellico (*.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 "Lista numerów ISBN (*.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 "CSV GoodReads"
35
137
 
36
- #: ../lib/alexandria/models/library.rb:56
37
- msgid "Untitled"
38
- msgstr "Brak tytułu"
138
+ #: ../lib/alexandria/import_library.rb:65
139
+ msgid "Unsupported type"
140
+ msgstr "Nieobsługiwany typ"
39
141
 
40
- #: ../lib/alexandria/models/library.rb:245
142
+ #: ../lib/alexandria/import_library_csv.rb:199
143
+ msgid "Not Recognized"
144
+ msgstr "Nierozpoznane"
145
+
146
+ #: ../lib/alexandria/library_store.rb:37
41
147
  msgid "My Library"
42
148
  msgstr "Moja biblioteka"
43
149
 
44
- #: ../lib/alexandria/about.rb:24
45
- msgid "A program to help you manage your book collection."
46
- msgstr "Program pomagający zarządzać domową biblioteką."
150
+ #: ../lib/alexandria/library_store.rb:67
151
+ msgid "Not a book: %<book>s"
152
+ msgstr "Nie jest książką: %<book>s"
47
153
 
48
- #: ../lib/alexandria/ui/ui_manager.rb:135
49
- msgid "Type here the search criterion"
50
- msgstr "Proszę podać kryteria wyszukiwania"
154
+ #: ../lib/alexandria/library_store.rb:78
155
+ msgid "%<file>s isbn is not okay"
156
+ msgstr "ISBN %<file>s nie jest poprawny"
51
157
 
52
- #: ../lib/alexandria/ui/ui_manager.rb:148
53
- msgid "Match everything"
54
- msgstr "Szukaj we wszystkim"
158
+ #: ../lib/alexandria/library_store.rb:83
159
+ msgid "%<file>s version is not okay"
160
+ msgstr "Wersja %<file>s nie jest poprawna"
55
161
 
56
- #: ../lib/alexandria/ui/ui_manager.rb:150
57
- msgid "Title contains"
58
- msgstr "Tytuł zawiera"
162
+ #: ../lib/alexandria/library_store.rb:88
163
+ msgid "%<file>s pub year is not okay"
164
+ msgstr "Rok publikacji %<file>s nie jest poprawny"
59
165
 
60
- #: ../lib/alexandria/ui/ui_manager.rb:151
61
- msgid "Authors contain"
62
- msgstr "Autorzy zawierają"
166
+ #: ../lib/alexandria/models/library.rb:42
167
+ msgid "Untitled"
168
+ msgstr "Brak tytułu"
63
169
 
64
- #: ../lib/alexandria/ui/ui_manager.rb:152
65
- msgid "ISBN contains"
66
- msgstr "ISBN zawiera"
170
+ #: ../lib/alexandria/models/library.rb:284
171
+ msgid "Book %<isbn>s was already deleted"
172
+ msgstr "Książka %<isbn>s została już usunięta"
67
173
 
68
- #: ../lib/alexandria/ui/ui_manager.rb:153
69
- msgid "Publisher contains"
70
- msgstr "Wydawca zawiera"
174
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
175
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
176
+ msgstr "Nie wiadomo, jak obsłużyć typ %<type>s (kod kreskowy: %<code>s)"
71
177
 
72
- #: ../lib/alexandria/ui/ui_manager.rb:154
73
- msgid "Notes contain"
74
- msgstr "Notatki zawierają"
178
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
179
+ msgid "Error parsing CueCat input"
180
+ msgstr "Błąd podczas przetwarzania wejścia CueCat"
75
181
 
76
- #: ../lib/alexandria/ui/ui_manager.rb:155
77
- msgid "Tags contain"
78
- msgstr "Etykiety zawierają"
182
+ #: ../lib/alexandria/scanners/keyboard.rb:51
183
+ msgid "Unknown scan data %s<data>"
184
+ msgstr "Nieznane dane skanu %s<data>"
79
185
 
80
- #: ../lib/alexandria/ui/ui_manager.rb:170
81
- msgid "Change the search type"
82
- msgstr "Zmień typ wyszukiwania"
186
+ #: ../lib/alexandria/smart_library.rb:49
187
+ msgid "Favorite"
188
+ msgstr "Ulubione"
83
189
 
84
- #: ../lib/alexandria/ui/ui_manager.rb:175
85
- msgid "View as Icons"
86
- msgstr "Widok ikon"
190
+ #: ../lib/alexandria/smart_library.rb:55
191
+ msgid "Loaned"
192
+ msgstr "Wypożyczone"
87
193
 
88
- #: ../lib/alexandria/ui/ui_manager.rb:176
89
- msgid "View as List"
90
- msgstr "Widok listy"
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 "Przeczytane"
91
198
 
92
- #: ../lib/alexandria/ui/ui_manager.rb:189
93
- msgid "Choose how to show books"
94
- msgstr "Proszę wybrać, jak wyświetlać książki"
199
+ #: ../lib/alexandria/smart_library.rb:67
200
+ msgid "Owned"
201
+ msgstr "Posiadane"
95
202
 
96
- #: ../lib/alexandria/ui/ui_manager.rb:436
97
- msgid "Library '%s' selected"
98
- msgstr "Wybrano bibliotekę \"%s\""
203
+ #: ../lib/alexandria/smart_library.rb:76
204
+ msgid "Wishlist"
205
+ msgstr "Lista życzeń"
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] "Wybrano bibliotekę \"%s\", %d książka nie ma jeszcze oceny"
104
- msgstr[1] "Wybrano bibliotekę \"%s\", %d książki nie mają jeszcze oceny"
105
- msgstr[2] "Wybrano bibliotekę \"%s\", %d książek nie ma jeszcze oceny"
207
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
208
+ msgid "Title"
209
+ msgstr "Tytuł"
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] "Wybrano bibliotekę \"%s\", %d książka"
111
- msgstr[1] "Wybrano bibliotekę \"%s\", %d książki"
112
- msgstr[2] "Wybrano bibliotekę \"%s\", %d książek"
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] ""
118
- "Wybrano bibliotekę \"%s\", %d książka, %d książka nie ma jeszcze oceny"
119
- msgstr[1] ""
120
- "Wybrano bibliotekę \"%s\", %d książek, %d książki nie mają jeszcze oceny"
121
- msgstr[2] ""
122
- "Wybrano bibliotekę \"%s', %d książek, %d książek nie ma jeszcze oceny"
123
-
124
- #: ../lib/alexandria/ui/ui_manager.rb:467
125
- msgid "'%s' selected"
126
- msgstr "Wybrano \"%s\""
215
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
216
+ msgid "Authors"
217
+ msgstr "Autorzy"
127
218
 
128
- #: ../lib/alexandria/ui/ui_manager.rb:470
129
- msgid "%d book selected"
130
- msgid_plural "%d books selected"
131
- msgstr[0] "Wybrano %d książkę"
132
- msgstr[1] "Wybrano %d książki"
133
- msgstr[2] "Wybrano %d książek"
219
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
220
+ msgid "Publisher"
221
+ msgstr "Wydawca"
134
222
 
135
- #: ../lib/alexandria/ui/ui_manager.rb:648
136
- msgid "Unable to launch the web browser"
137
- msgstr "Nie można uruchomić przeglądarki WWW"
223
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
224
+ msgid "Publish Year"
225
+ msgstr "Rok wydania"
138
226
 
139
- #: ../lib/alexandria/ui/ui_manager.rb:649
140
- msgid ""
141
- "Check out that a web browser is configured as default (Desktop Preferences -"
142
- "> Advanced -> Preferred Applications) and try again."
143
- msgstr ""
144
- "Proszę sprawdzić, czy przeglądarka WWW jest skonfigurowana jako domyślna "
145
- "(Preferencje pulpitu -> Zaawansowane -> Preferowane aplikacje) i spróbować "
146
- "ponownie."
227
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
228
+ msgid "Binding"
229
+ msgstr "Oprawa"
147
230
 
148
- #: ../lib/alexandria/ui/ui_manager.rb:661
149
- msgid "Unable to launch the mail reader"
150
- msgstr "Nie można uruchomić czytnika poczty"
231
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
232
+ msgid "Rating"
233
+ msgstr "Ocena"
151
234
 
152
- #: ../lib/alexandria/ui/ui_manager.rb:662
153
- msgid ""
154
- "Check out that a mail reader is configured as default (Desktop Preferences -"
155
- "> Advanced -> Preferred Applications) and try again."
156
- msgstr ""
157
- "Proszę sprawdzić, czy czytnik poczty jest skonfigurowany jako domyślny "
158
- "(Preferencje pulpitu -> Zaawansowane -> Preferowane aplikacje) i spróbować "
159
- "ponownie."
235
+ #: ../lib/alexandria/smart_library.rb:302
236
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
237
+ msgid "Notes"
238
+ msgstr "Notatki"
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 "Etykiety"
244
+
245
+ #: ../lib/alexandria/smart_library.rb:304
246
+ msgid "Loaning State"
247
+ msgstr "Stan wypożyczenia"
248
+
249
+ #: ../lib/alexandria/smart_library.rb:305
250
+ msgid "Loaning Date"
251
+ msgstr "Data wypożyczenia"
252
+
253
+ #: ../lib/alexandria/smart_library.rb:306
254
+ msgid "Loaning Person"
255
+ msgstr "Komu wypożyczono"
160
256
 
161
- #: ../lib/alexandria/ui/ui_manager.rb:697
162
- msgid "Repair Book Data"
163
- msgstr "Napraw dane książki"
257
+ #: ../lib/alexandria/smart_library.rb:308
258
+ msgid "Date Read"
259
+ msgstr "Data przeczytania"
260
+
261
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
262
+ msgid "Own"
263
+ msgstr "Posiadam"
264
+
265
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
266
+ msgid "Want"
267
+ msgstr "Chcę"
268
+
269
+ #: ../lib/alexandria/smart_library.rb:317
270
+ msgid "days"
271
+ msgstr "dni"
272
+
273
+ #: ../lib/alexandria/smart_library.rb:327
274
+ msgid "is set"
275
+ msgstr "jest ustawione"
276
+
277
+ #: ../lib/alexandria/smart_library.rb:330
278
+ msgid "is not set"
279
+ msgstr "nie jest ustawione"
280
+
281
+ #: ../lib/alexandria/smart_library.rb:333
282
+ msgid "is"
283
+ msgstr "jest"
284
+
285
+ #: ../lib/alexandria/smart_library.rb:336
286
+ msgid "is not"
287
+ msgstr "nie jest"
288
+
289
+ #: ../lib/alexandria/smart_library.rb:339
290
+ msgid "contains"
291
+ msgstr "zawiera"
292
+
293
+ #: ../lib/alexandria/smart_library.rb:342
294
+ msgid "does not contain"
295
+ msgstr "nie zawiera"
164
296
 
165
- #: ../lib/alexandria/ui/ui_manager.rb:698
297
+ #: ../lib/alexandria/smart_library.rb:345
298
+ msgid "starts with"
299
+ msgstr "zaczyna się od"
300
+
301
+ #: ../lib/alexandria/smart_library.rb:348
302
+ msgid "ends with"
303
+ msgstr "kończ się na"
304
+
305
+ #: ../lib/alexandria/smart_library.rb:351
306
+ msgid "is greater than"
307
+ msgstr "jest większe od"
308
+
309
+ #: ../lib/alexandria/smart_library.rb:354
310
+ msgid "is less than"
311
+ msgstr "jest mniejsze od"
312
+
313
+ #: ../lib/alexandria/smart_library.rb:357
314
+ msgid "is after"
315
+ msgstr "jest po"
316
+
317
+ #: ../lib/alexandria/smart_library.rb:360
318
+ msgid "is before"
319
+ msgstr "jest przed"
320
+
321
+ #: ../lib/alexandria/smart_library.rb:364
322
+ msgid "is in last"
323
+ msgstr "jest ostatnie"
324
+
325
+ #: ../lib/alexandria/smart_library.rb:384
326
+ msgid "is not in last"
327
+ msgstr "nie jest ostatnie"
328
+
329
+ #: ../lib/alexandria/smart_library.rb:465
330
+ msgid "invalid operand klass %<klass>s"
331
+ msgstr "nieprawidłowa klasa argumentu %<klass>s"
332
+
333
+ #: ../lib/alexandria/ui/acquire_dialog.rb:206
334
+ msgid "There was %d duplicate"
335
+ msgid_plural "There were %d duplicates"
336
+ msgstr[0] "Jest %d duplikat"
337
+ msgstr[1] "Są %d duplikaty"
338
+ msgstr[2] "Jest %d duplikatów"
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] "Nie można dodać tej książki"
344
+ msgstr[1] "Nie można dodać tych książek"
345
+ msgstr[2] "Nie można dodać tych książek"
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 "Wyszukiwanie dostawcy „%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 "Błąd podczas wyszukiwania dostawcy „%s”"
356
+
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 "Nie odnaleziono u dostawcy „%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 "Odnaleziono u dostawcy „%s”"
366
+
367
+ #: ../lib/alexandria/ui/acquire_dialog.rb:403
368
+ msgid "Ready to use %s barcode scanner"
369
+ msgstr "Skaner kodów kreskowych %s jest gotowy do użycia"
370
+
371
+ #: ../lib/alexandria/ui/acquire_dialog.rb:427
372
+ msgid "Click below to scan _barcodes"
373
+ msgstr "Proszę kliknąć poniżej, aby skanować _kody kreskowe"
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 "Nie można zmodyfikować książki"
379
+
380
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
381
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
166
382
  msgid ""
167
- "The data files for the following books are malformed or empty. Do you wish "
168
- "to attempt to download new information for them from the online book "
169
- "providers?\n"
383
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
384
+ "correcty, and try again."
170
385
  msgstr ""
171
- "Pliki danych poniższych książek błędnie sformatowane lub puste. Spróbować "
172
- "pobrać dla nich nowe informacje o dostawców książek online?\n"
386
+ "Nie można sprawdzić poprawności podanego numeru EAN/ISBN. Proszę się "
387
+ "upewnić, że numer został poprawnie wpisany i spróbować ponownie."
173
388
 
174
- #: ../lib/alexandria/ui/ui_manager.rb:755
175
- msgid "Added '%s' to library '%s'"
176
- msgstr "Dodano \"%s\" do biblioteki \"%s\""
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 "Podany numer EAN/ISBN jest już użyty w tej bibliotece."
177
393
 
178
- #: ../lib/alexandria/ui/ui_manager.rb:908
179
- msgid "Loading '%s'..."
180
- msgstr "Wczytywanie \"%s\"..."
394
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
395
+ msgid "Properties"
396
+ msgstr "Właściwości"
181
397
 
182
- #: ../lib/alexandria/ui/ui_manager.rb:1157
183
- msgid "In '_%s'"
184
- msgstr "W \"_%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 "Właściwości „%s”"
185
402
 
186
- #: ../lib/alexandria/ui/callbacks.rb:65
187
- msgid "The following lines are not valid ISBNs and were not imported:"
188
- msgstr ""
189
- "Następujące wiersze nie są prawidłowymi numerami ISBN i nie zostały "
190
- "zaimportowane:"
403
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
404
+ msgid "Author"
405
+ msgstr "Autor"
191
406
 
192
- #: ../lib/alexandria/ui/callbacks.rb:122
193
- #: ../lib/alexandria/ui/export_dialog.rb:128
194
- msgid "Export failed"
195
- msgstr "Eksport nie powiódł się"
407
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:160
408
+ msgid "Select a cover image"
409
+ msgstr "Wybór okładki"
196
410
 
197
- #: ../lib/alexandria/ui/callbacks.rb:123
198
- msgid "Try letting this library load completely before exporting."
411
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
412
+ msgid "No Cover"
413
+ msgstr "Brak okładki"
414
+
415
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:242
416
+ msgid "%d day"
417
+ msgid_plural "%d days"
418
+ msgstr[0] "%d dzień"
419
+ msgstr[1] "%d dni"
420
+ msgstr[2] "%d dni"
421
+
422
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:268
423
+ msgid "out of range"
424
+ msgstr "poza zakresem"
425
+
426
+ #: ../lib/alexandria/ui/callbacks.rb:57
427
+ msgid "The following lines are not valid ISBNs and were not imported:"
199
428
  msgstr ""
200
- "Należy spróbować poczekać na wczytanie się biblioteki przed eksportowaniem."
429
+ "Te wiersze nie prawidłowymi numerami ISBN i nie zostały zaimportowane:"
430
+
431
+ #: ../lib/alexandria/ui/callbacks.rb:62
432
+ msgid "Books could not be found for the following ISBNs:"
433
+ msgstr "Nie można odnaleźć książek dla tych numerów ISBN:"
201
434
 
202
- #: ../lib/alexandria/ui/callbacks.rb:274
435
+ #: ../lib/alexandria/ui/callbacks.rb:362
203
436
  msgid "_Library"
204
- msgstr "Bib_lioteka"
437
+ msgstr "_Biblioteka"
205
438
 
206
- #: ../lib/alexandria/ui/callbacks.rb:275
439
+ #: ../lib/alexandria/ui/callbacks.rb:363
207
440
  msgid "_New Library"
208
441
  msgstr "_Nowa biblioteka"
209
442
 
210
- #: ../lib/alexandria/ui/callbacks.rb:275
443
+ #: ../lib/alexandria/ui/callbacks.rb:363
211
444
  msgid "Create a new library"
212
445
  msgstr "Tworzy nową bibliotekę"
213
446
 
214
- #: ../lib/alexandria/ui/callbacks.rb:276
447
+ #: ../lib/alexandria/ui/callbacks.rb:364
215
448
  msgid "New _Smart Library..."
216
- msgstr "Nowa _automatyczna biblioteka..."
449
+ msgstr "Nowa _automatyczna biblioteka"
217
450
 
218
- #: ../lib/alexandria/ui/callbacks.rb:276
451
+ #: ../lib/alexandria/ui/callbacks.rb:364
219
452
  msgid "Create a new smart library"
220
453
  msgstr "Tworzy nową automatyczną bibliotekę"
221
454
 
222
- #: ../lib/alexandria/ui/callbacks.rb:277
455
+ #: ../lib/alexandria/ui/callbacks.rb:365
223
456
  msgid "_Add Book..."
224
- msgstr "_Dodaj książkę..."
457
+ msgstr "_Dodaj książkę…"
225
458
 
226
- #: ../lib/alexandria/ui/callbacks.rb:277
459
+ #: ../lib/alexandria/ui/callbacks.rb:365
227
460
  msgid "Add a new book from the Internet"
228
- msgstr "Dodaje nową książkę z Internetu"
461
+ msgstr "Dodaje nową książkę z Internetu"
229
462
 
230
- #: ../lib/alexandria/ui/callbacks.rb:278
463
+ #: ../lib/alexandria/ui/callbacks.rb:366
231
464
  msgid "Add Book _Manually..."
232
- msgstr "Dodaj książkę _ręcznie..."
465
+ msgstr "Dodaj książkę _ręcznie"
233
466
 
234
- #: ../lib/alexandria/ui/callbacks.rb:278
467
+ #: ../lib/alexandria/ui/callbacks.rb:366
235
468
  msgid "Add a new book manually"
236
469
  msgstr "Dodaje nową książkę ręcznie"
237
470
 
238
- #: ../lib/alexandria/ui/callbacks.rb:279
471
+ #: ../lib/alexandria/ui/callbacks.rb:367
239
472
  msgid "_Import..."
240
- msgstr "Za_importuj..."
473
+ msgstr "Zai_mportuj…"
241
474
 
242
- #: ../lib/alexandria/ui/callbacks.rb:279
475
+ #: ../lib/alexandria/ui/callbacks.rb:367
243
476
  msgid "Import a library"
244
477
  msgstr "Importuje bibliotekę"
245
478
 
246
- #: ../lib/alexandria/ui/callbacks.rb:280
479
+ #: ../lib/alexandria/ui/callbacks.rb:368
247
480
  msgid "_Export..."
248
- msgstr "Wy_eksportuj..."
481
+ msgstr "Wy_eksportuj"
249
482
 
250
- #: ../lib/alexandria/ui/callbacks.rb:280
483
+ #: ../lib/alexandria/ui/callbacks.rb:368
251
484
  msgid "Export the selected library"
252
- msgstr "Eksportuje wybraną bibliotekę"
485
+ msgstr "Eksportuje zaznaczoną bibliotekę"
253
486
 
254
- #: ../lib/alexandria/ui/callbacks.rb:281
255
- msgid "_Acquire from Scanner..."
256
- msgstr "Pobierz ze sk_anera..."
487
+ #: ../lib/alexandria/ui/callbacks.rb:369
488
+ msgid "A_cquire from Scanner..."
489
+ msgstr "_Pobierz ze skanera…"
257
490
 
258
- #: ../lib/alexandria/ui/callbacks.rb:281
491
+ #: ../lib/alexandria/ui/callbacks.rb:369
259
492
  msgid "Acquire books from a scanner"
260
493
  msgstr "Pobiera książki ze skanera"
261
494
 
262
- #: ../lib/alexandria/ui/callbacks.rb:282
495
+ #: ../lib/alexandria/ui/callbacks.rb:370
263
496
  msgid "_Properties"
264
497
  msgstr "_Właściwości"
265
498
 
266
- #: ../lib/alexandria/ui/callbacks.rb:282
499
+ #: ../lib/alexandria/ui/callbacks.rb:370
267
500
  msgid "Edit the properties of the selected book"
268
- msgstr "Modyfikuje właściwości wybranej książki"
501
+ msgstr "Modyfikuje właściwości zaznaczonej książki"
269
502
 
270
- #: ../lib/alexandria/ui/callbacks.rb:283
503
+ #: ../lib/alexandria/ui/callbacks.rb:371
271
504
  msgid "_Quit"
272
505
  msgstr "Za_kończ"
273
506
 
274
- #: ../lib/alexandria/ui/callbacks.rb:283
507
+ #: ../lib/alexandria/ui/callbacks.rb:371
275
508
  msgid "Quit the program"
276
509
  msgstr "Kończy działanie programu"
277
510
 
278
- #: ../lib/alexandria/ui/callbacks.rb:284
511
+ #: ../lib/alexandria/ui/callbacks.rb:372
279
512
  msgid "_Edit"
280
513
  msgstr "_Edycja"
281
514
 
282
- #: ../lib/alexandria/ui/callbacks.rb:285
515
+ #: ../lib/alexandria/ui/callbacks.rb:373
283
516
  msgid "_Undo"
284
- msgstr "Cof_nij"
517
+ msgstr "_Cofnij"
285
518
 
286
- #: ../lib/alexandria/ui/callbacks.rb:285
519
+ #: ../lib/alexandria/ui/callbacks.rb:373
287
520
  msgid "Undo the last action"
288
- msgstr "Cofa ostatnią czynność"
521
+ msgstr "Cofa ostatnie działanie"
289
522
 
290
- #: ../lib/alexandria/ui/callbacks.rb:286
523
+ #: ../lib/alexandria/ui/callbacks.rb:374
291
524
  msgid "_Redo"
292
525
  msgstr "P_onów"
293
526
 
294
- #: ../lib/alexandria/ui/callbacks.rb:286
527
+ #: ../lib/alexandria/ui/callbacks.rb:374
295
528
  msgid "Redo the undone action"
296
- msgstr "Ponawia cofniętą czynność"
529
+ msgstr "Ponawia cofnięte działanie"
297
530
 
298
- #: ../lib/alexandria/ui/callbacks.rb:287
531
+ #: ../lib/alexandria/ui/callbacks.rb:375
299
532
  msgid "_Select All"
300
533
  msgstr "Z_aznacz wszystko"
301
534
 
302
- #: ../lib/alexandria/ui/callbacks.rb:287
535
+ #: ../lib/alexandria/ui/callbacks.rb:375
303
536
  msgid "Select all visible books"
304
537
  msgstr "Zaznacza wszystkie widoczne książki"
305
538
 
306
- #: ../lib/alexandria/ui/callbacks.rb:288
539
+ #: ../lib/alexandria/ui/callbacks.rb:376
307
540
  msgid "Dese_lect All"
308
541
  msgstr "O_dznacz wszystko"
309
542
 
310
- #: ../lib/alexandria/ui/callbacks.rb:288
543
+ #: ../lib/alexandria/ui/callbacks.rb:376
311
544
  msgid "Deselect everything"
312
545
  msgstr "Odznacza wszystko"
313
546
 
314
- #: ../lib/alexandria/ui/callbacks.rb:289
547
+ #: ../lib/alexandria/ui/callbacks.rb:377
315
548
  msgid "My _Rating"
316
549
  msgstr "Moja _ocena"
317
550
 
318
- #: ../lib/alexandria/ui/callbacks.rb:290
551
+ #: ../lib/alexandria/ui/callbacks.rb:378
319
552
  msgid "None"
320
553
  msgstr "Brak"
321
554
 
322
- #: ../lib/alexandria/ui/callbacks.rb:291
555
+ #: ../lib/alexandria/ui/callbacks.rb:379
323
556
  msgid "One Star"
324
557
  msgstr "Jedna gwiazdka"
325
558
 
326
- #: ../lib/alexandria/ui/callbacks.rb:292
559
+ #: ../lib/alexandria/ui/callbacks.rb:380
327
560
  msgid "Two Stars"
328
561
  msgstr "Dwie gwiazdki"
329
562
 
330
- #: ../lib/alexandria/ui/callbacks.rb:293
563
+ #: ../lib/alexandria/ui/callbacks.rb:381
331
564
  msgid "Three Stars"
332
565
  msgstr "Trzy gwiazdki"
333
566
 
334
- #: ../lib/alexandria/ui/callbacks.rb:294
567
+ #: ../lib/alexandria/ui/callbacks.rb:382
335
568
  msgid "Four Stars"
336
569
  msgstr "Cztery gwiazdki"
337
570
 
338
- #: ../lib/alexandria/ui/callbacks.rb:295
571
+ #: ../lib/alexandria/ui/callbacks.rb:383
339
572
  msgid "Five Stars"
340
573
  msgstr "Pięć gwiazdek"
341
574
 
342
- #: ../lib/alexandria/ui/callbacks.rb:296
575
+ #: ../lib/alexandria/ui/callbacks.rb:384
343
576
  msgid "_Move"
344
577
  msgstr "_Przenieś"
345
578
 
346
- #: ../lib/alexandria/ui/callbacks.rb:297
579
+ #: ../lib/alexandria/ui/callbacks.rb:385
347
580
  msgid "_Rename"
348
581
  msgstr "_Zmień nazwę"
349
582
 
350
- #: ../lib/alexandria/ui/callbacks.rb:298
583
+ #: ../lib/alexandria/ui/callbacks.rb:386
351
584
  msgid "_Delete"
352
585
  msgstr "_Usuń"
353
586
 
354
- #: ../lib/alexandria/ui/callbacks.rb:298
587
+ #: ../lib/alexandria/ui/callbacks.rb:386
355
588
  msgid "Delete the selected books or library"
356
- msgstr "Usuwa wybrane książki lub bibliotekę"
589
+ msgstr "Usuwa zaznaczone książki lub bibliotekę"
357
590
 
358
- #: ../lib/alexandria/ui/callbacks.rb:299
591
+ #: ../lib/alexandria/ui/callbacks.rb:387
359
592
  msgid "_Search"
360
593
  msgstr "Wy_szukaj"
361
594
 
362
- #: ../lib/alexandria/ui/callbacks.rb:299
595
+ #: ../lib/alexandria/ui/callbacks.rb:387
363
596
  msgid "Filter books"
364
- msgstr "Filtruj książki"
597
+ msgstr "Filtruje książki"
365
598
 
366
- #: ../lib/alexandria/ui/callbacks.rb:300
599
+ #: ../lib/alexandria/ui/callbacks.rb:388
367
600
  msgid "_Clear Results"
368
601
  msgstr "Wy_czyść wyniki"
369
602
 
370
- #: ../lib/alexandria/ui/callbacks.rb:300
603
+ #: ../lib/alexandria/ui/callbacks.rb:388
371
604
  msgid "Clear the search results"
372
605
  msgstr "Czyści wyniki wyszukiwania"
373
606
 
374
- #: ../lib/alexandria/ui/callbacks.rb:301
607
+ #: ../lib/alexandria/ui/callbacks.rb:389
375
608
  msgid "_Preferences"
376
609
  msgstr "_Preferencje"
377
610
 
378
- #: ../lib/alexandria/ui/callbacks.rb:301
611
+ #: ../lib/alexandria/ui/callbacks.rb:389
379
612
  msgid "Change Alexandria's settings"
380
- msgstr "Zmiana ustawień Aleksandrii"
613
+ msgstr "Zmiana ustawień programu Aleksandria"
381
614
 
382
- #: ../lib/alexandria/ui/callbacks.rb:302
615
+ #: ../lib/alexandria/ui/callbacks.rb:390
383
616
  msgid "_View"
384
617
  msgstr "_Widok"
385
618
 
386
- #: ../lib/alexandria/ui/callbacks.rb:303
619
+ #: ../lib/alexandria/ui/callbacks.rb:391
387
620
  msgid "Arran_ge Icons"
388
- msgstr "_Uporządkuj ikony"
621
+ msgstr "_Porządkowanie ikon"
389
622
 
390
- #: ../lib/alexandria/ui/callbacks.rb:304
623
+ #: ../lib/alexandria/ui/callbacks.rb:392
391
624
  msgid "Display Online _Information"
392
- msgstr "Wyświetla _informację online"
625
+ msgstr "Wyświetl informacje z _Internetu"
393
626
 
394
- #: ../lib/alexandria/ui/callbacks.rb:306
627
+ #: ../lib/alexandria/ui/callbacks.rb:394
395
628
  msgid "_Help"
396
629
  msgstr "Pomo_c"
397
630
 
398
- #: ../lib/alexandria/ui/callbacks.rb:307
631
+ #: ../lib/alexandria/ui/callbacks.rb:395
399
632
  msgid "Submit _Bug Report"
400
- msgstr "Wyślij raport _błędu"
401
-
402
- #: ../lib/alexandria/ui/callbacks.rb:307
403
- msgid "Submit a bug report to the developers"
404
- msgstr "Wysyła raport błędu programistom"
405
-
406
- #: ../lib/alexandria/ui/callbacks.rb:308
407
- msgid "Contents"
408
- msgstr "Zawartość"
409
-
410
- #: ../lib/alexandria/ui/callbacks.rb:308
411
- msgid "View Alexandria's manual"
412
- msgstr "Wyświetla podręcznik programu Aleksandria"
413
-
414
- #: ../lib/alexandria/ui/callbacks.rb:309
415
- msgid "_About"
416
- msgstr "_O programie"
417
-
418
- #: ../lib/alexandria/ui/callbacks.rb:309
419
- msgid "Show information about Alexandria"
420
- msgstr "Wyświetla informacje o programie Aleksandria"
421
-
422
- #: ../lib/alexandria/ui/callbacks.rb:334
423
- msgid "Side _Pane"
424
- msgstr "_Panel boczny"
425
-
426
- #: ../lib/alexandria/ui/callbacks.rb:336
427
- msgid "_Toolbar"
428
- msgstr "Pasek _narzędziowy"
429
-
430
- #: ../lib/alexandria/ui/callbacks.rb:338
431
- msgid "_Statusbar"
432
- msgstr "Pasek _stanu"
433
-
434
- #: ../lib/alexandria/ui/callbacks.rb:340
435
- msgid "Re_versed Order"
436
- msgstr "Od_wrócony porządek"
437
-
438
- #: ../lib/alexandria/ui/callbacks.rb:345
439
- msgid "View as _Icons"
440
- msgstr "Widok _ikon"
441
-
442
- #: ../lib/alexandria/ui/callbacks.rb:346
443
- msgid "View as _List"
444
- msgstr "Widok _listy"
445
-
446
- #: ../lib/alexandria/ui/callbacks.rb:350
447
- msgid "By _Title"
448
- msgstr "Według _tytułu"
449
-
450
- #: ../lib/alexandria/ui/callbacks.rb:351
451
- msgid "By _Authors"
452
- msgstr "Według _autorów"
453
-
454
- #: ../lib/alexandria/ui/callbacks.rb:352
455
- msgid "By _ISBN"
456
- msgstr "Według _ISBN"
457
-
458
- #: ../lib/alexandria/ui/callbacks.rb:353
459
- msgid "By _Publisher"
460
- msgstr "Według _wydawcy"
461
-
462
- #: ../lib/alexandria/ui/callbacks.rb:354
463
- msgid "By _Binding"
464
- msgstr "Według _oprawy"
465
-
466
- #: ../lib/alexandria/ui/callbacks.rb:355
467
- msgid "By _Rating"
468
- msgstr "Według _ocen"
469
-
470
- #: ../lib/alexandria/ui/callbacks.rb:359
471
- msgid "At _%s"
472
- msgstr "W _%s"
473
-
474
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
475
- msgid "There was %d duplicate"
476
- msgid_plural "There were %d duplicates"
477
- msgstr[0] "Jest %d duplikat"
478
- msgstr[1] "Są %d duplikaty"
479
- msgstr[2] "Jest %d duplikatów"
480
-
481
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
482
- msgid "Couldn't add this book"
483
- msgid_plural "Couldn't add these books"
484
- msgstr[0] "Nie można dodać tej książki"
485
- msgstr[1] "Nie można dodać tych książek"
486
- msgstr[2] "Nie można dodać tych książek"
487
-
488
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
489
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
490
- msgid "Searching Provider '%s'..."
491
- msgstr "Wyszukiwanie dostawcy \"%s\"..."
492
-
493
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
494
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
495
- msgid "Error while Searching Provider '%s'"
496
- msgstr "Błąd podczas wyszukiwania dostawcy \"%s\""
497
-
498
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
499
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
500
- msgid "Not Found at Provider '%s'"
501
- msgstr "Nie znaleziono u dostawcy \"%s\""
502
-
503
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
504
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
505
- msgid "Found at Provider '%s'"
506
- msgstr "Znaleziono u dostawcy \"%s\""
507
-
508
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
509
- msgid "Ready to use %s barcode scanner"
510
- msgstr "Skaner kodów kreskowych %s jest gotowy do użycia"
511
-
512
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
513
- #: ../data/alexandria/glade/acquire_dialog.glade:26
514
- msgid "_Barcode Scanner Ready"
515
- msgstr "Czytnik _kodów kreskowych jest gotowy"
516
-
517
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
518
- msgid "Click below to scan _barcodes"
519
- msgstr "Proszę nacisnąć poniżej, aby zeskanować _kody kreskowe"
520
-
521
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
522
- msgid "There's a problem"
523
- msgstr "Wystąpił problem"
524
-
525
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
526
- msgid "New Smart Library"
527
- msgstr "Nowa automatyczna biblioteka"
528
-
529
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
530
- msgid "Smart Library"
531
- msgstr "Automatyczna biblioteka"
532
-
533
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
534
- msgid "Preferences for %s"
535
- msgstr "Preferencje programu %s"
536
-
537
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
538
- msgid "New Provider"
539
- msgstr "Nowy dostawca"
540
-
541
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
542
- msgid "_Name:"
543
- msgstr "_Nazwa:"
544
-
545
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
546
- msgid "_Type:"
547
- msgstr "_Typ:"
548
-
549
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
550
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
551
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
552
- msgid "Disable Provider"
553
- msgstr "Wyłączenie dostawcy"
554
-
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
556
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
557
- msgid "Enable Provider"
558
- msgstr "Włączenie dostawcy"
559
-
560
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
561
- msgid "Are you sure you want to permanently delete the provider '%s'?"
562
- msgstr "Na pewno trwale usunąć dostawcę \"%s\"?"
563
-
564
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
565
- msgid ""
566
- "If you continue, the provider and all of its preferences will be permanently "
567
- "deleted."
568
- msgstr ""
569
- "Kontynuując dostawca i wszystkie jego preferencje zostaną trwale usunięte."
570
-
571
- #: ../lib/alexandria/ui/import_dialog.rb:36
572
- msgid "Error while importing"
573
- msgstr "Błąd podczas importowania"
574
-
575
- #: ../lib/alexandria/ui/import_dialog.rb:39
576
- msgid "_Continue"
577
- msgstr "_Kontynuuj"
578
-
579
- #: ../lib/alexandria/ui/import_dialog.rb:64
580
- msgid "Import a Library"
581
- msgstr "Zaimportuj bibliotekę"
582
-
583
- #: ../lib/alexandria/ui/import_dialog.rb:71
584
- msgid "_Import"
585
- msgstr "Za_importuj"
586
-
587
- #: ../lib/alexandria/ui/import_dialog.rb:188
588
- msgid "Couldn't import the library"
589
- msgstr "Nie można zaimportować biblioteki"
590
-
591
- #: ../lib/alexandria/ui/import_dialog.rb:189
592
- msgid ""
593
- "The format of the file you provided is unknown. Please retry with another "
594
- "file."
595
- msgstr ""
596
- "Nieznany format podanego pliku. Proszę spróbować ponownie z innym plikiem."
597
-
598
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
599
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
600
- msgid "Properties for '%s'"
601
- msgstr "Właściwości \"%s\""
602
-
603
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
604
- msgid "Empty or conflictive condition"
605
- msgstr "Pusty lub konfliktowy warunek"
606
-
607
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
608
- msgid "_Save However"
609
- msgstr "Zapi_sz mimo to"
610
-
611
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
612
- msgid ""
613
- "This smart library contains one or more conditions which are empty or "
614
- "conflict with each other. This is likely to result in never matching a book. "
615
- "Are you sure you want to save this library?"
616
- msgstr ""
617
- "Automatyczna biblioteka zawiera jeden lub więcej warunków, które są puste "
618
- "lub są w konflikcie ze sobą. Prawdopodobnie z tego powodu żadna książka nie "
619
- "pasuje. Na pewno zapisać tę bibliotekę?"
620
-
621
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
622
- msgid "Match"
623
- msgstr "Zgadzają się"
624
-
625
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
626
- msgid "all"
627
- msgstr "wszystkie"
633
+ msgstr "Zgłoś _błąd"
628
634
 
629
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
630
- msgid "any"
631
- msgstr "dowolne"
635
+ #: ../lib/alexandria/ui/callbacks.rb:395
636
+ msgid "Submit a bug report to the developers"
637
+ msgstr "Wysyła zgłoszenie błędu programistom"
632
638
 
633
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
634
- msgid "of the following rules:"
635
- msgstr "jedna z poniższych reguł:"
639
+ #: ../lib/alexandria/ui/callbacks.rb:396
640
+ msgid "Contents"
641
+ msgstr "Spis treści"
636
642
 
637
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
638
- msgid "Match the following rule:"
639
- msgstr "Następująca reguła musi się zgadzać:"
643
+ #: ../lib/alexandria/ui/callbacks.rb:396
644
+ msgid "View Alexandria's manual"
645
+ msgstr "Wyświetla podręcznik programu Aleksandria"
640
646
 
641
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
642
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
643
- msgid "Couldn't modify the book"
644
- msgstr "Nie można zmodyfikować książki"
647
+ #: ../lib/alexandria/ui/callbacks.rb:397
648
+ msgid "_About"
649
+ msgstr "_O programie"
645
650
 
646
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
647
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
648
- msgid "The EAN/ISBN you provided is already used in this library."
649
- msgstr "Podany numer EAN/ISBN jest już użyty w tej bibliotece."
651
+ #: ../lib/alexandria/ui/callbacks.rb:397
652
+ msgid "Show information about Alexandria"
653
+ msgstr "Wyświetla informacje o programie Aleksandria"
650
654
 
651
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
652
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
653
- msgid ""
654
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
655
- "correcty, and try again."
656
- msgstr ""
657
- "Nie można sprawdzić podanego numeru EAN/ISBN. Proszę upewnić się, że numer "
658
- "został poprawnie wpisany i spróbować ponownie."
655
+ #: ../lib/alexandria/ui/callbacks.rb:404
656
+ msgid "At _%s"
657
+ msgstr "_%s"
659
658
 
660
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
661
- msgid "Properties"
662
- msgstr "Właściwości"
659
+ #: ../lib/alexandria/ui/callbacks.rb:410
660
+ msgid "Side_pane"
661
+ msgstr "_Panel boczny"
663
662
 
664
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
665
- msgid "Author"
666
- msgstr "Autor"
663
+ #: ../lib/alexandria/ui/callbacks.rb:411
664
+ msgid "_Toolbar"
665
+ msgstr "Pasek _narzędziowy"
667
666
 
668
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
669
- msgid "Select a cover image"
670
- msgstr "Wybierz okładkę"
667
+ #: ../lib/alexandria/ui/callbacks.rb:412
668
+ msgid "_Statusbar"
669
+ msgstr "Pasek _stanu"
671
670
 
672
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
673
- msgid "No Cover"
674
- msgstr "Brak okładki"
671
+ #: ../lib/alexandria/ui/callbacks.rb:413
672
+ msgid "Re_versed Order"
673
+ msgstr "_Odwrotna kolejność"
675
674
 
676
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
677
- msgid "%d day"
678
- msgid_plural "%d days"
679
- msgstr[0] "%d dzień"
680
- msgstr[1] "%d dni"
681
- msgstr[2] "%d dni"
675
+ #: ../lib/alexandria/ui/callbacks.rb:418
676
+ msgid "View as _Icons"
677
+ msgstr "Widok _ikon"
682
678
 
683
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
684
- msgid "Adding '%s'"
685
- msgstr "Dodawanie \"%s\""
679
+ #: ../lib/alexandria/ui/callbacks.rb:419
680
+ msgid "View as _List"
681
+ msgstr "Widok _listy"
686
682
 
687
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
688
- #: ../data/alexandria/glade/new_book_dialog.glade:8
689
- msgid "Adding a Book"
690
- msgstr "Dodawanie książki"
683
+ #: ../lib/alexandria/ui/callbacks.rb:423
684
+ msgid "By _Title"
685
+ msgstr "Według _tytułu"
691
686
 
692
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
693
- msgid "A title must be provided."
694
- msgstr "Tytuł musi zostać podany."
687
+ #: ../lib/alexandria/ui/callbacks.rb:424
688
+ msgid "By _Authors"
689
+ msgstr "Według _autorów"
695
690
 
696
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
697
- msgid "A publisher must be provided."
698
- msgstr "Wydawca musi zostać podany."
691
+ #: ../lib/alexandria/ui/callbacks.rb:425
692
+ msgid "By _ISBN"
693
+ msgstr "Według _ISBN"
699
694
 
700
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
701
- msgid "A binding must be provided."
702
- msgstr "Oprawa musi zostać podana."
695
+ #: ../lib/alexandria/ui/callbacks.rb:426
696
+ msgid "By _Publisher"
697
+ msgstr "Według _wydawcy"
703
698
 
704
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
705
- msgid "At least one author must be provided."
706
- msgstr "Należy podać co najmniej jednego autora."
699
+ #: ../lib/alexandria/ui/callbacks.rb:427
700
+ msgid "By _Binding"
701
+ msgstr "Według _oprawy"
707
702
 
708
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
709
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
710
- msgid "Couldn't add the book"
711
- msgstr "Nie można dodać książki"
703
+ #: ../lib/alexandria/ui/callbacks.rb:428
704
+ msgid "By _Rating"
705
+ msgstr "Według _ocen"
712
706
 
713
- #: ../lib/alexandria/ui/export_dialog.rb:25
707
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
714
708
  msgid "File already exists"
715
709
  msgstr "Plik już istnieje"
716
710
 
717
- #: ../lib/alexandria/ui/export_dialog.rb:28
718
- #: ../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
719
713
  msgid "_Replace"
720
714
  msgstr "_Zastąp"
721
715
 
722
- #: ../lib/alexandria/ui/export_dialog.rb:29
716
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
723
717
  msgid ""
724
718
  "A file named '%s' already exists. Do you want to replace it with the one "
725
719
  "you are generating?"
720
+ msgstr "Plik o nazwie „%s” już istnieje. Zastąpić go nowo utworzonym plikiem?"
721
+
722
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
723
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
724
+ msgstr "Książka „%s” istnieje już w bibliotece „%s”. Zastąpić ją?"
725
+
726
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
727
+ msgid "_Skip"
728
+ msgstr "_Pomiń"
729
+
730
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
731
+ msgid "If you replace the existing book, its contents will be overwritten."
726
732
  msgstr ""
727
- "Plik o nazwie \"%s\" już istnieje. Zastąpić go nowo utworzonym plikiem?"
733
+ "Jeśli istniejąca książka zostanie zastąpiona, jej zawartość zostanie "
734
+ "nadpisana."
728
735
 
729
- #: ../lib/alexandria/ui/export_dialog.rb:52
736
+ #: ../lib/alexandria/ui/export_dialog.rb:24
730
737
  msgid "Export '%s'"
731
- msgstr "Wyeksportuj \"%s\""
738
+ msgstr "Eksport „%s"
732
739
 
733
- #: ../lib/alexandria/ui/export_dialog.rb:58
740
+ #: ../lib/alexandria/ui/export_dialog.rb:29
734
741
  msgid "_Export"
735
742
  msgstr "Wy_eksportuj"
736
743
 
737
- #: ../lib/alexandria/ui/export_dialog.rb:77
744
+ #: ../lib/alexandria/ui/export_dialog.rb:50
738
745
  msgid "_Theme:"
739
- msgstr "Mo_tyw:"
746
+ msgstr "M_otyw:"
740
747
 
741
- #: ../lib/alexandria/ui/export_dialog.rb:87
748
+ #: ../lib/alexandria/ui/export_dialog.rb:62
742
749
  msgid "directory"
743
750
  msgstr "katalog"
744
751
 
745
- #: ../lib/alexandria/ui/export_dialog.rb:100
752
+ #: ../lib/alexandria/ui/export_dialog.rb:74
746
753
  msgid "Export for_mat:"
747
754
  msgstr "For_mat eksportu:"
748
755
 
749
- #: ../lib/alexandria/ui/export_dialog.rb:155
756
+ #: ../lib/alexandria/ui/export_dialog.rb:101
757
+ msgid "Export failed"
758
+ msgstr "Eksport się nie powiódł"
759
+
760
+ #: ../lib/alexandria/ui/export_dialog.rb:125
750
761
  msgid ""
751
762
  "The target, named '%s', is a regular file. A directory is needed for this "
752
763
  "operation. Please select a directory and try again."
753
764
  msgstr ""
754
- "Docelowy plik \"%s\" jest zwykłym plikiem. Do tej operacji wymagany jest "
755
- "katalog. Proszę go wybrać i spróbować ponownie."
765
+ "Docelowy plik „%s jest zwykłym plikiem. Do tego działania wymagany jest "
766
+ "katalog. Proszę go wybrać i spróbować ponownie."
756
767
 
757
- #: ../lib/alexandria/ui/export_dialog.rb:159
768
+ #: ../lib/alexandria/ui/export_dialog.rb:129
758
769
  msgid "Not a directory"
759
- msgstr "To nie jest katalog"
770
+ msgstr "Nie jest katalogiem"
760
771
 
761
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
762
- msgid "Invalid ISBN '%s'"
763
- msgstr "Nieprawidłowy ISBN \"%s\""
772
+ #: ../lib/alexandria/ui/import_dialog.rb:23
773
+ msgid "Import a Library"
774
+ msgstr "Import biblioteki"
764
775
 
765
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
766
- msgid "_Keep"
767
- msgstr "_Zatrzymaj"
776
+ #: ../lib/alexandria/ui/import_dialog.rb:30
777
+ msgid "_Import"
778
+ msgstr "Zai_mportuj"
779
+
780
+ #: ../lib/alexandria/ui/import_dialog.rb:134
781
+ msgid "Couldn't import the library"
782
+ msgstr "Nie można zaimportować biblioteki"
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
+ "Nieznany format podanego pliku. Proszę spróbować ponownie z innym plikiem."
790
+
791
+ #: ../lib/alexandria/ui/init.rb:70
792
+ msgid "Unable to launch the help browser"
793
+ msgstr "Nie można uruchomić przeglądarki pomocy"
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
+ "Nie można wyświetlić pomocy programu Aleksandria. Wystąpił błąd podczas "
801
+ "uruchamiania systemowej przeglądarki pomocy."
802
+
803
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
804
+ msgid "Invalid ISBN '%s'"
805
+ msgstr "Nieprawidłowy numer ISBN „%s”"
768
806
 
769
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
807
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
770
808
  msgid ""
771
809
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
772
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
773
- "add?"
810
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
811
+ "addition?"
774
812
  msgstr ""
775
- "Książka o tytule \"%s\" posiada nieprawidłowy numer ISBN, ale mimo to "
776
- "istnieje w bibliotece dostawcy. Zatrzymać książkę zmieniając ISBN, czy "
813
+ "Książka o tytule „%s ma nieprawidłowy numer ISBN, ale mimo to istnieje "
814
+ "w bibliotekach dostawców. Zostawić książkę zmieniając numer ISBN, czy "
777
815
  "anulować dodawanie?"
778
816
 
779
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
817
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
818
+ msgid "_Keep"
819
+ msgstr "_Zostaw"
820
+
821
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
822
+ msgid "New Library"
823
+ msgstr "Nowa biblioteka"
824
+
825
+ #: ../lib/alexandria/ui/listview.rb:56
826
+ msgid "Loaned To"
827
+ msgstr "Wypożyczona"
828
+
829
+ #: ../lib/alexandria/ui/new_book_dialog.rb:155
780
830
  msgid "A problem occurred while downloading images"
781
831
  msgstr "Wystąpił problem podczas pobierania obrazów"
782
832
 
783
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
833
+ #: ../lib/alexandria/ui/new_book_dialog.rb:194
834
+ msgid "Iter is invalid! %s"
835
+ msgstr "Iter jest nieprawidłowe. %s"
836
+
837
+ #: ../lib/alexandria/ui/new_book_dialog.rb:266
784
838
  msgid "Unable to find matches for your search"
785
- msgstr "Nie można znaleźć wyników odpowiadających kryteriom"
839
+ msgstr "Nie można odnaleźć wyników odpowiadających kryteriom"
786
840
 
787
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
841
+ #: ../lib/alexandria/ui/new_book_dialog.rb:302
788
842
  msgid "%s, by %s"
789
843
  msgstr "%s, przez %s"
790
844
 
791
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
845
+ #: ../lib/alexandria/ui/new_book_dialog.rb:308
846
+ msgid "Copying %s into tree view."
847
+ msgstr "Kopiowanie %s do widoku drzewa."
848
+
849
+ #: ../lib/alexandria/ui/new_book_dialog.rb:336
792
850
  msgid ""
793
851
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
794
852
  "correctly, and try again."
795
853
  msgstr ""
796
- "Nie można sprawdzić podanego numeru EAN/ISBN. Proszę upewnić się, że numer "
797
- "został poprawnie wpisany i spróbować ponownie."
854
+ "Nie można sprawdzić poprawności podanego numeru EAN/ISBN. Proszę się "
855
+ "upewnić, że numer został poprawnie wpisany i spróbować ponownie."
798
856
 
799
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
857
+ #: ../lib/alexandria/ui/new_book_dialog.rb:464
858
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
859
+ msgid "Couldn't add the book"
860
+ msgstr "Nie można dodać książki"
861
+
862
+ #: ../lib/alexandria/ui/new_book_dialog.rb:570
800
863
  msgid "'%s' already exists in '%s' (titled '%s')."
801
- msgstr "\"%s\" już istnieje w \"%s\" (o tytule \"%s\")."
864
+ msgstr "„%s już istnieje w „%s (o tytule „%s)."
802
865
 
803
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
804
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
805
- msgstr "Książka \"%s\" istnieje już w bibliotece \"%s\". Zastąpić ją?"
866
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
867
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
868
+ msgid "Adding a Book"
869
+ msgstr "Dodawanie książki"
806
870
 
807
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
808
- msgid "_Skip"
809
- msgstr "_Pomiń"
871
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
872
+ msgid "Adding '%s'"
873
+ msgstr "Dodawanie „%s”"
810
874
 
811
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
812
- msgid "If you replace the existing book, its contents will be overwritten."
875
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
876
+ msgid "A title must be provided."
877
+ msgstr "Należy podać tytuł."
878
+
879
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
880
+ msgid "A publisher must be provided."
881
+ msgstr "Należy podać wydawcę."
882
+
883
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
884
+ msgid "A binding must be provided."
885
+ msgstr "Należy podać oprawę."
886
+
887
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
888
+ msgid "At least one author must be provided."
889
+ msgstr "Należy podać co najmniej jednego autora."
890
+
891
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
892
+ msgid "New Provider"
893
+ msgstr "Nowy dostawca"
894
+
895
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
896
+ msgid "_Name:"
897
+ msgstr "_Nazwa:"
898
+
899
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
900
+ msgid "_Type:"
901
+ msgstr "_Typ:"
902
+
903
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
904
+ msgid "New Smart Library"
905
+ msgstr "Nowa automatyczna biblioteka"
906
+
907
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
908
+ msgid "Smart Library"
909
+ msgstr "Automatyczna biblioteka"
910
+
911
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
912
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
913
+ msgstr "Na pewno trwale usunąć dostawcę „%s”?"
914
+
915
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
916
+ msgid ""
917
+ "If you continue, the provider and all of its preferences will be permanently "
918
+ "deleted."
813
919
  msgstr ""
814
- "Jeśli istniejąca książka zostanie zastąpiona, jej zawartość zostanie "
815
- "nadpisana."
920
+ "Kontynuacja spowoduje trwałe usunięcie dostawcy i wszystkich jego "
921
+ "preferencji."
922
+
923
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
924
+ msgid "Preferences for %s"
925
+ msgstr "Preferencje dostawcy %s"
816
926
 
817
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
927
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
818
928
  msgid "Are you sure you want to delete '%s'?"
819
- msgstr "Na pewno usunąć \"%s\"?"
929
+ msgstr "Na pewno usunąć „%s”?"
820
930
 
821
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
931
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
822
932
  msgid "If you continue, %d book will be deleted."
823
933
  msgid_plural "If you continue, %d books will be deleted."
824
- msgstr[0] "Kontynuując, %d książka zostanie usunięta."
825
- msgstr[1] "Kontynuując, %d książki zostaną usunięte."
826
- msgstr[2] "Kontynuując, %d książek zostanie usuniętych."
934
+ msgstr[0] "Kontynuacja spowoduje usunięcie %d książki."
935
+ msgstr[1] "Kontynuacja spowoduje usunięcie %d książek."
936
+ msgstr[2] "Kontynuacja spowoduje usunięcie %d książek."
827
937
 
828
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
938
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
829
939
  msgid "Are you sure you want to delete '%s' from '%s'?"
830
- msgstr "Na pewno usunąć \"%s\"' z \"%s\"?"
940
+ msgstr "Na pewno usunąć „%s z „%s”?"
831
941
 
832
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
942
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
833
943
  msgid "Are you sure you want to delete the selected books from '%s'?"
834
- msgstr "Na pewno usunąć wybrane książki z \"%s\"?"
944
+ msgstr "Na pewno usunąć zaznaczone książki z „%s”?"
835
945
 
836
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
946
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
837
947
  msgid "Invalid library name '%s'"
838
- msgstr "Nieprawidłowa nazwa biblioteki \"%s\""
948
+ msgstr "Nieprawidłowa nazwa biblioteki „%s"
839
949
 
840
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
841
- msgid "The name provided contains the disallowed character <b>%s</b> "
842
- msgstr "Podana nazwa zawiera niedozwolony znak <b>%s</b> "
950
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
951
+ msgid "The name provided contains the disallowed character <b>%s</b>"
952
+ msgstr "Podana nazwa zawiera niedozwolony znak <b>%s</b>"
843
953
 
844
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
954
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
845
955
  msgid "Invalid library name"
846
956
  msgstr "Nieprawidłowa nazwa biblioteki"
847
957
 
848
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
958
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
849
959
  msgid "The name provided contains invalid characters."
850
960
  msgstr "Podana nazwa zawiera nieprawidłowe znaki."
851
961
 
852
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
962
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
853
963
  msgid "The library name can not be empty"
854
964
  msgstr "Nazwa biblioteki nie może być pusta"
855
965
 
856
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
966
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
857
967
  msgid "The library can not be renamed"
858
968
  msgstr "Nazwa biblioteki nie może zostać zmieniona"
859
969
 
860
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
970
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
861
971
  msgid "There is already a library named '%s'. Please choose a different name."
862
- msgstr "Istnieje już biblioteka o nazwie \"%s\". Proszę wybrać inną nazwę."
972
+ msgstr "Istnieje już biblioteka o nazwie „%s”. Proszę wybrać inną."
863
973
 
864
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
974
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
865
975
  msgid "Library"
866
976
  msgstr "Biblioteka"
867
977
 
868
- #: ../lib/alexandria/ui/libraries_combo.rb:44
869
- msgid "New Library"
870
- msgstr "Nowa biblioteka"
871
-
872
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
873
- msgid "Title"
874
- msgstr "Tytuł"
875
-
876
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
877
- msgid "Authors"
878
- msgstr "Autorzy"
879
-
880
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
881
- msgid "ISBN"
882
- msgstr "ISBN"
883
-
884
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
885
- msgid "Publisher"
886
- msgstr "Wydawca"
887
-
888
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
889
- msgid "Publish Year"
890
- msgstr "Rok wydania"
891
-
892
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
893
- msgid "Binding"
894
- msgstr "Oprawa"
895
-
896
- #: ../lib/alexandria/ui/listview.rb:110
897
- #, fuzzy
898
- msgid "Loaned To"
899
- msgstr "Wypożyczone"
900
-
901
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
902
- #: ../lib/alexandria/smart_library.rb:361
903
- msgid "Read"
904
- msgstr "Przeczytana"
905
-
906
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
907
- msgid "Own"
908
- msgstr "Posiadana"
909
-
910
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
911
- msgid "Want"
912
- msgstr "Pożądana"
978
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
979
+ msgid "Error while importing"
980
+ msgstr "Błąd podczas importowania"
913
981
 
914
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
915
- #: ../data/alexandria/glade/preferences_dialog.glade:421
916
- msgid "Tags"
917
- msgstr "Etykiety"
982
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
983
+ msgid "_Continue"
984
+ msgstr "_Kontynuuj"
918
985
 
919
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
920
- msgid "Rating"
921
- msgstr "Ocena"
986
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:97
987
+ msgid "Empty or conflictive condition"
988
+ msgstr "Pusty lub sprzeczny warunek"
922
989
 
923
- #: ../lib/alexandria/ui/init.rb:83
924
- msgid "Unable to launch the help browser"
925
- msgstr "Nie można uruchomić przeglądarki pomocy"
990
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
991
+ msgid "_Save However"
992
+ msgstr "Zapi_sz mimo to"
926
993
 
927
- #: ../lib/alexandria/ui/init.rb:84
994
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
928
995
  msgid ""
929
- "Could not display help for Alexandria. There was an error launching the "
930
- "system help browser."
931
- msgstr ""
932
- "Nie można wyświetlić pomocy programu Aleksandria. Wystąpił błąd podczas "
933
- "uruchamiania systemowej przeglądarki pomocy."
934
-
935
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
936
- msgid "Locale"
937
- msgstr "Lokalizacja"
938
-
939
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
940
- msgid "Access key ID"
941
- msgstr "Identyfikator klucza dostępu"
942
-
943
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
944
- msgid "Secret access key"
945
- msgstr "Tajny klucz dostępu"
946
-
947
- #: ../lib/alexandria/book_providers/z3950.rb:34
948
- msgid "Hostname"
949
- msgstr "Nazwa komputera"
950
-
951
- #: ../lib/alexandria/book_providers/z3950.rb:35
952
- msgid "Port"
953
- msgstr "Port"
954
-
955
- #: ../lib/alexandria/book_providers/z3950.rb:36
956
- msgid "Database"
957
- msgstr "Baza danych"
958
-
959
- #: ../lib/alexandria/book_providers/z3950.rb:37
960
- msgid "Record syntax"
961
- msgstr "Składnia wpisu"
962
-
963
- #: ../lib/alexandria/book_providers/z3950.rb:38
964
- msgid "Username"
965
- msgstr "Nazwa użytkownika"
966
-
967
- #: ../lib/alexandria/book_providers/z3950.rb:39
968
- msgid "Password"
969
- msgstr "Hasło"
970
-
971
- #: ../lib/alexandria/book_providers/z3950.rb:40
972
- msgid "Charset encoding"
973
- msgstr "Kodowanie znaków"
974
-
975
- #: ../lib/alexandria/book_providers/z3950.rb:221
976
- msgid "Library of Congress (Usa)"
977
- msgstr "Biblioteka Kongresu (USA)"
978
-
979
- #: ../lib/alexandria/book_providers/z3950.rb:255
980
- msgid "British Library"
981
- msgstr "Biblioteka Brytyjska"
982
-
983
- #: ../lib/alexandria/export_library.rb:109
984
- msgid "Archived ONIX XML"
985
- msgstr "Zarchiwizowany XML ONIX"
986
-
987
- #: ../lib/alexandria/export_library.rb:111
988
- msgid "Archived Tellico XML"
989
- msgstr "Zarchiwizowany XML Tellico"
990
-
991
- #: ../lib/alexandria/export_library.rb:113
992
- msgid "BibTeX"
993
- msgstr "BibTeX"
994
-
995
- #: ../lib/alexandria/export_library.rb:114
996
- msgid "CSV list"
997
- msgstr "Lista CSV"
998
-
999
- #: ../lib/alexandria/export_library.rb:115
1000
- msgid "ISBN List"
1001
- msgstr "Lista numerów ISBN"
1002
-
1003
- #: ../lib/alexandria/export_library.rb:116
1004
- msgid "iPod Notes"
1005
- msgstr "Notatki iPoda"
1006
-
1007
- #: ../lib/alexandria/export_library.rb:117
1008
- msgid "HTML Web Page"
1009
- msgstr "Strona HTML"
1010
-
1011
- #: ../lib/alexandria/smart_library.rb:92
1012
- msgid "Favorite"
1013
- msgstr "Ulubione"
996
+ "This smart library contains one or more conditions which are empty or "
997
+ "conflict with each other. This is likely to result in never matching a book. "
998
+ "Are you sure you want to save this library?"
999
+ msgstr ""
1000
+ "Automatyczna biblioteka zawiera jeden lub więcej warunków, które są puste "
1001
+ "lub są ze sobą sprzeczne. Prawdopodobnie z tego powodu żadna książka nie "
1002
+ "będzie pasowała. Na pewno zapisać tę bibliotekę?"
1014
1003
 
1015
- #: ../lib/alexandria/smart_library.rb:98
1016
- msgid "Loaned"
1017
- msgstr "Wypożyczone"
1004
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
1005
+ msgid "Match"
1006
+ msgstr "Dopasowanie"
1018
1007
 
1019
- #: ../lib/alexandria/smart_library.rb:110
1020
- msgid "Owned"
1021
- msgstr "Posiadane"
1008
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1009
+ msgid "all"
1010
+ msgstr "wszystkie"
1022
1011
 
1023
- #: ../lib/alexandria/smart_library.rb:119
1024
- msgid "Wishlist"
1025
- msgstr "Lista pożądanych"
1012
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1013
+ msgid "any"
1014
+ msgstr "dowolne"
1026
1015
 
1027
- #: ../lib/alexandria/smart_library.rb:356
1028
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1029
- msgid "Notes"
1030
- msgstr "Notatki"
1016
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:131
1017
+ msgid "of the following rules:"
1018
+ msgstr "jedna z tych reguł:"
1031
1019
 
1032
- #: ../lib/alexandria/smart_library.rb:358
1033
- msgid "Loaning State"
1034
- msgstr "Stan wypożyczenia"
1020
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:139
1021
+ msgid "Match the following rule:"
1022
+ msgstr "Dopasowanie do tej reguły:"
1035
1023
 
1036
- #: ../lib/alexandria/smart_library.rb:359
1037
- msgid "Loaning Date"
1038
- msgstr "Data wypożyczenia"
1024
+ #: ../lib/alexandria/ui/ui_manager.rb:132
1025
+ msgid "Type here the search criterion"
1026
+ msgstr "Miejsce na wpisanie kryteriów wyszukiwania"
1039
1027
 
1040
- #: ../lib/alexandria/smart_library.rb:360
1041
- msgid "Loaning Person"
1042
- msgstr "Wypożyczono"
1028
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1029
+ msgid "Match everything"
1030
+ msgstr "Wyszukiwanie we wszystkim"
1043
1031
 
1044
- #: ../lib/alexandria/smart_library.rb:362
1045
- msgid "Date Read"
1046
- msgstr "Data przeczytania"
1032
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1033
+ msgid "Title contains"
1034
+ msgstr "Tytuł zawiera"
1047
1035
 
1048
- #: ../lib/alexandria/smart_library.rb:371
1049
- msgid "days"
1050
- msgstr "dni"
1036
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1037
+ msgid "Authors contain"
1038
+ msgstr "Autorzy zawierają"
1051
1039
 
1052
- #: ../lib/alexandria/smart_library.rb:382
1053
- msgid "is set"
1054
- msgstr "jest ustawione"
1040
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1041
+ msgid "ISBN contains"
1042
+ msgstr "ISBN zawiera"
1055
1043
 
1056
- #: ../lib/alexandria/smart_library.rb:386
1057
- msgid "is not set"
1058
- msgstr "nie jest ustawione"
1044
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1045
+ msgid "Publisher contains"
1046
+ msgstr "Wydawca zawiera"
1059
1047
 
1060
- #: ../lib/alexandria/smart_library.rb:390
1061
- msgid "is"
1062
- msgstr "jest"
1048
+ #: ../lib/alexandria/ui/ui_manager.rb:149
1049
+ msgid "Notes contain"
1050
+ msgstr "Notatki zawierają"
1063
1051
 
1064
- #: ../lib/alexandria/smart_library.rb:394
1065
- msgid "is not"
1066
- msgstr "nie jest"
1052
+ #: ../lib/alexandria/ui/ui_manager.rb:150
1053
+ msgid "Tags contain"
1054
+ msgstr "Etykiety zawierają"
1067
1055
 
1068
- #: ../lib/alexandria/smart_library.rb:398
1069
- msgid "contains"
1070
- msgstr "zawiera"
1056
+ #: ../lib/alexandria/ui/ui_manager.rb:164
1057
+ msgid "Change the search type"
1058
+ msgstr "Zmienia typ wyszukiwania"
1071
1059
 
1072
- #: ../lib/alexandria/smart_library.rb:402
1073
- msgid "does not contain"
1074
- msgstr "nie zawiera"
1060
+ #: ../lib/alexandria/ui/ui_manager.rb:169
1061
+ msgid "View as Icons"
1062
+ msgstr "Widok ikon"
1075
1063
 
1076
- #: ../lib/alexandria/smart_library.rb:406
1077
- msgid "starts with"
1078
- msgstr "zaczyna się od"
1064
+ #: ../lib/alexandria/ui/ui_manager.rb:170
1065
+ msgid "View as List"
1066
+ msgstr "Widok listy"
1079
1067
 
1080
- #: ../lib/alexandria/smart_library.rb:410
1081
- msgid "ends with"
1082
- msgstr "kończ się na"
1068
+ #: ../lib/alexandria/ui/ui_manager.rb:184
1069
+ msgid "Choose how to show books"
1070
+ msgstr "Wybiera, jak wyświetlać książki"
1083
1071
 
1084
- #: ../lib/alexandria/smart_library.rb:414
1085
- msgid "is greater than"
1086
- msgstr "jest większe od"
1072
+ #: ../lib/alexandria/ui/ui_manager.rb:407
1073
+ msgid "Library '%s' selected"
1074
+ msgstr "Wybrano bibliotekę „%s”"
1087
1075
 
1088
- #: ../lib/alexandria/smart_library.rb:418
1089
- msgid "is less than"
1090
- msgstr "jest mniejsze od"
1076
+ #: ../lib/alexandria/ui/ui_manager.rb:412
1077
+ msgid "Library '%s' selected, %d unrated book"
1078
+ msgid_plural "Library '%s' selected, %d unrated books"
1079
+ msgstr[0] "Wybrano bibliotekę „%s”, %d książka nie ma oceny"
1080
+ msgstr[1] "Wybrano bibliotekę „%s”, %d książki nie mają oceny"
1081
+ msgstr[2] "Wybrano bibliotekę „%s”, %d książek nie ma oceny"
1091
1082
 
1092
- #: ../lib/alexandria/smart_library.rb:422
1093
- msgid "is after"
1094
- msgstr "jest po"
1083
+ #: ../lib/alexandria/ui/ui_manager.rb:416
1084
+ msgid "Library '%s' selected, %d book"
1085
+ msgid_plural "Library '%s' selected, %d books"
1086
+ msgstr[0] "Wybrano bibliotekę „%s”, %d książka"
1087
+ msgstr[1] "Wybrano bibliotekę „%s”, %d książki"
1088
+ msgstr[2] "Wybrano bibliotekę „%s”, %d książek"
1095
1089
 
1096
- #: ../lib/alexandria/smart_library.rb:426
1097
- msgid "is before"
1098
- msgstr "jest przed"
1090
+ #: ../lib/alexandria/ui/ui_manager.rb:420
1091
+ msgid "Library '%s' selected, %d book, %d unrated"
1092
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1093
+ msgstr[0] "Wybrano bibliotekę „%s”, %d książka, %d książka nie ma oceny"
1094
+ msgstr[1] "Wybrano bibliotekę „%s”, %d książki, %d nie mają oceny"
1095
+ msgstr[2] "Wybrano bibliotekę „%s”, %d książek, %d nie ma oceny"
1099
1096
 
1100
- #: ../lib/alexandria/smart_library.rb:430
1101
- msgid "is in last"
1102
- msgstr "jest ostatnie"
1097
+ #: ../lib/alexandria/ui/ui_manager.rb:434
1098
+ msgid "'%s' selected"
1099
+ msgstr "Zaznaczono „%s”"
1103
1100
 
1104
- #: ../lib/alexandria/smart_library.rb:450
1105
- msgid "is not in last"
1106
- msgstr "nie jest ostatnie"
1101
+ #: ../lib/alexandria/ui/ui_manager.rb:436
1102
+ msgid "%d book selected"
1103
+ msgid_plural "%d books selected"
1104
+ msgstr[0] "Zaznaczono %d książkę"
1105
+ msgstr[1] "Zaznaczono %d książki"
1106
+ msgstr[2] "Zaznaczono %d książek"
1107
1107
 
1108
- #: ../lib/alexandria/book_providers.rb:87
1109
- msgid "Couldn't reach the provider '%s': timeout expired."
1110
- msgstr "Nie można połączyć się z dostawcą \"%s\": wygasł czas oczekiwania."
1108
+ #: ../lib/alexandria/ui/ui_manager.rb:552
1109
+ msgid "unrecognized update event"
1110
+ msgstr "nierozpoznane zdarzenie aktualizacji"
1111
1111
 
1112
- #: ../lib/alexandria/book_providers.rb:91
1113
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1114
- msgstr "Nie można połączyć się z dostawcą \"%s\": błąd gniazda (%s)."
1112
+ #: ../lib/alexandria/ui/ui_manager.rb:597
1113
+ msgid "Loading libraries..."
1114
+ msgstr "Wczytywanie bibliotek…"
1115
1115
 
1116
- #: ../lib/alexandria/book_providers.rb:95
1117
- #: ../lib/alexandria/book_providers.rb:100
1116
+ #: ../lib/alexandria/ui/ui_manager.rb:614
1118
1117
  msgid ""
1119
- "No results were found. Make sure your search criterion is spelled "
1120
- "correctly, and try again."
1118
+ "The data files for the following books are malformed or empty. Do you wish "
1119
+ "to attempt to download new information for them from the online book "
1120
+ "providers?\n"
1121
1121
  msgstr ""
1122
- "Nie znaleziono żadnych rezultatów. Proszę upewnić się, że kryteria "
1123
- "wyszukiwania nie zawierają żadnych literówek i spróbować ponownie."
1122
+ "Pliki danych poniższych książek błędnie sformatowane lub puste. Spróbować "
1123
+ "pobrać dla nich nowe informacje u dostawców książek z Internetu?\n"
1124
1124
 
1125
- #: ../lib/alexandria/book_providers.rb:105
1126
- msgid "Too many results for that search."
1127
- msgstr "Za dużo rezultatów wyszukiwania."
1125
+ #: ../lib/alexandria/ui/ui_manager.rb:666
1126
+ msgid "Added '%s' to library '%s'"
1127
+ msgstr "Dodano „%s” do biblioteki „%s”"
1128
1128
 
1129
- #: ../lib/alexandria/book_providers.rb:108
1130
- msgid "Invalid search type."
1131
- msgstr "Nieprawidłowy typ wyszukiwania."
1129
+ #: ../lib/alexandria/ui/ui_manager.rb:815
1130
+ msgid "Loading '%s'..."
1131
+ msgstr "Wczytywanie „%s”…"
1132
1132
 
1133
- #: ../lib/alexandria/book_providers.rb:203
1134
- msgid "Enabled"
1135
- msgstr "Włączone"
1133
+ #: ../lib/alexandria/ui/ui_manager.rb:1045
1134
+ msgid "In '_%s'"
1135
+ msgstr "W „_%s”"
1136
1136
 
1137
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1138
- msgid "Acquire from Scanner"
1139
- msgstr "Pobierz ze skanera"
1137
+ #: ../lib/alexandria/web_themes.rb:64
1138
+ msgid "File %<file>s not found"
1139
+ msgstr "Nie odnaleziono pliku %<file>s"
1140
1140
 
1141
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1142
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1143
- msgid "Save _in:"
1144
- msgstr "Zap_isz w:"
1141
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1142
+ msgid "Acquire from Scanner"
1143
+ msgstr "Pobieranie ze skanera"
1145
1144
 
1146
- #: ../data/alexandria/glade/main_app.glade:17
1147
- msgid "Main Window"
1148
- msgstr "Okno główne"
1145
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1146
+ msgid "_Barcode Scanner Ready"
1147
+ msgstr "_Czytnik kodów kreskowych jest gotowy"
1149
1148
 
1150
- #: ../data/alexandria/glade/main_app.glade:32
1151
- msgid "Libraries listing."
1152
- msgstr "Lista bibliotek."
1149
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1150
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1151
+ msgid "Save _in:"
1152
+ msgstr "Zapi_sanie w:"
1153
1153
 
1154
- #: ../data/alexandria/glade/main_app.glade:46
1155
- msgid "_Libraries:"
1156
- msgstr "_Biblioteki:"
1154
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1155
+ msgid "by title"
1156
+ msgstr "według tytułu"
1157
1157
 
1158
- #: ../data/alexandria/glade/main_app.glade:111
1159
- msgid "Book listing."
1160
- msgstr "Lista książek."
1158
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1159
+ msgid "by authors"
1160
+ msgstr "według autorów"
1161
1161
 
1162
- #: ../data/alexandria/glade/main_app.glade:194
1163
- msgid "Status messages."
1164
- msgstr "Komunikaty stanu."
1162
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1163
+ msgid "by keyword"
1164
+ msgstr "według słowa kluczowego"
1165
1165
 
1166
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1166
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1167
1167
  msgid "_Keep Dialog Open after Adding Book"
1168
- msgstr "Nie zamy_kaj okna dialogowego po dodaniu książki"
1168
+ msgstr "_Bez zamykania okna po dodaniu książki"
1169
1169
 
1170
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1171
- msgid ""
1172
- "by title\n"
1173
- "by authors\n"
1174
- "by keyword"
1175
- msgstr ""
1176
- "po tytule\n"
1177
- "po autorach\n"
1178
- "po słowach kluczowych"
1179
-
1180
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1170
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1181
1171
  msgid "_Search:"
1182
- msgstr "Wy_szukaj:"
1172
+ msgstr "Wy_szukiwanie:"
1183
1173
 
1184
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1185
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1174
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1175
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1186
1176
  msgid "_ISBN:"
1187
1177
  msgstr "_ISBN:"
1188
1178
 
1189
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1190
- msgid "_Title:"
1191
- msgstr "_Tytuł:"
1192
-
1193
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1194
- msgid "_Publisher:"
1195
- msgstr "_Wydawca:"
1196
-
1197
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1198
- msgid "Add an author"
1199
- msgstr "Dodaj autora"
1179
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1180
+ msgid "Preferences"
1181
+ msgstr "Preferencje"
1200
1182
 
1201
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1202
- msgid "Remove an author"
1203
- msgstr "Usuń autora"
1183
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1184
+ msgid "<b>Visible Columns</b>"
1185
+ msgstr "<b>Widoczne kolumny</b>"
1204
1186
 
1205
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1206
- msgid "_Authors:"
1207
- msgstr "_Autorzy:"
1187
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1188
+ msgid "_Authors"
1189
+ msgstr "_Autorzy"
1208
1190
 
1209
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1210
- msgid "_Binding:"
1211
- msgstr "_Oprawa:"
1191
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1192
+ msgid "_ISBN"
1193
+ msgstr "_ISBN"
1212
1194
 
1213
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1214
- msgid "Publish _year:"
1215
- msgstr "_Rok wydania:"
1195
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1196
+ msgid "_Publisher"
1197
+ msgstr "_Wydawca"
1216
1198
 
1217
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1218
- msgid "Tags:"
1219
- msgstr "Etykiety:"
1199
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1200
+ msgid "_Rating"
1201
+ msgstr "O_cena"
1220
1202
 
1221
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1222
- msgid "_Cover:"
1223
- msgstr "_Okładka:"
1203
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1204
+ msgid "_Binding"
1205
+ msgstr "_Oprawa"
1224
1206
 
1225
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1226
- msgid "Click to pick a cover"
1227
- msgstr "Naciśnięcie wybiera okładkę"
1207
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1208
+ msgid "Publish _year"
1209
+ msgstr "_Rok wydania"
1228
1210
 
1229
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1230
- msgid "Own it?"
1231
- msgstr "Posiadasz ją?"
1211
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1212
+ msgid "Read?"
1213
+ msgstr "Przeczytana?"
1232
1214
 
1233
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1234
- msgid "Read it?"
1235
- msgstr "Przeczytałeś ją?"
1215
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1216
+ msgid "Own?"
1217
+ msgstr "Posiadana?"
1236
1218
 
1237
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1238
- msgid "Want it?"
1219
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1220
+ msgid "Want?"
1239
1221
  msgstr "Chcesz ją mieć?"
1240
1222
 
1241
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1242
- msgid "Click on the stars to rate the book"
1243
- msgstr "Naciśnięcie gwiazdki ocenia książkę"
1244
-
1245
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1246
- msgid "Rating:"
1247
- msgstr "Ocena:"
1248
-
1249
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1250
- msgid "General"
1251
- msgstr "Ogólne"
1252
-
1253
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1254
- msgid "This book is _loaned"
1255
- msgstr "Ta książka jest _wypożyczona"
1256
-
1257
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1258
- msgid "_To:"
1259
- msgstr "_Do:"
1260
-
1261
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1262
- msgid "_Since:"
1263
- msgstr "_Od:"
1264
-
1265
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1266
- msgid "Loaning"
1267
- msgstr "Wypożyczanie"
1223
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1224
+ msgid "Loaned to"
1225
+ msgstr "Wypożyczona"
1268
1226
 
1269
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1270
- msgid "Preferences"
1271
- msgstr "Preferencje"
1227
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1228
+ msgid "_List View"
1229
+ msgstr "Widok _listy"
1272
1230
 
1273
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1231
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1274
1232
  msgid "<b>Book Data Providers</b>"
1275
- msgstr "<b>Dostawcy danych o książkach</b>"
1233
+ msgstr "<b>Dostawcy danych o książkach</b>"
1276
1234
 
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1235
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1278
1236
  msgid "_Setup"
1279
- msgstr "U_stawienia"
1237
+ msgstr "_Ustawienia"
1280
1238
 
1281
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1239
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1282
1240
  msgid ""
1283
1241
  "Providers are libraries that supply information about books. Some of them "
1284
1242
  "can be configured to get better results. You can also customize the order "
1285
1243
  "in which they are queried."
1286
1244
  msgstr ""
1287
- "Dostawcy to biblioteki, które dostarczają informacje o książkach. Niektórych "
1288
- "z nich można skonfigurować, aby uzyskać lepsze rezultaty. Można także "
1245
+ "Dostawcy to biblioteki, które dostarczają informacje o książkach. Niektórych "
1246
+ "z nich można skonfigurować, aby uzyskać lepsze rezultaty. Można także "
1289
1247
  "dostosować kolejność odpytywania dostawców."
1290
1248
 
1291
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1249
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1292
1250
  msgid "Custom _Z39.50 Providers"
1293
- msgstr "Właśni dostawcy _Z39.50"
1251
+ msgstr "Inni dostawcy _Z39.50"
1294
1252
 
1295
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1253
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1296
1254
  msgid ""
1297
1255
  "Add and remove your own Z39.50 providers.\n"
1298
1256
  "Requires the Ruby/ZOOM software library."
1299
1257
  msgstr ""
1300
- "Dodawanie lub usuwanie własnych dostawców Z39.50.\n"
1258
+ "Dodaje lub usuwa innych dostawców Z39.50.\n"
1301
1259
  "Wymaga biblioteki oprogramowania Ruby/ZOOM."
1302
1260
 
1303
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1261
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1304
1262
  msgid "_Providers"
1305
1263
  msgstr "_Dostawcy"
1306
1264
 
1307
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1308
- msgid "<b>Visible Columns</b>"
1309
- msgstr "<b>Widoczne kolumny</b>"
1265
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1266
+ msgid "<b>Barcode Scanner Device</b>"
1267
+ msgstr "<b>Czytnik kodów kreskowych</b>"
1310
1268
 
1311
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1312
- msgid "_Authors"
1313
- msgstr "_Autorzy"
1269
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1270
+ msgid "_Device type:"
1271
+ msgstr "_Typ urządzenia:"
1314
1272
 
1315
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1316
- msgid "_ISBN"
1317
- msgstr "_ISBN"
1273
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1274
+ msgid "<b>Sound Effects</b>"
1275
+ msgstr "<b>Efekty dźwiękowe</b>"
1318
1276
 
1319
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1320
- msgid "_Publisher"
1321
- msgstr "_Wydawca"
1277
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1278
+ msgid "Scanning"
1279
+ msgstr "Skanowanie"
1322
1280
 
1323
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1324
- msgid "_Rating"
1325
- msgstr "O_cena"
1281
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1282
+ msgid "Good Scan / Bad Scan"
1283
+ msgstr "Poprawne skanowanie/błędne skanowanie"
1326
1284
 
1327
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1328
- msgid "_Binding"
1329
- msgstr "_Oprawa"
1285
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1286
+ msgid "_Barcode Scanner"
1287
+ msgstr "_Czytnik kodów kreskowych"
1330
1288
 
1331
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1332
- msgid "Publish _year"
1333
- msgstr "_Rok wydania"
1289
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1290
+ msgid "_Libraries:"
1291
+ msgstr "_Biblioteki:"
1334
1292
 
1335
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1336
- msgid "Read?"
1293
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1294
+ msgid "_Title:"
1295
+ msgstr "_Tytuł:"
1296
+
1297
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1298
+ msgid "_Authors:"
1299
+ msgstr "_Autorzy:"
1300
+
1301
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1302
+ msgid "Tags:"
1303
+ msgstr "Etykiety:"
1304
+
1305
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1306
+ msgid "_Binding:"
1307
+ msgstr "_Oprawa:"
1308
+
1309
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1310
+ msgid "Publish _year:"
1311
+ msgstr "_Rok wydania:"
1312
+
1313
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1314
+ msgid "_Publisher:"
1315
+ msgstr "_Wydawca:"
1316
+
1317
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1318
+ msgid "_Cover:"
1319
+ msgstr "_Okładka:"
1320
+
1321
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1322
+ msgid "Rating:"
1323
+ msgstr "Ocena:"
1324
+
1325
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1326
+ msgid "Want it?"
1327
+ msgstr "Chcesz ją mieć?"
1328
+
1329
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1330
+ msgid "Read it?"
1337
1331
  msgstr "Przeczytana?"
1338
1332
 
1339
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1340
- msgid "Own?"
1333
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1334
+ msgid "Select Date"
1335
+ msgstr "Wybiera datę"
1336
+
1337
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1338
+ msgid "Clear Date"
1339
+ msgstr "Czyści datę"
1340
+
1341
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1342
+ msgid "Own it?"
1341
1343
  msgstr "Posiadana?"
1342
1344
 
1343
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1344
- msgid "Want?"
1345
- msgstr "Chcesz ją mieć?"
1345
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1346
+ msgid "General"
1347
+ msgstr "Ogólne"
1346
1348
 
1347
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1348
- #, fuzzy
1349
- msgid "Loaned to"
1350
- msgstr "Wypożyczone"
1349
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1350
+ msgid "This book is _loaned"
1351
+ msgstr "Ta książka jest _wypożyczona"
1351
1352
 
1352
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1353
- msgid "_List View"
1354
- msgstr "Widok _listy"
1353
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1354
+ msgid "_To:"
1355
+ msgstr "_Komu:"
1356
+
1357
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1358
+ msgid "_Since:"
1359
+ msgstr "_Od:"
1360
+
1361
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1362
+ msgid "Loaning"
1363
+ msgstr "Wypożyczanie"
1355
1364
 
1356
1365
  #: ../alexandria.desktop.in.h:1
1357
1366
  msgid "Alexandria Book Collection Manager"
@@ -1365,5 +1374,32 @@ msgstr "Menedżer domowej biblioteki"
1365
1374
  msgid "Manage your book collection"
1366
1375
  msgstr "Zarządzanie domową biblioteką"
1367
1376
 
1368
- #~ msgid "Language"
1369
- #~ msgstr "Język"
1377
+ #~ msgid "Locale"
1378
+ #~ msgstr "Lokalizacja"
1379
+
1380
+ #~ msgid "Access key ID"
1381
+ #~ msgstr "Identyfikator klucza dostępu"
1382
+
1383
+ #~ msgid "Secret access key"
1384
+ #~ msgstr "Tajny klucz dostępu"
1385
+
1386
+ #~ msgid "Associate Tag"
1387
+ #~ msgstr "Etykieta partnera"
1388
+
1389
+ #~ msgid "Provide secret key for your Amazon AWS account."
1390
+ #~ msgstr "Proszę podać tajny klucz dla konta Amazon AWS."
1391
+
1392
+ #~ msgid "No products"
1393
+ #~ msgstr "Brak produktów"
1394
+
1395
+ #~ msgid "HTTP Response: %<code>s %<message>s"
1396
+ #~ msgstr "Odpowiedź HTTP: %<code>s %<message>s"
1397
+
1398
+ #~ msgid "Invalid country '%<country>s'"
1399
+ #~ msgstr "Nieprawidłowy kraj „%<country>s”"
1400
+
1401
+ #~ msgid "HTTP redirect too deep"
1402
+ #~ msgstr "Przekierowanie HTTP jest za głębokie"
1403
+
1404
+ #~ msgid "title not found on page"
1405
+ #~ msgstr "na stronie nie odnaleziono tytułu"