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