alexandria-book-collection-manager 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +9 -0
  3. data/.gitignore +4 -1
  4. data/.rubocop.yml +51 -29
  5. data/.rubocop_todo.yml +33 -155
  6. data/.simplecov +5 -2
  7. data/.travis.yml +10 -4
  8. data/CHANGELOG.md +19 -0
  9. data/INSTALL.md +23 -11
  10. data/README.md +36 -35
  11. data/Rakefile +7 -5
  12. data/alexandria-book-collection-manager.gemspec +8 -3
  13. data/doc/dependency_decisions.yml +22 -3
  14. data/lib/alexandria.rb +2 -2
  15. data/lib/alexandria/book_providers.rb +47 -49
  16. data/lib/alexandria/book_providers/adlibris.rb +8 -13
  17. data/lib/alexandria/book_providers/amazon_aws.rb +47 -60
  18. data/lib/alexandria/book_providers/amazon_ecs_util.rb +283 -298
  19. data/lib/alexandria/book_providers/barnes_and_noble.rb +8 -8
  20. data/lib/alexandria/book_providers/douban.rb +2 -2
  21. data/lib/alexandria/book_providers/proxis.rb +12 -11
  22. data/lib/alexandria/book_providers/pseudomarc.rb +60 -70
  23. data/lib/alexandria/book_providers/siciliano.rb +5 -6
  24. data/lib/alexandria/book_providers/thalia.rb +8 -9
  25. data/lib/alexandria/book_providers/worldcat.rb +25 -31
  26. data/lib/alexandria/book_providers/z3950.rb +62 -69
  27. data/lib/alexandria/default_preferences.rb +37 -0
  28. data/lib/alexandria/execution_queue.rb +13 -12
  29. data/lib/alexandria/export_library.rb +4 -8
  30. data/lib/alexandria/import_library.rb +38 -62
  31. data/lib/alexandria/import_library_csv.rb +16 -16
  32. data/lib/alexandria/library_sort_order.rb +3 -1
  33. data/lib/alexandria/library_store.rb +16 -16
  34. data/lib/alexandria/logging.rb +4 -8
  35. data/lib/alexandria/models/book.rb +2 -2
  36. data/lib/alexandria/models/library.rb +18 -14
  37. data/lib/alexandria/net.rb +1 -2
  38. data/lib/alexandria/preferences.rb +27 -31
  39. data/lib/alexandria/scanners.rb +2 -2
  40. data/lib/alexandria/scanners/cue_cat.rb +5 -5
  41. data/lib/alexandria/scanners/keyboard.rb +1 -1
  42. data/lib/alexandria/smart_library.rb +22 -26
  43. data/lib/alexandria/ui.rb +7 -7
  44. data/lib/alexandria/ui/about_dialog.rb +1 -1
  45. data/lib/alexandria/ui/acquire_dialog.rb +9 -10
  46. data/lib/alexandria/ui/alert_dialog.rb +34 -19
  47. data/lib/alexandria/ui/bad_isbns_dialog.rb +13 -9
  48. data/lib/alexandria/ui/barcode_animation.rb +5 -5
  49. data/lib/alexandria/ui/book_properties_dialog.rb +2 -2
  50. data/lib/alexandria/ui/book_properties_dialog_base.rb +23 -17
  51. data/lib/alexandria/ui/callbacks.rb +141 -120
  52. data/lib/alexandria/ui/completion_models.rb +1 -1
  53. data/lib/alexandria/ui/confirm_erase_dialog.rb +1 -1
  54. data/lib/alexandria/ui/conflict_while_copying_dialog.rb +1 -1
  55. data/lib/alexandria/ui/error_dialog.rb +1 -1
  56. data/lib/alexandria/ui/export_dialog.rb +13 -15
  57. data/lib/alexandria/ui/icons.rb +34 -40
  58. data/lib/alexandria/ui/iconview_tooltips.rb +40 -53
  59. data/lib/alexandria/ui/import_dialog.rb +48 -47
  60. data/lib/alexandria/ui/init.rb +3 -2
  61. data/lib/alexandria/ui/keep_bad_isbn_dialog.rb +2 -2
  62. data/lib/alexandria/ui/libraries_combo.rb +10 -9
  63. data/lib/alexandria/ui/listview.rb +5 -6
  64. data/lib/alexandria/ui/main_app.rb +2 -2
  65. data/lib/alexandria/ui/multi_drag_treeview.rb +4 -6
  66. data/lib/alexandria/ui/new_book_dialog.rb +52 -52
  67. data/lib/alexandria/ui/new_provider_dialog.rb +12 -11
  68. data/lib/alexandria/ui/new_smart_library_dialog.rb +39 -27
  69. data/lib/alexandria/ui/preferences_dialog.rb +23 -82
  70. data/lib/alexandria/ui/provider_preferences_base_dialog.rb +9 -5
  71. data/lib/alexandria/ui/provider_preferences_dialog.rb +5 -5
  72. data/lib/alexandria/ui/really_delete_dialog.rb +1 -1
  73. data/lib/alexandria/ui/sidepane_manager.rb +35 -37
  74. data/lib/alexandria/ui/skip_entry_dialog.rb +3 -2
  75. data/lib/alexandria/ui/smart_library_properties_dialog.rb +35 -36
  76. data/lib/alexandria/ui/smart_library_properties_dialog_base.rb +59 -138
  77. data/lib/alexandria/ui/smart_library_rule_box.rb +119 -0
  78. data/lib/alexandria/ui/sound.rb +4 -6
  79. data/lib/alexandria/ui/ui_manager.rb +62 -64
  80. data/lib/alexandria/version.rb +2 -2
  81. data/lib/alexandria/web_themes.rb +15 -15
  82. data/po/cs.po +991 -874
  83. data/po/cy.po +957 -870
  84. data/po/de.po +991 -866
  85. data/po/el.po +987 -863
  86. data/po/es.po +986 -862
  87. data/po/fr.po +988 -868
  88. data/po/ga.po +910 -822
  89. data/po/gl.po +983 -863
  90. data/po/it.po +984 -862
  91. data/po/ja.po +969 -849
  92. data/po/mk.po +983 -859
  93. data/po/nb.po +982 -862
  94. data/po/nl.po +992 -869
  95. data/po/pl.po +1018 -963
  96. data/po/pt.po +983 -852
  97. data/po/pt_BR.po +983 -863
  98. data/po/ru.po +992 -869
  99. data/po/sk.po +986 -864
  100. data/po/sv.po +980 -860
  101. data/po/uk.po +975 -861
  102. data/po/zh_TW.po +974 -854
  103. data/share/alexandria/glade/main_app__builder.glade +6 -21
  104. data/share/gnome/help/alexandria/C/smart-libraries.xml +2 -2
  105. data/share/gnome/help/alexandria/C/working-with-libraries.xml +1 -1
  106. data/share/gnome/help/alexandria/fr/alexandria.xml +1 -1
  107. data/share/gnome/help/alexandria/ja/smart-libraries.xml +1 -1
  108. data/spec/alexandria/book_providers/world_cat_provider_spec.rb +160 -0
  109. data/spec/alexandria/book_providers_spec.rb +73 -129
  110. data/spec/alexandria/console_spec.rb +0 -5
  111. data/spec/alexandria/export_library_spec.rb +27 -38
  112. data/spec/alexandria/library_spec.rb +56 -44
  113. data/spec/alexandria/preferences_spec.rb +29 -3
  114. data/spec/alexandria/scanners/cue_cat_spec.rb +1 -1
  115. data/spec/alexandria/ui/about_dialog_spec.rb +1 -1
  116. data/spec/alexandria/ui/acquire_dialog_spec.rb +1 -1
  117. data/spec/alexandria/ui/alert_dialog_spec.rb +1 -1
  118. data/spec/alexandria/ui/bad_isbns_dialog_spec.rb +1 -1
  119. data/spec/alexandria/ui/book_properties_dialog_spec.rb +1 -1
  120. data/spec/alexandria/ui/confirm_erase_dialog_spec.rb +1 -1
  121. data/spec/alexandria/ui/conflict_while_copying_dialog_spec.rb +1 -1
  122. data/spec/alexandria/ui/error_dialog_spec.rb +1 -1
  123. data/spec/alexandria/ui/export_dialog_spec.rb +1 -1
  124. data/spec/alexandria/ui/icons_spec.rb +26 -0
  125. data/spec/alexandria/ui/iconview_spec.rb +1 -1
  126. data/spec/alexandria/ui/import_dialog_spec.rb +30 -3
  127. data/spec/alexandria/ui/keep_bad_isbn_dialog_spec.rb +1 -1
  128. data/spec/alexandria/ui/main_app_spec.rb +1 -1
  129. data/spec/alexandria/ui/new_book_dialog_manual_spec.rb +1 -1
  130. data/spec/alexandria/ui/new_provider_dialog_spec.rb +19 -3
  131. data/spec/alexandria/ui/new_smart_library_dialog_spec.rb +28 -3
  132. data/spec/alexandria/ui/preferences_dialog_spec.rb +1 -1
  133. data/spec/alexandria/ui/provider_preferences_dialog_spec.rb +23 -8
  134. data/spec/alexandria/ui/really_delete_dialog_spec.rb +1 -1
  135. data/spec/alexandria/ui/sidepane_manager_spec.rb +2 -2
  136. data/spec/alexandria/ui/skip_entry_dialog_spec.rb +1 -1
  137. data/spec/alexandria/ui/smart_library_properties_dialog_spec.rb +21 -7
  138. data/spec/alexandria/ui/ui_manager_spec.rb +39 -2
  139. data/spec/spec_helper.rb +46 -3
  140. data/tasks/spec.rake +3 -5
  141. data/util/rake/fileinstall.rb +12 -11
  142. metadata +82 -10
  143. data/spec/alexandria/ui/ui_utilities_spec.rb +0 -62
  144. data/spec/alexandria/utilities_spec.rb +0 -52
@@ -7,10 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: alexandria 0.6.3\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2010-08-13 04:41+0100\n"
10
+ "POT-Creation-Date: 2020-09-13 14:52+0200\n"
11
11
  "PO-Revision-Date: 2008-07-30 22:21-0000\n"
12
12
  "Last-Translator: Ligia Moreira <ligia.moreira@netvisao.pt >\n"
13
13
  "Language-Team: Lígia Moreira <ligia.moreira@netvisao.pt>\n"
14
+ "Language: \n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
16
17
  "Content-Transfer-Encoding: 8bit\n"
@@ -18,569 +19,811 @@ msgstr ""
18
19
  "X-Poedit-Language: Portuguese_Brazilian\n"
19
20
  "X-Poedit-Country: PORTUGAL\n"
20
21
 
21
- #: ../lib/alexandria/import_library.rb:30
22
+ #: ../lib/alexandria/about.rb:27
23
+ msgid "A program to help you manage your book collection."
24
+ msgstr "Um programa para o ajudar a gerenciar a sua coleção de livros."
25
+
26
+ #: ../lib/alexandria/book_providers.rb:91
27
+ msgid "Couldn't reach the provider '%s': timeout expired."
28
+ msgstr ""
29
+ "Não foi possível contactar o fornecedor '%s': expirou o tempo de conexão."
30
+
31
+ #: ../lib/alexandria/book_providers.rb:95
32
+ msgid "Couldn't reach the provider '%s': socket error (%s)."
33
+ msgstr "Não foi possível contactar o fornecedor '%s': erro de socket (%s)."
34
+
35
+ #: ../lib/alexandria/book_providers.rb:99
36
+ #: ../lib/alexandria/book_providers.rb:104
37
+ msgid ""
38
+ "No results were found. Make sure your search criterion is spelled "
39
+ "correctly, and try again."
40
+ msgstr ""
41
+ "Nenhum resultado encontrado. Verifique a ortografia dos critérios da "
42
+ "pesquisa, e tente novamente."
43
+
44
+ #: ../lib/alexandria/book_providers.rb:109
45
+ msgid "Too many results for that search."
46
+ msgstr "Resultados demasiadamente numerosos para esta pesquisa."
47
+
48
+ #: ../lib/alexandria/book_providers.rb:112
49
+ msgid "Invalid search type."
50
+ msgstr "Tipo de pesquisa inválida."
51
+
52
+ #: ../lib/alexandria/book_providers.rb:206
53
+ msgid "Enabled"
54
+ msgstr ""
55
+
56
+ #: ../lib/alexandria/book_providers/adlibris.rb:111
57
+ msgid "title not found on page"
58
+ msgstr ""
59
+
60
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:26
61
+ msgid "Locale"
62
+ msgstr "Local"
63
+
64
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:27
65
+ msgid "Access key ID"
66
+ msgstr ""
67
+
68
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:28
69
+ msgid "Secret access key"
70
+ msgstr ""
71
+
72
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:29
73
+ #, fuzzy
74
+ msgid "Associate Tag"
75
+ msgstr "Identidade de associado"
76
+
77
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:59
78
+ msgid "Provide secret key for your Amazon AWS account."
79
+ msgstr ""
80
+
81
+ #: ../lib/alexandria/book_providers/amazon_aws.rb:149
82
+ msgid "No products"
83
+ msgstr ""
84
+
85
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:102
86
+ msgid "HTTP Response: %<code>s %<message>s"
87
+ msgstr ""
88
+
89
+ #: ../lib/alexandria/book_providers/amazon_ecs_util.rb:170
90
+ msgid "Invalid country '%<country>s'"
91
+ msgstr ""
92
+
93
+ #: ../lib/alexandria/book_providers/barnes_and_noble.rb:59
94
+ msgid "HTTP redirect too deep"
95
+ msgstr ""
96
+
97
+ #: ../lib/alexandria/book_providers/z3950.rb:22
98
+ msgid "Hostname"
99
+ msgstr "Anfitrião"
100
+
101
+ #: ../lib/alexandria/book_providers/z3950.rb:23
102
+ msgid "Port"
103
+ msgstr "Porto"
104
+
105
+ #: ../lib/alexandria/book_providers/z3950.rb:24
106
+ msgid "Database"
107
+ msgstr "Base de dados"
108
+
109
+ #: ../lib/alexandria/book_providers/z3950.rb:25
110
+ msgid "Record syntax"
111
+ msgstr "Sintaxe de gravação"
112
+
113
+ #: ../lib/alexandria/book_providers/z3950.rb:27
114
+ msgid "Username"
115
+ msgstr "Utilizador"
116
+
117
+ #: ../lib/alexandria/book_providers/z3950.rb:28
118
+ msgid "Password"
119
+ msgstr "Palavra-passe"
120
+
121
+ #: ../lib/alexandria/book_providers/z3950.rb:29
122
+ msgid "Charset encoding"
123
+ msgstr "Codificando caratere"
124
+
125
+ #: ../lib/alexandria/book_providers/z3950.rb:213
126
+ msgid "Library of Congress (Usa)"
127
+ msgstr "Biblioteca do Congresso (Estados Unidos)"
128
+
129
+ #: ../lib/alexandria/book_providers/z3950.rb:249
130
+ msgid "British Library"
131
+ msgstr "Biblioteca Britânica"
132
+
133
+ #: ../lib/alexandria/book_providers/z3950.rb:376
134
+ #, fuzzy
135
+ msgid "Invalid ISBN"
136
+ msgstr "ISBN '%s' inválido"
137
+
138
+ #: ../lib/alexandria/export_format.rb:18
139
+ msgid "Archived ONIX XML"
140
+ msgstr "Arquivo ONIX XML"
141
+
142
+ #: ../lib/alexandria/export_format.rb:19
143
+ msgid "Archived Tellico XML"
144
+ msgstr "Arquivo Tellico XML"
145
+
146
+ #: ../lib/alexandria/export_format.rb:20
147
+ msgid "BibTeX"
148
+ msgstr "BibTex"
149
+
150
+ #: ../lib/alexandria/export_format.rb:21
151
+ msgid "CSV list"
152
+ msgstr "Lista CSV"
153
+
154
+ #: ../lib/alexandria/export_format.rb:22
155
+ msgid "ISBN List"
156
+ msgstr "Lista de ISBNs"
157
+
158
+ #: ../lib/alexandria/export_format.rb:23
159
+ msgid "iPod Notes"
160
+ msgstr "Notas do iPod"
161
+
162
+ #: ../lib/alexandria/export_format.rb:24
163
+ msgid "HTML Web Page"
164
+ msgstr "Página Web em HTML"
165
+
166
+ #: ../lib/alexandria/import_library.rb:21
22
167
  msgid "Autodetect"
