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/gl.po CHANGED
@@ -11,737 +11,752 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: alexandria 0.6.3\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
14
+ "POT-Creation-Date: 2020-12-26 12:17+0100\n"
15
15
  "PO-Revision-Date: 2008-04-09 14:04+0100\n"
16
16
  "Last-Translator: Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>\n"
17
17
  "Language-Team: Galician <proxecto@trasno.net>\n"
18
+ "Language: gl\n"
18
19
  "MIME-Version: 1.0\n"
19
20
  "Content-Type: text/plain; charset=UTF-8\n"
20
21
  "Content-Transfer-Encoding: 8bit\n"
21
22
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
23
 
23
- #: ../lib/alexandria/import_library.rb:30
24
+ #: ../lib/alexandria/about.rb:27
25
+ msgid "A program to help you manage your book collection."
26
+ msgstr "Un programa para axudarlle a xestionar a súa colección de libros."
27
+
28
+ #: ../lib/alexandria/book_providers.rb:95
29
+ msgid "Couldn't reach the provider '%s': timeout expired."
30
+ msgstr "Non se puido contactar co provedor '%s': expirou o tempo de espera."
31
+
32
+ #: ../lib/alexandria/book_providers.rb:99
33
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
34
+ msgstr "Non se puido contactar co provedor '%s': erro de socket (%s)."
35
+
36
+ #: ../lib/alexandria/book_providers.rb:103
37
+ msgid ""
38
+ "No results were found. Make sure your search criterion is spelled "
39
+ "correctly, and try again."
40
+ msgstr ""
41
+ "Non se atoparon resultados. Asegúrese de que escribiu os criterios de busca "
42
+ "correctamente e probe de novo."
43
+
44
+ #: ../lib/alexandria/book_providers.rb:108
45
+ msgid "Too many results for that search."
46
+ msgstr "Esta busca devolveu demasiados resultados."
47
+
48
+ #: ../lib/alexandria/book_providers.rb:111
49
+ msgid "Invalid search type."
50
+ msgstr "Tipo de busca incorrecto."
51
+
52
+ #: ../lib/alexandria/book_providers.rb:205
53
+ msgid "Enabled"
54
+ msgstr ""
55
+
56
+ #: ../lib/alexandria/book_providers/z3950.rb:22
57
+ msgid "Hostname"
58
+ msgstr "Nome de servidor"
59
+
60
+ #: ../lib/alexandria/book_providers/z3950.rb:23
61
+ msgid "Port"
62
+ msgstr "Porto"
63
+
64
+ #: ../lib/alexandria/book_providers/z3950.rb:24
65
+ msgid "Database"
66
+ msgstr "Base de datos"
67
+
68
+ #: ../lib/alexandria/book_providers/z3950.rb:25
69
+ msgid "Record syntax"
70
+ msgstr "Sintaxe de gravado"
71
+
72
+ #: ../lib/alexandria/book_providers/z3950.rb:27
73
+ msgid "Username"
74
+ msgstr "Nome de usuario"
75
+
76
+ #: ../lib/alexandria/book_providers/z3950.rb:28
77
+ msgid "Password"
78
+ msgstr "Contrasinal"
79
+
80
+ #: ../lib/alexandria/book_providers/z3950.rb:29
81
+ msgid "Charset encoding"
82
+ msgstr "Codificación de caracteres"
83
+
84
+ #: ../lib/alexandria/book_providers/z3950.rb:213
85
+ msgid "Library of Congress (Usa)"
86
+ msgstr "Biblioteca do Congreso (EUA)"
87
+
88
+ #: ../lib/alexandria/book_providers/z3950.rb:249
89
+ msgid "British Library"
90
+ msgstr "Biblioteca Británica"
91
+
92
+ #: ../lib/alexandria/book_providers/z3950.rb:374
93
+ #, fuzzy
94
+ msgid "Invalid ISBN"
95
+ msgstr "ISBN '%s' incorrecto"
96
+
97
+ #: ../lib/alexandria/export_format.rb:18
98
+ msgid "Archived ONIX XML"
99
+ msgstr "XML de ONIX Arquivado"
100
+
101
+ #: ../lib/alexandria/export_format.rb:19
102
+ msgid "Archived Tellico XML"
103
+ msgstr "XML de Tellico Arquivado"
104
+
105
+ #: ../lib/alexandria/export_format.rb:20
106
+ msgid "BibTeX"
107
+ msgstr "BibTeX"
108
+
109
+ #: ../lib/alexandria/export_format.rb:21
110
+ msgid "CSV list"
111
+ msgstr "Listado CVS"
112
+
113
+ #: ../lib/alexandria/export_format.rb:22
114
+ msgid "ISBN List"
115
+ msgstr "Listado ISBN"
116
+
117
+ #: ../lib/alexandria/export_format.rb:23
118
+ msgid "iPod Notes"
119
+ msgstr "Notas de iPod"
120
+
121
+ #: ../lib/alexandria/export_format.rb:24
122
+ msgid "HTML Web Page"
123
+ msgstr "Páxina Web HTML"
124
+
125
+ #: ../lib/alexandria/import_library.rb:21
24
126
  msgid "Autodetect"
25
127
  msgstr "Detectar automaticamente"
26
128
 
27
- #: ../lib/alexandria/import_library.rb:31
129
+ #: ../lib/alexandria/import_library.rb:22
28
130
  msgid "Archived Tellico XML (*.bc, *.tc)"
29
131
  msgstr "XML de Tellico Arquivado (*.bc, *.tc)"
30
132
 
31
- #: ../lib/alexandria/import_library.rb:33
133
+ #: ../lib/alexandria/import_library.rb:24
32
134
  msgid "ISBN List (*.txt)"
33
135
  msgstr "Lista de ISBN (*.txt)"
34
136
 
35
- #: ../lib/alexandria/import_library.rb:35
137
+ #: ../lib/alexandria/import_library.rb:25
36
138
  msgid "GoodReads CSV"
37
139
  msgstr ""
38
140
 
39
- #: ../lib/alexandria/models/library.rb:56
40
- msgid "Untitled"
41
- msgstr "Sen título"
141
+ #: ../lib/alexandria/import_library.rb:65
142
+ msgid "Unsupported type"
143
+ msgstr ""
144
+
145
+ #: ../lib/alexandria/import_library_csv.rb:199
146
+ msgid "Not Recognized"
147
+ msgstr ""
42
148
 
43
- #: ../lib/alexandria/models/library.rb:245
149
+ #: ../lib/alexandria/library_store.rb:37
44
150
  msgid "My Library"
45
151
  msgstr "A miña biblioteca"
46
152
 
47
- #: ../lib/alexandria/about.rb:24
48
- msgid "A program to help you manage your book collection."
49
- msgstr "Un programa para axudarlle a xestionar a súa colección de libros."
153
+ #: ../lib/alexandria/library_store.rb:67
154
+ msgid "Not a book: %<book>s"
155
+ msgstr ""
50
156
 
51
- #: ../lib/alexandria/ui/ui_manager.rb:135
52
- msgid "Type here the search criterion"
53
- msgstr "Escriba aquí os criterios da busca"
157
+ #: ../lib/alexandria/library_store.rb:78
158
+ msgid "%<file>s isbn is not okay"
159
+ msgstr ""
54
160
 
55
- #: ../lib/alexandria/ui/ui_manager.rb:148
56
- msgid "Match everything"
57
- msgstr "Buscar todo"
161
+ #: ../lib/alexandria/library_store.rb:83
162
+ msgid "%<file>s version is not okay"
163
+ msgstr ""
58
164
 
59
- #: ../lib/alexandria/ui/ui_manager.rb:150
60
- msgid "Title contains"
61
- msgstr "Título contén"
165
+ #: ../lib/alexandria/library_store.rb:88
166
+ msgid "%<file>s pub year is not okay"
167
+ msgstr ""
62
168
 
63
- #: ../lib/alexandria/ui/ui_manager.rb:151
64
- msgid "Authors contain"
65
- msgstr "Autores contén"
169
+ #: ../lib/alexandria/models/library.rb:42
170
+ msgid "Untitled"
171
+ msgstr "Sen título"
66
172
 
67
- #: ../lib/alexandria/ui/ui_manager.rb:152
68
- msgid "ISBN contains"
69
- msgstr "ISBN contén"
173
+ #: ../lib/alexandria/models/library.rb:284
174
+ msgid "Book %<isbn>s was already deleted"
175
+ msgstr ""
70
176
 
71
- #: ../lib/alexandria/ui/ui_manager.rb:153
72
- msgid "Publisher contains"
73
- msgstr "Editorial contén"
177
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
178
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
179
+ msgstr ""
74
180
 
75
- #: ../lib/alexandria/ui/ui_manager.rb:154
76
- msgid "Notes contain"
77
- msgstr "Notas contén"
181
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
182
+ msgid "Error parsing CueCat input"
183
+ msgstr ""
78
184
 
79
- #: ../lib/alexandria/ui/ui_manager.rb:155
80
- msgid "Tags contain"
81
- msgstr "Etiquetas contén"
185
+ #: ../lib/alexandria/scanners/keyboard.rb:51
186
+ msgid "Unknown scan data %s<data>"
187
+ msgstr ""
82
188
 
83
- #: ../lib/alexandria/ui/ui_manager.rb:170
84
- msgid "Change the search type"
85
- msgstr "Cambiar o tipo de busca"
189
+ #: ../lib/alexandria/smart_library.rb:49
190
+ msgid "Favorite"
191
+ msgstr "Favorito"
86
192
 
87
- #: ../lib/alexandria/ui/ui_manager.rb:175
88
- msgid "View as Icons"
89
- msgstr "Ver coma iconas"
193
+ #: ../lib/alexandria/smart_library.rb:55
194
+ msgid "Loaned"
195
+ msgstr "Prestado"
90
196
 
91
- #: ../lib/alexandria/ui/ui_manager.rb:176
92
- msgid "View as List"
93
- msgstr "Ver coma unha lista"
197
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
198
+ #: ../lib/alexandria/ui/listview.rb:59
199
+ msgid "Read"
200
+ msgstr "Liuno"
94
201
 
95
- #: ../lib/alexandria/ui/ui_manager.rb:189
96
- msgid "Choose how to show books"
97
- msgstr "Elixir como amosar os libros"
202
+ #: ../lib/alexandria/smart_library.rb:67
203
+ msgid "Owned"
204
+ msgstr "En propiedade"
98
205
 
99
- #: ../lib/alexandria/ui/ui_manager.rb:436
100
- msgid "Library '%s' selected"
101
- msgstr "Seleccionouse a biblioteca'%s'"
206
+ #: ../lib/alexandria/smart_library.rb:76
207
+ msgid "Wishlist"
208
+ msgstr "Lista de desexos"
102
209
 
103
- #: ../lib/alexandria/ui/ui_manager.rb:443
104
- msgid "Library '%s' selected, %d unrated book"
105
- msgid_plural "Library '%s' selected, %d unrated books"
106
- msgstr[0] "Seleccionouse a biblioteca '%s', %d libro sen avaliar"
107
- msgstr[1] "Seleccionouse a biblioteca '%s', %d libros sen avaliar"
210
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
211
+ msgid "Title"
212
+ msgstr "Título"
108
213
 
