alexandria-book-collection-manager 0.7.5 → 0.7.9

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