23
168
  msgstr "Detecção automática"
24
169
 
25
- #: ../lib/alexandria/import_library.rb:31
170
+ #: ../lib/alexandria/import_library.rb:22
26
171
  msgid "Archived Tellico XML (*.bc, *.tc)"
27
172
  msgstr "Arquivo Tellico XML (*.bc, *.tc)"
28
173
 
29
- #: ../lib/alexandria/import_library.rb:33
174
+ #: ../lib/alexandria/import_library.rb:24
30
175
  msgid "ISBN List (*.txt)"
31
176
  msgstr "Lista de ISBNs (*.txt)"
32
177
 
33
- #: ../lib/alexandria/import_library.rb:35
178
+ #: ../lib/alexandria/import_library.rb:25
34
179
  msgid "GoodReads CSV"
35
180
  msgstr ""
36
181
 
37
- #: ../lib/alexandria/models/library.rb:56
38
- msgid "Untitled"
39
- msgstr "Sem Título"
182
+ #: ../lib/alexandria/import_library.rb:65
183
+ msgid "Unsupported type"
184
+ msgstr ""
185
+
186
+ #: ../lib/alexandria/import_library_csv.rb:199
187
+ msgid "Not Recognized"
188
+ msgstr ""
40
189
 
41
- #: ../lib/alexandria/models/library.rb:245
190
+ #: ../lib/alexandria/library_store.rb:37
42
191
  msgid "My Library"
43
192
  msgstr "Minha Biblioteca"
44
193
 
45
- #: ../lib/alexandria/about.rb:24
46
- msgid "A program to help you manage your book collection."
47
- msgstr "Um programa para o ajudar a gerenciar a sua coleção de livros."
194
+ #: ../lib/alexandria/library_store.rb:67
195
+ msgid "Not a book: %<book>s"
196
+ msgstr ""
48
197
 
49
- #: ../lib/alexandria/ui/ui_manager.rb:135
50
- msgid "Type here the search criterion"
51
- msgstr "Escreva aqui os critérios da pesquisa"
198
+ #: ../lib/alexandria/library_store.rb:78
199
+ msgid "%<file>s isbn is not okay"
200
+ msgstr ""
52
201
 
53
- #: ../lib/alexandria/ui/ui_manager.rb:148
54
- msgid "Match everything"
55
- msgstr "Corresponder tudo"
202
+ #: ../lib/alexandria/library_store.rb:83
203
+ msgid "%<file>s version is not okay"
204
+ msgstr ""
56
205
 
57
- #: ../lib/alexandria/ui/ui_manager.rb:150
58
- msgid "Title contains"
59
- msgstr "O título contém"
206
+ #: ../lib/alexandria/library_store.rb:88
207
+ msgid "%<file>s pub year is not okay"
208
+ msgstr ""
60
209
 
61
- #: ../lib/alexandria/ui/ui_manager.rb:151
62
- msgid "Authors contain"
63
- msgstr "Os autores contêm"
210
+ #: ../lib/alexandria/models/library.rb:40
211
+ msgid "Untitled"
212
+ msgstr "Sem Título"
64
213
 
65
- #: ../lib/alexandria/ui/ui_manager.rb:152
66
- msgid "ISBN contains"
67
- msgstr "O ISBN contém"
214
+ #: ../lib/alexandria/models/library.rb:288
215
+ msgid "Book %<isbn>s was already deleted"
216
+ msgstr ""
68
217
 
69
- #: ../lib/alexandria/ui/ui_manager.rb:153
70
- msgid "Publisher contains"
71
- msgstr "O editor contém"
218
+ #: ../lib/alexandria/scanners/cue_cat.rb:75
219
+ msgid "Don't know how to handle type %<type>s (barcode: %<code>s)"
220
+ msgstr ""
72
221
 
73
- #: ../lib/alexandria/ui/ui_manager.rb:154
74
- msgid "Notes contain"
75
- msgstr "As anotações contêm"
222
+ #: ../lib/alexandria/scanners/cue_cat.rb:109
223
+ msgid "Error parsing CueCat input"
224
+ msgstr ""
76
225
 
77
- #: ../lib/alexandria/ui/ui_manager.rb:155
78
- msgid "Tags contain"
79
- msgstr "As etiquetas contêm"
226
+ #: ../lib/alexandria/scanners/keyboard.rb:51
227
+ msgid "Unknown scan data %s<data>"
228
+ msgstr ""
80
229
 
81
- #: ../lib/alexandria/ui/ui_manager.rb:170
82
- msgid "Change the search type"
83
- msgstr "Modifique o tipo de pesquisa."
230
+ #: ../lib/alexandria/smart_library.rb:49
231
+ msgid "Favorite"
232
+ msgstr "Favorito"
84
233
 
85
- #: ../lib/alexandria/ui/ui_manager.rb:175
86
- msgid "View as Icons"
87
- msgstr "Ver como ícones"
234
+ #: ../lib/alexandria/smart_library.rb:55
235
+ msgid "Loaned"
236
+ msgstr "Emprestado"
88
237
 
89
- #: ../lib/alexandria/ui/ui_manager.rb:176
90
- msgid "View as List"
91
- msgstr "Ver como lista"
238
+ #: ../lib/alexandria/smart_library.rb:61 ../lib/alexandria/smart_library.rb:307
239
+ #: ../lib/alexandria/ui/listview.rb:59
240
+ msgid "Read"
241
+ msgstr "Ler"
92
242
 
93
- #: ../lib/alexandria/ui/ui_manager.rb:189
94
- msgid "Choose how to show books"
95
- msgstr "Escolha como mostrar os livros"
243
+ #: ../lib/alexandria/smart_library.rb:67
244
+ msgid "Owned"
245
+ msgstr "Propriedade de"
96
246
 
97
- #: ../lib/alexandria/ui/ui_manager.rb:436
98
- msgid "Library '%s' selected"
99
- msgstr "Biblioteca '%s' selecionada"
247
+ #: ../lib/alexandria/smart_library.rb:76
248
+ msgid "Wishlist"
249
+ msgstr "Lista do pedido"
100
250
 
101
- #: ../lib/alexandria/ui/ui_manager.rb:443
102
- msgid "Library '%s' selected, %d unrated book"
103
- msgid_plural "Library '%s' selected, %d unrated books"
104
- msgstr[0] "Biblioteca '%s' selecionada, %d livro não classificado"
105
- msgstr[1] "Biblioteca '%s' selecionada, %d livros não classificados"
251
+ #: ../lib/alexandria/smart_library.rb:295 ../lib/alexandria/ui/listview.rb:32
252
+ msgid "Title"
253
+ msgstr "Título"
106
254
 
107
- #: ../lib/alexandria/ui/ui_manager.rb:448
108
- msgid "Library '%s' selected, %d book"
109
- msgid_plural "Library '%s' selected, %d books"
110
- msgstr[0] "Biblioteca '%s' selecionada, %d livro"
111
- msgstr[1] "Biblioteca '%s' selecionada, %d livros"
255
+ #: ../lib/alexandria/smart_library.rb:296 ../lib/alexandria/ui/listview.rb:52
256
+ msgid "ISBN"
257
+ msgstr "ISBN"
112
258
 
113
- #: ../lib/alexandria/ui/ui_manager.rb:455
114
- msgid "Library '%s' selected, %d book, %d unrated"
115
- msgid_plural "Library '%s' selected, %d books, %d unrated"
116
- msgstr[0] "Biblioteca '%s' selecionada, %d livro"
117
- msgstr[1] "Biblioteca '%s' selecionada, %d livros, %d não classificados"
259
+ #: ../lib/alexandria/smart_library.rb:297 ../lib/alexandria/ui/listview.rb:51
260
+ msgid "Authors"
261
+ msgstr "Autores"
118
262
 
119
- #: ../lib/alexandria/ui/ui_manager.rb:467
120
- msgid "'%s' selected"
121
- msgstr "'%s' selecionado"
263
+ #: ../lib/alexandria/smart_library.rb:298 ../lib/alexandria/ui/listview.rb:53
264
+ msgid "Publisher"
265
+ msgstr "Editor"
122
266
 
123
- #: ../lib/alexandria/ui/ui_manager.rb:470
124
- msgid "%d book selected"
125
- msgid_plural "%d books selected"
126
- msgstr[0] "%d livro selecionado"
127
- msgstr[1] "%d livros selecionados"
267
+ #: ../lib/alexandria/smart_library.rb:299 ../lib/alexandria/ui/listview.rb:54
268
+ msgid "Publish Year"
269
+ msgstr "Ano de Publicação"
270
+
271
+ #: ../lib/alexandria/smart_library.rb:300 ../lib/alexandria/ui/listview.rb:55
272
+ msgid "Binding"
273
+ msgstr "Edição"
274
+
275
+ #: ../lib/alexandria/smart_library.rb:301 ../lib/alexandria/ui/listview.rb:106
276
+ msgid "Rating"
277
+ msgstr "Classificação"
278
+
279
+ #: ../lib/alexandria/smart_library.rb:302
280
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:762
281
+ msgid "Notes"
282
+ msgstr "Notas"
283
+
284
+ #: ../lib/alexandria/smart_library.rb:303 ../lib/alexandria/ui/listview.rb:86
285
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:230
286
+ msgid "Tags"
287
+ msgstr "Etiquetas"
288
+
289
+ #: ../lib/alexandria/smart_library.rb:304
290
+ msgid "Loaning State"
291
+ msgstr "Estado do Empréstimo"
292
+
293
+ #: ../lib/alexandria/smart_library.rb:305
294
+ msgid "Loaning Date"
295
+ msgstr "o Data dEmpréstimo"
296
+
297
+ #: ../lib/alexandria/smart_library.rb:306
298
+ msgid "Loaning Person"
299
+ msgstr "Requisitante"
300
+
301
+ #: ../lib/alexandria/smart_library.rb:308
302
+ msgid "Date Read"
303
+ msgstr "Data de leitura"
304
+
305
+ #: ../lib/alexandria/smart_library.rb:309 ../lib/alexandria/ui/listview.rb:60
306
+ msgid "Own"
307
+ msgstr "Proprietário"
308
+
309
+ #: ../lib/alexandria/smart_library.rb:310 ../lib/alexandria/ui/listview.rb:61
310
+ msgid "Want"
311
+ msgstr "Querer"
312
+
313
+ #: ../lib/alexandria/smart_library.rb:317
314
+ msgid "days"
315
+ msgstr "dias"
316
+
317
+ #: ../lib/alexandria/smart_library.rb:327
318
+ msgid "is set"
319
+ msgstr "está configurado"
128
320
 
