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/it.po CHANGED
@@ -8,709 +8,753 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: 0.6.3\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
11
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
12
12
  "PO-Revision-Date: 2008-11-04 23:32+0100\n"
13
13
  "Last-Translator: Giacomo Margarito <giacomomargarito@gmail.com>\n"
14
14
  "Language-Team: Alexandria\n"
15
+ "Language: \n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
19
  "Plural-Forms: nplurals=2; plural=n>1;\n"
19
20
 
20
- #: ../lib/alexandria/import_library.rb:30
21
+ #: ../lib/alexandria/about.rb:27
22
+ msgid "A program to help you manage your book collection."
23
+ msgstr "Un programma per gestire la vostra collezione di libri."
24
+
25
+ #: ../lib/alexandria/book_providers.rb:91
26
+ msgid "Couldn't reach the provider '%s': timeout expired."
27
+ msgstr "Impossibile raggiungere il provider '%s': tempo scaduto."
28
+
29
+ #: ../lib/alexandria/book_providers.rb:95
30
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
31
+ msgstr "Impossibile raggiungere il provider '%s': errore del socket (%s)."
32
+
33
+ #: ../lib/alexandria/book_providers.rb:99
34
+ #: ../lib/alexandria/book_providers.rb:104
35
+ msgid ""
36
+ "No results were found. Make sure your search criterion is spelled "
37
+ "correctly, and try again."
38
+ msgstr ""
39
+ "Nessun risultato. Controllare di aver scritto correttamente il criterio di "
40
+ "ricerca e riprovare."
41
+
42
+ #: ../lib/alexandria/book_providers.rb:109
43
+ msgid "Too many results for that search."
44
+ msgstr "Troppi risultati per questa ricerca."
45
+
46
+ #: ../lib/alexandria/book_providers.rb:112
47
+ msgid "Invalid search type."
48
+ msgstr "Tipo di ricerca non valido."
49
+
50
+ #: ../lib/alexandria/book_providers.rb:206
51
+ msgid "Enabled"
52
+ msgstr ""
53
+
54
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
55
+ msgid "title not found on page"
56
+ msgstr ""
57
+
58
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
59
+ msgid "Locale"
60
+ msgstr "Lingua"
61
+
62
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
63
+ msgid "Access key ID"
64
+ msgstr ""
65
+
66
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
67
+ msgid "Secret access key"
68
+ msgstr ""
69
+
70
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
71
+ #, fuzzy
72
+ msgid "Associate Tag"
73
+ msgstr "ID associato"
74
+
75
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
76
+ msgid "Provide secret key for your Amazon AWS account."
77
+ msgstr ""
78
+
79
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
80
+ msgid "No products"
81
+ msgstr ""
82
+
83
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
84
+ msgid "HTTP Response: %<code>s %<message>s"
85
+ msgstr ""
86
+
87
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
88
+ msgid "Invalid country '%<country>s'"
89
+ msgstr ""
90
+
91
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
92
+ msgid "HTTP redirect too deep"
93
+ msgstr ""
94
+
95
+ #: ../lib/alexandria/book_providers/z3950.rb:22
96
+ msgid "Hostname"
97
+ msgstr "Nome host"
98
+
99
+ #: ../lib/alexandria/book_providers/z3950.rb:23
100
+ msgid "Port"
101
+ msgstr "Porta"
102
+
103
+ #: ../lib/alexandria/book_providers/z3950.rb:24
104
+ msgid "Database"
105
+ msgstr "Database"
106
+
107
+ #: ../lib/alexandria/book_providers/z3950.rb:25
108
+ msgid "Record syntax"
109
+ msgstr "Formato del record"
110
+
111
+ #: ../lib/alexandria/book_providers/z3950.rb:27
112
+ msgid "Username"
113
+ msgstr "Nome utente"
114
+
115
+ #: ../lib/alexandria/book_providers/z3950.rb:28
116
+ msgid "Password"
117
+ msgstr "Password"
118
+
119
+ #: ../lib/alexandria/book_providers/z3950.rb:29
120
+ msgid "Charset encoding"
121
+ msgstr "Codifica caratteri"
122
+
123
+ #: ../lib/alexandria/book_providers/z3950.rb:213
124
+ msgid "Library of Congress (Usa)"
125
+ msgstr "Library of Congress (USA)"
126
+
127
+ #: ../lib/alexandria/book_providers/z3950.rb:249
128
+ msgid "British Library"
129
+ msgstr "British Library"
130
+
131
+ #: ../lib/alexandria/book_providers/z3950.rb:376
132
+ #, fuzzy
133
+ msgid "Invalid ISBN"
134
+ msgstr "Codice ISBN '%s' non valido"
135
+
136
+ #: ../lib/alexandria/export_format.rb:18
137
+ msgid "Archived ONIX XML"
138
+ msgstr "Archivio ONIX XML"
139
+
140
+ #: ../lib/alexandria/export_format.rb:19
141
+ msgid "Archived Tellico XML"
142
+ msgstr "Archivio Tellico XML"
143
+
144
+ #: ../lib/alexandria/export_format.rb:20
145
+ msgid "BibTeX"
146
+ msgstr "BibTeX"
147
+
148
+ #: ../lib/alexandria/export_format.rb:21
149
+ msgid "CSV list"
150
+ msgstr "Lista CSV"
151
+
152
+ #: ../lib/alexandria/export_format.rb:22
153
+ msgid "ISBN List"
154
+ msgstr "Elenco di ISBN"
155
+
156
+ #: ../lib/alexandria/export_format.rb:23
157
+ msgid "iPod Notes"
158
+ msgstr "Note dell'iPod"
159
+
160
+ #: ../lib/alexandria/export_format.rb:24
161
+ msgid "HTML Web Page"
162
+ msgstr "Pagina Web HTML"
163
+
164
+ #: ../lib/alexandria/import_library.rb:21
21
165
  msgid "Autodetect"
22
166
  msgstr "Rileva automaticamente"
23
167
 
24
- #: ../lib/alexandria/import_library.rb:31
168
+ #: ../lib/alexandria/import_library.rb:22
25
169
  msgid "Archived Tellico XML (*.bc, *.tc)"
26
170
  msgstr "Archivio XML Tellico (*.bc, *.tc)"
27
171
 
28
- #: ../lib/alexandria/import_library.rb:33
172
+ #: ../lib/alexandria/import_library.rb:24
29
173
  msgid "ISBN List (*.txt)"
30
174
  msgstr "Elenco di ISBN (*.txt)"
31
175
 
32
- #: ../lib/alexandria/import_library.rb:35
176
+ #: ../lib/alexandria/import_library.rb:25
33
177
  msgid "GoodReads CSV"
34
178
  msgstr ""
35
179
 
36
- #: ../lib/alexandria/models/library.rb:56
37
- msgid "Untitled"
38
- msgstr "Senza titolo"
180
+ #: ../lib/alexandria/import_library.rb:65
181
+ msgid "Unsupported type"
182
+ msgstr ""
183
+
184
+ #: ../lib/alexandria/import_library_csv.rb:199
185
+ msgid "Not Recognized"
186
+ msgstr ""
39
187
 
40
- #: ../lib/alexandria/models/library.rb:245
188
+ #: ../lib/alexandria/library_store.rb:37
41
189
  msgid "My Library"
42
190
  msgstr "Biblioteca personale"
43
191
 
44
- #: ../lib/alexandria/about.rb:24
45
- msgid "A program to help you manage your book collection."
46
- msgstr "Un programma per gestire la vostra collezione di libri."
192
+ #: ../lib/alexandria/library_store.rb:67
193
+ msgid "Not a book: %<book>s"
194
+ msgstr ""
47
195
 
48
- #: ../lib/alexandria/ui/ui_manager.rb:135
49
- msgid "Type here the search criterion"
50
- msgstr "Scrivi qui il criterio di ricerca"
196
+ #: ../lib/alexandria/library_store.rb:78
197
+ msgid "%<file>s isbn is not okay"
198
+ msgstr ""
51
199
 
52
- #: ../lib/alexandria/ui/ui_manager.rb:148
53
- msgid "Match everything"
54
- msgstr "Trova tutto"
200
+ #: ../lib/alexandria/library_store.rb:83
201
+ msgid "%<file>s version is not okay"
202
+ msgstr ""
55
203
 
56
- #: ../lib/alexandria/ui/ui_manager.rb:150
57
- msgid "Title contains"
58
- msgstr "Il Titolo contiene"
204
+ #: ../lib/alexandria/library_store.rb:88
205
+ msgid "%<file>s pub year is not okay"
206
+ msgstr ""
59
207
 
60
- #: ../lib/alexandria/ui/ui_manager.rb:151
61
- msgid "Authors contain"
62
- msgstr "L'Autore contiene"
208
+ #: ../lib/alexandria/models/library.rb:40
209
+ msgid "Untitled"
210
+ msgstr "Senza titolo"
63
211
 
64
- #: ../lib/alexandria/ui/ui_manager.rb:152
65
- msgid "ISBN contains"
66
- msgstr "L'ISBN contiene"
212
+ #: ../lib/alexandria/models/library.rb:288
213
+ msgid "Book %<isbn>s was already deleted"
214
+ msgstr ""
67
215
 
68
- #: ../lib/alexandria/ui/ui_manager.rb:153
69
- msgid "Publisher contains"
70
- msgstr "L'Editore contiene"
216
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
217
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
218
+ msgstr ""
71
219
 
72
- #: ../lib/alexandria/ui/ui_manager.rb:154
73
- msgid "Notes contain"
74
- msgstr "Le Note contengono"
220
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
221
+ msgid "Error parsing CueCat input"
222
+ msgstr ""
75
223
 
76
- #: ../lib/alexandria/ui/ui_manager.rb:155
77
- msgid "Tags contain"
78
- msgstr "I tags contengono"
224
+ #: ../lib/alexandria/scanners/keyboard.rb:51
225
+ msgid "Unknown scan data %s<data>"
226
+ msgstr ""
79
227
 
80
- #: ../lib/alexandria/ui/ui_manager.rb:170
81
- msgid "Change the search type"
82
- msgstr "Cambia il tipo di ricerca"
228
+ #: ../lib/alexandria/smart_library.rb:49
229
+ msgid "Favorite"
230
+ msgstr "Preferiti"
83
231
 
84
- #: ../lib/alexandria/ui/ui_manager.rb:175
85
- msgid "View as Icons"
86
- msgstr "Visualizza come Icone"
232
+ #: ../lib/alexandria/smart_library.rb:55
233
+ msgid "Loaned"
234
+ msgstr "Prestato"
87
235
 
88
- #: ../lib/alexandria/ui/ui_manager.rb:176
89
- msgid "View as List"
90
- msgstr "Visualizza come Lista"
236
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
237
+ #: ../lib/alexandria/ui/listview.rb:59
238
+ msgid "Read"
239
+ msgstr "Leggi"
91
240
 