109
- #: ../lib/alexandria/ui/ui_manager.rb:448
110
- msgid "Library '%s' selected, %d book"
111
- msgid_plural "Library '%s' selected, %d books"
112
- msgstr[0] "Seleccionouse a biblioteca '%s', %d libro"
113
- msgstr[1] "Seleccionouse a biblioteca '%s', %d libros"
214
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
215
+ msgid "ISBN"
216
+ msgstr "ISBN"
114
217
 
115
- #: ../lib/alexandria/ui/ui_manager.rb:455
116
- msgid "Library '%s' selected, %d book, %d unrated"
117
- msgid_plural "Library '%s' selected, %d books, %d unrated"
118
- msgstr[0] "Seleccionouse a biblioteca '%s', %d libro, %s sen avaliar"
119
- msgstr[1] "Seleccionouse a biblioteca '%s', %d libros, %s sen avaliar"
218
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
219
+ msgid "Authors"
220
+ msgstr "Autores"
120
221
 
121
- #: ../lib/alexandria/ui/ui_manager.rb:467
122
- msgid "'%s' selected"
123
- msgstr "Seleccionouse '%s'"
222
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
223
+ msgid "Publisher"
224
+ msgstr "Editorial"
124
225
 
125
- #: ../lib/alexandria/ui/ui_manager.rb:470
126
- msgid "%d book selected"
127
- msgid_plural "%d books selected"
128
- msgstr[0] "Seleccionouse %d libro"
129
- msgstr[1] "Seleccionáronse %d libros"
226
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
227
+ msgid "Publish Year"
228
+ msgstr "Ano de publicación"
229
+
230
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
231
+ msgid "Binding"
232
+ msgstr "Encadernación"
233
+
234
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
235
+ msgid "Rating"
236
+ msgstr "Calificación"
237
+
238
+ #: ../lib/alexandria/smart_library.rb:302
239
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
240
+ msgid "Notes"
241
+ msgstr "Notas"
242
+
243
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
244
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
245
+ msgid "Tags"
246
+ msgstr "Etiquetas"
247
+
248
+ #: ../lib/alexandria/smart_library.rb:304
249
+ msgid "Loaning State"
250
+ msgstr "Estado do Préstamo"
251
+
252
+ #: ../lib/alexandria/smart_library.rb:305
253
+ msgid "Loaning Date"
254
+ msgstr "Data do Préstamo"
255
+
256
+ #: ../lib/alexandria/smart_library.rb:306
257
+ msgid "Loaning Person"
258
+ msgstr "Prestatario"
259
+
260
+ #: ../lib/alexandria/smart_library.rb:308
261
+ msgid "Date Read"
262
+ msgstr "Data de Lectura"
263
+
264
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
265
+ msgid "Own"
266
+ msgstr "Teno"
267
+
268
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
269
+ msgid "Want"
270
+ msgstr "Quéreo"
271
+
272
+ #: ../lib/alexandria/smart_library.rb:317
273
+ msgid "days"
274
+ msgstr "días"
275
+
276
+ #: ../lib/alexandria/smart_library.rb:327
277
+ msgid "is set"
278
+ msgstr "está marcado"
279
+
280
+ #: ../lib/alexandria/smart_library.rb:330
281
+ msgid "is not set"
282
+ msgstr "non está marcado"
283
+
284
+ #: ../lib/alexandria/smart_library.rb:333
285
+ msgid "is"
286
+ msgstr "é"
130
287
 
131
- #: ../lib/alexandria/ui/ui_manager.rb:648
132
- msgid "Unable to launch the web browser"
133
- msgstr "Non se puido iniciar o navegador web"
288
+ #: ../lib/alexandria/smart_library.rb:336
289
+ msgid "is not"
290
+ msgstr "non é"
291
+
292
+ #: ../lib/alexandria/smart_library.rb:339
293
+ msgid "contains"
294
+ msgstr "contén"
295
+
296
+ #: ../lib/alexandria/smart_library.rb:342
297
+ msgid "does not contain"
298
+ msgstr "non contén"
299
+
300
+ #: ../lib/alexandria/smart_library.rb:345
301
+ msgid "starts with"
302
+ msgstr "comeza por"
303
+
304
+ #: ../lib/alexandria/smart_library.rb:348
305
+ msgid "ends with"
306
+ msgstr "remata por"
307
+
308
+ #: ../lib/alexandria/smart_library.rb:351
309
+ msgid "is greater than"
310
+ msgstr "é maior que"
311
+
312
+ #: ../lib/alexandria/smart_library.rb:354
313
+ msgid "is less than"
314
+ msgstr "é menor que"
315
+
316
+ #: ../lib/alexandria/smart_library.rb:357
317
+ msgid "is after"
318
+ msgstr "posterior a"
319
+
320
+ #: ../lib/alexandria/smart_library.rb:360
321
+ msgid "is before"
322
+ msgstr "anterior a"
323
+
324
+ #: ../lib/alexandria/smart_library.rb:364
325
+ msgid "is in last"
326
+ msgstr "nos últimos"
327
+
328
+ #: ../lib/alexandria/smart_library.rb:384
329
+ msgid "is not in last"
330
+ msgstr "non nos últimos"
331
+
332
+ #: ../lib/alexandria/smart_library.rb:465
333
+ msgid "invalid operand klass %<klass>s"
334
+ msgstr ""
335
+
336
+ #: ../lib/alexandria/ui/acquire_dialog.rb:206
337
+ msgid "There was %d duplicate"
338
+ msgid_plural "There were %d duplicates"
339
+ msgstr[0] ""
340
+ msgstr[1] ""
341
+
342
+ #: ../lib/alexandria/ui/acquire_dialog.rb:209
343
+ #, fuzzy
344
+ msgid "Couldn't add this book"
345
+ msgid_plural "Couldn't add these books"
346
+ msgstr[0] "Non se puido engadir o libro"
347
+ msgstr[1] "Non se puido engadir o libro"
348
+
349
+ #: ../lib/alexandria/ui/acquire_dialog.rb:288
350
+ #: ../lib/alexandria/ui/new_book_dialog.rb:498
351
+ msgid "Searching Provider '%s'..."
352
+ msgstr ""
353
+
354
+ #: ../lib/alexandria/ui/acquire_dialog.rb:289
355
+ #: ../lib/alexandria/ui/new_book_dialog.rb:499
356
+ msgid "Error while Searching Provider '%s'"
357
+ msgstr ""
134
358
 
135
- #: ../lib/alexandria/ui/ui_manager.rb:649
359
+ #: ../lib/alexandria/ui/acquire_dialog.rb:290
360
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
361
+ msgid "Not Found at Provider '%s'"
362
+ msgstr ""
363
+
364
+ #: ../lib/alexandria/ui/acquire_dialog.rb:291
365
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
366
+ msgid "Found at Provider '%s'"
367
+ msgstr ""
368
+
369
+ #: ../lib/alexandria/ui/acquire_dialog.rb:403
370
+ msgid "Ready to use %s barcode scanner"
371
+ msgstr ""
372
+
373
+ #: ../lib/alexandria/ui/acquire_dialog.rb:427
374
+ msgid "Click below to scan _barcodes"
375
+ msgstr "Prema embaixo para escanear os códigos de _barras"
376
+
377
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:111
378
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:121
379
+ msgid "Couldn't modify the book"
380
+ msgstr "Non se puido modificar o libro"
381
+
382
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
383
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
136
384
  msgid ""
137
- "Check out that a web browser is configured as default (Desktop Preferences -"
138
- "> Advanced -> Preferred Applications) and try again."
385
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
386
+ "correcty, and try again."
139
387
  msgstr ""
140
- "Asegúrese de que ten un navegador web establecido como predeterminado "
141
- "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e probe "
142
- "de novo."
388
+ "Non se puido validar o EAN/ISBN que proporcionou. Asegúrese de que o "
389
+ "escribiu correctamente e probe de novo."
143
390
 
144
- #: ../lib/alexandria/ui/ui_manager.rb:661
145
- msgid "Unable to launch the mail reader"
146
- msgstr "Non se puido iniciar o lector de correo"
391
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
392
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
393
+ msgid "The EAN/ISBN you provided is already used in this library."
394
+ msgstr "Nesta biblioteca xa se está a usar o EAN/ISBN que introduciu."
147
395
 
148
- #: ../lib/alexandria/ui/ui_manager.rb:662
149
- msgid ""
150
- "Check out that a mail reader is configured as default (Desktop Preferences -"
151
- "> Advanced -> Preferred Applications) and try again."
152
- msgstr ""
153
- "Asegúrese de que ten un lector de correo establecido como predeterminado "
154
- "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e probe "
155
- "de novo."
396
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:104
397
+ msgid "Properties"
398
+ msgstr "Propiedades"
156
399
 
157
- #: ../lib/alexandria/ui/ui_manager.rb:697
158
- msgid "Repair Book Data"
159
- msgstr "Reparar Datos de Libro"
400
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:106
401
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
402
+ msgid "Properties for '%s'"
403
+ msgstr "Propiedades de '%s'"
160
404
 
161
- #: ../lib/alexandria/ui/ui_manager.rb:698
162
- msgid ""
163
- "The data files for the following books are malformed or empty. Do you wish "
164
- "to attempt to download new information for them from the online book "
165
- "providers?\n"
166
- msgstr ""
167
- "Os ficheiros de datos dos seguintes libros están malformados ou baleiros. "
168
- "Desexa intentar descargar nova información para eles dos provedores de "
169
- "libros en liña?\n"
405
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:112
406
+ msgid "Author"
407
+ msgstr "Autor"
170
408
 
171
- #: ../lib/alexandria/ui/ui_manager.rb:755
172
- msgid "Added '%s' to library '%s'"
173
- msgstr "Engadiuse '%s' á biblioteca '%s'"
409
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:160
410
+ msgid "Select a cover image"
411
+ msgstr "Seleccione unha imaxe para a cuberta"
174
412
 
175
- #: ../lib/alexandria/ui/ui_manager.rb:908
176
- msgid "Loading '%s'..."
177
- msgstr "Cargando '%s'..."
413
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:163
414
+ msgid "No Cover"
415
+ msgstr "Sen cuberta"
178
416
 
179
- #: ../lib/alexandria/ui/ui_manager.rb:1157
180
- msgid "In '_%s'"
181
- msgstr "En '_%s'"
417
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:242
418
+ msgid "%d day"
419
+ msgid_plural "%d days"
420
+ msgstr[0] "%d día"
421
+ msgstr[1] "%d días"
422
+
423
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:268
424
+ msgid "out of range"
425
+ msgstr ""
182
426
 
183
- #: ../lib/alexandria/ui/callbacks.rb:65
427
+ #: ../lib/alexandria/ui/callbacks.rb:57
184
428
  msgid "The following lines are not valid ISBNs and were not imported:"
185
429
  msgstr "Non se importaron as seguintes liñas por non ser ISBNs válidos:"
186
430
 