129
- #: ../lib/alexandria/ui/ui_manager.rb:648
130
- msgid "Unable to launch the web browser"
131
- msgstr "Não foi possível lançar o navegador web"
321
+ #: ../lib/alexandria/smart_library.rb:330
322
+ msgid "is not set"
323
+ msgstr "não está configurado"
324
+
325
+ #: ../lib/alexandria/smart_library.rb:333
326
+ msgid "is"
327
+ msgstr "está"
328
+
329
+ #: ../lib/alexandria/smart_library.rb:336
330
+ msgid "is not"
331
+ msgstr "não está"
332
+
333
+ #: ../lib/alexandria/smart_library.rb:339
334
+ msgid "contains"
335
+ msgstr "contém"
336
+
337
+ #: ../lib/alexandria/smart_library.rb:342
338
+ msgid "does not contain"
339
+ msgstr "não contém"
340
+
341
+ #: ../lib/alexandria/smart_library.rb:345
342
+ msgid "starts with"
343
+ msgstr "começa com"
344
+
345
+ #: ../lib/alexandria/smart_library.rb:348
346
+ msgid "ends with"
347
+ msgstr "acaba com"
348
+
349
+ #: ../lib/alexandria/smart_library.rb:351
350
+ msgid "is greater than"
351
+ msgstr "é maior do que"
352
+
353
+ #: ../lib/alexandria/smart_library.rb:354
354
+ msgid "is less than"
355
+ msgstr "é menor do que"
356
+
357
+ #: ../lib/alexandria/smart_library.rb:357
358
+ msgid "is after"
359
+ msgstr "está depois"
360
+
361
+ #: ../lib/alexandria/smart_library.rb:360
362
+ msgid "is before"
363
+ msgstr "está depois"
364
+
365
+ #: ../lib/alexandria/smart_library.rb:364
366
+ msgid "is in last"
367
+ msgstr "está em último"
368
+
369
+ #: ../lib/alexandria/smart_library.rb:384
370
+ msgid "is not in last"
371
+ msgstr "não está em último"
372
+
373
+ #: ../lib/alexandria/smart_library.rb:465
374
+ msgid "invalid operand klass %<klass>s"
375
+ msgstr ""
376
+
377
+ #: ../lib/alexandria/ui/acquire_dialog.rb:202
378
+ msgid "There was %d duplicate"
379
+ msgid_plural "There were %d duplicates"
380
+ msgstr[0] ""
381
+ msgstr[1] ""
382
+
383
+ #: ../lib/alexandria/ui/acquire_dialog.rb:205
384
+ #, fuzzy
385
+ msgid "Couldn't add this book"
386
+ msgid_plural "Couldn't add these books"
387
+ msgstr[0] "Não foi possível adicionar o livro"
388
+ msgstr[1] "Não foi possível adicionar o livro"
389
+
390
+ #: ../lib/alexandria/ui/acquire_dialog.rb:284
391
+ #: ../lib/alexandria/ui/new_book_dialog.rb:500
392
+ msgid "Searching Provider '%s'..."
393
+ msgstr ""
394
+
395
+ #: ../lib/alexandria/ui/acquire_dialog.rb:285
396
+ #: ../lib/alexandria/ui/new_book_dialog.rb:501
397
+ msgid "Error while Searching Provider '%s'"
398
+ msgstr ""
399
+
400
+ #: ../lib/alexandria/ui/acquire_dialog.rb:286
401
+ #: ../lib/alexandria/ui/new_book_dialog.rb:502
402
+ msgid "Not Found at Provider '%s'"
403
+ msgstr ""
404
+
405
+ #: ../lib/alexandria/ui/acquire_dialog.rb:287
406
+ #: ../lib/alexandria/ui/new_book_dialog.rb:503
407
+ msgid "Found at Provider '%s'"
408
+ msgstr ""
409
+
410
+ #: ../lib/alexandria/ui/acquire_dialog.rb:406
411
+ msgid "Ready to use %s barcode scanner"
412
+ msgstr ""
413
+
414
+ #: ../lib/alexandria/ui/acquire_dialog.rb:430
415
+ msgid "Click below to scan _barcodes"
416
+ msgstr "Clique em baixo para fazer o scan do código de barras"
417
+
418
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:112
419
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:122
420
+ msgid "Couldn't modify the book"
421
+ msgstr "Não foi possível editar as propriedades do livro"
132
422
 
133
- #: ../lib/alexandria/ui/ui_manager.rb:649
423
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:113
424
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:74
134
425
  msgid ""
135
- "Check out that a web browser is configured as default (Desktop Preferences -"
136
- "> Advanced -> Preferred Applications) and try again."
426
+ "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
427
+ "correcty, and try again."
137
428
  msgstr ""
138
- "Verifique se o navegador está configurado por padrão (Preferências do "
139
- "Desktop -> Aplicações preferidas) e tente novamente."
429
+ "Não foi possível validar o EAN/ISBN. Verifique se o número está escrito "
430
+ "corretamente, e tente de novo."
140
431
 
141
- #: ../lib/alexandria/ui/ui_manager.rb:661
142
- msgid "Unable to launch the mail reader"
143
- msgstr "Não foi possível lançar o cliente de e-mail"
432
+ #: ../lib/alexandria/ui/book_properties_dialog.rb:123
433
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:79
434
+ msgid "The EAN/ISBN you provided is already used in this library."
435
+ msgstr "O EAN/ISBN fornecido já foi utilizado nesta biblioteca."
144
436
 
145
- #: ../lib/alexandria/ui/ui_manager.rb:662
146
- msgid ""
147
- "Check out that a mail reader is configured as default (Desktop Preferences -"
148
- "> Advanced -> Preferred Applications) and try again."
149
- msgstr ""
150
- "Verifique se o cliente de e-mail está configurado por padrão ((Preferências "
151
- "do Desktop -> Aplicações preferidas) e tente novamente."
437
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:206
438
+ msgid "Properties"
439
+ msgstr "Propriedades"
152
440
 
153
- #: ../lib/alexandria/ui/ui_manager.rb:697
154
- msgid "Repair Book Data"
155
- msgstr "Reparar dados dos livros"
441
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:208
442
+ #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:21
443
+ msgid "Properties for '%s'"
444
+ msgstr "Propriedades para %s"
156
445
 
157
- #: ../lib/alexandria/ui/ui_manager.rb:698
158
- msgid ""
159
- "The data files for the following books are malformed or empty. Do you wish "
160
- "to attempt to download new information for them from the online book "
161
- "providers?\n"
162
- msgstr ""
163
- "Os ficheiros de dados para os livros seguintes estão danificados ou vazios. "
164
- "Quer tentar descarregar nova informação para eles a partir dos fornecedores "
165
- "de livros online?\n"
446
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:214
447
+ msgid "Author"
448
+ msgstr "Autor"
166
449
 
167
- #: ../lib/alexandria/ui/ui_manager.rb:755
168
- msgid "Added '%s' to library '%s'"
169
- msgstr "Adicionados '%s' à biblioteca '%s'"
450
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:263
451
+ msgid "Select a cover image"
452
+ msgstr "Selecione uma imagem de capa"
170
453
 
171
- #: ../lib/alexandria/ui/ui_manager.rb:908
172
- msgid "Loading '%s'..."
173
- msgstr "Carregando '%s'..."
454
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:267
455
+ msgid "No Cover"
456
+ msgstr "Sem Capa:"
174
457
 
175
- #: ../lib/alexandria/ui/ui_manager.rb:1157
176
- msgid "In '_%s'"
177
- msgstr "Em '_%s'"
458
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:346
459
+ msgid "%d day"
460
+ msgid_plural "%d days"
461
+ msgstr[0] "%d dia"
462
+ msgstr[1] "%d dias"
463
+
464
+ #: ../lib/alexandria/ui/book_properties_dialog_base.rb:372
465
+ msgid "out of range"
466
+ msgstr ""
178
467
 
179
- #: ../lib/alexandria/ui/callbacks.rb:65
468
+ #: ../lib/alexandria/ui/callbacks.rb:57
180
469
  msgid "The following lines are not valid ISBNs and were not imported:"
181
470
  msgstr "As linhas seguintes não são ISBNs válidos e não foram importadas:"
182
471
 
183
- #: ../lib/alexandria/ui/callbacks.rb:122
184
- #: ../lib/alexandria/ui/export_dialog.rb:128
185
- msgid "Export failed"
186
- msgstr "A exportação falhou"
187
-
188
- #: ../lib/alexandria/ui/callbacks.rb:123
189
- msgid "Try letting this library load completely before exporting."
472
+ #: ../lib/alexandria/ui/callbacks.rb:62
473
+ msgid "Books could not be found for the following ISBNs:"
190
474
  msgstr ""
191
475
 
192
- #: ../lib/alexandria/ui/callbacks.rb:274
476
+ #: ../lib/alexandria/ui/callbacks.rb:362
193
477
  msgid "_Library"
194
478
  msgstr "_Biblioteca"
195
479
 
196
- #: ../lib/alexandria/ui/callbacks.rb:275
480
+ #: ../lib/alexandria/ui/callbacks.rb:363
197
481
  msgid "_New Library"
198
482
  msgstr "_Nova Biblioteca"
199
483
 
200
- #: ../lib/alexandria/ui/callbacks.rb:275
484
+ #: ../lib/alexandria/ui/callbacks.rb:363
201
485
  msgid "Create a new library"
202
486
  msgstr "Criar uma nova biblioteca"
203
487
 
204
- #: ../lib/alexandria/ui/callbacks.rb:276
488
+ #: ../lib/alexandria/ui/callbacks.rb:364
205
489
  msgid "New _Smart Library..."
206
490
  msgstr "Nova _Biblioteca inteligente..."
207
491
 
208
- #: ../lib/alexandria/ui/callbacks.rb:276
492
+ #: ../lib/alexandria/ui/callbacks.rb:364
209
493
  msgid "Create a new smart library"
210
494
  msgstr "Criar uma nova biblioteca inteligente "
211
495
 
212
- #: ../lib/alexandria/ui/callbacks.rb:277
496
+ #: ../lib/alexandria/ui/callbacks.rb:365
213
497
  msgid "_Add Book..."
214
498
  msgstr "_Adicionar um livro..."
215
499
 
216
- #: ../lib/alexandria/ui/callbacks.rb:277
500
+ #: ../lib/alexandria/ui/callbacks.rb:365
217
501
  msgid "Add a new book from the Internet"
218
502
  msgstr "Adicionar um novo livro a partir da internet"
219
503
 
220
- #: ../lib/alexandria/ui/callbacks.rb:278
504
+ #: ../lib/alexandria/ui/callbacks.rb:366
221
505
  msgid "Add Book _Manually..."
222
506
  msgstr "Adicionar _manualmente um livro..."
223
507
 
224
- #: ../lib/alexandria/ui/callbacks.rb:278
508
+ #: ../lib/alexandria/ui/callbacks.rb:366
225
509
  msgid "Add a new book manually"
226
510
  msgstr "Adicionar _manualmente um novo livro..."
227
511
 
228
- #: ../lib/alexandria/ui/callbacks.rb:279
512
+ #: ../lib/alexandria/ui/callbacks.rb:367
229
513
  msgid "_Import..."
230
514
  msgstr "_Importar..."
231
515
 
232
- #: ../lib/alexandria/ui/callbacks.rb:279
516
+ #: ../lib/alexandria/ui/callbacks.rb:367
233
517
  msgid "Import a library"
234
518
  msgstr "Importar uma biblioteca"
235
519
 
236
- #: ../lib/alexandria/ui/callbacks.rb:280
520
+ #: ../lib/alexandria/ui/callbacks.rb:368
237
521
  msgid "_Export..."
238
522
  msgstr "_Exportar..."
239
523
 
240
- #: ../lib/alexandria/ui/callbacks.rb:280
524
+ #: ../lib/alexandria/ui/callbacks.rb:368
241
525
  msgid "Export the selected library"
242
526
  msgstr "Exportar a biblioteca selecionada"
243
527
 
244
- #: ../lib/alexandria/ui/callbacks.rb:281
245
- msgid "_Acquire from Scanner..."
528
+ #: ../lib/alexandria/ui/callbacks.rb:369
529
+ #, fuzzy
530
+ msgid "A_cquire from Scanner..."
246
531
  msgstr "_Adquirir do Scanner..."
247
532
 
248
- #: ../lib/alexandria/ui/callbacks.rb:281
533
+ #: ../lib/alexandria/ui/callbacks.rb:369
249
534
  msgid "Acquire books from a scanner"
250
535
  msgstr "Adquirir livros a partir de um scanner"
251
536
 
252
- #: ../lib/alexandria/ui/callbacks.rb:282
537
+ #: ../lib/alexandria/ui/callbacks.rb:370
253
538
  msgid "_Properties"
254
539
  msgstr "_Propriedades"
255
540
 
256
- #: ../lib/alexandria/ui/callbacks.rb:282
541
+ #: ../lib/alexandria/ui/callbacks.rb:370
257
542
  msgid "Edit the properties of the selected book"
258
543
  msgstr "Editar as propriedades do livro selecionado"
259
544
 
260
- #: ../lib/alexandria/ui/callbacks.rb:283
545
+ #: ../lib/alexandria/ui/callbacks.rb:371
261
546
  msgid "_Quit"
262
547
  msgstr "_Sair"
263
548
 
264
- #: ../lib/alexandria/ui/callbacks.rb:283
549
+ #: ../lib/alexandria/ui/callbacks.rb:371
265
550
  msgid "Quit the program"
266
551
  msgstr "Sair do programa"
267
552
 
268
- #: ../lib/alexandria/ui/callbacks.rb:284
553
+ #: ../lib/alexandria/ui/callbacks.rb:372
269
554
  msgid "_Edit"
270
555
  msgstr "_Editar"
271
556
 
272
- #: ../lib/alexandria/ui/callbacks.rb:285
557
+ #: ../lib/alexandria/ui/callbacks.rb:373
273
558
  msgid "_Undo"
274
559
  msgstr "_Desfazer"
275
560
 
276
- #: ../lib/alexandria/ui/callbacks.rb:285
561
+ #: ../lib/alexandria/ui/callbacks.rb:373
277
562
  msgid "Undo the last action"
278
563
  msgstr "Desfazer a última ação"
279
564
 
280
- #: ../lib/alexandria/ui/callbacks.rb:286
565
+ #: ../lib/alexandria/ui/callbacks.rb:374
281
566
  msgid "_Redo"
282
567
  msgstr "_Refazer"
283
568
 
284
- #: ../lib/alexandria/ui/callbacks.rb:286
569
+ #: ../lib/alexandria/ui/callbacks.rb:374
285
570
  msgid "Redo the undone action"
286
571
  msgstr "Refazer a ação desfeita"
287
572
 
288
- #: ../lib/alexandria/ui/callbacks.rb:287
573
+ #: ../lib/alexandria/ui/callbacks.rb:375
289
574
  msgid "_Select All"
290
575
  msgstr "_Selecionar tudo"
291
576
 
292
- #: ../lib/alexandria/ui/callbacks.rb:287
577
+ #: ../lib/alexandria/ui/callbacks.rb:375
293
578
  msgid "Select all visible books"
294
579
  msgstr "Selecionar todos os livros visíveis"
295
580
 
296
- #: ../lib/alexandria/ui/callbacks.rb:288
581
+ #: ../lib/alexandria/ui/callbacks.rb:376
297
582
  msgid "Dese_lect All"
298
583
  msgstr "_Desfazer toda a seleção"
299
584
 
300
- #: ../lib/alexandria/ui/callbacks.rb:288
585
+ #: ../lib/alexandria/ui/callbacks.rb:376
301
586
  msgid "Deselect everything"
302
587
  msgstr "Desfazer toda a seleção"
303
588
 
304
- #: ../lib/alexandria/ui/callbacks.rb:289
589
+ #: ../lib/alexandria/ui/callbacks.rb:377
305
590
  msgid "My _Rating"
