alexandria-book-collection-manager 0.7.5 → 0.7.6

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