187
- #: ../lib/alexandria/ui/callbacks.rb:122
188
- #: ../lib/alexandria/ui/export_dialog.rb:128
189
- msgid "Export failed"
190
- msgstr "Fallou a exportación"
191
-
192
- #: ../lib/alexandria/ui/callbacks.rb:123
193
- msgid "Try letting this library load completely before exporting."
431
+ #: ../lib/alexandria/ui/callbacks.rb:62
432
+ msgid "Books could not be found for the following ISBNs:"
194
433
  msgstr ""
195
434
 
196
- #: ../lib/alexandria/ui/callbacks.rb:274
435
+ #: ../lib/alexandria/ui/callbacks.rb:362
197
436
  msgid "_Library"
198
437
  msgstr "_Biblioteca"
199
438
 
200
- #: ../lib/alexandria/ui/callbacks.rb:275
439
+ #: ../lib/alexandria/ui/callbacks.rb:363
201
440
  msgid "_New Library"
202
441
  msgstr "Biblioteca _nova"
203
442
 
204
- #: ../lib/alexandria/ui/callbacks.rb:275
443
+ #: ../lib/alexandria/ui/callbacks.rb:363
205
444
  msgid "Create a new library"
206
445
  msgstr "Crear unha biblioteca nova"
207
446
 
208
- #: ../lib/alexandria/ui/callbacks.rb:276
447
+ #: ../lib/alexandria/ui/callbacks.rb:364
209
448
  msgid "New _Smart Library..."
210
449
  msgstr "Nova Biblioteca _Intelixente..."
211
450
 
212
- #: ../lib/alexandria/ui/callbacks.rb:276
451
+ #: ../lib/alexandria/ui/callbacks.rb:364
213
452
  msgid "Create a new smart library"
214
453
  msgstr "Crear unha nova biblioteca intelixente"
215
454
 
216
- #: ../lib/alexandria/ui/callbacks.rb:277
455
+ #: ../lib/alexandria/ui/callbacks.rb:365
217
456
  msgid "_Add Book..."
218
457
  msgstr "Eng_adir Libro..."
219
458
 
220
- #: ../lib/alexandria/ui/callbacks.rb:277
459
+ #: ../lib/alexandria/ui/callbacks.rb:365
221
460
  msgid "Add a new book from the Internet"
222
461
  msgstr "Engadir un libro novo dende a Internet"
223
462
 
224
- #: ../lib/alexandria/ui/callbacks.rb:278
463
+ #: ../lib/alexandria/ui/callbacks.rb:366
225
464
  msgid "Add Book _Manually..."
226
465
  msgstr "Engadir Libro _Manualmente..."
227
466
 
228
- #: ../lib/alexandria/ui/callbacks.rb:278
467
+ #: ../lib/alexandria/ui/callbacks.rb:366
229
468
  msgid "Add a new book manually"
230
469
  msgstr "Engadir un libro novo a man"
231
470
 
232
- #: ../lib/alexandria/ui/callbacks.rb:279
471
+ #: ../lib/alexandria/ui/callbacks.rb:367
233
472
  msgid "_Import..."
234
473
  msgstr "_Importar..."
235
474
 
236
- #: ../lib/alexandria/ui/callbacks.rb:279
475
+ #: ../lib/alexandria/ui/callbacks.rb:367
237
476
  msgid "Import a library"
238
477
  msgstr "Importar unha biblioteca"
239
478
 
240
- #: ../lib/alexandria/ui/callbacks.rb:280
479
+ #: ../lib/alexandria/ui/callbacks.rb:368
241
480
  msgid "_Export..."
242
481
  msgstr "_Exportar..."
243
482
 
244
- #: ../lib/alexandria/ui/callbacks.rb:280
483
+ #: ../lib/alexandria/ui/callbacks.rb:368
245
484
  msgid "Export the selected library"
246
485
  msgstr "Exportar a biblioteca seleccionada"
247
486
 
248
- #: ../lib/alexandria/ui/callbacks.rb:281
249
- msgid "_Acquire from Scanner..."
487
+ #: ../lib/alexandria/ui/callbacks.rb:369
488
+ #, fuzzy
489
+ msgid "A_cquire from Scanner..."
250
490
  msgstr "_Adquirir dende o escáner..."
251
491
 
252
- #: ../lib/alexandria/ui/callbacks.rb:281
492
+ #: ../lib/alexandria/ui/callbacks.rb:369
253
493
  msgid "Acquire books from a scanner"
254
494
  msgstr "Adquirir libros dende un escáner"
255
495
 
256
- #: ../lib/alexandria/ui/callbacks.rb:282
496
+ #: ../lib/alexandria/ui/callbacks.rb:370
257
497
  msgid "_Properties"
258
498
  msgstr "_Propiedades"
259
499
 
260
- #: ../lib/alexandria/ui/callbacks.rb:282
500
+ #: ../lib/alexandria/ui/callbacks.rb:370
261
501
  msgid "Edit the properties of the selected book"
262
502
  msgstr "Editar as propiedades do libro seleccionado"
263
503
 
264
- #: ../lib/alexandria/ui/callbacks.rb:283
504
+ #: ../lib/alexandria/ui/callbacks.rb:371
265
505
  msgid "_Quit"
266
506
  msgstr "_Saír"
267
507
 
268
- #: ../lib/alexandria/ui/callbacks.rb:283
508
+ #: ../lib/alexandria/ui/callbacks.rb:371
269
509
  msgid "Quit the program"
270
510
  msgstr "Saír do programa"
271
511
 
272
- #: ../lib/alexandria/ui/callbacks.rb:284
512
+ #: ../lib/alexandria/ui/callbacks.rb:372
273
513
  msgid "_Edit"
274
514
  msgstr "_Editar"
275
515
 
276
- #: ../lib/alexandria/ui/callbacks.rb:285
516
+ #: ../lib/alexandria/ui/callbacks.rb:373
277
517
  msgid "_Undo"
278
518
  msgstr "_Desfacer"
279
519
 
280
- #: ../lib/alexandria/ui/callbacks.rb:285
520
+ #: ../lib/alexandria/ui/callbacks.rb:373
281
521
  msgid "Undo the last action"
282
522
  msgstr "Desfacer a última acción"
283
523
 
284
- #: ../lib/alexandria/ui/callbacks.rb:286
524
+ #: ../lib/alexandria/ui/callbacks.rb:374
285
525
  msgid "_Redo"
286
526
  msgstr "_Refacer"
287
527
 
288
- #: ../lib/alexandria/ui/callbacks.rb:286
528
+ #: ../lib/alexandria/ui/callbacks.rb:374
289
529
  msgid "Redo the undone action"
290
530
  msgstr "Refacer a acción desfeita"
291
531
 
292
- #: ../lib/alexandria/ui/callbacks.rb:287
532
+ #: ../lib/alexandria/ui/callbacks.rb:375
293
533
  msgid "_Select All"
294
534
  msgstr "_Seleccionar todo"
295
535
 
296
- #: ../lib/alexandria/ui/callbacks.rb:287
536
+ #: ../lib/alexandria/ui/callbacks.rb:375
297
537
  msgid "Select all visible books"
298
538
  msgstr "Seleccionar tódolos libros visibles"
299
539
 
300
- #: ../lib/alexandria/ui/callbacks.rb:288
540
+ #: ../lib/alexandria/ui/callbacks.rb:376
301
541
  msgid "Dese_lect All"
302
542
  msgstr "Dese_leccionar todos"
303
543
 
304
- #: ../lib/alexandria/ui/callbacks.rb:288
544
+ #: ../lib/alexandria/ui/callbacks.rb:376
305
545
  msgid "Deselect everything"
306
546
  msgstr "Deseleccionar todo"
307
547
 
308
- #: ../lib/alexandria/ui/callbacks.rb:289
548
+ #: ../lib/alexandria/ui/callbacks.rb:377
309
549
  msgid "My _Rating"
310
550
  msgstr "As miña cali_ficación"
311
551
 
312
- #: ../lib/alexandria/ui/callbacks.rb:290
552
+ #: ../lib/alexandria/ui/callbacks.rb:378
313
553
  msgid "None"
314
554
  msgstr "Nada"
315
555
 
316
- #: ../lib/alexandria/ui/callbacks.rb:291
556
+ #: ../lib/alexandria/ui/callbacks.rb:379
317
557
  msgid "One Star"
318
558
  msgstr "Unha estrela"
319
559
 
320
- #: ../lib/alexandria/ui/callbacks.rb:292
560
+ #: ../lib/alexandria/ui/callbacks.rb:380
321
561
  msgid "Two Stars"
322
562
  msgstr "Dúas estrelas"
323
563
 
324
- #: ../lib/alexandria/ui/callbacks.rb:293
564
+ #: ../lib/alexandria/ui/callbacks.rb:381
325
565
  msgid "Three Stars"
326
566
  msgstr "Tres estrelas"
327
567
 
328
- #: ../lib/alexandria/ui/callbacks.rb:294
568
+ #: ../lib/alexandria/ui/callbacks.rb:382
329
569
  msgid "Four Stars"
330
570
  msgstr "Catro estrelas"
331
571
 
332
- #: ../lib/alexandria/ui/callbacks.rb:295
572
+ #: ../lib/alexandria/ui/callbacks.rb:383
333
573
  msgid "Five Stars"
334
574
  msgstr "Cinco estrelas"
335
575
 
336
- #: ../lib/alexandria/ui/callbacks.rb:296
576
+ #: ../lib/alexandria/ui/callbacks.rb:384
337
577
  msgid "_Move"
338
578
  msgstr "_Mover"
339
579
 
340
- #: ../lib/alexandria/ui/callbacks.rb:297
580
+ #: ../lib/alexandria/ui/callbacks.rb:385
341
581
  msgid "_Rename"
342
582
  msgstr "_Renomear"
343
583
 
344
- #: ../lib/alexandria/ui/callbacks.rb:298
584
+ #: ../lib/alexandria/ui/callbacks.rb:386
345
585
  msgid "_Delete"
346
586
  msgstr "_Eliminar"
347
587
 
348
- #: ../lib/alexandria/ui/callbacks.rb:298
588
+ #: ../lib/alexandria/ui/callbacks.rb:386
349
589
  msgid "Delete the selected books or library"
350
590
  msgstr "Eliminar os libros ou bibliotecas seleccionados"
351
591
 
352
- #: ../lib/alexandria/ui/callbacks.rb:299
592
+ #: ../lib/alexandria/ui/callbacks.rb:387
353
593
  msgid "_Search"
354
594
  msgstr "_Buscar"
355
595
 
356
- #: ../lib/alexandria/ui/callbacks.rb:299
596
+ #: ../lib/alexandria/ui/callbacks.rb:387
357
597
  msgid "Filter books"
358
598
  msgstr "Filtrar os libros"
359
599
 
360
- #: ../lib/alexandria/ui/callbacks.rb:300
600
+ #: ../lib/alexandria/ui/callbacks.rb:388
361
601
  msgid "_Clear Results"
362
602
  msgstr "_Limpar os resultados"
363
603
 
364
- #: ../lib/alexandria/ui/callbacks.rb:300
604
+ #: ../lib/alexandria/ui/callbacks.rb:388
365
605
  msgid "Clear the search results"
366
606
  msgstr "Limpar os resultados da busca"
367
607
 
368
- #: ../lib/alexandria/ui/callbacks.rb:301
608
+ #: ../lib/alexandria/ui/callbacks.rb:389
369
609
  msgid "_Preferences"