306
591
  msgstr "Minha _classificação"
307
592
 
308
- #: ../lib/alexandria/ui/callbacks.rb:290
593
+ #: ../lib/alexandria/ui/callbacks.rb:378
309
594
  msgid "None"
310
595
  msgstr "Nenhuma"
311
596
 
312
- #: ../lib/alexandria/ui/callbacks.rb:291
597
+ #: ../lib/alexandria/ui/callbacks.rb:379
313
598
  msgid "One Star"
314
599
  msgstr "Uma estrela"
315
600
 
316
- #: ../lib/alexandria/ui/callbacks.rb:292
601
+ #: ../lib/alexandria/ui/callbacks.rb:380
317
602
  msgid "Two Stars"
318
603
  msgstr "Duas estrelas"
319
604
 
320
- #: ../lib/alexandria/ui/callbacks.rb:293
605
+ #: ../lib/alexandria/ui/callbacks.rb:381
321
606
  msgid "Three Stars"
322
607
  msgstr "Três estrelas"
323
608
 
324
- #: ../lib/alexandria/ui/callbacks.rb:294
609
+ #: ../lib/alexandria/ui/callbacks.rb:382
325
610
  msgid "Four Stars"
326
611
  msgstr "Quatro estrelas"
327
612
 
328
- #: ../lib/alexandria/ui/callbacks.rb:295
613
+ #: ../lib/alexandria/ui/callbacks.rb:383
329
614
  msgid "Five Stars"
330
615
  msgstr "Cinco estrelas"
331
616
 
332
- #: ../lib/alexandria/ui/callbacks.rb:296
617
+ #: ../lib/alexandria/ui/callbacks.rb:384
333
618
  msgid "_Move"
334
619
  msgstr "_Mudar para"
335
620
 
336
- #: ../lib/alexandria/ui/callbacks.rb:297
621
+ #: ../lib/alexandria/ui/callbacks.rb:385
337
622
  msgid "_Rename"
338
623
  msgstr "_Renomear"
339
624
 
340
- #: ../lib/alexandria/ui/callbacks.rb:298
625
+ #: ../lib/alexandria/ui/callbacks.rb:386
341
626
  msgid "_Delete"
342
627
  msgstr "_Apagar"
343
628
 
344
- #: ../lib/alexandria/ui/callbacks.rb:298
629
+ #: ../lib/alexandria/ui/callbacks.rb:386
345
630
  msgid "Delete the selected books or library"
346
631
  msgstr "Apagar os livros ou biblioteca selecionados"
347
632
 
348
- #: ../lib/alexandria/ui/callbacks.rb:299
633
+ #: ../lib/alexandria/ui/callbacks.rb:387
349
634
  msgid "_Search"
350
635
  msgstr "_Pesquisar"
351
636
 
352
- #: ../lib/alexandria/ui/callbacks.rb:299
637
+ #: ../lib/alexandria/ui/callbacks.rb:387
353
638
  msgid "Filter books"
354
639
  msgstr "Filtrar livros"
355
640
 
356
- #: ../lib/alexandria/ui/callbacks.rb:300
641
+ #: ../lib/alexandria/ui/callbacks.rb:388
357
642
  msgid "_Clear Results"
358
643
  msgstr "_Limpar resultados"
359
644
 
360
- #: ../lib/alexandria/ui/callbacks.rb:300
645
+ #: ../lib/alexandria/ui/callbacks.rb:388
361
646
  msgid "Clear the search results"
362
647
  msgstr "Limpar os resultados da pesquisa"
363
648
 
364
- #: ../lib/alexandria/ui/callbacks.rb:301
649
+ #: ../lib/alexandria/ui/callbacks.rb:389
365
650
  msgid "_Preferences"
366
651
  msgstr "_Preferências"
367
652
 
368
- #: ../lib/alexandria/ui/callbacks.rb:301
653
+ #: ../lib/alexandria/ui/callbacks.rb:389
369
654
  msgid "Change Alexandria's settings"
370
655
  msgstr "Alterar as configurações do Alexandria"
371
656
 
372
- #: ../lib/alexandria/ui/callbacks.rb:302
657
+ #: ../lib/alexandria/ui/callbacks.rb:390
373
658
  msgid "_View"
374
659
  msgstr "_Ver"
375
660
 
376
- #: ../lib/alexandria/ui/callbacks.rb:303
661
+ #: ../lib/alexandria/ui/callbacks.rb:391
377
662
  msgid "Arran_ge Icons"
378
663
  msgstr "_Organizar os ícones"
379
664
 
380
- #: ../lib/alexandria/ui/callbacks.rb:304
665
+ #: ../lib/alexandria/ui/callbacks.rb:392
381
666
  msgid "Display Online _Information"
382
667
  msgstr "Mostrar as _informações em linha"
383
668
 
384
- #: ../lib/alexandria/ui/callbacks.rb:306
669
+ #: ../lib/alexandria/ui/callbacks.rb:394
385
670
  msgid "_Help"
386
671
  msgstr "_Ajuda"
387
672
 
388
- #: ../lib/alexandria/ui/callbacks.rb:307
673
+ #: ../lib/alexandria/ui/callbacks.rb:395
389
674
  msgid "Submit _Bug Report"
390
675
  msgstr "Enviar _relatório de erro"
391
676
 
392
- #: ../lib/alexandria/ui/callbacks.rb:307
677
+ #: ../lib/alexandria/ui/callbacks.rb:395
393
678
  msgid "Submit a bug report to the developers"
394
679
  msgstr "Enviar relatório de bug aos desenvolvedores"
395
680
 
396
- #: ../lib/alexandria/ui/callbacks.rb:308
681
+ #: ../lib/alexandria/ui/callbacks.rb:396
397
682
  msgid "Contents"
398
683
  msgstr "Conteúdos"
399
684
 
400
- #: ../lib/alexandria/ui/callbacks.rb:308
685
+ #: ../lib/alexandria/ui/callbacks.rb:396
401
686
  msgid "View Alexandria's manual"
402
687
  msgstr "Ver manual do Alexandria"
403
688
 
404
- #: ../lib/alexandria/ui/callbacks.rb:309
689
+ #: ../lib/alexandria/ui/callbacks.rb:397
405
690
  msgid "_About"
406
691
  msgstr "_Sobre"
407
692
 
408
- #: ../lib/alexandria/ui/callbacks.rb:309
693
+ #: ../lib/alexandria/ui/callbacks.rb:397
409
694
  msgid "Show information about Alexandria"
410
695
  msgstr "Mostrar informação sobre o Alexandria"
411
696
 
412
- #: ../lib/alexandria/ui/callbacks.rb:334
413
- msgid "Side _Pane"
697
+ #: ../lib/alexandria/ui/callbacks.rb:404
698
+ msgid "At _%s"
699
+ msgstr "Sobre _%s"
700
+
701
+ #: ../lib/alexandria/ui/callbacks.rb:410
702
+ msgid "Side_pane"
414
703
  msgstr "_Painel lateral"
415
704
 
416
- #: ../lib/alexandria/ui/callbacks.rb:336
705
+ #: ../lib/alexandria/ui/callbacks.rb:411
417
706
  msgid "_Toolbar"
418
707
  msgstr "_Barra de ferramentas"
419
708
 
420
- #: ../lib/alexandria/ui/callbacks.rb:338
709
+ #: ../lib/alexandria/ui/callbacks.rb:412
421
710
  msgid "_Statusbar"
422
711
  msgstr "_Barra de status"
423
712
 
424
- #: ../lib/alexandria/ui/callbacks.rb:340
713
+ #: ../lib/alexandria/ui/callbacks.rb:413
425
714
  msgid "Re_versed Order"
426
715
  msgstr "_Ordem inversa"
427
716
 
428
- #: ../lib/alexandria/ui/callbacks.rb:345
717
+ #: ../lib/alexandria/ui/callbacks.rb:418
429
718
  msgid "View as _Icons"
430
719
  msgstr "Ver como _ícones"
431
720
 
432
- #: ../lib/alexandria/ui/callbacks.rb:346
721
+ #: ../lib/alexandria/ui/callbacks.rb:419
433
722
  msgid "View as _List"
434
723
  msgstr "Ver como _lista"
435
724
 
436
- #: ../lib/alexandria/ui/callbacks.rb:350
725
+ #: ../lib/alexandria/ui/callbacks.rb:423
437
726
  msgid "By _Title"
438
727
  msgstr "Por _título"
439
728
 
440
- #: ../lib/alexandria/ui/callbacks.rb:351
729
+ #: ../lib/alexandria/ui/callbacks.rb:424
441
730
  msgid "By _Authors"
442
731
  msgstr "Por _autores"
443
732
 
444
- #: ../lib/alexandria/ui/callbacks.rb:352
733
+ #: ../lib/alexandria/ui/callbacks.rb:425
445
734
  msgid "By _ISBN"
446
735
  msgstr "Por _ISBN"
447
736
 
448
- #: ../lib/alexandria/ui/callbacks.rb:353
737
+ #: ../lib/alexandria/ui/callbacks.rb:426
449
738
  msgid "By _Publisher"
450
739
  msgstr "Por _editor"
451
740
 
452
- #: ../lib/alexandria/ui/callbacks.rb:354
741
+ #: ../lib/alexandria/ui/callbacks.rb:427
453
742
  msgid "By _Binding"
454
743
  msgstr "Por _edição"
455
744
 
456
- #: ../lib/alexandria/ui/callbacks.rb:355
745
+ #: ../lib/alexandria/ui/callbacks.rb:428
457
746
  msgid "By _Rating"
458
747
  msgstr "Por _classificação"
459
748
 
460
- #: ../lib/alexandria/ui/callbacks.rb:359
461
- msgid "At _%s"
462
- msgstr "Sobre _%s"
463
-
464
- #: ../lib/alexandria/ui/acquire_dialog.rb:395
465
- msgid "There was %d duplicate"
466
- msgid_plural "There were %d duplicates"
467
- msgstr[0] ""
468
- msgstr[1] ""
469
-
470
- #: ../lib/alexandria/ui/acquire_dialog.rb:398
471
- #, fuzzy
472
- msgid "Couldn't add this book"
473
- msgid_plural "Couldn't add these books"
474
- msgstr[0] "Não foi possível adicionar o livro"
475
- msgstr[1] "Não foi possível adicionar o livro"
476
-
477
- #: ../lib/alexandria/ui/acquire_dialog.rb:477
478
- #: ../lib/alexandria/ui/new_book_dialog.rb:555
479
- msgid "Searching Provider '%s'..."
480
- msgstr ""
481
-
482
- #: ../lib/alexandria/ui/acquire_dialog.rb:478
483
- #: ../lib/alexandria/ui/new_book_dialog.rb:556
484
- msgid "Error while Searching Provider '%s'"
485
- msgstr ""
486
-
487
- #: ../lib/alexandria/ui/acquire_dialog.rb:479
488
- #: ../lib/alexandria/ui/new_book_dialog.rb:557
489
- msgid "Not Found at Provider '%s'"
490
- msgstr ""
749
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:16
750
+ msgid "File already exists"
751
+ msgstr "O arquivo já existe"
491
752
 
492
- #: ../lib/alexandria/ui/acquire_dialog.rb:480
493
- #: ../lib/alexandria/ui/new_book_dialog.rb:558
494
- msgid "Found at Provider '%s'"
495
- msgstr ""
753
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:19
754
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:21
755
+ msgid "_Replace"
756
+ msgstr "_Substituir"
496
757
 
497
- #: ../lib/alexandria/ui/acquire_dialog.rb:610
498
- msgid "Ready to use %s barcode scanner"
758
+ #: ../lib/alexandria/ui/confirm_erase_dialog.rb:20
759
+ msgid ""
760
+ "A file named '%s' already exists. Do you want to replace it with the one "
761
+ "you are generating?"
499
762
  msgstr ""
763
+ "Já existe no sistema um arquivo chamado '%s'. Quer substituí-lo pelo "
764
+ "arquivo que você está gerando?"
500
765
 
501
- #: ../lib/alexandria/ui/acquire_dialog.rb:625
502
- #: ../data/alexandria/glade/acquire_dialog.glade:26
503
- msgid "_Barcode Scanner Ready"
504
- msgstr "_Scanner do código de barras pronto"
505
-
506
- #: ../lib/alexandria/ui/acquire_dialog.rb:640
507
- msgid "Click below to scan _barcodes"
508
- msgstr "Clique em baixo para fazer o scan do código de barras"
509
-
510
- #: ../lib/alexandria/ui/bad_isbns_dialog.rb:24
511
- msgid "There's a problem"
512
- msgstr "Há um problema"
513
-
514
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:30
515
- msgid "New Smart Library"
516
- msgstr "Nova biblioteca inteligente"
766
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:17
767
+ msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
768
+ msgstr "O livro '%s' já existe em '%s'. Deseja substituí-lo?"
517
769
 
518
- #: ../lib/alexandria/ui/new_smart_library_dialog.rb:49
519
- msgid "Smart Library"
520
- msgstr "Biblioteca inteligente"
770
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:20
771
+ msgid "_Skip"
772
+ msgstr "_Pular"
521
773
 
522
- #: ../lib/alexandria/ui/preferences_dialog.rb:106
523
- msgid "Preferences for %s"
524
- msgstr "Preferências por %s"
774
+ #: ../lib/alexandria/ui/conflict_while_copying_dialog.rb:22
775
+ msgid "If you replace the existing book, its contents will be overwritten."
776
+ msgstr "Se você substituir o livro existente, o seu conteúdo será sobrescrito."
525
777
 
526
- #: ../lib/alexandria/ui/preferences_dialog.rb:131
527
- msgid "New Provider"
528
- msgstr "Novo fornecedor"
778
+ #: ../lib/alexandria/ui/export_dialog.rb:22
779
+ msgid "Export '%s'"
780
+ msgstr "Exportar '%s'"
529
781
 
530
- #: ../lib/alexandria/ui/preferences_dialog.rb:146
531
- msgid "_Name:"
532
- msgstr "_Nome:"
782
+ #: ../lib/alexandria/ui/export_dialog.rb:27
783
+ msgid "_Export"
784
+ msgstr "_Exportar"
533
785
 
