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