370
610
  msgstr "_Preferencias"
371
611
 
372
- #: ../lib/alexandria/ui/callbacks.rb:301
612
+ #: ../lib/alexandria/ui/callbacks.rb:389
373
613
  msgid "Change Alexandria's settings"
374
614
  msgstr "Cambiar a configuración de Alexandria"
375
615
 
376
- #: ../lib/alexandria/ui/callbacks.rb:302
616
+ #: ../lib/alexandria/ui/callbacks.rb:390
377
617
  msgid "_View"
378
618
  msgstr "_Ver"
379
619
 
380
- #: ../lib/alexandria/ui/callbacks.rb:303
620
+ #: ../lib/alexandria/ui/callbacks.rb:391
381
621
  msgid "Arran_ge Icons"
382
622
  msgstr "_Ordenar as iconas"
383
623
 
384
- #: ../lib/alexandria/ui/callbacks.rb:304
624
+ #: ../lib/alexandria/ui/callbacks.rb:392
385
625
  msgid "Display Online _Information"
386
626
  msgstr "Amosar _información en liña"
387
627
 
388
- #: ../lib/alexandria/ui/callbacks.rb:306
628
+ #: ../lib/alexandria/ui/callbacks.rb:394
389
629
  msgid "_Help"
390
630
  msgstr "A_xuda"
391
631
 
392
- #: ../lib/alexandria/ui/callbacks.rb:307
632
+ #: ../lib/alexandria/ui/callbacks.rb:395
393
633
  msgid "Submit _Bug Report"
394
634
  msgstr "_Enviar Informe de Erro"
395
635
 
396
- #: ../lib/alexandria/ui/callbacks.rb:307
636
+ #: ../lib/alexandria/ui/callbacks.rb:395
397
637
  msgid "Submit a bug report to the developers"
398
638
  msgstr "Enviar un informe de erro ós desenvolvedores"
399
639
 
400
- #: ../lib/alexandria/ui/callbacks.rb:308
640
+ #: ../lib/alexandria/ui/callbacks.rb:396
401
641
  msgid "Contents"
402
642
  msgstr "Contidos"
403
643
 
404
- #: ../lib/alexandria/ui/callbacks.rb:308
644
+ #: ../lib/alexandria/ui/callbacks.rb:396
405
645
  msgid "View Alexandria's manual"
406
646
  msgstr "Ver o manual de Alexandria"
407
647
 
408
- #: ../lib/alexandria/ui/callbacks.rb:309
648
+ #: ../lib/alexandria/ui/callbacks.rb:397
409
649
  msgid "_About"
410
650
  msgstr "_Acerca de"
411
651
 
412
- #: ../lib/alexandria/ui/callbacks.rb:309
652
+ #: ../lib/alexandria/ui/callbacks.rb:397
413
653
  msgid "Show information about Alexandria"
414
654
  msgstr "Amosar información sobre Alexandria"
415
655
 
416
- #: ../lib/alexandria/ui/callbacks.rb:334
417
- msgid "Side _Pane"
656
+ #: ../lib/alexandria/ui/callbacks.rb:404
657
+ msgid "At _%s"
658
+ msgstr "En _%s"
659
+
660
+ #: ../lib/alexandria/ui/callbacks.rb:410
661
+ msgid "Side_pane"
418
662
  msgstr "_Panel lateral"
419
663
 
420
- #: ../lib/alexandria/ui/callbacks.rb:336
664
+ #: ../lib/alexandria/ui/callbacks.rb:411
421
665
  msgid "_Toolbar"
422
666
  msgstr "Barra de _ferramentas"
423
667
 
424
- #: ../lib/alexandria/ui/callbacks.rb:338
668
+ #: ../lib/alexandria/ui/callbacks.rb:412
425
669
  msgid "_Statusbar"
426
670
  msgstr "Barra de _estado"
427
671
 
428
- #: ../lib/alexandria/ui/callbacks.rb:340
672
+ #: ../lib/alexandria/ui/callbacks.rb:413
429
673
  msgid "Re_versed Order"
430
674
  msgstr "Orde in_versa"
431
675
 
432
- #: ../lib/alexandria/ui/callbacks.rb:345
676
+ #: ../lib/alexandria/ui/callbacks.rb:418
433
677
  msgid "View as _Icons"
434
678
  msgstr "Ver coma _iconas"
435
679
 
436
- #: ../lib/alexandria/ui/callbacks.rb:346
680
+ #: ../lib/alexandria/ui/callbacks.rb:419
437
681
  msgid "View as _List"
438
682
  msgstr "Ver coma _lista"
439
683
 
440
- #: ../lib/alexandria/ui/callbacks.rb:350
684
+ #: ../lib/alexandria/ui/callbacks.rb:423
441
685
  msgid "By _Title"
442
686
  msgstr "Por _título"
443
687
 
444
- #: ../lib/alexandria/ui/callbacks.rb:351
688
+ #: ../lib/alexandria/ui/callbacks.rb:424
445
689
  msgid "By _Authors"
446
690
  msgstr "Por _autores"
447
691
 
448
- #: ../lib/alexandria/ui/callbacks.rb:352
692
+ #: ../lib/alexandria/ui/callbacks.rb:425
449
693
  msgid "By _ISBN"
450
694
  msgstr "Por _ISBN"
451
695
 
452
- #: ../lib/alexandria/ui/callbacks.rb:353
696
+ #: ../lib/alexandria/ui/callbacks.rb:426
453
697
  msgid "By _Publisher"
454
698
  msgstr "Por _editorial"
455
699
 
456
- #: ../lib/alexandria/ui/callbacks.rb:354
700
+ #: ../lib/alexandria/ui/callbacks.rb:427
457
701
  msgid "By _Binding"
458
702
  msgstr "Por _Encadernación"
459
703
 
460
- #: ../lib/alexandria/ui/callbacks.rb:355
704
+ #: ../lib/alexandria/ui/callbacks.rb:428
461
705
  msgid "By _Rating"
462
706
  msgstr "Por cali_ficación"
463
707
 
464
- #: ../lib/alexandria/ui/callbacks.rb:359
465
- msgid "At _%s"
466
- msgstr "En _%s"
467
-
468
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
469
- msgid "There was %d duplicate"
470
- msgid_plural "There were %d duplicates"
471
- msgstr[0] ""
472
- msgstr[1] ""
473
-
474
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
475
- #, fuzzy
476
- msgid "Couldn't add this book"
477
- msgid_plural "Couldn't add these books"
478
- msgstr[0] "Non se puido engadir o libro"
479
- msgstr[1] "Non se puido engadir o libro"
480
-
481
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
482
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
483
- msgid "Searching Provider '%s'..."
484
- msgstr ""
485
-
486
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
487
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
488
- msgid "Error while Searching Provider '%s'"
489
- msgstr ""
490
-
491
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
492
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
493
- msgid "Not Found at Provider '%s'"
494
- msgstr ""
495
-
496
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
497
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
498
- msgid "Found at Provider '%s'"
499
- msgstr ""
500
-
501
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
502
- msgid "Ready to use %s barcode scanner"
503
- msgstr ""
504
-
505
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
506
- #: ../data/alexandria/glade/acquire_dialog.glade:26
507
- msgid "_Barcode Scanner Ready"
508
- msgstr "Escáner de código de _barras preparado"
509
-
510
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
511
- msgid "Click below to scan _barcodes"
512
- msgstr "Prema embaixo para escanear os códigos de _barras"
513
-
514
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
515
- msgid "There's a problem"
516
- msgstr "Hai un problema"
517
-
518
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
519
- msgid "New Smart Library"
520
- msgstr "Nova Biblioteca Intelixente"
521
-
522
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
523
- msgid "Smart Library"
524
- msgstr "Biblioteca Intelixente"
525
-
526
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
527
- msgid "Preferences for %s"
528
- msgstr "Preferencias de %s"
529
-
530
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
531
- msgid "New Provider"
532
- msgstr "Novo provedor"
533
-
534
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
535
- msgid "_Name:"
536
- msgstr "_Nome:"
537
-
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
539
- msgid "_Type:"
540
- msgstr "_Tipo:"
541
-
542
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
543
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
544
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
545
- #, fuzzy
546
- msgid "Disable Provider"
547
- msgstr "Novo provedor"
548
-
549
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
550
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
551
- #, fuzzy
552
- msgid "Enable Provider"
553
- msgstr "Novo provedor"
554
-
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
556
- msgid "Are you sure you want to permanently delete the provider '%s'?"
557
- msgstr "Está seguro de que quere eliminar permanentemente o provedor '%s'?"
558
-
559
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
560
- msgid ""
561
- "If you continue, the provider and all of its preferences will be permanently "
562
- "deleted."
563
- msgstr ""
564
- "Se continúa, eliminaranse permanentemente o provedor e máis tódalas súas "
565
- "preferencias."
566
-
567
- #: ../lib/alexandria/ui/import_dialog.rb:36
568
- msgid "Error while importing"
569
- msgstr "Erro ó importar"
570
-
571
- #: ../lib/alexandria/ui/import_dialog.rb:39
572
- msgid "_Continue"
573
- msgstr "_Continuar"
574
-
575
- #: ../lib/alexandria/ui/import_dialog.rb:64
576
- msgid "Import a Library"
577
- msgstr "Importar unha biblioteca"
578
-
579
- #: ../lib/alexandria/ui/import_dialog.rb:71
580
- msgid "_Import"
581
- msgstr "_Importar"
582
-
583
- #: ../lib/alexandria/ui/import_dialog.rb:188
584
- msgid "Couldn't import the library"
585
- msgstr "Non se puido importar a biblioteca"
586
-
587
- #: ../lib/alexandria/ui/import_dialog.rb:189
588
- msgid ""
589
- "The format of the file you provided is unknown. Please retry with another "
590
- "file."
591
- msgstr ""
592
- "Descoñécese o formato do ficheiro que proporcionou. Volva intentalo con "
593
- "outro ficheiro."
594
-
595
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
596
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
597
- msgid "Properties for '%s'"
598
- msgstr "Propiedades de '%s'"
599
-
600
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
601
- msgid "Empty or conflictive condition"
602
- msgstr "Condición baleira ou en conflicto"
603
-
604
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
605
- msgid "_Save However"
606
- msgstr "_Gardar de tódolos xeitos"
607
-
608
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
609
- msgid ""
610
- "This smart library contains one or more conditions which are empty or "
611
- "conflict with each other. This is likely to result in never matching a book. "
612
- "Are you sure you want to save this library?"
613
- msgstr ""
614
- "Esta biblioteca intelixente contén unha ou máis condicións baleiras ou en "
615
- "conflicto entre elas. Isto podería levar a que non se atopase nunca un "
616
- "libro. Está seguro de que quere gardar esta biblioteca?"
617
-
618
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
619
- msgid "Match"
620
- msgstr "Cumprir"
621
-
622
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
623
- msgid "all"
624
- msgstr "tódalas"
625
-
626
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
627
- msgid "any"
628
- msgstr "algunha das"
629
-
630
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
631
- msgid "of the following rules:"
632
- msgstr "seguintes regras:"
633
-
634
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
635
- msgid "Match the following rule:"
636
- msgstr "Cumpren as seguinte regras:"
637
-
638
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
639
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
640
- msgid "Couldn't modify the book"
641
- msgstr "Non se puido modificar o libro"
642
-
643
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
644
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
645
- msgid "The EAN/ISBN you provided is already used in this library."
646
- msgstr "Nesta biblioteca xa se está a usar o EAN/ISBN que introduciu."
647
-
648
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
649
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
650
- msgid ""
651
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
652
- "correcty, and try again."
653
- msgstr ""
654
- "Non se puido validar o EAN/ISBN que proporcionou. Asegúrese de que o "
655
- "escribiu correctamente e probe de novo."
656
-
657
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
658
- msgid "Properties"
659
- msgstr "Propiedades"
660
-
661
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
662
- msgid "Author"
663
- msgstr "Autor"
664
-
665
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
666
- msgid "Select a cover image"
667
- msgstr "Seleccione unha imaxe para a cuberta"
668
-
669
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
670
- msgid "No Cover"
671
- msgstr "Sen cuberta"
672
-
673
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
674
- msgid "%d day"
675
- msgid_plural "%d days"
676
- msgstr[0] "%d día"
677
- msgstr[1] "%d días"
678
-
679
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
680
- msgid "Adding '%s'"
681
- msgstr "Engadindo '%s'"
682
-
683
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
684
- #: ../data/alexandria/glade/new_book_dialog.glade:8
685
- msgid "Adding a Book"
686
- msgstr "Engadindo un libro"
687
-
688
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
689
- msgid "A title must be provided."
690
- msgstr "Debe proporcionarse un título."
691
-
692
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
693
- msgid "A publisher must be provided."
694
- msgstr "Debe proporcionarse unha editorial."
695
-
696
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
697
- msgid "A binding must be provided."
698
- msgstr "Debe proporcionarse unha encadernación."
699
-
700
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
701
- msgid "At least one author must be provided."
702
- msgstr "Debe proporcionar polo menos un autor."
703
-
704
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
705
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
706
- msgid "Couldn't add the book"
707
- msgstr "Non se puido engadir o libro"
708
-
709
- #: ../lib/alexandria/ui/export_dialog.rb:25
708
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
710
709
  msgid "File already exists"