534
- #: ../lib/alexandria/ui/preferences_dialog.rb:158
535
- msgid "_Type:"
536
- msgstr "_Tipo:"
786
+ #: ../lib/alexandria/ui/export_dialog.rb:48
787
+ msgid "_Theme:"
788
+ msgstr "_Tema:"
537
789
 
538
- #: ../lib/alexandria/ui/preferences_dialog.rb:316
539
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
540
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
541
- #, fuzzy
542
- msgid "Disable Provider"
543
- msgstr "Novo fornecedor"
790
+ #: ../lib/alexandria/ui/export_dialog.rb:60
791
+ msgid "directory"
792
+ msgstr "diretório"
544
793
 
545
- #: ../lib/alexandria/ui/preferences_dialog.rb:339
546
- #: ../lib/alexandria/ui/preferences_dialog.rb:359
547
- #, fuzzy
548
- msgid "Enable Provider"
549
- msgstr "Novo fornecedor"
794
+ #: ../lib/alexandria/ui/export_dialog.rb:72
795
+ msgid "Export for_mat:"
796
+ msgstr "For_mato de exportação:"
550
797
 
551
- #: ../lib/alexandria/ui/preferences_dialog.rb:423
552
- msgid "Are you sure you want to permanently delete the provider '%s'?"
553
- msgstr "Quer mesmo apagar definitivamente o fornecedor '%s'?"
798
+ #: ../lib/alexandria/ui/export_dialog.rb:99
799
+ msgid "Export failed"
800
+ msgstr "A exportação falhou"
554
801
 
555
- #: ../lib/alexandria/ui/preferences_dialog.rb:431
802
+ #: ../lib/alexandria/ui/export_dialog.rb:122
556
803
  msgid ""
557
- "If you continue, the provider and all of its preferences will be permanently "
558
- "deleted."
804
+ "The target, named '%s', is a regular file. A directory is needed for this "
805
+ "operation. Please select a directory and try again."
559
806
  msgstr ""
560
- "Se continuar, o fornecedor e todas as suas preferências serão apagados "
561
- "permanentemente."
562
-
563
- #: ../lib/alexandria/ui/import_dialog.rb:36
564
- msgid "Error while importing"
565
- msgstr "Erro de importação"
807
+ "O objeto, chamado '%s', é um arquivo comum. É necessário um diretório para "
808
+ "esta operação. Seleccionar um diretório e tente novamente."
566
809
 
567
- #: ../lib/alexandria/ui/import_dialog.rb:39
568
- msgid "_Continue"
569
- msgstr "_Continuar"
810
+ #: ../lib/alexandria/ui/export_dialog.rb:126
811
+ msgid "Not a directory"
812
+ msgstr "Diretório necessário"
570
813
 
571
- #: ../lib/alexandria/ui/import_dialog.rb:64
814
+ #: ../lib/alexandria/ui/import_dialog.rb:23
572
815
  msgid "Import a Library"
573
816
  msgstr "Importar uma biblioteca"
574
817
 
575
- #: ../lib/alexandria/ui/import_dialog.rb:71
818
+ #: ../lib/alexandria/ui/import_dialog.rb:30
576
819
  msgid "_Import"
577
820
  msgstr "_Importar"
578
821
 
579
- #: ../lib/alexandria/ui/import_dialog.rb:188
822
+ #: ../lib/alexandria/ui/import_dialog.rb:134
580
823
  msgid "Couldn't import the library"
581
824
  msgstr "Não foi possível importar o livro"
582
825
 
583
- #: ../lib/alexandria/ui/import_dialog.rb:189
826
+ #: ../lib/alexandria/ui/import_dialog.rb:135
584
827
  msgid ""
585
828
  "The format of the file you provided is unknown. Please retry with another "
586
829
  "file."
@@ -588,199 +831,66 @@ msgstr ""
588
831
  "O formato do arquivo escolhido é desconhecido. Tente novamente com um outro "
589
832
  "arquivo."
590
833
 
591
- #: ../lib/alexandria/ui/smart_library_properties_dialog.rb:30
592
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:63
593
- msgid "Properties for '%s'"
594
- msgstr "Propriedades para %s"
595
-
596
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:83
597
- msgid "Empty or conflictive condition"
598
- msgstr "Condição e vazio ou de conflito"
599
-
600
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:86
601
- msgid "_Save However"
602
- msgstr "_Salvar assim mesmo"
603
-
604
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:87
605
- msgid ""
606
- "This smart library contains one or more conditions which are empty or "
607
- "conflict with each other. This is likely to result in never matching a book. "
608
- "Are you sure you want to save this library?"
609
- msgstr ""
610
- "Esta biblioteca inteligente contém uma ou mais condições vazias ou em "
611
- "coflito umas com as outras. Isto resulta em não fazer a correspondência de "
612
- "nenhum livro. Tem a certeza que quer salvar esta biblioteca?"
613
-
614
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:106
615
- msgid "Match"
616
- msgstr "Corresponde"
617
-
618
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
619
- msgid "all"
620
- msgstr "todos (as)"
621
-
622
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:109
623
- msgid "any"
624
- msgstr "nenhum (a)"
625
-
626
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:119
627
- msgid "of the following rules:"
628
- msgstr "das regras seguintes:"
629
-
630
- #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:127
631
- msgid "Match the following rule:"
632
- msgstr "Corresponder a seguinte regra:"
633
-
634
- #: ../lib/alexandria/ui/book_properties_dialog.rb:114
635
- #: ../lib/alexandria/ui/book_properties_dialog.rb:123
636
- msgid "Couldn't modify the book"
637
- msgstr "Não foi possível editar as propriedades do livro"
638
-
639
- #: ../lib/alexandria/ui/book_properties_dialog.rb:115
640
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:88
641
- msgid "The EAN/ISBN you provided is already used in this library."
642
- msgstr "O EAN/ISBN fornecido já foi utilizado nesta biblioteca."
643
-
644
- #: ../lib/alexandria/ui/book_properties_dialog.rb:124
645
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:94
646
- msgid ""
647
- "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
648
- "correcty, and try again."
649
- msgstr ""
650
- "Não foi possível validar o EAN/ISBN. Verifique se o número está escrito "
651
- "corretamente, e tente de novo."
652
-
653
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:65
654
- msgid "Properties"
655
- msgstr "Propriedades"
656
-
657
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:71
658
- msgid "Author"
659
- msgstr "Autor"
660
-
661
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:123
662
- msgid "Select a cover image"
663
- msgstr "Selecione uma imagem de capa"
664
-
665
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:127
666
- msgid "No Cover"
667
- msgstr "Sem Capa:"
668
-
669
- #: ../lib/alexandria/ui/book_properties_dialog_base.rb:186
670
- msgid "%d day"
671
- msgid_plural "%d days"
672
- msgstr[0] "%d dia"
673
- msgstr[1] "%d dias"
674
-
675
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:58
676
- msgid "Adding '%s'"
677
- msgstr "Adicionando '%s'"
678
-
679
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:60
680
- #: ../data/alexandria/glade/new_book_dialog.glade:8
681
- msgid "Adding a Book"
682
- msgstr "Adicionar um livro"
683
-
684
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:81
685
- msgid "A title must be provided."
686
- msgstr "Um título deve ser definido."
687
-
688
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:102
689
- msgid "A publisher must be provided."
690
- msgstr "Um editor deve ser definido."
691
-
692
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:109
693
- msgid "A binding must be provided."
694
- msgstr "Uma edição deve ser definida."
695
-
696
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:115
697
- msgid "At least one author must be provided."
698
- msgstr "Deve ser indicado pelo menos um autor."
699
-
700
- #: ../lib/alexandria/ui/new_book_dialog_manual.rb:142
701
- #: ../lib/alexandria/ui/new_book_dialog.rb:523
702
- msgid "Couldn't add the book"
703
- msgstr "Não foi possível adicionar o livro"
704
-
705
- #: ../lib/alexandria/ui/export_dialog.rb:25
706
- msgid "File already exists"
707
- msgstr "O arquivo já existe"
708
-
709
- #: ../lib/alexandria/ui/export_dialog.rb:28
710
- #: ../lib/alexandria/ui/misc_dialogs.rb:30
711
- msgid "_Replace"
712
- msgstr "_Substituir"
713
-
714
- #: ../lib/alexandria/ui/export_dialog.rb:29
715
- msgid ""
716
- "A file named '%s' already exists. Do you want to replace it with the one "
717
- "you are generating?"
718
- msgstr ""
719
- "Já existe no sistema um arquivo chamado '%s'. Quer substituí-lo pelo "
720
- "arquivo que você está gerando?"
721
-
722
- #: ../lib/alexandria/ui/export_dialog.rb:52
723
- msgid "Export '%s'"
724
- msgstr "Exportar '%s'"
725
-
726
- #: ../lib/alexandria/ui/export_dialog.rb:58
727
- msgid "_Export"
728
- msgstr "_Exportar"
729
-
730
- #: ../lib/alexandria/ui/export_dialog.rb:77
731
- msgid "_Theme:"
732
- msgstr "_Tema:"
733
-
734
- #: ../lib/alexandria/ui/export_dialog.rb:87
735
- msgid "directory"
736
- msgstr "diretório"
737
-
738
- #: ../lib/alexandria/ui/export_dialog.rb:100
739
- msgid "Export for_mat:"
740
- msgstr "For_mato de exportação:"
834
+ #: ../lib/alexandria/ui/init.rb:69
835
+ msgid "Unable to launch the help browser"
836
+ msgstr "Não foi possível carregar a ajuda do navegador"
741
837
 
742
- #: ../lib/alexandria/ui/export_dialog.rb:155
838
+ #: ../lib/alexandria/ui/init.rb:70
743
839
  msgid ""
744
- "The target, named '%s', is a regular file. A directory is needed for this "
745
- "operation. Please select a directory and try again."
840
+ "Could not display help for Alexandria. There was an error launching the "
841
+ "system help browser."
746
842
  msgstr ""
747
- "O objeto, chamado '%s', é um arquivo comum. É necessário um diretório para "
748
- "esta operação. Seleccionar um diretório e tente novamente."
749
-
750
- #: ../lib/alexandria/ui/export_dialog.rb:159
751
- msgid "Not a directory"
752
- msgstr "Diretório necessário"
843
+ "Não pôde mostrar a ajuda para o Alexandria. Houve um erro ao carregar o "
844
+ "sistema de ajuda do navegador."
753
845
 
754
- #: ../lib/alexandria/ui/new_book_dialog.rb:32
846
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:16
755
847
  msgid "Invalid ISBN '%s'"
756
848
  msgstr "ISBN '%s' inválido"
757
849
 
758
- #: ../lib/alexandria/ui/new_book_dialog.rb:35
759
- msgid "_Keep"
760
- msgstr "_Manter"
761
-
762
- #: ../lib/alexandria/ui/new_book_dialog.rb:36
850
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:18
851
+ #, fuzzy
763
852
  msgid ""
764
853
  "The book titled '%s' has an invalid ISBN, but still exists in the providers "
765
- "libraries. Do you want to keep the book but change the ISBN or cancel the "
766
- "add?"
854
+ "libraries. Do you want to keep the book but change the ISBN or cancel the "
855
+ "addition?"
767
856
  msgstr ""
768
857
  "O livro entitulado '%s' contém um ISBN inválido, mas existe nas bibliotecas "
769
858
  "dos provedores. Deseja manter o livro modificando o ISBN ou anular a entrada?"
770
859
 
771
- #: ../lib/alexandria/ui/new_book_dialog.rb:182
860
+ #: ../lib/alexandria/ui/keep_bad_isbn_dialog.rb:24
861
+ msgid "_Keep"
862
+ msgstr "_Manter"
863
+
864
+ #: ../lib/alexandria/ui/libraries_combo.rb:41
865
+ msgid "New Library"
866
+ msgstr "Nova Biblioteca"
867
+
868
+ #: ../lib/alexandria/ui/listview.rb:56
869
+ #, fuzzy
870
+ msgid "Loaned To"
871
+ msgstr "Emprestado"
872
+
873
+ #: ../lib/alexandria/ui/new_book_dialog.rb:153
772
874
  msgid "A problem occurred while downloading images"
773
875
  msgstr "Ocorreu um problema enquanto descarregava imagens"
774
876
 
775
- #: ../lib/alexandria/ui/new_book_dialog.rb:304
877
+ #: ../lib/alexandria/ui/new_book_dialog.rb:193
878
+ msgid "Iter is invalid! %s"
879
+ msgstr ""
880
+
881
+ #: ../lib/alexandria/ui/new_book_dialog.rb:267
776
882
  msgid "Unable to find matches for your search"
777
883
  msgstr "Não foi possível encontrar resultados para a sua pesquisa"
778
884
 
779
- #: ../lib/alexandria/ui/new_book_dialog.rb:310
885
+ #: ../lib/alexandria/ui/new_book_dialog.rb:303
780
886
  msgid "%s, by %s"
781
887
  msgstr "%s, por %s"
782
888
 
783
- #: ../lib/alexandria/ui/new_book_dialog.rb:383
889
+ #: ../lib/alexandria/ui/new_book_dialog.rb:309
890
+ msgid "Copying %s into tree view."
891
+ msgstr ""
892
+
893
+ #: ../lib/alexandria/ui/new_book_dialog.rb:337
784
894
  msgid ""
785
895
  "Couldn't validate the EAN/ISBN you provided. Make sure it is written "
786
896
  "correctly, and try again."
@@ -788,491 +898,392 @@ msgstr ""
788
898
  "Não foi possível validar o EAN/ISBN. Verifique se o número está escrito "
789
899
  "corretamente, e tente de novo."
790
900
 
791
- #: ../lib/alexandria/ui/new_book_dialog.rb:630
901
+ #: ../lib/alexandria/ui/new_book_dialog.rb:466
902
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:119
903
+ msgid "Couldn't add the book"
904
+ msgstr "Não foi possível adicionar o livro"
905
+
906
+ #: ../lib/alexandria/ui/new_book_dialog.rb:572
792
907
  msgid "'%s' already exists in '%s' (titled '%s')."
793
908
  msgstr "'%s' já existe em '%s' (entitulado '%s')."
794
909
 
795
- #: ../lib/alexandria/ui/misc_dialogs.rb:26
796
- msgid "The book '%s' already exists in '%s'. Would you like to replace it?"
797
- msgstr "O livro '%s' já existe em '%s'. Deseja substituí-lo?"
910
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:50
911
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:32
912
+ msgid "Adding a Book"
913
+ msgstr "Adicionar um livro"
798
914
 