92
- #: ../lib/alexandria/ui/ui_manager.rb:189
93
- msgid "Choose how to show books"
94
- msgstr "Scegli come mostrare i libri"
241
+ #: ../lib/alexandria/smart_library.rb:67
242
+ msgid "Owned"
243
+ msgstr "Posseduto"
95
244
 
96
- #: ../lib/alexandria/ui/ui_manager.rb:436
97
- msgid "Library '%s' selected"
98
- msgstr "Biblioteca '%s' selezionata"
245
+ #: ../lib/alexandria/smart_library.rb:76
246
+ msgid "Wishlist"
247
+ msgstr "Lista dei desideri"
99
248
 
100
- #: ../lib/alexandria/ui/ui_manager.rb:443
101
- msgid "Library '%s' selected, %d unrated book"
102
- msgid_plural "Library '%s' selected, %d unrated books"
103
- msgstr[0] "Selezionata la biblioteca '%s', %d libro non valutato"
104
- msgstr[1] "Selezionata la biblioteca '%s', %d libri non valutati"
249
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
250
+ msgid "Title"
251
+ msgstr "Titolo"
105
252
 
106
- #: ../lib/alexandria/ui/ui_manager.rb:448
107
- msgid "Library '%s' selected, %d book"
108
- msgid_plural "Library '%s' selected, %d books"
109
- msgstr[0] "Selezionata la biblioteca '%s', %d libro"
110
- msgstr[1] "Selezionata la biblioteca '%s', %d libri"
253
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
254
+ msgid "ISBN"
255
+ msgstr "ISBN"
111
256
 
112
- #: ../lib/alexandria/ui/ui_manager.rb:455
113
- msgid "Library '%s' selected, %d book, %d unrated"
114
- msgid_plural "Library '%s' selected, %d books, %d unrated"
115
- msgstr[0] "Selezionata la biblioteca '%s', %d libro, %d non valutato"
116
- msgstr[1] "Selezionata la biblioteca '%s', %d libri, %d non valutati"
257
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
258
+ msgid "Authors"
259
+ msgstr "Autori"
117
260
 
118
- #: ../lib/alexandria/ui/ui_manager.rb:467
119
- msgid "'%s' selected"
120
- msgstr "'%s' selezionato"
261
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
262
+ msgid "Publisher"
263
+ msgstr "Editore"
121
264
 
122
- #: ../lib/alexandria/ui/ui_manager.rb:470
123
- msgid "%d book selected"
124
- msgid_plural "%d books selected"
125
- msgstr[0] "%d libro selezionato"
126
- msgstr[1] "%d libri selezionati"
265
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
266
+ msgid "Publish Year"
267
+ msgstr "Anno di pubblicazione"
268
+
269
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
270
+ msgid "Binding"
271
+ msgstr "Rilegatura"
272
+
273
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
274
+ msgid "Rating"
275
+ msgstr "Valutazione"
276
+
277
+ #: ../lib/alexandria/smart_library.rb:302
278
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
279
+ msgid "Notes"
280
+ msgstr "Note"
281
+
282
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
283
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
284
+ msgid "Tags"
285
+ msgstr "Tags"
286
+
287
+ #: ../lib/alexandria/smart_library.rb:304
288
+ msgid "Loaning State"
289
+ msgstr "Stato del prestito"
290
+
291
+ #: ../lib/alexandria/smart_library.rb:305
292
+ msgid "Loaning Date"
293
+ msgstr "Data del prestito"
294
+
295
+ #: ../lib/alexandria/smart_library.rb:306
296
+ msgid "Loaning Person"
297
+ msgstr "Persona del prestito"
298
+
299
+ #: ../lib/alexandria/smart_library.rb:308
300
+ msgid "Date Read"
301
+ msgstr "Data di lettura"
302
+
303
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
304
+ msgid "Own"
305
+ msgstr "Possiedi"
306
+
307
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
308
+ msgid "Want"
309
+ msgstr "Vuoi"
310
+
311
+ #: ../lib/alexandria/smart_library.rb:317
312
+ msgid "days"
313
+ msgstr "giorni"
314
+
315
+ #: ../lib/alexandria/smart_library.rb:327
316
+ msgid "is set"
317
+ msgstr "è impostato"
127
318
 
128
- #: ../lib/alexandria/ui/ui_manager.rb:648
129
- msgid "Unable to launch the web browser"
130
- msgstr "Impossibile avviare il navigatore web"
319
+ #: ../lib/alexandria/smart_library.rb:330
320
+ msgid "is not set"
321
+ msgstr "non è impostato"
322
+
323
+ #: ../lib/alexandria/smart_library.rb:333
324
+ msgid "is"
325
+ msgstr "è"
326
+
327
+ #: ../lib/alexandria/smart_library.rb:336
328
+ msgid "is not"
329
+ msgstr "non è"
330
+
331
+ #: ../lib/alexandria/smart_library.rb:339
332
+ msgid "contains"
333
+ msgstr "contiene"
334
+
335
+ #: ../lib/alexandria/smart_library.rb:342
336
+ msgid "does not contain"
337
+ msgstr "non contiene"
338
+
339
+ #: ../lib/alexandria/smart_library.rb:345
340
+ msgid "starts with"
341
+ msgstr "inizia con"
342
+
343
+ #: ../lib/alexandria/smart_library.rb:348
344
+ msgid "ends with"
345
+ msgstr "finisce con"
346
+
347
+ #: ../lib/alexandria/smart_library.rb:351
348
+ msgid "is greater than"
349
+ msgstr "è più grande di"
350
+
351
+ #: ../lib/alexandria/smart_library.rb:354
352
+ msgid "is less than"
353
+ msgstr "è meno di"
354
+
355
+ #: ../lib/alexandria/smart_library.rb:357
356
+ msgid "is after"
357
+ msgstr "è dopo"
358
+
359
+ #: ../lib/alexandria/smart_library.rb:360
360
+ msgid "is before"
361
+ msgstr "è prima"
362
+
363
+ #: ../lib/alexandria/smart_library.rb:364
364
+ msgid "is in last"
365
+ msgstr "è nell'ultimo"
366
+
367
+ #: ../lib/alexandria/smart_library.rb:384
368
+ msgid "is not in last"
369
+ msgstr "non è nell'ultimo"
370
+
371
+ #: ../lib/alexandria/smart_library.rb:465
372
+ msgid "invalid operand klass %<klass>s"
373
+ msgstr ""
374
+
375
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
376
+ msgid "There was %d duplicate"
377
+ msgid_plural "There were %d duplicates"
378
+ msgstr[0] ""
379
+ msgstr[1] ""
380
+
381
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
382
+ #, fuzzy
383
+ msgid "Couldn't add this book"
384
+ msgid_plural "Couldn't add these books"
385
+ msgstr[0] "Impossibile aggiungere il libro"
386
+ msgstr[1] "Impossibile aggiungere il libro"
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 ""
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 ""
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 ""
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 ""
407
+
408
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
409
+ msgid "Ready to use %s barcode scanner"
410
+ msgstr ""
411
+
412
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
413
+ msgid "Click below to scan _barcodes"
414
+ msgstr "Clicca qui sotto per esaminare i _codici a barre"
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 "Impossibile modificare il libro"
131
420
 
132
- #: ../lib/alexandria/ui/ui_manager.rb:649
421
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
422
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
133
423
  msgid ""
134
- "Check out that a web browser is configured as default (Desktop Preferences -"
135
- "> Advanced -> Preferred Applications) and try again."
424
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
425
+ "correcty, and try again."
136
426
  msgstr ""
137
- "Assicurarsi che un navigatore web sia configurato come predefinito "
138
- "(Preferenze del Desktop -> Avanzate -> Applicazioni preferite) e riprovare."
427
+ "Impossibile convalidare il codice EAN/ISBN fornito. Assicurarsi di averlo "
428
+ "scritto correttamente e riprovare."
139
429
 
140
- #: ../lib/alexandria/ui/ui_manager.rb:661
141
- msgid "Unable to launch the mail reader"
142
- msgstr "Impossibile avviare il programma di posta"
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 "Il codice EAN/ISBN fornito è già in uso in questa biblioteca."
143
434
 
144
- #: ../lib/alexandria/ui/ui_manager.rb:662
145
- msgid ""
146
- "Check out that a mail reader is configured as default (Desktop Preferences -"
147
- "> Advanced -> Preferred Applications) and try again."
148
- msgstr ""
149
- "Assicurarsi che un programma di posta sia configurato come predefinito "
150
- "(Preferenze del Desktop -> Avanzate -> Applicazioni preferite) e riprovare."
435
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
436
+ msgid "Properties"
437
+ msgstr "Proprietà"
151
438
 
152
- #: ../lib/alexandria/ui/ui_manager.rb:697
153
- msgid "Repair Book Data"
154
- msgstr "Ripara i dati dei libri"
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 "Proprietà per %s"
155
443
 
156
- #: ../lib/alexandria/ui/ui_manager.rb:698
157
- msgid ""
158
- "The data files for the following books are malformed or empty. Do you wish "
159
- "to attempt to download new information for them from the online book "
160
- "providers?\n"
161
- msgstr ""
162
- "I file dei dati per i seguenti libri non sono corretti o sono vuoti. "
163
- "Desiderate tentare di scaricare le nuove informazioni dai provider dei libri "
164
- "onlines?\n"
444
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
445
+ msgid "Author"
446
+ msgstr "Autore"
165
447
 
166
- #: ../lib/alexandria/ui/ui_manager.rb:755
167
- msgid "Added '%s' to library '%s'"
168
- msgstr "Aggiunto '%s' alla bblioteca '%s'"
448
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
449
+ msgid "Select a cover image"
450
+ msgstr "Seleziona un'immagine di copertina"
169
451
 
170
- #: ../lib/alexandria/ui/ui_manager.rb:908
171
- msgid "Loading '%s'..."
172
- msgstr "Caricamento di '%s'..."
452
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
453
+ msgid "No Cover"
454
+ msgstr "Nessuna copertina"
173
455
 
174
- #: ../lib/alexandria/ui/ui_manager.rb:1157
175
- msgid "In '_%s'"
176
- msgstr "In '_%s'"
456
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
457
+ msgid "%d day"
458
+ msgid_plural "%d days"
459
+ msgstr[0] "%d giorno"
460
+ msgstr[1] "%d giorni"
461
+
462
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
463
+ msgid "out of range"
464
+ msgstr ""
177
465
 
178
- #: ../lib/alexandria/ui/callbacks.rb:65
466
+ #: ../lib/alexandria/ui/callbacks.rb:57
179
467
  msgid "The following lines are not valid ISBNs and were not imported:"
180
468
  msgstr ""
181
469
  "Le seguenti righe non sono codici ISBN validi e non sono stati importate"
182
470
 
183
- #: ../lib/alexandria/ui/callbacks.rb:122
184
- #: ../lib/alexandria/ui/export_dialog.rb:128
185
- msgid "Export failed"
186
- msgstr "Esportazione fallita"
187
-
188
- #: ../lib/alexandria/ui/callbacks.rb:123
189
- msgid "Try letting this library load completely before exporting."
471
+ #: ../lib/alexandria/ui/callbacks.rb:62
472
+ msgid "Books could not be found for the following ISBNs:"
190
473
  msgstr ""
