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