799
- #: ../lib/alexandria/ui/misc_dialogs.rb:29
800
- msgid "_Skip"
801
- msgstr "_Pular"
915
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:52
916
+ msgid "Adding '%s'"
917
+ msgstr "Adicionando '%s'"
802
918
 
803
- #: ../lib/alexandria/ui/misc_dialogs.rb:31
804
- msgid "If you replace the existing book, its contents will be overwritten."
805
- msgstr "Se você substituir o livro existente, o seu conteúdo será sobrescrito."
919
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:67
920
+ msgid "A title must be provided."
921
+ msgstr "Um título deve ser definido."
922
+
923
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:83
924
+ msgid "A publisher must be provided."
925
+ msgstr "Um editor deve ser definido."
926
+
927
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:89
928
+ msgid "A binding must be provided."
929
+ msgstr "Uma edição deve ser definida."
930
+
931
+ #: ../lib/alexandria/ui/new_book_dialog_manual.rb:95
932
+ msgid "At least one author must be provided."
933
+ msgstr "Deve ser indicado pelo menos um autor."
934
+
935
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:16
936
+ msgid "New Provider"
937
+ msgstr "Novo fornecedor"
938
+
939
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:31
940
+ msgid "_Name:"
941
+ msgstr "_Nome:"
942
+
943
+ #: ../lib/alexandria/ui/new_provider_dialog.rb:43
944
+ msgid "_Type:"
945
+ msgstr "_Tipo:"
946
+
947
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:19
948
+ msgid "New Smart Library"
949
+ msgstr "Nova biblioteca inteligente"
950
+
951
+ #: ../lib/alexandria/ui/new_smart_library_dialog.rb:55
952
+ msgid "Smart Library"
953
+ msgstr "Biblioteca inteligente"
806
954
 
807
- #: ../lib/alexandria/ui/misc_dialogs.rb:50
955
+ #: ../lib/alexandria/ui/preferences_dialog.rb:207
956
+ msgid "Are you sure you want to permanently delete the provider '%s'?"
957
+ msgstr "Quer mesmo apagar definitivamente o fornecedor '%s'?"
958
+
959
+ #: ../lib/alexandria/ui/preferences_dialog.rb:215
960
+ msgid ""
961
+ "If you continue, the provider and all of its preferences will be permanently "
962
+ "deleted."
963
+ msgstr ""
964
+ "Se continuar, o fornecedor e todas as suas preferências serão apagados "
965
+ "permanentemente."
966
+
967
+ #: ../lib/alexandria/ui/provider_preferences_dialog.rb:16
968
+ msgid "Preferences for %s"
969
+ msgstr "Preferências por %s"
970
+
971
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:18
808
972
  msgid "Are you sure you want to delete '%s'?"
809
973
  msgstr "Tem a certeza que quer mesmo apagar '%s'?"
810
974
 
811
- #: ../lib/alexandria/ui/misc_dialogs.rb:58
975
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:22
812
976
  msgid "If you continue, %d book will be deleted."
813
977
  msgid_plural "If you continue, %d books will be deleted."
814
978
  msgstr[0] "Se continuar, %d livros serão apagados permanentemente."
815
979
  msgstr[1] "Se continuar, o conteúdo da seleção será apagado permanentemente."
816
980
 
817
- #: ../lib/alexandria/ui/misc_dialogs.rb:63
981
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:29
818
982
  msgid "Are you sure you want to delete '%s' from '%s'?"
819
983
  msgstr "Quer mesmo apagar definitivamente '%s' de '%s'?"
820
984
 
821
- #: ../lib/alexandria/ui/misc_dialogs.rb:66
985
+ #: ../lib/alexandria/ui/really_delete_dialog.rb:32
822
986
  msgid "Are you sure you want to delete the selected books from '%s'?"
823
987
  msgstr "Quer mesmo apagar definitivamente os livros selecionados de '%s'?"
824
988
 
825
- #: ../lib/alexandria/ui/sidepane_manager.rb:49
989
+ #: ../lib/alexandria/ui/sidepane_manager.rb:54
826
990
  msgid "Invalid library name '%s'"
827
991
  msgstr "Nome inválido de biblioteca '%s'"
828
992
 
829
- #: ../lib/alexandria/ui/sidepane_manager.rb:50
993
+ #: ../lib/alexandria/ui/sidepane_manager.rb:55
830
994
  #, fuzzy
831
- msgid "The name provided contains the disallowed character <b>%s</b> "
995
+ msgid "The name provided contains the disallowed character <b>%s</b>"
832
996
  msgstr "O nome inserido contém o caracter inválido '<i>%s</i>'."
833
997
 
834
- #: ../lib/alexandria/ui/sidepane_manager.rb:53
998
+ #: ../lib/alexandria/ui/sidepane_manager.rb:58
835
999
  #, fuzzy
836
1000
  msgid "Invalid library name"
837
1001
  msgstr "Nome inválido de biblioteca '%s'"
838
1002
 
839
- #: ../lib/alexandria/ui/sidepane_manager.rb:54
1003
+ #: ../lib/alexandria/ui/sidepane_manager.rb:59
840
1004
  #, fuzzy
841
1005
  msgid "The name provided contains invalid characters."
842
1006
  msgstr "O nome inserido contém o caracter inválido '<i>%s</i>'."
843
1007
 
844
- #: ../lib/alexandria/ui/sidepane_manager.rb:60
1008
+ #: ../lib/alexandria/ui/sidepane_manager.rb:65
845
1009
  msgid "The library name can not be empty"
846
1010
  msgstr "O nome da biblioteca não pode estar vazio"
847
1011
 
848
- #: ../lib/alexandria/ui/sidepane_manager.rb:65
1012
+ #: ../lib/alexandria/ui/sidepane_manager.rb:70
849
1013
  msgid "The library can not be renamed"
850
1014
  msgstr "A biblioteca não pode ser renomeada"
851
1015
 
852
- #: ../lib/alexandria/ui/sidepane_manager.rb:66
1016
+ #: ../lib/alexandria/ui/sidepane_manager.rb:71
853
1017
  msgid "There is already a library named '%s'. Please choose a different name."
854
1018
  msgstr "Já existe uma biblioteca com o nome '%s'. Escolha um nome diferente."
855
1019
 
856
- #: ../lib/alexandria/ui/sidepane_manager.rb:92
1020
+ #: ../lib/alexandria/ui/sidepane_manager.rb:96
857
1021
  msgid "Library"
858
1022
  msgstr "Biblioteca"
859
1023
 
860
- #: ../lib/alexandria/ui/libraries_combo.rb:44
861
- msgid "New Library"
862
- msgstr "Nova Biblioteca"
863
-
864
- #: ../lib/alexandria/ui/listview.rb:52 ../lib/alexandria/smart_library.rb:349
865
- msgid "Title"
866
- msgstr "Título"
867
-
868
- #: ../lib/alexandria/ui/listview.rb:105 ../lib/alexandria/smart_library.rb:351
869
- msgid "Authors"
870
- msgstr "Autores"
871
-
872
- #: ../lib/alexandria/ui/listview.rb:106 ../lib/alexandria/smart_library.rb:350
873
- msgid "ISBN"
874
- msgstr "ISBN"
875
-
876
- #: ../lib/alexandria/ui/listview.rb:107 ../lib/alexandria/smart_library.rb:352
877
- msgid "Publisher"
878
- msgstr "Editor"
879
-
880
- #: ../lib/alexandria/ui/listview.rb:108 ../lib/alexandria/smart_library.rb:353
881
- msgid "Publish Year"
882
- msgstr "Ano de Publicação"
883
-
884
- #: ../lib/alexandria/ui/listview.rb:109 ../lib/alexandria/smart_library.rb:354
885
- msgid "Binding"
886
- msgstr "Edição"
887
-
888
- #: ../lib/alexandria/ui/listview.rb:110
889
- #, fuzzy
890
- msgid "Loaned To"
891
- msgstr "Emprestado"
892
-
893
- #: ../lib/alexandria/ui/listview.rb:113 ../lib/alexandria/smart_library.rb:104
894
- #: ../lib/alexandria/smart_library.rb:361
895
- msgid "Read"
896
- msgstr "Ler"
897
-
898
- #: ../lib/alexandria/ui/listview.rb:114 ../lib/alexandria/smart_library.rb:363
899
- msgid "Own"
900
- msgstr "Proprietário"
901
-
902
- #: ../lib/alexandria/ui/listview.rb:115 ../lib/alexandria/smart_library.rb:364
903
- msgid "Want"
904
- msgstr "Querer"
1024
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:17
1025
+ msgid "Error while importing"
1026
+ msgstr "Erro de importação"
905
1027
 
906
- #: ../lib/alexandria/ui/listview.rb:141 ../lib/alexandria/smart_library.rb:357
907
- #: ../data/alexandria/glade/preferences_dialog.glade:421
908
- msgid "Tags"
909
- msgstr "Etiquetas"
1028
+ #: ../lib/alexandria/ui/skip_entry_dialog.rb:20
1029
+ msgid "_Continue"
1030
+ msgstr "_Continuar"
910
1031
 
911
- #: ../lib/alexandria/ui/listview.rb:166 ../lib/alexandria/smart_library.rb:355
912
- msgid "Rating"
913
- msgstr "Classificação"
1032
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:96
1033
+ msgid "Empty or conflictive condition"
1034
+ msgstr "Condição e vazio ou de conflito"
914
1035
 
915
- #: ../lib/alexandria/ui/init.rb:83
916
- msgid "Unable to launch the help browser"
917
- msgstr "Não foi possível carregar a ajuda do navegador"
1036
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:99
1037
+ msgid "_Save However"
1038
+ msgstr "_Salvar assim mesmo"
918
1039
 
919
- #: ../lib/alexandria/ui/init.rb:84
1040
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:100
920
1041
  msgid ""
921
- "Could not display help for Alexandria. There was an error launching the "
922
- "system help browser."
923
- msgstr ""
924
- "Não pôde mostrar a ajuda para o Alexandria. Houve um erro ao carregar o "
925
- "sistema de ajuda do navegador."
926
-
927
- #: ../lib/alexandria/book_providers/amazon_aws.rb:37
928
- msgid "Locale"
929
- msgstr "Local"
930
-
931
- #: ../lib/alexandria/book_providers/amazon_aws.rb:38
932
- msgid "Access key ID"
933
- msgstr ""
934
-
935
- #: ../lib/alexandria/book_providers/amazon_aws.rb:39
936
- msgid "Secret access key"
1042
+ "This smart library contains one or more conditions which are empty or "
1043
+ "conflict with each other. This is likely to result in never matching a book. "
1044
+ "Are you sure you want to save this library?"
937
1045
  msgstr ""
1046
+ "Esta biblioteca inteligente contém uma ou mais condições vazias ou em "
1047
+ "coflito umas com as outras. Isto resulta em não fazer a correspondência de "
1048
+ "nenhum livro. Tem a certeza que quer salvar esta biblioteca?"
938
1049
 
939
- #: ../lib/alexandria/book_providers/z3950.rb:34
940
- msgid "Hostname"
941
- msgstr "Anfitrião"
942
-
943
- #: ../lib/alexandria/book_providers/z3950.rb:35
944
- msgid "Port"
945
- msgstr "Porto"
946
-
947
- #: ../lib/alexandria/book_providers/z3950.rb:36
948
- msgid "Database"
949
- msgstr "Base de dados"
950
-
951
- #: ../lib/alexandria/book_providers/z3950.rb:37
952
- msgid "Record syntax"
953
- msgstr "Sintaxe de gravação"
954
-
955
- #: ../lib/alexandria/book_providers/z3950.rb:38
956
- msgid "Username"
957
- msgstr "Utilizador"
958
-
959
- #: ../lib/alexandria/book_providers/z3950.rb:39
960
- msgid "Password"
961
- msgstr "Palavra-passe"
962
-
963
- #: ../lib/alexandria/book_providers/z3950.rb:40
964
- msgid "Charset encoding"
965
- msgstr "Codificando caratere"
966
-
967
- #: ../lib/alexandria/book_providers/z3950.rb:221
968
- msgid "Library of Congress (Usa)"
969
- msgstr "Biblioteca do Congresso (Estados Unidos)"
970
-
971
- #: ../lib/alexandria/book_providers/z3950.rb:255
972
- msgid "British Library"
973
- msgstr "Biblioteca Britânica"
974
-
975
- #: ../lib/alexandria/export_library.rb:109
976
- msgid "Archived ONIX XML"
977
- msgstr "Arquivo ONIX XML"
978
-
979
- #: ../lib/alexandria/export_library.rb:111
980
- msgid "Archived Tellico XML"
981
- msgstr "Arquivo Tellico XML"
982
-
983
- #: ../lib/alexandria/export_library.rb:113
984
- msgid "BibTeX"
985
- msgstr "BibTex"
986
-
987
- #: ../lib/alexandria/export_library.rb:114
988
- msgid "CSV list"
989
- msgstr "Lista CSV"
990
-
991
- #: ../lib/alexandria/export_library.rb:115
992
- msgid "ISBN List"
993
- msgstr "Lista de ISBNs"
994
-
995
- #: ../lib/alexandria/export_library.rb:116
996
- msgid "iPod Notes"
997
- msgstr "Notas do iPod"
998
-
999
- #: ../lib/alexandria/export_library.rb:117
1000
- msgid "HTML Web Page"
1001
- msgstr "Página Web em HTML"
1002
-
1003
- #: ../lib/alexandria/smart_library.rb:92
1004
- msgid "Favorite"
1005
- msgstr "Favorito"
1006
-
1007
- #: ../lib/alexandria/smart_library.rb:98
1008
- msgid "Loaned"
1009
- msgstr "Emprestado"
1050
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:117
1051
+ msgid "Match"
1052
+ msgstr "Corresponde"
1010
1053
 
1011
- #: ../lib/alexandria/smart_library.rb:110
1012
- msgid "Owned"
1013
- msgstr "Propriedade de"
1054
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1055
+ msgid "all"
1056
+ msgstr "todos (as)"
1014
1057
 
1015
- #: ../lib/alexandria/smart_library.rb:119
1016
- msgid "Wishlist"
1017
- msgstr "Lista do pedido"
1058
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:120
1059
+ msgid "any"
1060
+ msgstr "nenhum (a)"
1018
1061
 