191
474
 
192
- #: ../lib/alexandria/ui/callbacks.rb:274
475
+ #: ../lib/alexandria/ui/callbacks.rb:362
193
476
  msgid "_Library"
194
477
  msgstr "Bib_lioteca"
195
478
 
196
- #: ../lib/alexandria/ui/callbacks.rb:275
479
+ #: ../lib/alexandria/ui/callbacks.rb:363
197
480
  msgid "_New Library"
198
481
  msgstr "_Nuova Biblioteca"
199
482
 
200
- #: ../lib/alexandria/ui/callbacks.rb:275
483
+ #: ../lib/alexandria/ui/callbacks.rb:363
201
484
  msgid "Create a new library"
202
485
  msgstr "Crea una nuova biblioteca"
203
486
 
204
- #: ../lib/alexandria/ui/callbacks.rb:276
487
+ #: ../lib/alexandria/ui/callbacks.rb:364
205
488
  msgid "New _Smart Library..."
206
489
  msgstr "Nuova _biblioteca intelligente..."
207
490
 
208
- #: ../lib/alexandria/ui/callbacks.rb:276
491
+ #: ../lib/alexandria/ui/callbacks.rb:364
209
492
  msgid "Create a new smart library"
210
493
  msgstr "Crea una nuova biblioteca intelligente"
211
494
 
212
- #: ../lib/alexandria/ui/callbacks.rb:277
495
+ #: ../lib/alexandria/ui/callbacks.rb:365
213
496
  msgid "_Add Book..."
214
497
  msgstr "_Aggiungi un Libro..."
215
498
 
216
- #: ../lib/alexandria/ui/callbacks.rb:277
499
+ #: ../lib/alexandria/ui/callbacks.rb:365
217
500
  msgid "Add a new book from the Internet"
218
501
  msgstr "Aggiungi un nuovo libro da internet"
219
502
 
220
- #: ../lib/alexandria/ui/callbacks.rb:278
503
+ #: ../lib/alexandria/ui/callbacks.rb:366
221
504
  msgid "Add Book _Manually..."
222
505
  msgstr "Aggiungi un Libro _Manualmente"
223
506
 
224
- #: ../lib/alexandria/ui/callbacks.rb:278
507
+ #: ../lib/alexandria/ui/callbacks.rb:366
225
508
  msgid "Add a new book manually"
226
509
  msgstr "Aggiungi un nuovo libro manualmente"
227
510
 
228
- #: ../lib/alexandria/ui/callbacks.rb:279
511
+ #: ../lib/alexandria/ui/callbacks.rb:367
229
512
  msgid "_Import..."
230
513
  msgstr "_Importa..."
231
514
 
232
- #: ../lib/alexandria/ui/callbacks.rb:279
515
+ #: ../lib/alexandria/ui/callbacks.rb:367
233
516
  msgid "Import a library"
234
517
  msgstr "Importa una biblioteca"
235
518
 
236
- #: ../lib/alexandria/ui/callbacks.rb:280
519
+ #: ../lib/alexandria/ui/callbacks.rb:368
237
520
  msgid "_Export..."
238
521
  msgstr "_Esporta..."
239
522
 
240
- #: ../lib/alexandria/ui/callbacks.rb:280
523
+ #: ../lib/alexandria/ui/callbacks.rb:368
241
524
  msgid "Export the selected library"
242
525
  msgstr "Esporta la biblioteca selezionata"
243
526
 
244
- #: ../lib/alexandria/ui/callbacks.rb:281
245
- msgid "_Acquire from Scanner..."
527
+ #: ../lib/alexandria/ui/callbacks.rb:369
528
+ #, fuzzy
529
+ msgid "A_cquire from Scanner..."
246
530
  msgstr "_Acquisici con lo scanner..."
247
531
 
248
- #: ../lib/alexandria/ui/callbacks.rb:281
532
+ #: ../lib/alexandria/ui/callbacks.rb:369
249
533
  msgid "Acquire books from a scanner"
250
534
  msgstr "Acquisisci libri con lo scanner"
251
535
 
252
- #: ../lib/alexandria/ui/callbacks.rb:282
536
+ #: ../lib/alexandria/ui/callbacks.rb:370
253
537
  msgid "_Properties"
254
538
  msgstr "_Proprietà"
255
539
 
256
- #: ../lib/alexandria/ui/callbacks.rb:282
540
+ #: ../lib/alexandria/ui/callbacks.rb:370
257
541
  msgid "Edit the properties of the selected book"
258
542
  msgstr "Modifica le proprietà del libro selezionato"
259
543
 
260
- #: ../lib/alexandria/ui/callbacks.rb:283
544
+ #: ../lib/alexandria/ui/callbacks.rb:371
261
545
  msgid "_Quit"
262
546
  msgstr "_Esci"
263
547
 
264
- #: ../lib/alexandria/ui/callbacks.rb:283
548
+ #: ../lib/alexandria/ui/callbacks.rb:371
265
549
  msgid "Quit the program"
266
550
  msgstr "Esci dal programma"
267
551
 
268
- #: ../lib/alexandria/ui/callbacks.rb:284
552
+ #: ../lib/alexandria/ui/callbacks.rb:372
269
553
  msgid "_Edit"
270
554
  msgstr "_Modifica"
271
555
 
272
- #: ../lib/alexandria/ui/callbacks.rb:285
556
+ #: ../lib/alexandria/ui/callbacks.rb:373
273
557
  msgid "_Undo"
274
558
  msgstr "_Annulla"
275
559
 
276
- #: ../lib/alexandria/ui/callbacks.rb:285
560
+ #: ../lib/alexandria/ui/callbacks.rb:373
277
561
  msgid "Undo the last action"
278
562
  msgstr "Annulla l'ultima azione"
279
563
 
280
- #: ../lib/alexandria/ui/callbacks.rb:286
564
+ #: ../lib/alexandria/ui/callbacks.rb:374
281
565
  msgid "_Redo"
282
566
  msgstr "_Ripristina"
283
567
 
284
- #: ../lib/alexandria/ui/callbacks.rb:286
568
+ #: ../lib/alexandria/ui/callbacks.rb:374
285
569
  msgid "Redo the undone action"
286
570
  msgstr "Ripristina l'azione annullata"
287
571
 
288
- #: ../lib/alexandria/ui/callbacks.rb:287
572
+ #: ../lib/alexandria/ui/callbacks.rb:375
289
573
  msgid "_Select All"
290
574
  msgstr "_Seleziona tutto"
291
575
 
292
- #: ../lib/alexandria/ui/callbacks.rb:287
576
+ #: ../lib/alexandria/ui/callbacks.rb:375
293
577
  msgid "Select all visible books"
294
578
  msgstr "Seleziona tutti i libri visibili"
295
579
 
296
- #: ../lib/alexandria/ui/callbacks.rb:288
580
+ #: ../lib/alexandria/ui/callbacks.rb:376
297
581
  msgid "Dese_lect All"
298
582
  msgstr "Dese_leziona tutto"
299
583
 
300
- #: ../lib/alexandria/ui/callbacks.rb:288
584
+ #: ../lib/alexandria/ui/callbacks.rb:376
301
585
  msgid "Deselect everything"
302
586
  msgstr "Deseleziona tutto"
303
587
 
304
- #: ../lib/alexandria/ui/callbacks.rb:289
588
+ #: ../lib/alexandria/ui/callbacks.rb:377
305
589
  msgid "My _Rating"
306
590
  msgstr "La mia _valutazione"
307
591
 
308
- #: ../lib/alexandria/ui/callbacks.rb:290
592
+ #: ../lib/alexandria/ui/callbacks.rb:378
309
593
  msgid "None"
310
594
  msgstr "Nessuno"
311
595
 
312
- #: ../lib/alexandria/ui/callbacks.rb:291
596
+ #: ../lib/alexandria/ui/callbacks.rb:379
313
597
  msgid "One Star"
314
598
  msgstr "Una Stella"
315
599
 
316
- #: ../lib/alexandria/ui/callbacks.rb:292
600
+ #: ../lib/alexandria/ui/callbacks.rb:380
317
601
  msgid "Two Stars"
318
602
  msgstr "Due Stelle"
319
603
 
320
- #: ../lib/alexandria/ui/callbacks.rb:293
604
+ #: ../lib/alexandria/ui/callbacks.rb:381
321
605
  msgid "Three Stars"
322
606
  msgstr "Tre Stelle"
323
607
 
324
- #: ../lib/alexandria/ui/callbacks.rb:294
608
+ #: ../lib/alexandria/ui/callbacks.rb:382
325
609
  msgid "Four Stars"
326
610
  msgstr "Quattro Stelle"
327
611
 
328
- #: ../lib/alexandria/ui/callbacks.rb:295
612
+ #: ../lib/alexandria/ui/callbacks.rb:383
329
613
  msgid "Five Stars"
330
614
  msgstr "Cinque Stelle"
331
615
 
332
- #: ../lib/alexandria/ui/callbacks.rb:296
616
+ #: ../lib/alexandria/ui/callbacks.rb:384
333
617
  msgid "_Move"
334
618
  msgstr "_Sposta"
335
619
 
336
- #: ../lib/alexandria/ui/callbacks.rb:297
620
+ #: ../lib/alexandria/ui/callbacks.rb:385
337
621
  msgid "_Rename"
338
622
  msgstr "_Rinomina"
339
623
 
340
- #: ../lib/alexandria/ui/callbacks.rb:298
624
+ #: ../lib/alexandria/ui/callbacks.rb:386
341
625
  msgid "_Delete"
342
626
  msgstr "_Elimina"
343
627
 
344
- #: ../lib/alexandria/ui/callbacks.rb:298
628
+ #: ../lib/alexandria/ui/callbacks.rb:386
345
629
  msgid "Delete the selected books or library"
346
630
  msgstr "Elimina i libri o la biblioteca selezionati"
347
631
 
348
- #: ../lib/alexandria/ui/callbacks.rb:299
632
+ #: ../lib/alexandria/ui/callbacks.rb:387
349
633
  msgid "_Search"
350
634
  msgstr "_Cerca"
351
635
 
352
- #: ../lib/alexandria/ui/callbacks.rb:299
636
+ #: ../lib/alexandria/ui/callbacks.rb:387
353
637
  msgid "Filter books"
354
638
  msgstr "Filtra i libri"
355
639
 
356
- #: ../lib/alexandria/ui/callbacks.rb:300
640
+ #: ../lib/alexandria/ui/callbacks.rb:388
357
641
  msgid "_Clear Results"
358
642
  msgstr "_Elimina risultati"
359
643
 
360
- #: ../lib/alexandria/ui/callbacks.rb:300
644
+ #: ../lib/alexandria/ui/callbacks.rb:388
361
645
  msgid "Clear the search results"
