alexandria-book-collection-manager 0.7.5 → 0.7.6

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