711
710
  msgstr "O ficheiro xa existe"
712
711
 
713
- #: ../lib/alexandria/ui/export_dialog.rb:28
714
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
712
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
713
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
715
714
  msgid "_Replace"
716
715
  msgstr "_Substituir"
717
716
 
718
- #: ../lib/alexandria/ui/export_dialog.rb:29
717
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
719
718
  msgid ""
720
719
  "A file named '%s' already exists. Do you want to replace it with the one "
721
720
  "you are generating?"
722
721
  msgstr "O ficheiro '%s' xa existe. Quere substituilo polo que está a xerando?"
723
722
 
724
- #: ../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 "O libro '%s' xa existe en '%s'. Desexa substituílo?"
726
+
727
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
728
+ msgid "_Skip"
729
+ msgstr "_Saltar"
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 "Se substitúe o libro existente hase sobrescribir o seu contido."
734
+
735
+ #: ../lib/alexandria/ui/export_dialog.rb:24
725
736
  msgid "Export '%s'"
726
737
  msgstr "Exportar '%s'"
727
738
 
728
- #: ../lib/alexandria/ui/export_dialog.rb:58
739
+ #: ../lib/alexandria/ui/export_dialog.rb:29
729
740
  msgid "_Export"
730
741
  msgstr "_Exportar"
731
742
 
732
- #: ../lib/alexandria/ui/export_dialog.rb:77
743
+ #: ../lib/alexandria/ui/export_dialog.rb:50
733
744
  msgid "_Theme:"
734
745
  msgstr "_Tema:"
735
746
 
736
- #: ../lib/alexandria/ui/export_dialog.rb:87
747
+ #: ../lib/alexandria/ui/export_dialog.rb:62
737
748
  msgid "directory"
738
749
  msgstr "directorio"
739
750
 
740
- #: ../lib/alexandria/ui/export_dialog.rb:100
751
+ #: ../lib/alexandria/ui/export_dialog.rb:74
741
752
  msgid "Export for_mat:"
742
753
  msgstr "Exportar for_mato:"
743
754
 
744
- #: ../lib/alexandria/ui/export_dialog.rb:155
755
+ #: ../lib/alexandria/ui/export_dialog.rb:101
756
+ msgid "Export failed"
757
+ msgstr "Fallou a exportación"
758
+
759
+ #: ../lib/alexandria/ui/export_dialog.rb:125
745
760
  msgid ""
746
761
  "The target, named '%s', is a regular file. A directory is needed for this "
747
762
  "operation. Please select a directory and try again."
@@ -749,41 +764,91 @@ msgstr ""
749
764
  "A ruta '%s' leva ata un ficheiro normal. Para esta operación precísase un "
750
765
  "directorio. Seleccione outro directorio e probe de novo."
751
766
 
752
- #: ../lib/alexandria/ui/export_dialog.rb:159
767
+ #: ../lib/alexandria/ui/export_dialog.rb:129
753
768
  msgid "Not a directory"
754
769
  msgstr "Non é un directorio"
755
770
 
756
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
771
+ #: ../lib/alexandria/ui/import_dialog.rb:23
772
+ msgid "Import a Library"
773
+ msgstr "Importar unha biblioteca"
774
+
775
+ #: ../lib/alexandria/ui/import_dialog.rb:30
776
+ msgid "_Import"
777
+ msgstr "_Importar"
778
+
779
+ #: ../lib/alexandria/ui/import_dialog.rb:134
780
+ msgid "Couldn't import the library"
781
+ msgstr "Non se puido importar a biblioteca"
782
+
783
+ #: ../lib/alexandria/ui/import_dialog.rb:135
784
+ msgid ""
785
+ "The format of the file you provided is unknown. Please retry with another "
786
+ "file."
787
+ msgstr ""
788
+ "Descoñécese o formato do ficheiro que proporcionou. Volva intentalo con "
789
+ "outro ficheiro."
790
+
791
+ #: ../lib/alexandria/ui/init.rb:70
792
+ msgid "Unable to launch the help browser"
793
+ msgstr "Non se puido iniciar o navegador de axuda"
794
+
795
+ #: ../lib/alexandria/ui/init.rb:71
796
+ msgid ""
797
+ "Could not display help for Alexandria. There was an error launching the "
798
+ "system help browser."
799
+ msgstr ""
800
+ "Non se puido amosar a axuda de Alexandria. Houbo un erro ó iniciar o "
801
+ "navegador de axuda do sistema."
802
+
803
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
757
804
  msgid "Invalid ISBN '%s'"
758
805
  msgstr "ISBN '%s' incorrecto"
759
806
 
760
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
761
- msgid "_Keep"
762
- msgstr "_Manter"
763
-
764
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
807
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
808
+ #, fuzzy
765
809
  msgid ""
766
810
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
767
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
768
- "add?"
811
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
812
+ "addition?"
769
813
  msgstr ""
770
814
  "O libro titulado '%s' ten un ISBN incorrecto, pero aínda existe nas "
771
815
  "bibliotecas dos provedores. Prefire manter o libro cun ISBN distinto ou non "
772
816
  "engadilo?"
773
817
 
774
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
818
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
819
+ msgid "_Keep"
820
+ msgstr "_Manter"
821
+
822
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
823
+ msgid "New Library"
824
+ msgstr "Nova Biblioteca"
825
+
826
+ #: ../lib/alexandria/ui/listview.rb:56
827
+ #, fuzzy
828
+ msgid "Loaned To"
829
+ msgstr "Prestado"
830
+
831
+ #: ../lib/alexandria/ui/new_book_dialog.rb:155
775
832
  msgid "A problem occurred while downloading images"
776
833
  msgstr "Houbo un problema ó descargar as imaxes"
777
834
 
778
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
835
+ #: ../lib/alexandria/ui/new_book_dialog.rb:194
836
+ msgid "Iter is invalid! %s"
837
+ msgstr ""
838
+
839
+ #: ../lib/alexandria/ui/new_book_dialog.rb:266
779
840
  msgid "Unable to find matches for your search"
780
841
  msgstr "Non se atoparon resultados para a súa busca"
781
842
 
782
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
843
+ #: ../lib/alexandria/ui/new_book_dialog.rb:302
783
844
  msgid "%s, by %s"
784
845
  msgstr "%s, escrito por %s"
785
846
 
786
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
847
+ #: ../lib/alexandria/ui/new_book_dialog.rb:308
848
+ msgid "Copying %s into tree view."
849
+ msgstr ""
850
+
851
+ #: ../lib/alexandria/ui/new_book_dialog.rb:336
787
852
  msgid ""
788
853
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
789
854
  "correctly, and try again."
@@ -791,490 +856,392 @@ msgstr ""
791
856
  "Non foi posible validar o EAN/ISBN que introduciu. Asegúrese de que o "
792
857
  "escribiu correctamente, e probe de novo."
793
858
 
794
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
859
+ #: ../lib/alexandria/ui/new_book_dialog.rb:464
860
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
861
+ msgid "Couldn't add the book"
862
+ msgstr "Non se puido engadir o libro"
863
+
864
+ #: ../lib/alexandria/ui/new_book_dialog.rb:570
795
865
  msgid "'%s' already exists in '%s' (titled '%s')."
796
866
  msgstr "'%s' xa existe en '%s' (co título de '%s')."
797
867
 
798
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
799
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
800
- msgstr "O libro '%s' xa existe en '%s'. Desexa substituílo?"
868
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
869
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
870
+ msgid "Adding a Book"
871
+ msgstr "Engadindo un libro"
801
872
 
802
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
803
- msgid "_Skip"
804
- msgstr "_Saltar"
873
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
874
+ msgid "Adding '%s'"
875
+ msgstr "Engadindo '%s'"
805
876
 
806
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
807
- msgid "If you replace the existing book, its contents will be overwritten."
808
- msgstr "Se substitúe o libro existente hase sobrescribir o seu contido."
877
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
878
+ msgid "A title must be provided."
879
+ msgstr "Debe proporcionarse un título."
880
+
881
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
882
+ msgid "A publisher must be provided."
883
+ msgstr "Debe proporcionarse unha editorial."
884
+
885
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
886
+ msgid "A binding must be provided."
887
+ msgstr "Debe proporcionarse unha encadernación."
888
+
889
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
890
+ msgid "At least one author must be provided."
891
+ msgstr "Debe proporcionar polo menos un autor."
892
+
893
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
894
+ msgid "New Provider"
895
+ msgstr "Novo provedor"
896
+
897
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
898
+ msgid "_Name:"
899
+ msgstr "_Nome:"
900
+
901
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
902
+ msgid "_Type:"
903
+ msgstr "_Tipo:"
904
+
905
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
906
+ msgid "New Smart Library"
907
+ msgstr "Nova Biblioteca Intelixente"
908
+
909
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
910
+ msgid "Smart Library"
911
+ msgstr "Biblioteca Intelixente"
912
+
913
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
914
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
915
+ msgstr "Está seguro de que quere eliminar permanentemente o provedor '%s'?"
809
916
 