362
646
  msgstr "Elimina i risultati della ricerca"
363
647
 
364
- #: ../lib/alexandria/ui/callbacks.rb:301
648
+ #: ../lib/alexandria/ui/callbacks.rb:389
365
649
  msgid "_Preferences"
366
650
  msgstr "_Preferenze"
367
651
 
368
- #: ../lib/alexandria/ui/callbacks.rb:301
652
+ #: ../lib/alexandria/ui/callbacks.rb:389
369
653
  msgid "Change Alexandria's settings"
370
654
  msgstr "Modifica le impostazioni di Alexandria"
371
655
 
372
- #: ../lib/alexandria/ui/callbacks.rb:302
656
+ #: ../lib/alexandria/ui/callbacks.rb:390
373
657
  msgid "_View"
374
658
  msgstr "_Visualizza"
375
659
 
376
- #: ../lib/alexandria/ui/callbacks.rb:303
660
+ #: ../lib/alexandria/ui/callbacks.rb:391
377
661
  msgid "Arran_ge Icons"
378
662
  msgstr "Dispo_ni icone"
379
663
 
380
- #: ../lib/alexandria/ui/callbacks.rb:304
664
+ #: ../lib/alexandria/ui/callbacks.rb:392
381
665
  msgid "Display Online _Information"
382
666
  msgstr "Mostra le _Informazioni Online"
383
667
 
384
- #: ../lib/alexandria/ui/callbacks.rb:306
668
+ #: ../lib/alexandria/ui/callbacks.rb:394
385
669
  msgid "_Help"
386
670
  msgstr "_Aiuto"
387
671
 
388
- #: ../lib/alexandria/ui/callbacks.rb:307
672
+ #: ../lib/alexandria/ui/callbacks.rb:395
389
673
  msgid "Submit _Bug Report"
390
674
  msgstr "Segnala un _Bug"
391
675
 
392
- #: ../lib/alexandria/ui/callbacks.rb:307
676
+ #: ../lib/alexandria/ui/callbacks.rb:395
393
677
  msgid "Submit a bug report to the developers"
394
678
  msgstr "Segnala un bug agli autori"
395
679
 
396
- #: ../lib/alexandria/ui/callbacks.rb:308
680
+ #: ../lib/alexandria/ui/callbacks.rb:396
397
681
  msgid "Contents"
398
682
  msgstr "Contenuti"
399
683
 
400
- #: ../lib/alexandria/ui/callbacks.rb:308
684
+ #: ../lib/alexandria/ui/callbacks.rb:396
401
685
  msgid "View Alexandria's manual"
402
686
  msgstr "Visualizza il manuale di Alexandria"
403
687
 
404
- #: ../lib/alexandria/ui/callbacks.rb:309
688
+ #: ../lib/alexandria/ui/callbacks.rb:397
405
689
  msgid "_About"
406
690
  msgstr "_Informazioni"
407
691
 
408
- #: ../lib/alexandria/ui/callbacks.rb:309
692
+ #: ../lib/alexandria/ui/callbacks.rb:397
409
693
  msgid "Show information about Alexandria"
410
694
  msgstr "Visualizza informazioni su Alexandria."
411
695
 
412
- #: ../lib/alexandria/ui/callbacks.rb:334
413
- msgid "Side _Pane"
696
+ #: ../lib/alexandria/ui/callbacks.rb:404
697
+ msgid "At _%s"
698
+ msgstr "A _%s"
699
+
700
+ #: ../lib/alexandria/ui/callbacks.rb:410
701
+ msgid "Side_pane"
414
702
  msgstr "_Pannello Laterale"
415
703
 
416
- #: ../lib/alexandria/ui/callbacks.rb:336
704
+ #: ../lib/alexandria/ui/callbacks.rb:411
417
705
  msgid "_Toolbar"
418
706
  msgstr "Barra degli S_trumenti"
419
707
 
420
- #: ../lib/alexandria/ui/callbacks.rb:338
708
+ #: ../lib/alexandria/ui/callbacks.rb:412
421
709
  msgid "_Statusbar"
422
710
  msgstr "Barra di _Stato"
423
711
 
424
- #: ../lib/alexandria/ui/callbacks.rb:340
712
+ #: ../lib/alexandria/ui/callbacks.rb:413
425
713
  msgid "Re_versed Order"
426
714
  msgstr "Ordine In_verso"
427
715
 
428
- #: ../lib/alexandria/ui/callbacks.rb:345
716
+ #: ../lib/alexandria/ui/callbacks.rb:418
429
717
  msgid "View as _Icons"
430
718
  msgstr "Visualizza come _Icone"
431
719
 
432
- #: ../lib/alexandria/ui/callbacks.rb:346
720
+ #: ../lib/alexandria/ui/callbacks.rb:419
433
721
  msgid "View as _List"
434
722
  msgstr "Visualizza come _Lista"
435
723
 
436
- #: ../lib/alexandria/ui/callbacks.rb:350
724
+ #: ../lib/alexandria/ui/callbacks.rb:423
437
725
  msgid "By _Title"
438
726
  msgstr "Per _Titolo"
439
727
 
440
- #: ../lib/alexandria/ui/callbacks.rb:351
728
+ #: ../lib/alexandria/ui/callbacks.rb:424
441
729
  msgid "By _Authors"
442
730
  msgstr "Per _Autore"
443
731
 
444
- #: ../lib/alexandria/ui/callbacks.rb:352
732
+ #: ../lib/alexandria/ui/callbacks.rb:425
445
733
  msgid "By _ISBN"
446
734
  msgstr "Per _ISBN"
447
735
 
448
- #: ../lib/alexandria/ui/callbacks.rb:353
736
+ #: ../lib/alexandria/ui/callbacks.rb:426
449
737
  msgid "By _Publisher"
450
738
  msgstr "Per _Editore"
451
739
 
452
- #: ../lib/alexandria/ui/callbacks.rb:354
740
+ #: ../lib/alexandria/ui/callbacks.rb:427
453
741
  msgid "By _Binding"
454
742
  msgstr "Per _Rilegatura"
455
743
 
456
- #: ../lib/alexandria/ui/callbacks.rb:355
744
+ #: ../lib/alexandria/ui/callbacks.rb:428
457
745
  msgid "By _Rating"
458
746
  msgstr "Per _Valutazione"
459
747
 
460
- #: ../lib/alexandria/ui/callbacks.rb:359
461
- msgid "At _%s"
462
- msgstr "A _%s"
463
-
464
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
465
- msgid "There was %d duplicate"
466
- msgid_plural "There were %d duplicates"
467
- msgstr[0] ""
468
- msgstr[1] ""
469
-
470
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
471
- #, fuzzy
472
- msgid "Couldn't add this book"
473
- msgid_plural "Couldn't add these books"
474
- msgstr[0] "Impossibile aggiungere il libro"
475
- msgstr[1] "Impossibile aggiungere il libro"
476
-
477
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
478
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
479
- msgid "Searching Provider '%s'..."
480
- msgstr ""
481
-
482
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
483
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
484
- msgid "Error while Searching Provider '%s'"
485
- msgstr ""
486
-
487
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
488
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
489
- msgid "Not Found at Provider '%s'"
490
- msgstr ""
491
-
492
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
493
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
494
- msgid "Found at Provider '%s'"
495
- msgstr ""
496
-
497
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
498
- msgid "Ready to use %s barcode scanner"
499
- msgstr ""
500
-
501
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
502
- #: ../data/alexandria/glade/acquire_dialog.glade:26
503
- msgid "_Barcode Scanner Ready"
504
- msgstr "_Lettore dei codici a barre pronto"
505
-
506
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
507
- msgid "Click below to scan _barcodes"
508
- msgstr "Clicca qui sotto per esaminare i _codici a barre"
509
-
510
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
511
- msgid "There's a problem"
512
- msgstr "Si è verificato un problema"
513
-
514
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
515
- msgid "New Smart Library"
516
- msgstr "Nuova biblioteca intelligente"
517
-
518
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
519
- msgid "Smart Library"
520
- msgstr "Biblioteca intelligente"
521
-
522
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
523
- msgid "Preferences for %s"
524
- msgstr "Preferenze per %s"
525
-
526
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
527
- msgid "New Provider"
528
- msgstr "Nuovo Provider"
529
-
530
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
531
- msgid "_Name:"
532
- msgstr "_Nome:"
533
-
534
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
535
- msgid "_Type:"
536
- msgstr "_Tipo:"
537
-
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
539
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
540
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
541
- #, fuzzy
542
- msgid "Disable Provider"
543
- msgstr "Nuovo Provider"
544
-
545
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
546
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
547
- #, fuzzy
548
- msgid "Enable Provider"
549
- msgstr "Nuovo Provider"
550
-
551
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
552
- msgid "Are you sure you want to permanently delete the provider '%s'?"
553
- msgstr "Si è sicuri di voler cancellare definitivamente il provider '%s'?"
554
-
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
556
- msgid ""
557
- "If you continue, the provider and all of its preferences will be permanently "
558
- "deleted."
559
- msgstr ""
560
- "Il provider e tutte le sue preferenze verranno cancellati definitivamente."
561
-
562
- #: ../lib/alexandria/ui/import_dialog.rb:36
563
- msgid "Error while importing"
564
- msgstr "Errore durante l'importazione"
565
-
566
- #: ../lib/alexandria/ui/import_dialog.rb:39
567
- msgid "_Continue"
568
- msgstr "_Continua"
569
-
570
- #: ../lib/alexandria/ui/import_dialog.rb:64
571
- msgid "Import a Library"
572
- msgstr "Importa una Biblioteca"
573
-
574
- #: ../lib/alexandria/ui/import_dialog.rb:71
575
- msgid "_Import"
576
- msgstr "_Importa"
577
-
578
- #: ../lib/alexandria/ui/import_dialog.rb:188
579
- msgid "Couldn't import the library"
580
- msgstr "Impossibile importare la biblioteca"
581
-
582
- #: ../lib/alexandria/ui/import_dialog.rb:189
583
- msgid ""
584
- "The format of the file you provided is unknown. Please retry with another "
585
- "file."
586
- msgstr ""
587
- "Il formato del file selezionato è sconosciuto. Si prega di provare con un "
588
- "altro file."
589
-
590
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
591
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
592
- msgid "Properties for '%s'"
593
- msgstr "Proprietà per %s"
594
-
595
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
596
- msgid "Empty or conflictive condition"
597
- msgstr "Condizione vuota o conflittuale "
598
-
599
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
600
- msgid "_Save However"
601
- msgstr "_Salva comunque"
602
-
603
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
604
- msgid ""
605
- "This smart library contains one or more conditions which are empty or "
606
- "conflict with each other. This is likely to result in never matching a book. "
607
- "Are you sure you want to save this library?"
608
- msgstr ""
609
- "Questa libreria intelligente contiene una o più condizioni vuote o in "
610
- "conflitto con altre. Questo di solito succede quando non si è mai trovato un "
611
- "riscontro per il libro. Siete sicuri di voler salvare questa biblioteca?"
612
-
613
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
614
- msgid "Match"
615
- msgstr "Corrisponde"
616
-
617
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
618
- msgid "all"
619
- msgstr "tutto"
620
-
621
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
622
- msgid "any"
623
- msgstr "niente"
624
-
625
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
626
- msgid "of the following rules:"
627
- msgstr "della seguente regola:"
628
-
629
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
630
- msgid "Match the following rule:"
631
- msgstr "Corrisponde alla seguente regola:"
632
-
633
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
634
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
635
- msgid "Couldn't modify the book"
636
- msgstr "Impossibile modificare il libro"
637
-
638
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
639
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
640
- msgid "The EAN/ISBN you provided is already used in this library."
641
- msgstr "Il codice EAN/ISBN fornito è già in uso in questa biblioteca."
642
-
643
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
644
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
645
- msgid ""
646
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
647
- "correcty, and try again."
648
- msgstr ""
649
- "Impossibile convalidare il codice EAN/ISBN fornito. Assicurarsi di averlo "
650
- "scritto correttamente e riprovare."
651
-
652
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
653
- msgid "Properties"
654
- msgstr "Proprietà"
655
-
656
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
657
- msgid "Author"
658
- msgstr "Autore"
659
-
660
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
661
- msgid "Select a cover image"
662
- msgstr "Seleziona un'immagine di copertina"
663
-
664
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
665
- msgid "No Cover"
666
- msgstr "Nessuna copertina"
667
-
668
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
669
- msgid "%d day"
670
- msgid_plural "%d days"
671
- msgstr[0] "%d giorno"
672
- msgstr[1] "%d giorni"
673
-
674
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
675
- msgid "Adding '%s'"
676
- msgstr "Aggiunta di '%s'"
677
-
678
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
679
- #: ../data/alexandria/glade/new_book_dialog.glade:8
680
- msgid "Adding a Book"
681
- msgstr "Aggiungere un Libro"
682
-
683
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
684
- msgid "A title must be provided."
685
- msgstr "È obbligatorio fornire un titolo."
686
-
687
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
688
- msgid "A publisher must be provided."
689
- msgstr "È obbligatorio fornire un editore."
690
-
691
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
692
- msgid "A binding must be provided."
693
- msgstr "È obbligatorio specificare il tipo di rilegatura."
694
-
695
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
696
- msgid "At least one author must be provided."
697
- msgstr "È obbligatorio fornire almeno un autore."
698
-
699
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
700
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
701
- msgid "Couldn't add the book"
702
- msgstr "Impossibile aggiungere il libro"
703
-
704
- #: ../lib/alexandria/ui/export_dialog.rb:25
748
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
705
749
  msgid "File already exists"
