blob: 3ce7a123fec72276db27e46915f71c6c01450039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition -->
<!ENTITY msgComposeWindow.title "Escrever: (sem assunto)">
<!-- File Menu -->
<!ENTITY fileMenu.label "Ficheiro">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY newMenu.label "Novo">
<!ENTITY newMenu.accesskey "N">
<!ENTITY newMessage.label "Mensagem">
<!ENTITY newMessage.key "M">
<!ENTITY newMessageCmd2.key "N">
<!ENTITY newMessage.accesskey "M">
<!ENTITY newContact.label "Contacto do livro de endereços...">
<!ENTITY newContact.accesskey "C">
<!ENTITY attachMenu.label "Anexar">
<!ENTITY attachMenu.accesskey "x">
<!ENTITY attachFileCmd.label "Ficheiro(s)...">
<!ENTITY attachFileCmd.accesskey "F">
<!ENTITY attachFileCmd.key "A">
<!ENTITY attachCloudCmd.label "Filelink">
<!ENTITY attachCloudCmd.accesskey "i">
<!ENTITY attachPageCmd.label "Página web…">
<!ENTITY attachPageCmd.accesskey "w">
<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' -->
<!ENTITY attachVCardCmd.label "Cartão pessoal (vCard)">
<!ENTITY attachVCardCmd.accesskey "v">
<!ENTITY remindLater.label "Lembrar mais tarde">
<!ENTITY remindLater.accesskey "L">
<!ENTITY closeCmd.label "Fechar">
<!ENTITY closeCmd.key "w">
<!ENTITY closeCmd.accesskey "c">
<!ENTITY saveCmd.label "Guardar">
<!ENTITY saveCmd.key "S">
<!ENTITY saveCmd.accesskey "G">
<!ENTITY saveAsCmd.label "Guardar como">
<!ENTITY saveAsCmd.accesskey "a">
<!ENTITY saveAsFileCmd.label "Ficheiro...">
<!ENTITY saveAsFileCmd.accesskey "F">
<!ENTITY saveAsDraftCmd.label "Rascunho">
<!ENTITY saveAsDraftCmd.accesskey "R">
<!ENTITY saveAsTemplateCmd.label "Modelo">
<!ENTITY saveAsTemplateCmd.accesskey "M">
<!ENTITY sendNowCmd.label "Enviar agora">
<!ENTITY sendCmd.keycode "VK_RETURN">
<!ENTITY sendNowCmd.accesskey "v">
<!ENTITY sendLaterCmd.label "Enviar mais tarde">
<!ENTITY sendLaterCmd.keycode "VK_RETURN">
<!ENTITY sendLaterCmd.accesskey "m">
<!ENTITY printSetupCmd.label "Configurar página...">
<!ENTITY printSetupCmd.accesskey "u">
<!ENTITY printPreviewCmd.label "Pré-visualizar impressão">
<!ENTITY printPreviewCmd.accesskey "v">
<!ENTITY printCmd.label "Imprimir...">
<!ENTITY printCmd.key "p">
<!ENTITY printCmd.accesskey "I">
<!-- Edit Menu -->
<!ENTITY editMenu.label "Editar">
<!ENTITY editMenu.accesskey "E">
<!ENTITY undoCmd.label "Desfazer">
<!ENTITY undoCmd.key "z">
<!ENTITY undoCmd.accesskey "u">
<!ENTITY redoCmd.label "Refazer">
<!ENTITY redoCmd.key "y">
<!ENTITY redoCmd.accesskey "r">
<!ENTITY cutCmd.key "X">
<!ENTITY copyCmd.key "C">
<!ENTITY pasteCmd.key "V">
<!ENTITY pasteNoFormattingCmd.key "V">
<!ENTITY pasteAsQuotationCmd.key "o">
<!ENTITY editRewrapCmd.accesskey "n">
<!ENTITY deleteCmd.label "Apagar">
<!ENTITY deleteCmd.accesskey "A">
<!ENTITY editRewrapCmd.label "Encapsular novamente">
<!ENTITY editRewrapCmd.key "R">
<!ENTITY renameAttachmentCmd.label "Mudar nome do anexo...">
<!ENTITY renameAttachmentCmd.accesskey "e">
<!ENTITY reorderAttachmentsCmd.label "Reordenar anexos…">
<!ENTITY reorderAttachmentsCmd.accesskey "s">
<!ENTITY reorderAttachmentsCmd.key "x">
<!ENTITY toggleAttachmentPaneCmd.label "Painel de anexos">
<!ENTITY toggleAttachmentPaneCmd.accesskey "n">
<!ENTITY selectAllCmd.accesskey "a">
<!ENTITY findBarCmd.label "Localizar…">
<!ENTITY findBarCmd.accesskey "z">
<!ENTITY findBarCmd.key "F">
<!ENTITY findReplaceCmd.label "Localizar e substituir…">
<!ENTITY findReplaceCmd.accesskey "c">
<!ENTITY findReplaceCmd.key "H">
<!ENTITY findAgainCmd.label "Localizar novamente">
<!ENTITY findAgainCmd.accesskey "n">
<!ENTITY findAgainCmd.key "G">
<!ENTITY findAgainCmd.key2 "VK_F3">
<!ENTITY findPrevCmd.label "Localizar anterior">
<!ENTITY findPrevCmd.accesskey "t">
<!ENTITY findPrevCmd.key "G">
<!ENTITY findPrevCmd.key2 "VK_F3">
<!-- Reorder Attachment Panel -->
<!ENTITY reorderAttachmentsPanel.label "Reordenar anexos">
<!ENTITY moveAttachmentTopPanelBtn.label "Mover para o topo">
<!ENTITY moveAttachmentUpPanelBtn.label "Mover para cima">
<!ENTITY moveAttachmentBundleUpPanelBtn.label "Mover junto">
<!ENTITY moveAttachmentDownPanelBtn.label "Mover para baixo">
<!ENTITY moveAttachmentBottomPanelBtn.label "Mover para o fim">
<!-- LOCALIZATION NOTE (sortAttachmentsPanelBtn.Sort.AZ.label):
Please ensure that this translation matches
sortAttachmentsPanelBtn.Sort.ZA.label, except for the sort direction. -->
<!ENTITY sortAttachmentsPanelBtn.Sort.AZ.label "Ordenar: A - Z">
<!ENTITY sortAttachmentsPanelBtn.Sort.ZA.label "Ordenar: Z - A">
<!-- LOCALIZATION NOTE (sortAttachmentsPanelBtn.SortSelection.AZ.label):
Please ensure that this translation matches
sortAttachmentsPanelBtn.SortSelection.ZA.label, except for the sort direction. -->
<!ENTITY sortAttachmentsPanelBtn.SortSelection.AZ.label "Ordenar seleção: A - Z">
<!ENTITY sortAttachmentsPanelBtn.SortSelection.ZA.label "Ordenar seleção: Z - A">
<!ENTITY sortAttachmentsPanelBtn.key "y">
<!-- View Menu -->
<!ENTITY viewMenu.label "Ver">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewToolbarsMenuNew.label "Barras de ferramentas">
<!ENTITY viewToolbarsMenuNew.accesskey "t">
<!ENTITY menubarCmd.label "Barra de menu">
<!ENTITY menubarCmd.accesskey "m">
<!ENTITY showCompositionToolbarCmd.label "Barra de composição">
<!ENTITY showCompositionToolbarCmd.accesskey "o">
<!ENTITY showFormattingBarCmd.label "Barra de formatação">
<!ENTITY showFormattingBarCmd.accesskey "f">
<!ENTITY showTaskbarCmd.label "Barra de estado">
<!ENTITY showTaskbarCmd.accesskey "s">
<!ENTITY customizeToolbar.label "Personalizar...">
<!ENTITY customizeToolbar.accesskey "P">
<!ENTITY addressSidebar.label "Painel de contactos">
<!ENTITY addressSidebar.accesskey "o">
<!-- Format Menu -->
<!ENTITY formatMenu.label "Formatar">
<!ENTITY formatMenu.accesskey "o">
<!-- Options Menu -->
<!ENTITY optionsMenu.label "Opções">
<!ENTITY optionsMenu.accesskey "p">
<!ENTITY checkSpellingCmd2.label "Verificar ortografia...">
<!ENTITY checkSpellingCmd2.key "p">
<!ENTITY checkSpellingCmd2.key2 "VK_F7">
<!ENTITY checkSpellingCmd2.accesskey "o">
<!ENTITY enableInlineSpellChecker.label "Verificar ortografia ao escrever">
<!ENTITY enableInlineSpellChecker.accesskey "e">
<!ENTITY quoteCmd.label "Citar mensagem">
<!ENTITY quoteCmd.accesskey "C">
<!--LOCALIZATION NOTE attachVCard.label Don't translate the term 'vCard' -->
<!ENTITY attachVCard.label "Anexar vCard">
<!ENTITY attachVCard.accesskey "v">
<!ENTITY returnReceiptMenu.label "Recibo de leitura">
<!ENTITY returnReceiptMenu.accesskey "t">
<!ENTITY dsnMenu.label "Notificação de entrega">
<!ENTITY dsnMenu.accesskey "N">
<!ENTITY deliveryFormatMenu.label "Formato de entrega">
<!ENTITY deliveryFormatMenu.accesskey "F">
<!ENTITY autoFormatCmd.label "Deteção automática">
<!ENTITY autoFormatCmd.accesskey "a">
<!ENTITY plainTextFormatCmd.label "Texto simples">
<!ENTITY plainTextFormatCmd.accesskey "e">
<!ENTITY htmlFormatCmd.label "Formatação HTML">
<!ENTITY htmlFormatCmd.accesskey "r">
<!ENTITY bothFormatCmd.label "Ambos os formatos (simples e HTML)">
<!ENTITY bothFormatCmd.accesskey "f">
<!ENTITY priorityMenu.label "Prioridade">
<!ENTITY priorityMenu.accesskey "P">
<!ENTITY priorityButton.title "Prioridade">
<!ENTITY priorityButton.tooltiptext "Alterar prioridade da mensagem">
<!ENTITY priorityButton.label "Prioridade:">
<!ENTITY lowestPriorityCmd.label "Muito baixa">
<!ENTITY lowestPriorityCmd.accesskey "x">
<!ENTITY lowPriorityCmd.label "Baixa">
<!ENTITY lowPriorityCmd.accesskey "B">
<!ENTITY normalPriorityCmd.label "Normal">
<!ENTITY normalPriorityCmd.accesskey "N">
<!ENTITY highPriorityCmd.label "Alta">
<!ENTITY highPriorityCmd.accesskey "A">
<!ENTITY highestPriorityCmd.label "Muito alta">
<!ENTITY highestPriorityCmd.accesskey "u">
<!ENTITY fileCarbonCopyCmd.label "Enviar uma cópia para">
<!ENTITY fileCarbonCopyCmd.accesskey "v">
<!ENTITY fileHereMenu.label "Ficheiro aqui">
<!-- Tools Menu -->
<!ENTITY tasksMenu.label "Ferramentas">
<!ENTITY tasksMenu.accesskey "t">
<!ENTITY messengerCmd.label "Correio e grupos de notícias">
<!ENTITY messengerCmd.accesskey "g">
<!ENTITY messengerCmd.commandkey "1">
<!ENTITY addressBookCmd.label "Livro de endereços">
<!ENTITY addressBookCmd.accesskey "i">
<!ENTITY addressBookCmd.key "B">
<!ENTITY accountManagerCmd2.label "Definições da conta">
<!ENTITY accountManagerCmd2.accesskey "s">
<!ENTITY accountManagerCmdUnix2.accesskey "s">
<!ENTITY preferencesCmd2.label "Opções">
<!ENTITY preferencesCmd2.accesskey "O">
<!ENTITY preferencesCmdUnix.label "Preferências">
<!ENTITY preferencesCmdUnix.accesskey "n">
<!-- Mac OS X Window Menu -->
<!ENTITY minimizeWindow.key "M">
<!ENTITY minimizeWindow.label "Minimizar">
<!ENTITY bringAllToFront.label "Trazer tudo para frente">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY windowMenu.label "Janela">
<!-- Mail Toolbar -->
<!ENTITY sendButton.label "Enviar">
<!ENTITY quoteButton.label "Citar">
<!ENTITY addressButton.label "Contactos">
<!ENTITY attachButton.label "Anexar">
<!ENTITY spellingButton.label "Ortografia">
<!ENTITY saveButton.label "Guardar">
<!ENTITY printButton.label "Imprimir">
<!-- Mail Toolbar Tooltips -->
<!ENTITY sendButton.tooltip "Enviar esta mensagem agora">
<!ENTITY sendlaterButton.tooltip "Enviar esta mensagem mais tarde">
<!ENTITY quoteButton.tooltip "Citar mensagem anterior">
<!ENTITY addressButton.tooltip "Selecionar um destinatário do livro de endereços">
<!ENTITY attachButton.tooltip2 "Adicionar um anexo">
<!ENTITY spellingButton.tooltip "Verificar ortografia da seleção ou da mensagem">
<!ENTITY saveButton.tooltip "Guardar esta mensagem">
<!ENTITY cutButton.tooltip "Cortar">
<!ENTITY copyButton.tooltip "Copiar">
<!ENTITY pasteButton.tooltip "Colar">
<!ENTITY printButton.tooltip "Imprimir esta mensagem">
<!-- Headers -->
<!--LOCALIZATION NOTE headersSpaces.style is for aligning the From:, To: and
Subject: rows. It should be larger than the largest Header label -->
<!ENTITY headersSpace2.style "width: 8em;">
<!ENTITY extraRecipients.tooltip "Outros tipos de campos de endereçamento">
<!ENTITY fromAddr2.label "De">
<!ENTITY fromAddr.accesskey "D">
<!ENTITY toAddr2.label "Para">
<!ENTITY ccAddr2.label "Cc">
<!ENTITY bccAddr2.label "Bcc">
<!ENTITY replyAddr2.label "Responder a">
<!ENTITY newsgroupsAddr2.label "Grupo de notícias">
<!ENTITY followupAddr2.label "No seguimento de">
<!ENTITY subject2.label "Assunto">
<!ENTITY subject.accesskey "A">
<!ENTITY attachmentBucketCloseButton.tooltip "Ocultar painel de anexos">
<!-- Format Toolbar, imported from editorAppShell.xhtml -->
<!ENTITY SmileButton.tooltip "Inserir um ícone expressivo">
<!ENTITY smiley1Cmd.label "Alegre">
<!ENTITY smiley2Cmd.label "Triste">
<!ENTITY smiley3Cmd.label "Piscadela">
<!ENTITY smiley4Cmd.label "Língua de fora">
<!ENTITY smiley5Cmd.label "Riso">
<!ENTITY smiley6Cmd.label "Envergonhado">
<!ENTITY smiley7Cmd.label "Indeciso">
<!ENTITY smiley8Cmd.label "Surpreso">
<!ENTITY smiley9Cmd.label "Beijos">
<!ENTITY smiley10Cmd.label "Berro">
<!ENTITY smiley11Cmd.label "Simpático">
<!ENTITY smiley12Cmd.label "Dinheiro na boca">
<!ENTITY smiley13Cmd.label "Pé na boca">
<!ENTITY smiley14Cmd.label "Inocente">
<!ENTITY smiley15Cmd.label "Choro">
<!ENTITY smiley16Cmd.label "Boca fechada">
<!-- Message Pane Context Menu -->
<!ENTITY spellCheckNoSuggestions.label "Não existem sugestões">
<!ENTITY spellCheckIgnoreWord.label "Ignorar palavra">
<!ENTITY spellCheckIgnoreWord.accesskey "I">
<!ENTITY spellCheckAddToDictionary.label "Adicionar ao dicionário">
<!ENTITY spellCheckAddToDictionary.accesskey "n">
<!ENTITY undo.label "Desfazer">
<!ENTITY undo.accesskey "u">
<!ENTITY cut.label "Cortar">
<!ENTITY cut.accesskey "t">
<!ENTITY copy.label "Copiar">
<!ENTITY copy.accesskey "C">
<!ENTITY paste.label "Colar">
<!ENTITY paste.accesskey "l">
<!ENTITY pasteQuote.label "Colar como citação">
<!ENTITY pasteQuote.accesskey "i">
<!-- Attachment Item and List Context Menus -->
<!ENTITY openAttachment.label "Abrir">
<!ENTITY openAttachment.accesskey "A">
<!ENTITY delete.label "Apagar">
<!ENTITY delete.accesskey "A">
<!ENTITY removeAttachment.label "Remover anexo">
<!ENTITY removeAttachment.accesskey "m">
<!ENTITY renameAttachment.label "Renomear…">
<!ENTITY renameAttachment.accesskey "R">
<!ENTITY reorderAttachments.label "Reordenar anexos…">
<!ENTITY reorderAttachments.accesskey "s">
<!ENTITY removeAllAttachments.label "Remover todos os anexos">
<!ENTITY removeAllAttachments.accesskey "v">
<!ENTITY selectAll.label "Selecionar tudo">
<!ENTITY selectAll.accesskey "a">
<!ENTITY attachFile.label "Anexar ficheiro(s)...">
<!ENTITY attachFile.accesskey "f">
<!ENTITY attachCloud.label "Filelink...">
<!ENTITY attachCloud.accesskey "i">
<!ENTITY convertCloud.label "Converter para...">
<!ENTITY convertCloud.accesskey "C">
<!ENTITY cancelUpload.label "Cancelar carregamento">
<!ENTITY cancelUpload.accesskey "n">
<!ENTITY convertRegularAttachment.label "Anexo normal">
<!ENTITY convertRegularAttachment.accesskey "A">
<!ENTITY attachPage.label "Anexar página web...">
<!ENTITY attachPage.accesskey "w">
<!-- Attachment Pane Header Bar Context Menu -->
<!-- LOCALIZATION NOTE (initiallyShowAttachmentPane.label):
Should use the same wording as startExpandedCmd.label
in msgHdrViewOverlay.dtd. -->
<!ENTITY initiallyShowAttachmentPane.label "Inicialmente, mostrar painel de anexos">
<!ENTITY initiallyShowAttachmentPane.accesskey "s">
<!-- Spell checker context menu items -->
<!ENTITY spellAddDictionaries.label "Adicionar dicionários">
<!ENTITY spellAddDictionaries.accesskey "A">
<!-- Title for the address picker panel -->
<!ENTITY addressesSidebarTitle.label "Contactos">
<!-- Identity popup customize menuitem -->
<!ENTITY customizeFromAddress.label "Personalizar endereço 'De'…">
<!ENTITY customizeFromAddress.accesskey "a">
<!-- Accessibility name for the document -->
<!ENTITY aria.message.bodyName "Corpo da mensagem">
<!-- Status Bar -->
<!ENTITY languageStatusButton.tooltip "Idioma da verificação ortográfica">
<!ENTITY encodingStatusPanel.tooltip "Codificação de texto">
|