810
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
917
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
918
+ msgid ""
919
+ "If you continue, the provider and all of its preferences will be permanently "
920
+ "deleted."
921
+ msgstr ""
922
+ "Se continúa, eliminaranse permanentemente o provedor e máis tódalas súas "
923
+ "preferencias."
924
+
925
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
926
+ msgid "Preferences for %s"
927
+ msgstr "Preferencias de %s"
928
+
929
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
811
930
  msgid "Are you sure you want to delete '%s'?"
812
931
  msgstr "Está seguro/a de que quere eliminar '%s'?"
813
932
 
814
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
933
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
815
934
  msgid "If you continue, %d book will be deleted."
816
935
  msgid_plural "If you continue, %d books will be deleted."
817
936
  msgstr[0] "Se continúa, hase eliminar %d libro."
818
937
  msgstr[1] "Se continúa, hanse eliminar %d libros."
819
938
 
820
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
939
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
821
940
  msgid "Are you sure you want to delete '%s' from '%s'?"
822
941
  msgstr "Está seguro/a de que quere eliminar '%s' de '%s'?"
823
942
 
824
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
943
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
825
944
  msgid "Are you sure you want to delete the selected books from '%s'?"
826
945
  msgstr "Está seguro/a de que quere eliminar os libros seleccionados de '%s'?"
827
946
 
828
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
947
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
829
948
  msgid "Invalid library name '%s'"
830
949
  msgstr "Nome de biblioteca '%s' incorrecto"
831
950
 
832
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
951
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
833
952
  #, fuzzy
834
- msgid "The name provided contains the disallowed character <b>%s</b> "
953
+ msgid "The name provided contains the disallowed character <b>%s</b>"
835
954
  msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
836
955
 
837
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
956
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
838
957
  #, fuzzy
839
958
  msgid "Invalid library name"
840
959
  msgstr "Nome de biblioteca '%s' incorrecto"
841
960
 
842
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
961
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
843
962
  #, fuzzy
844
963
  msgid "The name provided contains invalid characters."
845
964
  msgstr "O nome introducido contén os caracteres non permitidos '<i>%s</i>'."
846
965
 
847
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
966
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
848
967
  msgid "The library name can not be empty"
849
968
  msgstr "O nome da biblioteca non pode quedar baleiro"
850
969
 
851
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
970
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
852
971
  msgid "The library can not be renamed"
853
972
  msgstr "Non se pode renomear a biblioteca"
854
973
 
855
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
974
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
856
975
  msgid "There is already a library named '%s'. Please choose a different name."
857
976
  msgstr "Xa hai unha biblioteca chamada '%s'. Elixa un nome distinto."
858
977
 
859
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
978
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
860
979
  msgid "Library"
861
980
  msgstr "Biblioteca"
862
981
 
863
- #: ../lib/alexandria/ui/libraries_combo.rb:44
864
- msgid "New Library"
865
- msgstr "Nova Biblioteca"
866
-
867
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
868
- msgid "Title"
869
- msgstr "Título"
870
-
871
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
872
- msgid "Authors"
873
- msgstr "Autores"
874
-
875
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
876
- msgid "ISBN"
877
- msgstr "ISBN"
878
-
879
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
880
- msgid "Publisher"
881
- msgstr "Editorial"
882
-
883
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
884
- msgid "Publish Year"
885
- msgstr "Ano de publicación"
886
-
887
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
888
- msgid "Binding"
889
- msgstr "Encadernación"
890
-
891
- #: ../lib/alexandria/ui/listview.rb:110
892
- #, fuzzy
893
- msgid "Loaned To"
894
- msgstr "Prestado"
895
-
896
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
897
- #: ../lib/alexandria/smart_library.rb:361
898
- msgid "Read"
899
- msgstr "Liuno"
900
-
901
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
902
- msgid "Own"
903
- msgstr "Teno"
904
-
905
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
906
- msgid "Want"
907
- msgstr "Quéreo"
982
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
983
+ msgid "Error while importing"
984
+ msgstr "Erro ó importar"
908
985
 
909
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
910
- #: ../data/alexandria/glade/preferences_dialog.glade:421
911
- msgid "Tags"
912
- msgstr "Etiquetas"
986
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
987
+ msgid "_Continue"
988
+ msgstr "_Continuar"
913
989
 
914
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
915
- msgid "Rating"
916
- msgstr "Calificación"
990
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:97
991
+ msgid "Empty or conflictive condition"
992
+ msgstr "Condición baleira ou en conflicto"
917
993
 
918
- #: ../lib/alexandria/ui/init.rb:83
919
- msgid "Unable to launch the help browser"
920
- msgstr "Non se puido iniciar o navegador de axuda"
994
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
995
+ msgid "_Save However"
996
+ msgstr "_Gardar de tódolos xeitos"
921
997
 
922
- #: ../lib/alexandria/ui/init.rb:84
998
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:101
923
999
  msgid ""
924
- "Could not display help for Alexandria. There was an error launching the "
925
- "system help browser."
926
- msgstr ""
927
- "Non se puido amosar a axuda de Alexandria. Houbo un erro ó iniciar o "
928
- "navegador de axuda do sistema."
929
-
930
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
931
- msgid "Locale"
932
- msgstr "gl"
933
-
934
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
935
- msgid "Access key ID"
936
- msgstr ""
937
-
938
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
939
- msgid "Secret access key"
1000
+ "This smart library contains one or more conditions which are empty or "
1001
+ "conflict with each other. This is likely to result in never matching a book. "
1002
+ "Are you sure you want to save this library?"
940
1003
  msgstr ""
1004
+ "Esta biblioteca intelixente contén unha ou máis condicións baleiras ou en "
1005
+ "conflicto entre elas. Isto podería levar a que non se atopase nunca un "
1006
+ "libro. Está seguro de que quere gardar esta biblioteca?"
941
1007
 
942
- #: ../lib/alexandria/book_providers/z3950.rb:34
943
- msgid "Hostname"
944
- msgstr "Nome de servidor"
945
-
946
- #: ../lib/alexandria/book_providers/z3950.rb:35
947
- msgid "Port"
948
- msgstr "Porto"
949
-
950
- #: ../lib/alexandria/book_providers/z3950.rb:36
951
- msgid "Database"
952
- msgstr "Base de datos"
953
-
954
- #: ../lib/alexandria/book_providers/z3950.rb:37
955
- msgid "Record syntax"
956
- msgstr "Sintaxe de gravado"
957
-
958
- #: ../lib/alexandria/book_providers/z3950.rb:38
959
- msgid "Username"
960
- msgstr "Nome de usuario"
961
-
962
- #: ../lib/alexandria/book_providers/z3950.rb:39
963
- msgid "Password"
964
- msgstr "Contrasinal"
965
-
966
- #: ../lib/alexandria/book_providers/z3950.rb:40
967
- msgid "Charset encoding"
968
- msgstr "Codificación de caracteres"
969
-
970
- #: ../lib/alexandria/book_providers/z3950.rb:221
971
- msgid "Library of Congress (Usa)"
972
- msgstr "Biblioteca do Congreso (EUA)"
973
-
974
- #: ../lib/alexandria/book_providers/z3950.rb:255
975
- msgid "British Library"
976
- msgstr "Biblioteca Británica"
977
-
978
- #: ../lib/alexandria/export_library.rb:109
979
- msgid "Archived ONIX XML"
980
- msgstr "XML de ONIX Arquivado"
981
-
982
- #: ../lib/alexandria/export_library.rb:111
983
- msgid "Archived Tellico XML"
984
- msgstr "XML de Tellico Arquivado"
985
-
986
- #: ../lib/alexandria/export_library.rb:113
987
- msgid "BibTeX"
988
- msgstr "BibTeX"
989
-
990
- #: ../lib/alexandria/export_library.rb:114
991
- msgid "CSV list"
992
- msgstr "Listado CVS"
993
-
994
- #: ../lib/alexandria/export_library.rb:115
995
- msgid "ISBN List"
996
- msgstr "Listado ISBN"
997
-
998
- #: ../lib/alexandria/export_library.rb:116
999
- msgid "iPod Notes"
1000
- msgstr "Notas de iPod"
1001
-
1002
- #: ../lib/alexandria/export_library.rb:117
1003
- msgid "HTML Web Page"
1004
- msgstr "Páxina Web HTML"
1005
-
1006
- #: ../lib/alexandria/smart_library.rb:92
1007
- msgid "Favorite"
1008
- msgstr "Favorito"
1009
-
1010
- #: ../lib/alexandria/smart_library.rb:98
1011
- msgid "Loaned"
1012
- msgstr "Prestado"
1008
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:118
1009
+ msgid "Match"
1010
+ msgstr "Cumprir"
1013
1011
 
1014
- #: ../lib/alexandria/smart_library.rb:110
1015
- msgid "Owned"
1016
- msgstr "En propiedade"
1012
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1013
+ msgid "all"
1014
+ msgstr "tódalas"
1017
1015
 
1018
- #: ../lib/alexandria/smart_library.rb:119
1019
- msgid "Wishlist"
1020
- msgstr "Lista de desexos"
1016
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:121
1017
+ msgid "any"
1018
+ msgstr "algunha das"
1021
1019
 
1022
- #: ../lib/alexandria/smart_library.rb:356
1023
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1024
- msgid "Notes"
1025
- msgstr "Notas"
1020
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:131
1021
+ msgid "of the following rules:"
1022
+ msgstr "seguintes regras:"
1026
1023
 
1027
- #: ../lib/alexandria/smart_library.rb:358
1028
- msgid "Loaning State"
1029
- msgstr "Estado do Préstamo"
1024
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:139
1025
+ msgid "Match the following rule:"
1026
+ msgstr "Cumpren as seguinte regras:"
1030
1027
 
1031
- #: ../lib/alexandria/smart_library.rb:359
1032
- msgid "Loaning Date"
1033
- msgstr "Data do Préstamo"
1028
+ #: ../lib/alexandria/ui/ui_manager.rb:132
1029
+ msgid "Type here the search criterion"
1030
+ msgstr "Escriba aquí os criterios da busca"
1034
1031
 
1035
- #: ../lib/alexandria/smart_library.rb:360
1036
- msgid "Loaning Person"
1037
- msgstr "Prestatario"
1032
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1033
+ msgid "Match everything"
1034
+ msgstr "Buscar todo"
1038
1035
 
1039
- #: ../lib/alexandria/smart_library.rb:362
1040
- msgid "Date Read"
1041
- msgstr "Data de Lectura"
1036
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1037
+ msgid "Title contains"
1038
+ msgstr "Título contén"
1042
1039
 
1043
- #: ../lib/alexandria/smart_library.rb:371
1044
- msgid "days"
1045
- msgstr "días"
1040
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1041
+ msgid "Authors contain"
1042
+ msgstr "Autores contén"
1046
1043
 
1047
- #: ../lib/alexandria/smart_library.rb:382
1048
- msgid "is set"
1049
- msgstr "está marcado"
1044
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1045
+ msgid "ISBN contains"
1046
+ msgstr "ISBN contén"
1050
1047
 
1051
- #: ../lib/alexandria/smart_library.rb:386
1052
- msgid "is not set"
1053
- msgstr "non está marcado"
1048
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1049
+ msgid "Publisher contains"
1050
+ msgstr "Editorial contén"
1054
1051
 