706
750
  msgstr "Il file esiste già"
707
751
 
708
- #: ../lib/alexandria/ui/export_dialog.rb:28
709
- #: ../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
710
754
  msgid "_Replace"
711
755
  msgstr "_Rimpiazza"
712
756
 
713
- #: ../lib/alexandria/ui/export_dialog.rb:29
757
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
714
758
  msgid ""
715
759
  "A file named '%s' already exists. Do you want to replace it with the one "
716
760
  "you are generating?"
@@ -718,27 +762,44 @@ msgstr ""
718
762
  "Un file dal nome '%s' esiste già. Si desidera rimpiazzarlo con il nuovo file "
719
763
  "generato?"
720
764
 
721
- #: ../lib/alexandria/ui/export_dialog.rb:52
765
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
766
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
767
+ msgstr "Il libro '%s' esiste già in '%s'. Si desidera rimpiazzarlo?"
768
+
769
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
770
+ msgid "_Skip"
771
+ msgstr "_Salta"
772
+
773
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
774
+ msgid "If you replace the existing book, its contents will be overwritten."
775
+ msgstr ""
776
+ "Rimpiazzando il libro esistente i suoi contenuti verranno sovrascritti."
777
+
778
+ #: ../lib/alexandria/ui/export_dialog.rb:22
722
779
  msgid "Export '%s'"
723
780
  msgstr "Esporta '%s'"
724
781
 
725
- #: ../lib/alexandria/ui/export_dialog.rb:58
782
+ #: ../lib/alexandria/ui/export_dialog.rb:27
726
783
  msgid "_Export"
727
784
  msgstr "_Esporta"
728
785
 
729
- #: ../lib/alexandria/ui/export_dialog.rb:77
786
+ #: ../lib/alexandria/ui/export_dialog.rb:48
730
787
  msgid "_Theme:"
731
788
  msgstr "_Tema:"
732
789
 
733
- #: ../lib/alexandria/ui/export_dialog.rb:87
790
+ #: ../lib/alexandria/ui/export_dialog.rb:60
734
791
  msgid "directory"
735
792
  msgstr "cartella"
736
793
 
737
- #: ../lib/alexandria/ui/export_dialog.rb:100
794
+ #: ../lib/alexandria/ui/export_dialog.rb:72
738
795
  msgid "Export for_mat:"
739
796
  msgstr "For_mato di esportazione:"
740
797
 
741
- #: ../lib/alexandria/ui/export_dialog.rb:155
798
+ #: ../lib/alexandria/ui/export_dialog.rb:99
799
+ msgid "Export failed"
800
+ msgstr "Esportazione fallita"
801
+
802
+ #: ../lib/alexandria/ui/export_dialog.rb:122
742
803
  msgid ""
743
804
  "The target, named '%s', is a regular file. A directory is needed for this "
744
805
  "operation. Please select a directory and try again."
@@ -746,41 +807,91 @@ msgstr ""
746
807
  "La destinazione, chiamata '%s', è un file. Per questa operazione è "
747
808
  "necessario specificare una cartella. Selezionare una cartella e riprovare. "
748
809
 
749
- #: ../lib/alexandria/ui/export_dialog.rb:159
810
+ #: ../lib/alexandria/ui/export_dialog.rb:126
750
811
  msgid "Not a directory"
751
812
  msgstr "Non è una cartella"
752
813
 
753
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
814
+ #: ../lib/alexandria/ui/import_dialog.rb:23
815
+ msgid "Import a Library"
816
+ msgstr "Importa una Biblioteca"
817
+
818
+ #: ../lib/alexandria/ui/import_dialog.rb:30
819
+ msgid "_Import"
820
+ msgstr "_Importa"
821
+
822
+ #: ../lib/alexandria/ui/import_dialog.rb:134
823
+ msgid "Couldn't import the library"
824
+ msgstr "Impossibile importare la biblioteca"
825
+
826
+ #: ../lib/alexandria/ui/import_dialog.rb:135
827
+ msgid ""
828
+ "The format of the file you provided is unknown. Please retry with another "
829
+ "file."
830
+ msgstr ""
831
+ "Il formato del file selezionato è sconosciuto. Si prega di provare con un "
832
+ "altro file."
833
+
834
+ #: ../lib/alexandria/ui/init.rb:69
835
+ msgid "Unable to launch the help browser"
836
+ msgstr "Impossibile avviare il navigatore della guida"
837
+
838
+ #: ../lib/alexandria/ui/init.rb:70
839
+ msgid ""
840
+ "Could not display help for Alexandria. There was an error launching the "
841
+ "system help browser."
842
+ msgstr ""
843
+ "Impossibile visualizzare la guida di Alexandria. Si è verificato un errore "
844
+ "nell'avvio del browser della guida di sistema."
845
+
846
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
754
847
  msgid "Invalid ISBN '%s'"
755
848
  msgstr "Codice ISBN '%s' non valido"
756
849
 
757
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
758
- msgid "_Keep"
759
- msgstr "_Conserva"
760
-
761
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
850
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
851
+ #, fuzzy
762
852
  msgid ""
763
853
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
764
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
765
- "add?"
854
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
855
+ "addition?"
766
856
  msgstr ""
767
857
  "Il libro dal titolo '%s' ha un codice ISBN non valido, ma esiste ancora "
768
858
  "nella biblioteca del provider. Si desidera mantenere il libro, ma cambiare "
769
859
  "il codice ISBN o cancellare l'operazione di aggiunta?"
770
860
 
771
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
861
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
862
+ msgid "_Keep"
863
+ msgstr "_Conserva"
864
+
865
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
866
+ msgid "New Library"
867
+ msgstr "Nuova Biblioteca"
868
+
869
+ #: ../lib/alexandria/ui/listview.rb:56
870
+ #, fuzzy
871
+ msgid "Loaned To"
872
+ msgstr "Prestato"
873
+
874
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
772
875
  msgid "A problem occurred while downloading images"
773
876
  msgstr "Ci sono stati problemi durante lo scaricamento delle immagini"
774
877
 
775
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
878
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
879
+ msgid "Iter is invalid! %s"
880
+ msgstr ""
881
+
882
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
776
883
  msgid "Unable to find matches for your search"
777
884
  msgstr "Impossibile trovare una corrispondenza per la ricerca"
778
885
 
779
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
886
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
780
887
  msgid "%s, by %s"
781
888
  msgstr "%s, di %s"
782
889
 
783
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
890
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
891
+ msgid "Copying %s into tree view."
892
+ msgstr ""
893
+
894
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
784
895
  msgid ""
785
896
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
786
897
  "correctly, and try again."
@@ -788,492 +899,392 @@ msgstr ""
788
899
  "Impossibile convalidare il codice EAN/ISBN fornito. Assicurarsi di averlo "
789
900
  "scritto correttamente e riprovare."
790
901
 
791
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
902
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
903
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
904
+ msgid "Couldn't add the book"
905
+ msgstr "Impossibile aggiungere il libro"
906
+
907
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
792
908
  msgid "'%s' already exists in '%s' (titled '%s')."
793
909
  msgstr "'%s' esiste già in '%s' (con il titolo '%s')."
794
910
 
795
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
796
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
797
- msgstr "Il libro '%s' esiste già in '%s'. Si desidera rimpiazzarlo?"
911
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
912
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
913
+ msgid "Adding a Book"
914
+ msgstr "Aggiungere un Libro"
798
915
 
799
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
800
- msgid "_Skip"
801
- msgstr "_Salta"
916
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
917
+ msgid "Adding '%s'"
918
+ msgstr "Aggiunta di '%s'"
802
919
 
803
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
804
- msgid "If you replace the existing book, its contents will be overwritten."
920
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
921
+ msgid "A title must be provided."
922
+ msgstr "È obbligatorio fornire un titolo."
923
+
924
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
925
+ msgid "A publisher must be provided."
926
+ msgstr "È obbligatorio fornire un editore."
927
+
928
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
929
+ msgid "A binding must be provided."
930
+ msgstr "È obbligatorio specificare il tipo di rilegatura."
931
+
932
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
933
+ msgid "At least one author must be provided."
934
+ msgstr "È obbligatorio fornire almeno un autore."
935
+
936
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
937
+ msgid "New Provider"
938
+ msgstr "Nuovo Provider"
939
+
940
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
941
+ msgid "_Name:"
942
+ msgstr "_Nome:"
943
+
944
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
945
+ msgid "_Type:"
946
+ msgstr "_Tipo:"
947
+
948
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
949
+ msgid "New Smart Library"
950
+ msgstr "Nuova biblioteca intelligente"
951
+
952
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
953
+ msgid "Smart Library"
954
+ msgstr "Biblioteca intelligente"
955
+
956
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
957
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
958
+ msgstr "Si è sicuri di voler cancellare definitivamente il provider '%s'?"
959
+
960
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
961
+ msgid ""
962
+ "If you continue, the provider and all of its preferences will be permanently "
963
+ "deleted."
805
964
  msgstr ""
