alexandria-book-collection-manager 0.7.5 → 0.7.9

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