1019
- #: ../lib/alexandria/smart_library.rb:356
1020
- #: ../data/alexandria/glade/book_properties_dialog.glade:1225
1021
- msgid "Notes"
1022
- msgstr "Notas"
1062
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:130
1063
+ msgid "of the following rules:"
1064
+ msgstr "das regras seguintes:"
1023
1065
 
1024
- #: ../lib/alexandria/smart_library.rb:358
1025
- msgid "Loaning State"
1026
- msgstr "Estado do Empréstimo"
1066
+ #: ../lib/alexandria/ui/smart_library_properties_dialog_base.rb:138
1067
+ msgid "Match the following rule:"
1068
+ msgstr "Corresponder a seguinte regra:"
1027
1069
 
1028
- #: ../lib/alexandria/smart_library.rb:359
1029
- msgid "Loaning Date"
1030
- msgstr "o Data dEmpréstimo"
1070
+ #: ../lib/alexandria/ui/ui_manager.rb:130
1071
+ msgid "Type here the search criterion"
1072
+ msgstr "Escreva aqui os critérios da pesquisa"
1031
1073
 
1032
- #: ../lib/alexandria/smart_library.rb:360
1033
- msgid "Loaning Person"
1034
- msgstr "Requisitante"
1074
+ #: ../lib/alexandria/ui/ui_manager.rb:141
1075
+ msgid "Match everything"
1076
+ msgstr "Corresponder tudo"
1035
1077
 
1036
- #: ../lib/alexandria/smart_library.rb:362
1037
- msgid "Date Read"
1038
- msgstr "Data de leitura"
1078
+ #: ../lib/alexandria/ui/ui_manager.rb:143
1079
+ msgid "Title contains"
1080
+ msgstr "O título contém"
1039
1081
 
1040
- #: ../lib/alexandria/smart_library.rb:371
1041
- msgid "days"
1042
- msgstr "dias"
1082
+ #: ../lib/alexandria/ui/ui_manager.rb:144
1083
+ msgid "Authors contain"
1084
+ msgstr "Os autores contêm"
1043
1085
 
1044
- #: ../lib/alexandria/smart_library.rb:382
1045
- msgid "is set"
1046
- msgstr "está configurado"
1086
+ #: ../lib/alexandria/ui/ui_manager.rb:145
1087
+ msgid "ISBN contains"
1088
+ msgstr "O ISBN contém"
1047
1089
 
1048
- #: ../lib/alexandria/smart_library.rb:386
1049
- msgid "is not set"
1050
- msgstr "não está configurado"
1090
+ #: ../lib/alexandria/ui/ui_manager.rb:146
1091
+ msgid "Publisher contains"
1092
+ msgstr "O editor contém"
1051
1093
 
1052
- #: ../lib/alexandria/smart_library.rb:390
1053
- msgid "is"
1054
- msgstr "está"
1094
+ #: ../lib/alexandria/ui/ui_manager.rb:147
1095
+ msgid "Notes contain"
1096
+ msgstr "As anotações contêm"
1055
1097
 
1056
- #: ../lib/alexandria/smart_library.rb:394
1057
- msgid "is not"
1058
- msgstr "não está"
1098
+ #: ../lib/alexandria/ui/ui_manager.rb:148
1099
+ msgid "Tags contain"
1100
+ msgstr "As etiquetas contêm"
1059
1101
 
1060
- #: ../lib/alexandria/smart_library.rb:398
1061
- msgid "contains"
1062
- msgstr "contém"
1102
+ #: ../lib/alexandria/ui/ui_manager.rb:162
1103
+ msgid "Change the search type"
1104
+ msgstr "Modifique o tipo de pesquisa."
1063
1105
 
1064
- #: ../lib/alexandria/smart_library.rb:402
1065
- msgid "does not contain"
1066
- msgstr "não contém"
1106
+ #: ../lib/alexandria/ui/ui_manager.rb:167
1107
+ msgid "View as Icons"
1108
+ msgstr "Ver como ícones"
1067
1109
 
1068
- #: ../lib/alexandria/smart_library.rb:406
1069
- msgid "starts with"
1070
- msgstr "começa com"
1110
+ #: ../lib/alexandria/ui/ui_manager.rb:168
1111
+ msgid "View as List"
1112
+ msgstr "Ver como lista"
1071
1113
 
1072
- #: ../lib/alexandria/smart_library.rb:410
1073
- msgid "ends with"
1074
- msgstr "acaba com"
1114
+ #: ../lib/alexandria/ui/ui_manager.rb:181
1115
+ msgid "Choose how to show books"
1116
+ msgstr "Escolha como mostrar os livros"
1075
1117
 
1076
- #: ../lib/alexandria/smart_library.rb:414
1077
- msgid "is greater than"
1078
- msgstr "é maior do que"
1118
+ #: ../lib/alexandria/ui/ui_manager.rb:400
1119
+ msgid "Library '%s' selected"
1120
+ msgstr "Biblioteca '%s' selecionada"
1079
1121
 
1080
- #: ../lib/alexandria/smart_library.rb:418
1081
- msgid "is less than"
1082
- msgstr "é menor do que"
1122
+ #: ../lib/alexandria/ui/ui_manager.rb:405
1123
+ msgid "Library '%s' selected, %d unrated book"
1124
+ msgid_plural "Library '%s' selected, %d unrated books"
1125
+ msgstr[0] "Biblioteca '%s' selecionada, %d livro não classificado"
1126
+ msgstr[1] "Biblioteca '%s' selecionada, %d livros não classificados"
1083
1127
 
1084
- #: ../lib/alexandria/smart_library.rb:422
1085
- msgid "is after"
1086
- msgstr "está depois"
1128
+ #: ../lib/alexandria/ui/ui_manager.rb:409
1129
+ msgid "Library '%s' selected, %d book"
1130
+ msgid_plural "Library '%s' selected, %d books"
1131
+ msgstr[0] "Biblioteca '%s' selecionada, %d livro"
1132
+ msgstr[1] "Biblioteca '%s' selecionada, %d livros"
1087
1133
 
1088
- #: ../lib/alexandria/smart_library.rb:426
1089
- msgid "is before"
1090
- msgstr "está depois"
1134
+ #: ../lib/alexandria/ui/ui_manager.rb:413
1135
+ msgid "Library '%s' selected, %d book, %d unrated"
1136
+ msgid_plural "Library '%s' selected, %d books, %d unrated"
1137
+ msgstr[0] "Biblioteca '%s' selecionada, %d livro"
1138
+ msgstr[1] "Biblioteca '%s' selecionada, %d livros, %d não classificados"
1091
1139
 
1092
- #: ../lib/alexandria/smart_library.rb:430
1093
- msgid "is in last"
1094
- msgstr "está em último"
1140
+ #: ../lib/alexandria/ui/ui_manager.rb:427
1141
+ msgid "'%s' selected"
1142
+ msgstr "'%s' selecionado"
1095
1143
 
1096
- #: ../lib/alexandria/smart_library.rb:450
1097
- msgid "is not in last"
1098
- msgstr "não está em último"
1144
+ #: ../lib/alexandria/ui/ui_manager.rb:429
1145
+ msgid "%d book selected"
1146
+ msgid_plural "%d books selected"
1147
+ msgstr[0] "%d livro selecionado"
1148
+ msgstr[1] "%d livros selecionados"
1099
1149
 
1100
- #: ../lib/alexandria/book_providers.rb:87
1101
- msgid "Couldn't reach the provider '%s': timeout expired."
1150
+ #: ../lib/alexandria/ui/ui_manager.rb:545
1151
+ msgid "unrecognized update event"
1102
1152
  msgstr ""
1103
- "Não foi possível contactar o fornecedor '%s': expirou o tempo de conexão."
1104
1153
 
1105
- #: ../lib/alexandria/book_providers.rb:91
1106
- msgid "Couldn't reach the provider '%s': socket error (%s)."
1107
- msgstr "Não foi possível contactar o fornecedor '%s': erro de socket (%s)."
1154
+ #: ../lib/alexandria/ui/ui_manager.rb:590
1155
+ #, fuzzy
1156
+ msgid "Loading libraries..."
1157
+ msgstr "Carregando '%s'..."
1108
1158
 
1109
- #: ../lib/alexandria/book_providers.rb:95
1110
- #: ../lib/alexandria/book_providers.rb:100
1159
+ #: ../lib/alexandria/ui/ui_manager.rb:607
1111
1160
  msgid ""
1112
- "No results were found. Make sure your search criterion is spelled "
1113
- "correctly, and try again."
1161
+ "The data files for the following books are malformed or empty. Do you wish "
1162
+ "to attempt to download new information for them from the online book "
1163
+ "providers?\n"
1114
1164
  msgstr ""
1115
- "Nenhum resultado encontrado. Verifique a ortografia dos critérios da "
1116
- "pesquisa, e tente novamente."
1165
+ "Os ficheiros de dados para os livros seguintes estão danificados ou vazios. "
1166
+ "Quer tentar descarregar nova informação para eles a partir dos fornecedores "
1167
+ "de livros online?\n"
1117
1168
 
1118
- #: ../lib/alexandria/book_providers.rb:105
1119
- msgid "Too many results for that search."
1120
- msgstr "Resultados demasiadamente numerosos para esta pesquisa."
1169
+ #: ../lib/alexandria/ui/ui_manager.rb:659
1170
+ msgid "Added '%s' to library '%s'"
1171
+ msgstr "Adicionados '%s' à biblioteca '%s'"
1121
1172
 
1122
- #: ../lib/alexandria/book_providers.rb:108
1123
- msgid "Invalid search type."
1124
- msgstr "Tipo de pesquisa inválida."
1173
+ #: ../lib/alexandria/ui/ui_manager.rb:808
1174
+ msgid "Loading '%s'..."
1175
+ msgstr "Carregando '%s'..."
1125
1176
 
1126
- #: ../lib/alexandria/book_providers.rb:203
1127
- msgid "Enabled"
1177
+ #: ../lib/alexandria/ui/ui_manager.rb:1038
1178
+ msgid "In '_%s'"
1179
+ msgstr "Em '_%s'"
1180
+
1181
+ #: ../lib/alexandria/web_themes.rb:64
1182
+ msgid "File %<file>s not found"
1128
1183
  msgstr ""
1129
1184
 
1130
- #: ../data/alexandria/glade/acquire_dialog.glade:9
1185
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:9
1131
1186
  msgid "Acquire from Scanner"
1132
1187
  msgstr "Adquirir a partir do scanner"
1133
1188
 
1134
- #: ../data/alexandria/glade/acquire_dialog.glade:87
1135
- #: ../data/alexandria/glade/new_book_dialog.glade:90
1189
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:91
1190
+ msgid "_Barcode Scanner Ready"
1191
+ msgstr "_Scanner do código de barras pronto"
1192
+
1193
+ #: ../share/alexandria/glade/acquire_dialog__builder.glade:159
1194
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:171
1136
1195
  msgid "Save _in:"
1137
1196
  msgstr "Salvar _em"
1138
1197
 
1139
- #: ../data/alexandria/glade/main_app.glade:17
1140
- msgid "Main Window"
1141
- msgstr "Janela principal"
1142
-
1143
- #: ../data/alexandria/glade/main_app.glade:32
1144
- msgid "Libraries listing."
1145
- msgstr "Listagem de Bibliotecas."
1146
-
1147
- #: ../data/alexandria/glade/main_app.glade:46
1148
- msgid "_Libraries:"
1149
- msgstr "_Bibliotecas:"
1198
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:18
1199
+ msgid "by title"
1200
+ msgstr "por título"
1150
1201
 
1151
- #: ../data/alexandria/glade/main_app.glade:111
1152
- msgid "Book listing."
1153
- msgstr "Listagem de livros"
1202
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:21
1203
+ msgid "by authors"
1204
+ msgstr "por autores"
1154
1205
 
1155
- #: ../data/alexandria/glade/main_app.glade:194
1156
- msgid "Status messages."
1157
- msgstr "Estado das mensagens."
1206
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:24
1207
+ msgid "by keyword"
1208
+ msgstr "por palavra-chave"
1158
1209
 
1159
- #: ../data/alexandria/glade/new_book_dialog.glade:31
1210
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:115
1160
1211
  msgid "_Keep Dialog Open after Adding Book"
1161
1212
  msgstr ""
1162
1213
 
1163
- #: ../data/alexandria/glade/new_book_dialog.glade:114
1164
- msgid ""
1165
- "by title\n"
1166
- "by authors\n"
1167
- "by keyword"
1168
- msgstr ""
1169
- "por título\n"
1170
- "por autores\n"
1171
- "por palavra-chave"
1172
-
1173
- #: ../data/alexandria/glade/new_book_dialog.glade:201
1214
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:285
1174
1215
  msgid "_Search:"
1175
1216
  msgstr "_Pesquisar"
1176
1217
 
1177
- #: ../data/alexandria/glade/new_book_dialog.glade:219
1178
- #: ../data/alexandria/glade/book_properties_dialog.glade:187
1218
+ #: ../share/alexandria/glade/new_book_dialog__builder.glade:301
1219
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:85
1179
1220
  msgid "_ISBN:"
1180
1221
  msgstr "_ISBN:"
1181
1222
 
1182
- #: ../data/alexandria/glade/book_properties_dialog.glade:86
1183
- msgid "_Title:"
1184
- msgstr "_Título:"
1185
-
1186
- #: ../data/alexandria/glade/book_properties_dialog.glade:115
1187
- msgid "_Publisher:"
1188
- msgstr "_Editor:"
1189
-
1190
- #: ../data/alexandria/glade/book_properties_dialog.glade:279
1191
- msgid "Add an author"
1192
- msgstr "Adicionar um autor"
1193
-
1194
- #: ../data/alexandria/glade/book_properties_dialog.glade:307
1195
- msgid "Remove an author"
1196
- msgstr "Remover um autor"
1197
-
1198
- #: ../data/alexandria/glade/book_properties_dialog.glade:351
1199
- msgid "_Authors:"
1200
- msgstr "_Autores:"
1201
-
1202
- #: ../data/alexandria/glade/book_properties_dialog.glade:380
1203
- msgid "_Binding:"
1204
- msgstr "E_dição:"
1205
-
1206
- #: ../data/alexandria/glade/book_properties_dialog.glade:430
1207
- msgid "Publish _year:"
1208
- msgstr "Ano de _publicação:"
1209
-
1210
- #: ../data/alexandria/glade/book_properties_dialog.glade:480
1211
- msgid "Tags:"
1212
- msgstr "Etiquetas:"
1213
-
1214
- #: ../data/alexandria/glade/book_properties_dialog.glade:553
1215
- msgid "_Cover:"
1216
- msgstr "_Capa:"
1223
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:8
1224
+ msgid "Preferences"
1225
+ msgstr "Preferências"
1217
1226
 