806
- "Rimpiazzando il libro esistente i suoi contenuti verranno sovrascritti."
965
+ "Il provider e tutte le sue preferenze verranno cancellati definitivamente."
966
+
967
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
968
+ msgid "Preferences for %s"
969
+ msgstr "Preferenze per %s"
807
970
 
808
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
971
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
809
972
  msgid "Are you sure you want to delete '%s'?"
810
973
  msgstr "Si è sicuri di voler eliminare definitivamente '%s'?"
811
974
 
812
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
975
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
813
976
  msgid "If you continue, %d book will be deleted."
814
977
  msgid_plural "If you continue, %d books will be deleted."
815
978
  msgstr[0] "Se continuate, il libro %d verrà eliminato."
816
979
  msgstr[1] "Se continuate, i libri %d verranno eliminati."
817
980
 
818
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
981
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
819
982
  msgid "Are you sure you want to delete '%s' from '%s'?"
820
983
  msgstr "Si è sicuri di voler cancellare definitivamente '%s' da '%s'?"
821
984
 
822
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
985
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
823
986
  msgid "Are you sure you want to delete the selected books from '%s'?"
824
987
  msgstr ""
825
988
  "Si è sicuri di voler cancellare definitivamente i libri selezionati da '%s??"
826
989
 
827
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
990
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
828
991
  msgid "Invalid library name '%s'"
829
992
  msgstr "Nome della biblioteca '%s' non valido"
830
993
 
831
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
994
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
832
995
  #, fuzzy
833
- msgid "The name provided contains the disallowed character <b>%s</b> "
996
+ msgid "The name provided contains the disallowed character <b>%s</b>"
834
997
  msgstr "Il nome fornito contiene il carattere non legale '<i>%s</i>'."
835
998
 
836
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
999
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
837
1000
  #, fuzzy
838
1001
  msgid "Invalid library name"
839
1002
  msgstr "Nome della biblioteca '%s' non valido"
840
1003
 
841
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1004
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
842
1005
  #, fuzzy
843
1006
  msgid "The name provided contains invalid characters."
844
1007
  msgstr "Il nome fornito contiene il carattere non legale '<i>%s</i>'."
845
1008
 
846
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1009
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
847
1010
  msgid "The library name can not be empty"
848
1011
  msgstr "Il nome della biblioteca non può essere vuoto"
849
1012
 
850
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1013
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
851
1014
  msgid "The library can not be renamed"
852
1015
  msgstr "La bibliteca non può essere rinominata"
853
1016
 
854
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1017
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
855
1018
  msgid "There is already a library named '%s'. Please choose a different name."
856
1019
  msgstr "C'è già una bibloteca chiamata '%s'. Scegliere un nome diverso."
857
1020
 
858
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1021
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
859
1022
  msgid "Library"
860
1023
  msgstr "Biblioteca"
861
1024
 
862
- #: ../lib/alexandria/ui/libraries_combo.rb:44
863
- msgid "New Library"
864
- msgstr "Nuova Biblioteca"
865
-
866
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
867
- msgid "Title"
868
- msgstr "Titolo"
869
-
870
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
871
- msgid "Authors"
872
- msgstr "Autori"
873
-
874
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
875
- msgid "ISBN"
876
- msgstr "ISBN"
877
-
878
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
879
- msgid "Publisher"
880
- msgstr "Editore"
881
-
882
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
883
- msgid "Publish Year"
884
- msgstr "Anno di pubblicazione"
885
-
886
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
887
- msgid "Binding"
888
- msgstr "Rilegatura"
889
-
890
- #: ../lib/alexandria/ui/listview.rb:110
891
- #, fuzzy
892
- msgid "Loaned To"
893
- msgstr "Prestato"
894
-
895
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
896
- #: ../lib/alexandria/smart_library.rb:361
897
- msgid "Read"
898
- msgstr "Leggi"
899
-
900
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
901
- msgid "Own"
902
- msgstr "Possiedi"
903
-
904
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
905
- msgid "Want"
906
- msgstr "Vuoi"
1025
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1026
+ msgid "Error while importing"
1027
+ msgstr "Errore durante l'importazione"
907
1028
 
908
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
909
- #: ../data/alexandria/glade/preferences_dialog.glade:421
910
- msgid "Tags"
911
- msgstr "Tags"
1029
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1030
+ msgid "_Continue"
1031
+ msgstr "_Continua"
912
1032
 
913
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
914
- msgid "Rating"
915
- msgstr "Valutazione"
1033
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1034
+ msgid "Empty or conflictive condition"
1035
+ msgstr "Condizione vuota o conflittuale "
916
1036
 
917
- #: ../lib/alexandria/ui/init.rb:83
918
- msgid "Unable to launch the help browser"
919
- msgstr "Impossibile avviare il navigatore della guida"
1037
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1038
+ msgid "_Save However"
1039
+ msgstr "_Salva comunque"
920
1040
 
921
- #: ../lib/alexandria/ui/init.rb:84
1041
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
922
1042
  msgid ""
923
- "Could not display help for Alexandria. There was an error launching the "
924
- "system help browser."
925
- msgstr ""
926
- "Impossibile visualizzare la guida di Alexandria. Si è verificato un errore "
927
- "nell'avvio del browser della guida di sistema."
928
-
929
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
930
- msgid "Locale"
931
- msgstr "Lingua"
932
-
933
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
934
- msgid "Access key ID"
935
- msgstr ""
936
-
937
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
938
- msgid "Secret access key"
1043
+ "This smart library contains one or more conditions which are empty or "
1044
+ "conflict with each other. This is likely to result in never matching a book. "
1045
+ "Are you sure you want to save this library?"
939
1046
  msgstr ""
1047
+ "Questa libreria intelligente contiene una o più condizioni vuote o in "
1048
+ "conflitto con altre. Questo di solito succede quando non si è mai trovato un "
1049
+ "riscontro per il libro. Siete sicuri di voler salvare questa biblioteca?"
940
1050
 
941
- #: ../lib/alexandria/book_providers/z3950.rb:34
942
- msgid "Hostname"
943
- msgstr "Nome host"
944
-
945
- #: ../lib/alexandria/book_providers/z3950.rb:35
946
- msgid "Port"
947
- msgstr "Porta"
948
-
949
- #: ../lib/alexandria/book_providers/z3950.rb:36
950
- msgid "Database"
951
- msgstr "Database"
952
-
953
- #: ../lib/alexandria/book_providers/z3950.rb:37
954
- msgid "Record syntax"
955
- msgstr "Formato del record"
956
-
957
- #: ../lib/alexandria/book_providers/z3950.rb:38
958
- msgid "Username"
959
- msgstr "Nome utente"
960
-
961
- #: ../lib/alexandria/book_providers/z3950.rb:39
962
- msgid "Password"
963
- msgstr "Password"
964
-
965
- #: ../lib/alexandria/book_providers/z3950.rb:40
966
- msgid "Charset encoding"
967
- msgstr "Codifica caratteri"
968
-
969
- #: ../lib/alexandria/book_providers/z3950.rb:221
970
- msgid "Library of Congress (Usa)"
971
- msgstr "Library of Congress (USA)"
972
-
973
- #: ../lib/alexandria/book_providers/z3950.rb:255
974
- msgid "British Library"
975
- msgstr "British Library"
976
-
977
- #: ../lib/alexandria/export_library.rb:109
978
- msgid "Archived ONIX XML"
979
- msgstr "Archivio ONIX XML"
980
-
981
- #: ../lib/alexandria/export_library.rb:111
982
- msgid "Archived Tellico XML"
983
- msgstr "Archivio Tellico XML"
984
-
985
- #: ../lib/alexandria/export_library.rb:113
986
- msgid "BibTeX"
987
- msgstr "BibTeX"
988
-
989
- #: ../lib/alexandria/export_library.rb:114
990
- msgid "CSV list"
991
- msgstr "Lista CSV"
992
-
993
- #: ../lib/alexandria/export_library.rb:115
994
- msgid "ISBN List"
995
- msgstr "Elenco di ISBN"
996
-
997
- #: ../lib/alexandria/export_library.rb:116
998
- msgid "iPod Notes"
999
- msgstr "Note dell'iPod"
1000
-
1001
- #: ../lib/alexandria/export_library.rb:117
1002
- msgid "HTML Web Page"
1003
- msgstr "Pagina Web HTML"
1004
-
1005
- #: ../lib/alexandria/smart_library.rb:92
1006
- msgid "Favorite"
1007
- msgstr "Preferiti"
1008
-
1009
- #: ../lib/alexandria/smart_library.rb:98
1010
- msgid "Loaned"
1011
- msgstr "Prestato"
1012
-
1013
- #: ../lib/alexandria/smart_library.rb:110
1014
- msgid "Owned"
1015
- msgstr "Posseduto"
1051
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1052
+ msgid "Match"
1053
+ msgstr "Corrisponde"
1016
1054
 
1017
- #: ../lib/alexandria/smart_library.rb:119
1018
- msgid "Wishlist"
1019
- msgstr "Lista dei desideri"
1055
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1056
+ msgid "all"
1057
+ msgstr "tutto"
1020
1058
 
1021
- #: ../lib/alexandria/smart_library.rb:356
1022
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1023
- msgid "Notes"
1024
- msgstr "Note"
1059
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1060
+ msgid "any"
1061
+ msgstr "niente"
1025
1062
 
1026
- #: ../lib/alexandria/smart_library.rb:358
1027
- msgid "Loaning State"
1028
- msgstr "Stato del prestito"
1063
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1064
+ msgid "of the following rules:"
1065
+ msgstr "della seguente regola:"
1029
1066
 
1030
- #: ../lib/alexandria/smart_library.rb:359
1031
- msgid "Loaning Date"
1032
- msgstr "Data del prestito"
1067
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1068
+ msgid "Match the following rule:"
1069
+ msgstr "Corrisponde alla seguente regola:"
1033
1070
 
1034
- #: ../lib/alexandria/smart_library.rb:360
1035
- msgid "Loaning Person"
1036
- msgstr "Persona del prestito"
1071
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1072
+ msgid "Type here the search criterion"
1073
+ msgstr "Scrivi qui il criterio di ricerca"
1037
1074
 
1038
- #: ../lib/alexandria/smart_library.rb:362
1039
- msgid "Date Read"
1040
- msgstr "Data di lettura"
1075
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1076
+ msgid "Match everything"
1077
+ msgstr "Trova tutto"
1041
1078
 