1055
- #: ../lib/alexandria/smart_library.rb:390
1056
- msgid "is"
1057
- msgstr "é"
1052
+ #: ../lib/alexandria/ui/ui_manager.rb:149
1053
+ msgid "Notes contain"
1054
+ msgstr "Notas contén"
1058
1055
 
1059
- #: ../lib/alexandria/smart_library.rb:394
1060
- msgid "is not"
1061
- msgstr "non é"
1056
+ #: ../lib/alexandria/ui/ui_manager.rb:150
1057
+ msgid "Tags contain"
1058
+ msgstr "Etiquetas contén"
1062
1059
 
1063
- #: ../lib/alexandria/smart_library.rb:398
1064
- msgid "contains"
1065
- msgstr "contén"
1060
+ #: ../lib/alexandria/ui/ui_manager.rb:164
1061
+ msgid "Change the search type"
1062
+ msgstr "Cambiar o tipo de busca"
1066
1063
 
1067
- #: ../lib/alexandria/smart_library.rb:402
1068
- msgid "does not contain"
1069
- msgstr "non contén"
1064
+ #: ../lib/alexandria/ui/ui_manager.rb:169
1065
+ msgid "View as Icons"
1066
+ msgstr "Ver coma iconas"
1070
1067
 
1071
- #: ../lib/alexandria/smart_library.rb:406
1072
- msgid "starts with"
1073
- msgstr "comeza por"
1068
+ #: ../lib/alexandria/ui/ui_manager.rb:170
1069
+ msgid "View as List"
1070
+ msgstr "Ver coma unha lista"
1074
1071
 
1075
- #: ../lib/alexandria/smart_library.rb:410
1076
- msgid "ends with"
1077
- msgstr "remata por"
1072
+ #: ../lib/alexandria/ui/ui_manager.rb:184
1073
+ msgid "Choose how to show books"
1074
+ msgstr "Elixir como amosar os libros"
1078
1075
 
1079
- #: ../lib/alexandria/smart_library.rb:414
1080
- msgid "is greater than"
1081
- msgstr "é maior que"
1076
+ #: ../lib/alexandria/ui/ui_manager.rb:407
1077
+ msgid "Library '%s' selected"
1078
+ msgstr "Seleccionouse a biblioteca'%s'"
1082
1079
 
1083
- #: ../lib/alexandria/smart_library.rb:418
1084
- msgid "is less than"
1085
- msgstr "é menor que"
1080
+ #: ../lib/alexandria/ui/ui_manager.rb:412
1081
+ msgid "Library '%s' selected, %d unrated book"
1082
+ msgid_plural "Library '%s' selected, %d unrated books"
1083
+ msgstr[0] "Seleccionouse a biblioteca '%s', %d libro sen avaliar"
1084
+ msgstr[1] "Seleccionouse a biblioteca '%s', %d libros sen avaliar"
1086
1085
 
1087
- #: ../lib/alexandria/smart_library.rb:422
1088
- msgid "is after"
1089
- msgstr "posterior a"
1086
+ #: ../lib/alexandria/ui/ui_manager.rb:416
1087
+ msgid "Library '%s' selected, %d book"
1088
+ msgid_plural "Library '%s' selected, %d books"
1089
+ msgstr[0] "Seleccionouse a biblioteca '%s', %d libro"
1090
+ msgstr[1] "Seleccionouse a biblioteca '%s', %d libros"
1090
1091
 
1091
- #: ../lib/alexandria/smart_library.rb:426
1092
- msgid "is before"
1093
- msgstr "anterior a"
1092
+ #: ../lib/alexandria/ui/ui_manager.rb:420
1093
+ msgid "Library '%s' selected, %d book, %d unrated"
1094
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1095
+ msgstr[0] "Seleccionouse a biblioteca '%s', %d libro, %s sen avaliar"
1096
+ msgstr[1] "Seleccionouse a biblioteca '%s', %d libros, %s sen avaliar"
1094
1097
 
1095
- #: ../lib/alexandria/smart_library.rb:430
1096
- msgid "is in last"
1097
- msgstr "nos últimos"
1098
+ #: ../lib/alexandria/ui/ui_manager.rb:434
1099
+ msgid "'%s' selected"
1100
+ msgstr "Seleccionouse '%s'"
1098
1101
 
1099
- #: ../lib/alexandria/smart_library.rb:450
1100
- msgid "is not in last"
1101
- msgstr "non nos últimos"
1102
+ #: ../lib/alexandria/ui/ui_manager.rb:436
1103
+ msgid "%d book selected"
1104
+ msgid_plural "%d books selected"
1105
+ msgstr[0] "Seleccionouse %d libro"
1106
+ msgstr[1] "Seleccionáronse %d libros"
1102
1107
 
1103
- #: ../lib/alexandria/book_providers.rb:87
1104
- msgid "Couldn't reach the provider '%s': timeout expired."
1105
- msgstr "Non se puido contactar co provedor '%s': expirou o tempo de espera."
1108
+ #: ../lib/alexandria/ui/ui_manager.rb:552
1109
+ msgid "unrecognized update event"
1110
+ msgstr ""
1106
1111
 
1107
- #: ../lib/alexandria/book_providers.rb:91
1108
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1109
- msgstr "Non se puido contactar co provedor '%s': erro de socket (%s)."
1112
+ #: ../lib/alexandria/ui/ui_manager.rb:597
1113
+ #, fuzzy
1114
+ msgid "Loading libraries..."
1115
+ msgstr "Cargando '%s'..."
1110
1116
 
1111
- #: ../lib/alexandria/book_providers.rb:95
1112
- #: ../lib/alexandria/book_providers.rb:100
1117
+ #: ../lib/alexandria/ui/ui_manager.rb:614
1113
1118
  msgid ""
1114
- "No results were found. Make sure your search criterion is spelled "
1115
- "correctly, and try again."
1119
+ "The data files for the following books are malformed or empty. Do you wish "
1120
+ "to attempt to download new information for them from the online book "
1121
+ "providers?\n"
1116
1122
  msgstr ""
1117
- "Non se atoparon resultados. Asegúrese de que escribiu os criterios de busca "
1118
- "correctamente e probe de novo."
1123
+ "Os ficheiros de datos dos seguintes libros están malformados ou baleiros. "
1124
+ "Desexa intentar descargar nova información para eles dos provedores de "
1125
+ "libros en liña?\n"
1119
1126
 
1120
- #: ../lib/alexandria/book_providers.rb:105
1121
- msgid "Too many results for that search."
1122
- msgstr "Esta busca devolveu demasiados resultados."
1127
+ #: ../lib/alexandria/ui/ui_manager.rb:666
1128
+ msgid "Added '%s' to library '%s'"
1129
+ msgstr "Engadiuse '%s' á biblioteca '%s'"
1123
1130
 
1124
- #: ../lib/alexandria/book_providers.rb:108
1125
- msgid "Invalid search type."
1126
- msgstr "Tipo de busca incorrecto."
1131
+ #: ../lib/alexandria/ui/ui_manager.rb:815
1132
+ msgid "Loading '%s'..."
1133
+ msgstr "Cargando '%s'..."
1127
1134
 
1128
- #: ../lib/alexandria/book_providers.rb:203
1129
- msgid "Enabled"
1135
+ #: ../lib/alexandria/ui/ui_manager.rb:1045
1136
+ msgid "In '_%s'"
1137
+ msgstr "En '_%s'"
1138
+
1139
+ #: ../lib/alexandria/web_themes.rb:64
1140
+ msgid "File %<file>s not found"
1130
1141
  msgstr ""
1131
1142
 
1132
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1143
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1133
1144
  msgid "Acquire from Scanner"
1134
1145
  msgstr "Adquirir dende o Escáner"
1135
1146
 
1136
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1137
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1147
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1148
+ msgid "_Barcode Scanner Ready"
1149
+ msgstr "Escáner de código de _barras preparado"
1150
+
1151
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1152
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1138
1153
  msgid "Save _in:"
1139
1154
  msgstr "Gardar _en:"
1140
1155
 
1141
- #: ../data/alexandria/glade/main_app.glade:17
1142
- msgid "Main Window"
1143
- msgstr "Ventá Principal"
1144
-
1145
- #: ../data/alexandria/glade/main_app.glade:32
1146
- msgid "Libraries listing."
1147
- msgstr "Listado de bibliotecas."
1148
-
1149
- #: ../data/alexandria/glade/main_app.glade:46
1150
- msgid "_Libraries:"
1151
- msgstr "_Bibliotecas:"
1156
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1157
+ msgid "by title"
1158
+ msgstr "por título"
1152
1159
 
1153
- #: ../data/alexandria/glade/main_app.glade:111
1154
- msgid "Book listing."
1155
- msgstr "Listado de libros."
1160
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1161
+ msgid "by authors"
1162
+ msgstr "por autores"
1156
1163
 
1157
- #: ../data/alexandria/glade/main_app.glade:194
1158
- msgid "Status messages."
1159
- msgstr "Mensaxes de estado."
1164
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1165
+ msgid "by keyword"
1166
+ msgstr "por palabra clave"
1160
1167
 
1161
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1168
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1162
1169
  msgid "_Keep Dialog Open after Adding Book"
1163
1170
  msgstr ""
1164
1171
 
1165
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1166
- msgid ""
1167
- "by title\n"
1168
- "by authors\n"
1169
- "by keyword"
1170
- msgstr ""
1171
- "por título\n"
1172
- "por autores\n"
1173
- "por palabra clave"
1174
-
1175
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1172
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1176
1173
  msgid "_Search:"
1177
1174
  msgstr "_Buscar:"
1178
1175
 
1179
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1180
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1176
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1177
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1181
1178
  msgid "_ISBN:"
1182
1179
  msgstr "_ISBN:"
1183
1180
 
1184
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1185
- msgid "_Title:"
1186
- msgstr "_Título:"
1187
-
1188
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1189
- msgid "_Publisher:"
1190
- msgstr "_Editorial:"
1181
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1182
+ msgid "Preferences"
1183
+ msgstr "Preferencias"
1191
1184
 
1192
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1193
- msgid "Add an author"
1194
- msgstr "Engadir un autor"
1185
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1186
+ msgid "<b>Visible Columns</b>"
1187
+ msgstr "<b>Columnas Visibles</b>"
1195
1188
 
1196
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1197
- msgid "Remove an author"
1198
- msgstr "Eliminar un autor"
1189
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1190
+ msgid "_Authors"
1191
+ msgstr "_Autores"
1199
1192
 
1200
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1201
- msgid "_Authors:"
1202
- msgstr "_Autores:"
1193
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1194
+ msgid "_ISBN"
1195
+ msgstr "_ISBN"
1203
1196
 
1204
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1205
- msgid "_Binding:"
1206
- msgstr "_Encadernación:"
1197
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1198
+ msgid "_Publisher"
1199
+ msgstr "_Editorial"
1207
1200
 
1208
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1209
- msgid "Publish _year:"
1210
- msgstr "Ano de _publicación:"
1201
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1202
+ msgid "_Rating"
1203
+ msgstr "_Calificación"
1211
1204
 