1218
- #: ../data/alexandria/glade/book_properties_dialog.glade:579
1219
- msgid "Click to pick a cover"
1220
- msgstr "Clicar para escolher uma capa"
1227
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:76
1228
+ msgid "<b>Visible Columns</b>"
1229
+ msgstr "<b>Colunas visíveis</b>"
1221
1230
 
1222
- #: ../data/alexandria/glade/book_properties_dialog.glade:620
1223
- msgid "Own it?"
1224
- msgstr "É o proprietário?"
1231
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:95
1232
+ msgid "_Authors"
1233
+ msgstr "_Autores"
1225
1234
 
1226
- #: ../data/alexandria/glade/book_properties_dialog.glade:646
1227
- msgid "Read it?"
1228
- msgstr "Lê-o?"
1235
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:110
1236
+ msgid "_ISBN"
1237
+ msgstr "_ISBN"
1229
1238
 
1230
- #: ../data/alexandria/glade/book_properties_dialog.glade:695
1231
- msgid "Want it?"
1232
- msgstr "Quere-lo?"
1239
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:125
1240
+ msgid "_Publisher"
1241
+ msgstr "E_ditor"
1233
1242
 
1234
- #: ../data/alexandria/glade/book_properties_dialog.glade:721
1235
- msgid "Click on the stars to rate the book"
1236
- msgstr "Clicar nas estrelas para classificar o livro"
1243
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:140
1244
+ msgid "_Rating"
1245
+ msgstr "_Classificação"
1237
1246
 
1238
- #: ../data/alexandria/glade/book_properties_dialog.glade:927
1239
- msgid "Rating:"
1240
- msgstr "Classificação:"
1247
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:155
1248
+ msgid "_Binding"
1249
+ msgstr "E_dição"
1241
1250
 
1242
- #: ../data/alexandria/glade/book_properties_dialog.glade:967
1243
- msgid "General"
1244
- msgstr "Geral"
1251
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:170
1252
+ msgid "Publish _year"
1253
+ msgstr "Ano de _publicação"
1245
1254
 
1246
- #: ../data/alexandria/glade/book_properties_dialog.glade:998
1247
- msgid "This book is _loaned"
1248
- msgstr "Este livro está _emprestado"
1255
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:185
1256
+ msgid "Read?"
1257
+ msgstr "Lê?"
1249
1258
 
1250
- #: ../data/alexandria/glade/book_properties_dialog.glade:1076
1251
- msgid "_To:"
1252
- msgstr "_A:"
1259
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:200
1260
+ msgid "Own?"
1261
+ msgstr "Pertence?"
1253
1262
 
1254
- #: ../data/alexandria/glade/book_properties_dialog.glade:1106
1255
- msgid "_Since:"
1256
- msgstr "_Desde:"
1263
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:215
1264
+ msgid "Want?"
1265
+ msgstr "Quer?"
1257
1266
 
1258
- #: ../data/alexandria/glade/book_properties_dialog.glade:1166
1259
- msgid "Loaning"
1260
- msgstr "Empréstimo"
1267
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:245
1268
+ #, fuzzy
1269
+ msgid "Loaned to"
1270
+ msgstr "Emprestado"
1261
1271
 
1262
- #: ../data/alexandria/glade/preferences_dialog.glade:7
1263
- msgid "Preferences"
1264
- msgstr "Preferências"
1272
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:271
1273
+ #, fuzzy
1274
+ msgid "_List View"
1275
+ msgstr "Ver como lista"
1265
1276
 
1266
- #: ../data/alexandria/glade/preferences_dialog.glade:27
1277
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:290
1267
1278
  #, fuzzy
1268
1279
  msgid "<b>Book Data Providers</b>"
1269
1280
  msgstr "<b>_Fornecedores</b>"
1270
1281
 
1271
- #: ../data/alexandria/glade/preferences_dialog.glade:99
1282
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:372
1272
1283
  msgid "_Setup"
1273
1284
  msgstr "_Configurar"
1274
1285
 
1275
- #: ../data/alexandria/glade/preferences_dialog.glade:198
1286
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:474
1276
1287
  msgid ""
1277
1288
  "Providers are libraries that supply information about books. Some of them "
1278
1289
  "can be configured to get better results. You can also customize the order "
@@ -1282,70 +1293,124 @@ msgstr ""
1282
1293
  "Algumas delas podem ser configuradas a fim de obter melhores resultados. "
1283
1294
  "Você pode igualmente personalizar a ordem pela qual serão chamadas."
1284
1295
 
1285
- #: ../data/alexandria/glade/preferences_dialog.glade:209
1296
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:486
1286
1297
  msgid "Custom _Z39.50 Providers"
1287
1298
  msgstr ""
1288
1299
 
1289
- #: ../data/alexandria/glade/preferences_dialog.glade:213
1300
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:490
1290
1301
  msgid ""
1291
1302
  "Add and remove your own Z39.50 providers.\n"
1292
1303
  "Requires the Ruby/ZOOM software library."
1293
1304
  msgstr ""
1294
1305
 
1295
- #: ../data/alexandria/glade/preferences_dialog.glade:235
1306
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:511
1296
1307
  #, fuzzy
1297
1308
  msgid "_Providers"
1298
1309
  msgstr "Fornecedores"
1299
1310
 
1300
- #: ../data/alexandria/glade/preferences_dialog.glade:252
1301
- msgid "<b>Visible Columns</b>"
1302
- msgstr "<b>Colunas visíveis</b>"
1311
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:537
1312
+ #, fuzzy
1313
+ msgid "<b>Barcode Scanner Device</b>"
1314
+ msgstr "_Scanner do código de barras pronto"
1303
1315
 
1304
- #: ../data/alexandria/glade/preferences_dialog.glade:270
1305
- msgid "_Authors"
1306
- msgstr "_Autores"
1316
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:556
1317
+ msgid "_Device type:"
1318
+ msgstr ""
1307
1319
 
1308
- #: ../data/alexandria/glade/preferences_dialog.glade:285
1309
- msgid "_ISBN"
1310
- msgstr "_ISBN"
1320
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:602
1321
+ msgid "<b>Sound Effects</b>"
1322
+ msgstr ""
1311
1323
 
1312
- #: ../data/alexandria/glade/preferences_dialog.glade:302
1313
- msgid "_Publisher"
1314
- msgstr "E_ditor"
1324
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:618
1325
+ #, fuzzy
1326
+ msgid "Scanning"
1327
+ msgstr "Empréstimo"
1315
1328
 
1316
- #: ../data/alexandria/glade/preferences_dialog.glade:319
1317
- msgid "_Rating"
1318
- msgstr "_Classificação"
1329
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:632
1330
+ msgid "Good Scan / Bad Scan"
1331
+ msgstr ""
1319
1332
 
1320
- #: ../data/alexandria/glade/preferences_dialog.glade:336
1321
- msgid "_Binding"
1322
- msgstr "E_dição"
1333
+ #: ../share/alexandria/glade/preferences_dialog__builder.glade:667
1334
+ #, fuzzy
1335
+ msgid "_Barcode Scanner"
1336
+ msgstr "_Scanner do código de barras pronto"
1323
1337
 
1324
- #: ../data/alexandria/glade/preferences_dialog.glade:353
1325
- msgid "Publish _year"
1326
- msgstr "Ano de _publicação"
1338
+ #: ../share/alexandria/glade/main_app__builder.glade:48
1339
+ msgid "_Libraries:"
1340
+ msgstr "_Bibliotecas:"
1327
1341
 
1328
- #: ../data/alexandria/glade/preferences_dialog.glade:370
1329
- msgid "Read?"
1330
- msgstr "Lê?"
1342
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:60
1343
+ msgid "_Title:"
1344
+ msgstr "_Título:"
1331
1345
 
1332
- #: ../data/alexandria/glade/preferences_dialog.glade:387
1333
- msgid "Own?"
1334
- msgstr "Pertence?"
1346
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:199
1347
+ msgid "_Authors:"
1348
+ msgstr "_Autores:"
1335
1349
 
1336
- #: ../data/alexandria/glade/preferences_dialog.glade:404
1337
- msgid "Want?"
1338
- msgstr "Quer?"
1350
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:213
1351
+ msgid "Tags:"
1352
+ msgstr "Etiquetas:"
1339
1353
 
1340
- #: ../data/alexandria/glade/preferences_dialog.glade:438
1341
- #, fuzzy
1342
- msgid "Loaned to"
1343
- msgstr "Emprestado"
1354
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:245
1355
+ msgid "_Binding:"
1356
+ msgstr "E_dição:"
1357
+
1358
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:258
1359
+ msgid "Publish _year:"
1360
+ msgstr "Ano de _publicação:"
1361
+
1362
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:292
1363
+ msgid "_Publisher:"
1364
+ msgstr "_Editor:"
1365
+
1366
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:333
1367
+ msgid "_Cover:"
1368
+ msgstr "_Capa:"
1369
+
1370
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:526
1371
+ msgid "Rating:"
1372
+ msgstr "Classificação:"
1344
1373
 
1345
- #: ../data/alexandria/glade/preferences_dialog.glade:465
1374
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:539
1375
+ msgid "Want it?"
1376
+ msgstr "Quere-lo?"
1377
+
1378
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:555
1379
+ msgid "Read it?"
1380
+ msgstr "Lê-o?"
1381
+
1382
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:576
1346
1383
  #, fuzzy
1347
- msgid "_List View"
1348
- msgstr "Ver como lista"
1384
+ msgid "Select Date"
1385
+ msgstr "_Selecionar tudo"
1386
+
1387
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:577
1388
+ msgid "Clear Date"
1389
+ msgstr ""
1390
+
1391
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:587
1392
+ msgid "Own it?"
1393
+ msgstr "É o proprietário?"
1394
+
1395
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:615
1396
+ msgid "General"
1397
+ msgstr "Geral"
1398
+
1399
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:630
1400
+ msgid "This book is _loaned"
1401
+ msgstr "Este livro está _emprestado"
1402
+
1403
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:679
1404
+ msgid "_To:"
1405
+ msgstr "_A:"
1406
+
1407
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:693
1408
+ msgid "_Since:"
1409
+ msgstr "_Desde:"
1410
+
1411
+ #: ../share/alexandria/glade/book_properties_dialog__builder.glade:735
1412
+ msgid "Loaning"
1413
+ msgstr "Empréstimo"
1349
1414
 
1350
1415
  #: ../alexandria.desktop.in.h:1
1351
1416
  msgid "Alexandria Book Collection Manager"
@@ -1359,6 +1424,64 @@ msgstr "Gerenciador de coleções de livros"
1359
1424
  msgid "Manage your book collection"
1360
1425
  msgstr "Gerencie a sua coleção de livros"
1361
1426
 
1427
+ #~ msgid "Unable to launch the web browser"
1428
+ #~ msgstr "Não foi possível lançar o navegador web"
1429
+
1430
+ #~ msgid ""
1431
+ #~ "Check out that a web browser is configured as default (Desktop "
1432
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1433
+ #~ msgstr ""
1434
+ #~ "Verifique se o navegador está configurado por padrão (Preferências do "
1435
+ #~ "Desktop -> Aplicações preferidas) e tente novamente."
1436
+
1437
+ #~ msgid "Unable to launch the mail reader"
1438
+ #~ msgstr "Não foi possível lançar o cliente de e-mail"
1439
+
1440
+ #~ msgid ""
1441
+ #~ "Check out that a mail reader is configured as default (Desktop "
1442
+ #~ "Preferences -> Advanced -> Preferred Applications) and try again."
1443
+ #~ msgstr ""
1444
+ #~ "Verifique se o cliente de e-mail está configurado por padrão "
1445
+ #~ "((Preferências do Desktop -> Aplicações preferidas) e tente novamente."
1446
+
1447
+ #~ msgid "Repair Book Data"
1448
+ #~ msgstr "Reparar dados dos livros"
1449
+
1450
+ #~ msgid "There's a problem"
1451
+ #~ msgstr "Há um problema"
1452
+
1453
+ #, fuzzy
1454
+ #~ msgid "Disable Provider"
1455
+ #~ msgstr "Novo fornecedor"
1456
+
1457
+ #, fuzzy
1458
+ #~ msgid "Enable Provider"
1459
+ #~ msgstr "Novo fornecedor"
1460
+
1461
+ #~ msgid "Main Window"
1462
+ #~ msgstr "Janela principal"
1463
+
1464
+ #~ msgid "Libraries listing."
1465
+ #~ msgstr "Listagem de Bibliotecas."
1466
+
1467
+ #~ msgid "Book listing."
1468
+ #~ msgstr "Listagem de livros"
1469
+
1470
+ #~ msgid "Status messages."
1471
+ #~ msgstr "Estado das mensagens."
1472
+
1473
+ #~ msgid "Add an author"
1474
+ #~ msgstr "Adicionar um autor"
1475
+
1476
+ #~ msgid "Remove an author"
1477
+ #~ msgstr "Remover um autor"
1478
+
1479
+ #~ msgid "Click to pick a cover"
1480
+ #~ msgstr "Clicar para escolher uma capa"
1481
+
1482
+ #~ msgid "Click on the stars to rate the book"
1483
+ #~ msgstr "Clicar nas estrelas para classificar o livro"
1484
+
1362
1485
  #~ msgid "Language"
1363
1486
  #~ msgstr "Língua"
1364
1487
 
@@ -1372,9 +1495,6 @@ msgstr "Gerencie a sua coleção de livros"
1372
1495
  #~ msgid "Couldn't add these books"
1373
1496
  #~ msgstr "Não foi possível adicionar o livro"
1374
1497
 
1375
- #~ msgid "Associate ID"
1376
- #~ msgstr "Identidade de associado"
1377
-
1378
1498
  #~ msgid "_Refresh"
1379
1499
  #~ msgstr "_Atualizar"
1380
1500