1042
- #: ../lib/alexandria/smart_library.rb:371
1043
- msgid "days"
1044
- msgstr "giorni"
1079
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1080
+ msgid "Title contains"
1081
+ msgstr "Il Titolo contiene"
1045
1082
 
1046
- #: ../lib/alexandria/smart_library.rb:382
1047
- msgid "is set"
1048
- msgstr "è impostato"
1083
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1084
+ msgid "Authors contain"
1085
+ msgstr "L'Autore contiene"
1049
1086
 
1050
- #: ../lib/alexandria/smart_library.rb:386
1051
- msgid "is not set"
1052
- msgstr "non è impostato"
1087
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1088
+ msgid "ISBN contains"
1089
+ msgstr "L'ISBN contiene"
1053
1090
 
1054
- #: ../lib/alexandria/smart_library.rb:390
1055
- msgid "is"
1056
- msgstr "è"
1091
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1092
+ msgid "Publisher contains"
1093
+ msgstr "L'Editore contiene"
1057
1094
 
1058
- #: ../lib/alexandria/smart_library.rb:394
1059
- msgid "is not"
1060
- msgstr "non è"
1095
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1096
+ msgid "Notes contain"
1097
+ msgstr "Le Note contengono"
1061
1098
 
1062
- #: ../lib/alexandria/smart_library.rb:398
1063
- msgid "contains"
1064
- msgstr "contiene"
1099
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1100
+ msgid "Tags contain"
1101
+ msgstr "I tags contengono"
1065
1102
 
1066
- #: ../lib/alexandria/smart_library.rb:402
1067
- msgid "does not contain"
1068
- msgstr "non contiene"
1103
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1104
+ msgid "Change the search type"
1105
+ msgstr "Cambia il tipo di ricerca"
1069
1106
 
1070
- #: ../lib/alexandria/smart_library.rb:406
1071
- msgid "starts with"
1072
- msgstr "inizia con"
1107
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1108
+ msgid "View as Icons"
1109
+ msgstr "Visualizza come Icone"
1073
1110
 
1074
- #: ../lib/alexandria/smart_library.rb:410
1075
- msgid "ends with"
1076
- msgstr "finisce con"
1111
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1112
+ msgid "View as List"
1113
+ msgstr "Visualizza come Lista"
1077
1114
 
1078
- #: ../lib/alexandria/smart_library.rb:414
1079
- msgid "is greater than"
1080
- msgstr "è più grande di"
1115
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1116
+ msgid "Choose how to show books"
1117
+ msgstr "Scegli come mostrare i libri"
1081
1118
 
1082
- #: ../lib/alexandria/smart_library.rb:418
1083
- msgid "is less than"
1084
- msgstr "è meno di"
1119
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1120
+ msgid "Library '%s' selected"
1121
+ msgstr "Biblioteca '%s' selezionata"
1085
1122
 
1086
- #: ../lib/alexandria/smart_library.rb:422
1087
- msgid "is after"
1088
- msgstr "è dopo"
1123
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1124
+ msgid "Library '%s' selected, %d unrated book"
1125
+ msgid_plural "Library '%s' selected, %d unrated books"
1126
+ msgstr[0] "Selezionata la biblioteca '%s', %d libro non valutato"
1127
+ msgstr[1] "Selezionata la biblioteca '%s', %d libri non valutati"
1089
1128
 
1090
- #: ../lib/alexandria/smart_library.rb:426
1091
- msgid "is before"
1092
- msgstr "è prima"
1129
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1130
+ msgid "Library '%s' selected, %d book"
1131
+ msgid_plural "Library '%s' selected, %d books"
1132
+ msgstr[0] "Selezionata la biblioteca '%s', %d libro"
1133
+ msgstr[1] "Selezionata la biblioteca '%s', %d libri"
1093
1134
 
1094
- #: ../lib/alexandria/smart_library.rb:430
1095
- msgid "is in last"
1096
- msgstr "è nell'ultimo"
1135
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1136
+ msgid "Library '%s' selected, %d book, %d unrated"
1137
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1138
+ msgstr[0] "Selezionata la biblioteca '%s', %d libro, %d non valutato"
1139
+ msgstr[1] "Selezionata la biblioteca '%s', %d libri, %d non valutati"
1097
1140
 
1098
- #: ../lib/alexandria/smart_library.rb:450
1099
- msgid "is not in last"
1100
- msgstr "non è nell'ultimo"
1141
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1142
+ msgid "'%s' selected"
1143
+ msgstr "'%s' selezionato"
1101
1144
 
1102
- #: ../lib/alexandria/book_providers.rb:87
1103
- msgid "Couldn't reach the provider '%s': timeout expired."
1104
- msgstr "Impossibile raggiungere il provider '%s': tempo scaduto."
1145
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1146
+ msgid "%d book selected"
1147
+ msgid_plural "%d books selected"
1148
+ msgstr[0] "%d libro selezionato"
1149
+ msgstr[1] "%d libri selezionati"
1105
1150
 
1106
- #: ../lib/alexandria/book_providers.rb:91
1107
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1108
- msgstr "Impossibile raggiungere il provider '%s': errore del socket (%s)."
1151
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1152
+ msgid "unrecognized update event"
1153
+ msgstr ""
1109
1154
 
1110
- #: ../lib/alexandria/book_providers.rb:95
1111
- #: ../lib/alexandria/book_providers.rb:100
1155
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1156
+ #, fuzzy
1157
+ msgid "Loading libraries..."
1158
+ msgstr "Caricamento di '%s'..."
1159
+
1160
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1112
1161
  msgid ""
1113
- "No results were found. Make sure your search criterion is spelled "
1114
- "correctly, and try again."
1162
+ "The data files for the following books are malformed or empty. Do you wish "
1163
+ "to attempt to download new information for them from the online book "
1164
+ "providers?\n"
1115
1165
  msgstr ""
1116
- "Nessun risultato. Controllare di aver scritto correttamente il criterio di "
1117
- "ricerca e riprovare."
1166
+ "I file dei dati per i seguenti libri non sono corretti o sono vuoti. "
1167
+ "Desiderate tentare di scaricare le nuove informazioni dai provider dei libri "
1168
+ "onlines?\n"
1118
1169
 
1119
- #: ../lib/alexandria/book_providers.rb:105
1120
- msgid "Too many results for that search."
1121
- msgstr "Troppi risultati per questa ricerca."
1170
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1171
+ msgid "Added '%s' to library '%s'"
1172
+ msgstr "Aggiunto '%s' alla bblioteca '%s'"
1122
1173
 
1123
- #: ../lib/alexandria/book_providers.rb:108
1124
- msgid "Invalid search type."
1125
- msgstr "Tipo di ricerca non valido."
1174
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1175
+ msgid "Loading '%s'..."
1176
+ msgstr "Caricamento di '%s'..."
1126
1177
 
1127
- #: ../lib/alexandria/book_providers.rb:203
1128
- msgid "Enabled"
1178
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1179
+ msgid "In '_%s'"
1180
+ msgstr "In '_%s'"
1181
+
1182
+ #: ../lib/alexandria/web_themes.rb:64
1183
+ msgid "File %<file>s not found"
1129
1184
  msgstr ""
1130
1185
 
1131
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1186
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1132
1187
  msgid "Acquire from Scanner"
1133
1188
  msgstr "Acquisici con lo scanner"
1134
1189
 
1135
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1136
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1190
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1191
+ msgid "_Barcode Scanner Ready"
1192
+ msgstr "_Lettore dei codici a barre pronto"
1193
+
1194
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1195
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1137
1196
  msgid "Save _in:"
1138
1197
  msgstr "Salva _in:"
1139
1198
 
1140
- #: ../data/alexandria/glade/main_app.glade:17
1141
- msgid "Main Window"
1142
- msgstr "Finestra principale"
1143
-
1144
- #: ../data/alexandria/glade/main_app.glade:32
1145
- msgid "Libraries listing."
1146
- msgstr "Elenco bliblioteche in corso."
1147
-
1148
- #: ../data/alexandria/glade/main_app.glade:46
1149
- msgid "_Libraries:"
1150
- msgstr "Bib_lioteche:"
1199
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1200
+ msgid "by title"
1201
+ msgstr "per titolo"
1151
1202
 
1152
- #: ../data/alexandria/glade/main_app.glade:111
1153
- msgid "Book listing."
1154
- msgstr "Elenco libri in corso."
1203
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1204
+ msgid "by authors"
1205
+ msgstr "per autore"
1155
1206
 
1156
- #: ../data/alexandria/glade/main_app.glade:194
1157
- msgid "Status messages."
1158
- msgstr "Messaggi di stato."
1207
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1208
+ msgid "by keyword"
1209
+ msgstr "per parola chiave"
1159
1210
 
1160
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1211
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1161
1212
  msgid "_Keep Dialog Open after Adding Book"
1162
1213
  msgstr ""
1163
1214
 
1164
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1165
- msgid ""
1166
- "by title\n"
1167
- "by authors\n"
1168
- "by keyword"
1169
- msgstr ""
1170
- "per titolo\n"
1171
- "per autore\n"
1172
- "per parola chiave"
1173
-
1174
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1215
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1175
1216
  msgid "_Search:"
1176
1217
  msgstr "_Cerca:"
1177
1218
 
1178
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1179
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1219
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1220
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1180
1221
  msgid "_ISBN:"
1181
1222
  msgstr "_ISBN:"
1182
1223
 
1183
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1184
- msgid "_Title:"
1185
- msgstr "_Titolo:"
1186
-
1187
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1188
- msgid "_Publisher:"
1189
- msgstr "_Editore:"
1190
-
1191
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1192
- msgid "Add an author"
1193
- msgstr "Aggiungi un autore"
1194
-
1195
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1196
- msgid "Remove an author"
1197
- msgstr "Togli un autore"
1198
-
1199
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1200
- msgid "_Authors:"
1201
- msgstr "_Autori:"
1202
-
1203
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1204
- msgid "_Binding:"
1205
- msgstr "_Rilegatura:"
1206
-
1207
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1208
- msgid "Publish _year:"
1209
- msgstr "Anno di _pubblicazione:"
1210
-
1211
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1212
- msgid "Tags:"
1213
- msgstr "Tags:"
1214
-
1215
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1216
- msgid "_Cover:"
1217
- msgstr "_Copertina:"
1224
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1225
+ msgid "Preferences"
1226
+ msgstr "Preferenze"
1218
1227
 
1219
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1220
- msgid "Click to pick a cover"
1221
- msgstr "Clicca per selezionare una copertina"
1228
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1229
+ msgid "<b>Visible Columns</b>"
1230
+ msgstr "<b>Colonne Visibili</b>"
1222
1231
 
1223
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1224
- msgid "Own it?"
1225
- msgstr "Possederlo?"
1232
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1233
+ msgid "_Authors"
1234
+ msgstr "_Autori"
1226
1235
 