1212
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1213
- msgid "Tags:"
1214
- msgstr "Etiquetas:"
1205
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1206
+ msgid "_Binding"
1207
+ msgstr "_Encadernación"
1215
1208
 
1216
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1217
- msgid "_Cover:"
1218
- msgstr "_Imaxe da cuberta:"
1209
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1210
+ msgid "Publish _year"
1211
+ msgstr "A_no de publicación"
1219
1212
 
1220
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1221
- msgid "Click to pick a cover"
1222
- msgstr "Prema para conseguir unha imaxe de cuberta"
1213
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1214
+ msgid "Read?"
1215
+ msgstr "Lido?"
1223
1216
 
1224
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1225
- msgid "Own it?"
1217
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1218
+ msgid "Own?"
1226
1219
  msgstr "En posesión?"
1227
1220
 
1228
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1229
- msgid "Read it?"
1230
- msgstr "Lido?"
1231
-
1232
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1233
- msgid "Want it?"
1221
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1222
+ msgid "Want?"
1234
1223
  msgstr "Quéreo?"
1235
1224
 
1236
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1237
- msgid "Click on the stars to rate the book"
1238
- msgstr "Prema sobre as estrelas para calificar o libro"
1239
-
1240
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1241
- msgid "Rating:"
1242
- msgstr "Calificación:"
1243
-
1244
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1245
- msgid "General"
1246
- msgstr "Xeral"
1247
-
1248
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1249
- msgid "This book is _loaned"
1250
- msgstr "Este libro está en _préstamo"
1251
-
1252
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1253
- msgid "_To:"
1254
- msgstr "Prestouse _a:"
1255
-
1256
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1257
- msgid "_Since:"
1258
- msgstr "_Dende:"
1259
-
1260
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1261
- msgid "Loaning"
1262
- msgstr "En préstamo"
1225
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1226
+ #, fuzzy
1227
+ msgid "Loaned to"
1228
+ msgstr "Prestado"
1263
1229
 
1264
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1265
- msgid "Preferences"
1266
- msgstr "Preferencias"
1230
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1231
+ #, fuzzy
1232
+ msgid "_List View"
1233
+ msgstr "Vista de Lista"
1267
1234
 
1268
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1235
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1269
1236
  #, fuzzy
1270
1237
  msgid "<b>Book Data Providers</b>"
1271
1238
  msgstr "<b>_Provedores</b>"
1272
1239
 
1273
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1240
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1274
1241
  msgid "_Setup"
1275
1242
  msgstr "_Configuración"
1276
1243
 
1277
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1244
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1278
1245
  msgid ""
1279
1246
  "Providers are libraries that supply information about books. Some of them "
1280
1247
  "can be configured to get better results. You can also customize the order "
@@ -1284,70 +1251,124 @@ msgstr ""
1284
1251
  "deles poden configurarse para obter mellores resultados. Tamén pode "
1285
1252
  "personalizar a orde na que son consultados."
1286
1253
 
1287
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1254
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1288
1255
  msgid "Custom _Z39.50 Providers"
1289
1256
  msgstr ""
1290
1257
 
1291
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1258
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1292
1259
  msgid ""
1293
1260
  "Add and remove your own Z39.50 providers.\n"
1294
1261
  "Requires the Ruby/ZOOM software library."
1295
1262
  msgstr ""
1296
1263
 
1297
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1264
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1298
1265
  #, fuzzy
1299
1266
  msgid "_Providers"
1300
1267
  msgstr "Provedores"
1301
1268
 
1302
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1303
- msgid "<b>Visible Columns</b>"
1304
- msgstr "<b>Columnas Visibles</b>"
1269
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1270
+ #, fuzzy
1271
+ msgid "<b>Barcode Scanner Device</b>"
1272
+ msgstr "Escáner de código de _barras preparado"
1305
1273
 
1306
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1307
- msgid "_Authors"
1308
- msgstr "_Autores"
1274
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1275
+ msgid "_Device type:"
1276
+ msgstr ""
1309
1277
 
1310
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1311
- msgid "_ISBN"
1312
- msgstr "_ISBN"
1278
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1279
+ msgid "<b>Sound Effects</b>"
1280
+ msgstr ""
1313
1281
 
1314
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1315
- msgid "_Publisher"
1316
- msgstr "_Editorial"
1282
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1283
+ #, fuzzy
1284
+ msgid "Scanning"
1285
+ msgstr "En préstamo"
1317
1286
 
1318
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1319
- msgid "_Rating"
1320
- msgstr "_Calificación"
1287
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1288
+ msgid "Good Scan / Bad Scan"
1289
+ msgstr ""
1321
1290
 
1322
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1323
- msgid "_Binding"
1324
- msgstr "_Encadernación"
1291
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1292
+ #, fuzzy
1293
+ msgid "_Barcode Scanner"
1294
+ msgstr "Escáner de código de _barras preparado"
1325
1295
 
1326
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1327
- msgid "Publish _year"
1328
- msgstr "A_no de publicación"
1296
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1297
+ msgid "_Libraries:"
1298
+ msgstr "_Bibliotecas:"
1329
1299
 
1330
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1331
- msgid "Read?"
1332
- msgstr "Lido?"
1300
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1301
+ msgid "_Title:"
1302
+ msgstr "_Título:"
1333
1303
 
1334
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1335
- msgid "Own?"
1336
- msgstr "En posesión?"
1304
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1305
+ msgid "_Authors:"
1306
+ msgstr "_Autores:"
1337
1307
 
1338
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1339
- msgid "Want?"
1308
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1309
+ msgid "Tags:"
1310
+ msgstr "Etiquetas:"
1311
+
1312
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1313
+ msgid "_Binding:"
1314
+ msgstr "_Encadernación:"
1315
+
1316
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1317
+ msgid "Publish _year:"
1318
+ msgstr "Ano de _publicación:"
1319
+
1320
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1321
+ msgid "_Publisher:"
1322
+ msgstr "_Editorial:"
1323
+
1324
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1325
+ msgid "_Cover:"
1326
+ msgstr "_Imaxe da cuberta:"
1327
+
1328
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1329
+ msgid "Rating:"
1330
+ msgstr "Calificación:"
1331
+
1332
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1333
+ msgid "Want it?"
1340
1334
  msgstr "Quéreo?"
1341
1335
 
1342
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1343
- #, fuzzy
1344
- msgid "Loaned to"
1345
- msgstr "Prestado"
1336
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1337
+ msgid "Read it?"
1338
+ msgstr "Lido?"
1346
1339
 
1347
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1340
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1348
1341
  #, fuzzy
1349
- msgid "_List View"
1350
- msgstr "Vista de Lista"
1342
+ msgid "Select Date"
1343
+ msgstr "_Seleccionar todo"
1344
+
1345
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1346
+ msgid "Clear Date"
1347
+ msgstr ""
1348
+
1349
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1350
+ msgid "Own it?"
1351
+ msgstr "En posesión?"
1352
+
1353
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1354
+ msgid "General"
1355
+ msgstr "Xeral"
1356
+
1357
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1358
+ msgid "This book is _loaned"
1359
+ msgstr "Este libro está en _préstamo"
1360
+
1361
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1362
+ msgid "_To:"
1363
+ msgstr "Prestouse _a:"
1364
+
1365
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1366
+ msgid "_Since:"
1367
+ msgstr "_Dende:"
1368
+
1369
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1370
+ msgid "Loaning"
1371
+ msgstr "En préstamo"
1351
1372
 
1352
1373
  #: ../alexandria.desktop.in.h:1
1353
1374
  msgid "Alexandria Book Collection Manager"
@@ -1361,6 +1382,73 @@ msgstr "Administrador de Coleccións de Libros"
1361
1382
  msgid "Manage your book collection"
1362
1383
  msgstr "Administre a súa colección de libros"
1363
1384
 
1385
+ #~ msgid "Locale"
1386
+ #~ msgstr "gl"
1387
+
1388
+ #, fuzzy
1389
+ #~ msgid "Associate Tag"
1390
+ #~ msgstr "ID de Asociado"
1391
+
1392
+ #~ msgid "Unable to launch the web browser"
1393
+ #~ msgstr "Non se puido iniciar o navegador web"
1394
+
1395
+ #~ msgid ""
1396
+ #~ "Check out that a web browser is configured as default (Desktop "
1397
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1398
+ #~ msgstr ""
1399
+ #~ "Asegúrese de que ten un navegador web establecido como predeterminado "
1400
+ #~ "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e "
1401
+ #~ "probe de novo."
1402
+
1403
+ #~ msgid "Unable to launch the mail reader"
1404
+ #~ msgstr "Non se puido iniciar o lector de correo"
1405
+
1406
+ #~ msgid ""
1407
+ #~ "Check out that a mail reader is configured as default (Desktop "
1408
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1409
+ #~ msgstr ""
1410
+ #~ "Asegúrese de que ten un lector de correo establecido como predeterminado "
1411
+ #~ "(Preferencias de Escritorio -> Avanzadas -> Aplicacións Favoritas) e "
1412
+ #~ "probe de novo."
1413
+
1414
+ #~ msgid "Repair Book Data"
1415
+ #~ msgstr "Reparar Datos de Libro"
1416
+
1417
+ #~ msgid "There's a problem"
1418
+ #~ msgstr "Hai un problema"
1419
+
1420
+ #, fuzzy
1421
+ #~ msgid "Disable Provider"
1422
+ #~ msgstr "Novo provedor"
1423
+
1424
+ #, fuzzy
1425
+ #~ msgid "Enable Provider"
1426
+ #~ msgstr "Novo provedor"
1427
+
1428
+ #~ msgid "Main Window"
1429
+ #~ msgstr "Ventá Principal"
1430
+
1431
+ #~ msgid "Libraries listing."
1432
+ #~ msgstr "Listado de bibliotecas."
1433
+
1434
+ #~ msgid "Book listing."
1435
+ #~ msgstr "Listado de libros."
1436
+
1437
+ #~ msgid "Status messages."
1438
+ #~ msgstr "Mensaxes de estado."
1439
+
1440
+ #~ msgid "Add an author"
1441
+ #~ msgstr "Engadir un autor"
1442
+
1443
+ #~ msgid "Remove an author"
1444
+ #~ msgstr "Eliminar un autor"
1445
+
1446
+ #~ msgid "Click to pick a cover"
1447
+ #~ msgstr "Prema para conseguir unha imaxe de cuberta"
1448
+
1449
+ #~ msgid "Click on the stars to rate the book"
1450
+ #~ msgstr "Prema sobre as estrelas para calificar o libro"
1451
+
1364
1452
  #~ msgid "Language"
1365
1453
  #~ msgstr "Língua"
1366
1454
 
@@ -1374,9 +1462,6 @@ msgstr "Administre a súa colección de libros"
1374
1462
  #~ msgid "Couldn't add these books"
1375
1463
  #~ msgstr "Non se puido engadir o libro"
1376
1464
 
1377
- #~ msgid "Associate ID"
1378
- #~ msgstr "ID de Asociado"
1379
-
1380
1465
  #~ msgid ""
1381
1466
  #~ "These books do not conform to the ISBN-13 standard. We will attempt to "
1382
1467
  #~ "replace them from the book providers. Otherwise, we will turn them into "