1227
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1228
- msgid "Read it?"
1229
- msgstr "Leggerlo?"
1236
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1237
+ msgid "_ISBN"
1238
+ msgstr "_ISBN"
1230
1239
 
1231
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1232
- msgid "Want it?"
1233
- msgstr "Lo vuoi?"
1240
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1241
+ msgid "_Publisher"
1242
+ msgstr "_Editore"
1234
1243
 
1235
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1236
- msgid "Click on the stars to rate the book"
1237
- msgstr "Clicca sulle stelle per valutare il libro"
1244
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1245
+ msgid "_Rating"
1246
+ msgstr "_Valutazione"
1238
1247
 
1239
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1240
- msgid "Rating:"
1241
- msgstr "Valutazione:"
1248
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1249
+ msgid "_Binding"
1250
+ msgstr "_Rilegatura"
1242
1251
 
1243
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1244
- msgid "General"
1245
- msgstr "Generale"
1252
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1253
+ msgid "Publish _year"
1254
+ msgstr "Anno di _pubblicazione"
1246
1255
 
1247
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1248
- msgid "This book is _loaned"
1249
- msgstr "Questo libro è in prestito"
1256
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1257
+ msgid "Read?"
1258
+ msgstr "Leggere?"
1250
1259
 
1251
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1252
- msgid "_To:"
1253
- msgstr "_A:"
1260
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1261
+ msgid "Own?"
1262
+ msgstr "Possiedi?"
1254
1263
 
1255
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1256
- msgid "_Since:"
1257
- msgstr "_Dal:"
1264
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1265
+ msgid "Want?"
1266
+ msgstr "Vuoi?"
1258
1267
 
1259
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1260
- msgid "Loaning"
1261
- msgstr "Prestito"
1268
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1269
+ #, fuzzy
1270
+ msgid "Loaned to"
1271
+ msgstr "Prestato"
1262
1272
 
1263
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1264
- msgid "Preferences"
1265
- msgstr "Preferenze"
1273
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1274
+ #, fuzzy
1275
+ msgid "_List View"
1276
+ msgstr "Vista ad elenco"
1266
1277
 
1267
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1278
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1268
1279
  #, fuzzy
1269
1280
  msgid "<b>Book Data Providers</b>"
1270
1281
  msgstr "<b>_Provider</b>"
1271
1282
 
1272
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1283
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1273
1284
  msgid "_Setup"
1274
1285
  msgstr "_Configurazione"
1275
1286
 
1276
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1287
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1277
1288
  msgid ""
1278
1289
  "Providers are libraries that supply information about books. Some of them "
1279
1290
  "can be configured to get better results. You can also customize the order "
@@ -1283,70 +1294,124 @@ msgstr ""
1283
1294
  "libri. Alcuni possono essere configurati per ottenere risultati migliori. È "
1284
1295
  "anche possibile personalizzare l'ordine in cui vengono interrogati."
1285
1296
 
1286
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1297
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1287
1298
  msgid "Custom _Z39.50 Providers"
1288
1299
  msgstr ""
1289
1300
 
1290
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1301
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1291
1302
  msgid ""
1292
1303
  "Add and remove your own Z39.50 providers.\n"
1293
1304
  "Requires the Ruby/ZOOM software library."
1294
1305
  msgstr ""
1295
1306
 
1296
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1307
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1297
1308
  #, fuzzy
1298
1309
  msgid "_Providers"
1299
1310
  msgstr "Provider"
1300
1311
 
1301
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1302
- msgid "<b>Visible Columns</b>"
1303
- msgstr "<b>Colonne Visibili</b>"
1312
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1313
+ #, fuzzy
1314
+ msgid "<b>Barcode Scanner Device</b>"
1315
+ msgstr "_Lettore dei codici a barre pronto"
1304
1316
 
1305
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1306
- msgid "_Authors"
1307
- msgstr "_Autori"
1317
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1318
+ msgid "_Device type:"
1319
+ msgstr ""
1308
1320
 
1309
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1310
- msgid "_ISBN"
1311
- msgstr "_ISBN"
1321
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1322
+ msgid "<b>Sound Effects</b>"
1323
+ msgstr ""
1312
1324
 
1313
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1314
- msgid "_Publisher"
1315
- msgstr "_Editore"
1325
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1326
+ #, fuzzy
1327
+ msgid "Scanning"
1328
+ msgstr "Prestito"
1316
1329
 
1317
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1318
- msgid "_Rating"
1319
- msgstr "_Valutazione"
1330
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1331
+ msgid "Good Scan / Bad Scan"
1332
+ msgstr ""
1320
1333
 
1321
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1322
- msgid "_Binding"
1323
- msgstr "_Rilegatura"
1334
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1335
+ #, fuzzy
1336
+ msgid "_Barcode Scanner"
1337
+ msgstr "_Lettore dei codici a barre pronto"
1324
1338
 
1325
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1326
- msgid "Publish _year"
1327
- msgstr "Anno di _pubblicazione"
1339
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1340
+ msgid "_Libraries:"
1341
+ msgstr "Bib_lioteche:"
1328
1342
 
1329
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1330
- msgid "Read?"
1331
- msgstr "Leggere?"
1343
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1344
+ msgid "_Title:"
1345
+ msgstr "_Titolo:"
1332
1346
 
1333
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1334
- msgid "Own?"
1335
- msgstr "Possiedi?"
1347
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1348
+ msgid "_Authors:"
1349
+ msgstr "_Autori:"
1336
1350
 
1337
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1338
- msgid "Want?"
1339
- msgstr "Vuoi?"
1351
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1352
+ msgid "Tags:"
1353
+ msgstr "Tags:"
1340
1354
 
1341
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1342
- #, fuzzy
1343
- msgid "Loaned to"
1344
- msgstr "Prestato"
1355
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1356
+ msgid "_Binding:"
1357
+ msgstr "_Rilegatura:"
1358
+
1359
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1360
+ msgid "Publish _year:"
1361
+ msgstr "Anno di _pubblicazione:"
1362
+
1363
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1364
+ msgid "_Publisher:"
1365
+ msgstr "_Editore:"
1366
+
1367
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1368
+ msgid "_Cover:"
1369
+ msgstr "_Copertina:"
1370
+
1371
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1372
+ msgid "Rating:"
1373
+ msgstr "Valutazione:"
1345
1374
 
1346
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1375
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1376
+ msgid "Want it?"
1377
+ msgstr "Lo vuoi?"
1378
+
1379
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1380
+ msgid "Read it?"
1381
+ msgstr "Leggerlo?"
1382
+
1383
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1347
1384
  #, fuzzy
1348
- msgid "_List View"
1349
- msgstr "Vista ad elenco"
1385
+ msgid "Select Date"
1386
+ msgstr "_Seleziona tutto"
1387
+
1388
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1389
+ msgid "Clear Date"
1390
+ msgstr ""
1391
+
1392
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1393
+ msgid "Own it?"
1394
+ msgstr "Possederlo?"
1395
+
1396
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1397
+ msgid "General"
1398
+ msgstr "Generale"
1399
+
1400
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1401
+ msgid "This book is _loaned"
1402
+ msgstr "Questo libro è in prestito"
1403
+
1404
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1405
+ msgid "_To:"
1406
+ msgstr "_A:"
1407
+
1408
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1409
+ msgid "_Since:"
1410
+ msgstr "_Dal:"
1411
+
1412
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1413
+ msgid "Loaning"
1414
+ msgstr "Prestito"
1350
1415
 
1351
1416
  #: ../alexandria.desktop.in.h:1
1352
1417
  msgid "Alexandria Book Collection Manager"
@@ -1360,6 +1425,66 @@ msgstr "Gestore biblioteca"
1360
1425
  msgid "Manage your book collection"
1361
1426
  msgstr "Gestisce la vostra biblioteca"
1362
1427
 
1428
+ #~ msgid "Unable to launch the web browser"
1429
+ #~ msgstr "Impossibile avviare il navigatore web"
1430
+
1431
+ #~ msgid ""
1432
+ #~ "Check out that a web browser is configured as default (Desktop "
1433
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1434
+ #~ msgstr ""
1435
+ #~ "Assicurarsi che un navigatore web sia configurato come predefinito "
1436
+ #~ "(Preferenze del Desktop -> Avanzate -> Applicazioni preferite) e "
1437
+ #~ "riprovare."
1438
+
1439
+ #~ msgid "Unable to launch the mail reader"
1440
+ #~ msgstr "Impossibile avviare il programma di posta"
1441
+
1442
+ #~ msgid ""
1443
+ #~ "Check out that a mail reader is configured as default (Desktop "
1444
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1445
+ #~ msgstr ""
1446
+ #~ "Assicurarsi che un programma di posta sia configurato come predefinito "
1447
+ #~ "(Preferenze del Desktop -> Avanzate -> Applicazioni preferite) e "
1448
+ #~ "riprovare."
1449
+
1450
+ #~ msgid "Repair Book Data"
1451
+ #~ msgstr "Ripara i dati dei libri"
1452
+
1453
+ #~ msgid "There's a problem"
1454
+ #~ msgstr "Si è verificato un problema"
1455
+
1456
+ #, fuzzy
1457
+ #~ msgid "Disable Provider"
1458
+ #~ msgstr "Nuovo Provider"
1459
+
1460
+ #, fuzzy
1461
+ #~ msgid "Enable Provider"
1462
+ #~ msgstr "Nuovo Provider"
1463
+
1464
+ #~ msgid "Main Window"
1465
+ #~ msgstr "Finestra principale"
1466
+
1467
+ #~ msgid "Libraries listing."
1468
+ #~ msgstr "Elenco bliblioteche in corso."
1469
+
1470
+ #~ msgid "Book listing."
1471
+ #~ msgstr "Elenco libri in corso."
1472
+
1473
+ #~ msgid "Status messages."
1474
+ #~ msgstr "Messaggi di stato."
1475
+
1476
+ #~ msgid "Add an author"
1477
+ #~ msgstr "Aggiungi un autore"
1478
+
1479
+ #~ msgid "Remove an author"
1480
+ #~ msgstr "Togli un autore"
1481
+
1482
+ #~ msgid "Click to pick a cover"
1483
+ #~ msgstr "Clicca per selezionare una copertina"
1484
+
1485
+ #~ msgid "Click on the stars to rate the book"
1486
+ #~ msgstr "Clicca sulle stelle per valutare il libro"
1487
+
1363
1488
  #~ msgid "Language"
1364
1489
  #~ msgstr "Lingua"
1365
1490
 
@@ -1373,9 +1498,6 @@ msgstr "Gestisce la vostra biblioteca"
1373
1498
  #~ msgid "Couldn't add these books"
1374
1499
  #~ msgstr "Impossibile aggiungere il libro"
1375
1500
 
1376
- #~ msgid "Associate ID"
1377
- #~ msgstr "ID associato"
1378
-
1379
1501
  #~ msgid "_Refresh"
1380
1502
  #~ msgstr "_Aggiorna"
1381
1503