1075 |
ddelon |
1 |
/*
|
|
|
2 |
* FCKeditor - The text editor for internet
|
|
|
3 |
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
|
|
4 |
*
|
|
|
5 |
* Licensed under the terms of the GNU Lesser General Public License:
|
|
|
6 |
* http://www.opensource.org/licenses/lgpl-license.php
|
|
|
7 |
*
|
|
|
8 |
* For further information visit:
|
|
|
9 |
* http://www.fckeditor.net/
|
|
|
10 |
*
|
|
|
11 |
* "Support Open Source software. What about a donation today?"
|
|
|
12 |
*
|
|
|
13 |
* File Name: pt-br.js
|
|
|
14 |
* Brazilian Portuguese language file.
|
|
|
15 |
*
|
|
|
16 |
* File Authors:
|
|
|
17 |
* Carlos Alberto Tomatis Loth (carlos.loth@conectait.com.br)
|
|
|
18 |
* GibaPhp (http://www.xoopstotal.com.br)
|
|
|
19 |
*/
|
|
|
20 |
|
|
|
21 |
var FCKLang =
|
|
|
22 |
{
|
|
|
23 |
// Language direction : "ltr" (left to right) or "rtl" (right to left).
|
|
|
24 |
Dir : "ltr",
|
|
|
25 |
|
|
|
26 |
ToolbarCollapse : "Ocultar Barra de Ferramentas",
|
|
|
27 |
ToolbarExpand : "Exibir Barra de Ferramentas",
|
|
|
28 |
|
|
|
29 |
// Toolbar Items and Context Menu
|
|
|
30 |
Save : "Salvar",
|
|
|
31 |
NewPage : "Novo",
|
|
|
32 |
Preview : "Visualizar",
|
|
|
33 |
Cut : "Recortar",
|
|
|
34 |
Copy : "Copiar",
|
|
|
35 |
Paste : "Colar",
|
|
|
36 |
PasteText : "Colar como Texto sem Formatação",
|
|
|
37 |
PasteWord : "Colar do Word",
|
|
|
38 |
Print : "Imprimir",
|
|
|
39 |
SelectAll : "Selecionar Tudo",
|
|
|
40 |
RemoveFormat : "Remover Formatação",
|
|
|
41 |
InsertLinkLbl : "Hiperlink",
|
|
|
42 |
InsertLink : "Inserir/Editar Hiperlink",
|
|
|
43 |
RemoveLink : "Remover Hiperlink",
|
|
|
44 |
Anchor : "Inserir/Editar Âncora",
|
|
|
45 |
InsertImageLbl : "Figura",
|
|
|
46 |
InsertImage : "Inserir/Editar Figura",
|
|
|
47 |
InsertFlashLbl : "Flash",
|
|
|
48 |
InsertFlash : "Insere/Edita Flash",
|
|
|
49 |
InsertTableLbl : "Tabela",
|
|
|
50 |
InsertTable : "Inserir/Editar Tabela",
|
|
|
51 |
InsertLineLbl : "Linha",
|
|
|
52 |
InsertLine : "Inserir Linha Horizontal",
|
|
|
53 |
InsertSpecialCharLbl: "Caracteres Especiais",
|
|
|
54 |
InsertSpecialChar : "Inserir Caractere Especial",
|
|
|
55 |
InsertSmileyLbl : "Emoticon",
|
|
|
56 |
InsertSmiley : "Inserir Emoticon",
|
|
|
57 |
About : "Sobre FCKeditor",
|
|
|
58 |
Bold : "Negrito",
|
|
|
59 |
Italic : "Itálico",
|
|
|
60 |
Underline : "Sublinhado",
|
|
|
61 |
StrikeThrough : "Tachado",
|
|
|
62 |
Subscript : "Subscrito",
|
|
|
63 |
Superscript : "Sobrescrito",
|
|
|
64 |
LeftJustify : "Alinhar Esquerda",
|
|
|
65 |
CenterJustify : "Centralizar",
|
|
|
66 |
RightJustify : "Alinhar Direita",
|
|
|
67 |
BlockJustify : "Justificado",
|
|
|
68 |
DecreaseIndent : "Diminuir Recuo",
|
|
|
69 |
IncreaseIndent : "Aumentar Recuo",
|
|
|
70 |
Undo : "Desfazer",
|
|
|
71 |
Redo : "Refazer",
|
|
|
72 |
NumberedListLbl : "Numeração",
|
|
|
73 |
NumberedList : "Inserir/Remover Numeração",
|
|
|
74 |
BulletedListLbl : "Marcadores",
|
|
|
75 |
BulletedList : "Inserir/Remover Marcadores",
|
|
|
76 |
ShowTableBorders : "Exibir Bordas da Tabela",
|
|
|
77 |
ShowDetails : "Exibir Detalhes",
|
|
|
78 |
Style : "Estilo",
|
|
|
79 |
FontFormat : "Formatação",
|
|
|
80 |
Font : "Fonte",
|
|
|
81 |
FontSize : "Tamanho",
|
|
|
82 |
TextColor : "Cor do Texto",
|
|
|
83 |
BGColor : "Cor do Plano de Fundo",
|
|
|
84 |
Source : "Código-Fonte",
|
|
|
85 |
Find : "Localizar",
|
|
|
86 |
Replace : "Substituir",
|
|
|
87 |
SpellCheck : "Verificar Ortografia",
|
|
|
88 |
UniversalKeyboard : "Teclado Universal",
|
|
|
89 |
PageBreakLbl : "Quebra de Página",
|
|
|
90 |
PageBreak : "Inserir Quebra de Página",
|
|
|
91 |
|
|
|
92 |
Form : "Formulário",
|
|
|
93 |
Checkbox : "Caixa de Seleção",
|
|
|
94 |
RadioButton : "Botão de Opção",
|
|
|
95 |
TextField : "Caixa de Texto",
|
|
|
96 |
Textarea : "Área de Texto",
|
|
|
97 |
HiddenField : "Campo Oculto",
|
|
|
98 |
Button : "Botão",
|
|
|
99 |
SelectionField : "Caixa de Listagem",
|
|
|
100 |
ImageButton : "Botão de Imagem",
|
|
|
101 |
|
|
|
102 |
FitWindow : "Maximize the editor size", //MISSING
|
|
|
103 |
|
|
|
104 |
// Context Menu
|
|
|
105 |
EditLink : "Editar Hiperlink",
|
|
|
106 |
CellCM : "Cell", //MISSING
|
|
|
107 |
RowCM : "Row", //MISSING
|
|
|
108 |
ColumnCM : "Column", //MISSING
|
|
|
109 |
InsertRow : "Inserir Linha",
|
|
|
110 |
DeleteRows : "Remover Linhas",
|
|
|
111 |
InsertColumn : "Inserir Coluna",
|
|
|
112 |
DeleteColumns : "Remover Colunas",
|
|
|
113 |
InsertCell : "Inserir Células",
|
|
|
114 |
DeleteCells : "Remover Células",
|
|
|
115 |
MergeCells : "Mesclar Células",
|
|
|
116 |
SplitCell : "Dividir Célular",
|
|
|
117 |
TableDelete : "Apagar Tabela",
|
|
|
118 |
CellProperties : "Formatar Célula",
|
|
|
119 |
TableProperties : "Formatar Tabela",
|
|
|
120 |
ImageProperties : "Formatar Figura",
|
|
|
121 |
FlashProperties : "Propriedades Flash",
|
|
|
122 |
|
|
|
123 |
AnchorProp : "Formatar Âncora",
|
|
|
124 |
ButtonProp : "Formatar Botão",
|
|
|
125 |
CheckboxProp : "Formatar Caixa de Seleção",
|
|
|
126 |
HiddenFieldProp : "Formatar Campo Oculto",
|
|
|
127 |
RadioButtonProp : "Formatar Botão de Opção",
|
|
|
128 |
ImageButtonProp : "Formatar Botão de Imagem",
|
|
|
129 |
TextFieldProp : "Formatar Caixa de Texto",
|
|
|
130 |
SelectionFieldProp : "Formatar Caixa de Listagem",
|
|
|
131 |
TextareaProp : "Formatar Área de Texto",
|
|
|
132 |
FormProp : "Formatar Formulário",
|
|
|
133 |
|
|
|
134 |
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
|
|
|
135 |
|
|
|
136 |
// Alerts and Messages
|
|
|
137 |
ProcessingXHTML : "Processando XHTML. Por favor, aguarde...",
|
|
|
138 |
Done : "Pronto",
|
|
|
139 |
PasteWordConfirm : "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
|
|
|
140 |
NotCompatiblePaste : "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
|
|
|
141 |
UnknownToolbarItem : "O item da barra de ferramentas \"%1\" não é reconhecido",
|
|
|
142 |
UnknownCommand : "O comando \"%1\" não é reconhecido",
|
|
|
143 |
NotImplemented : "O comando não foi implementado",
|
|
|
144 |
UnknownToolbarSet : "A barra de ferramentas \"%1\" não existe",
|
|
|
145 |
NoActiveX : "As configurações de segurança do seu browser podem limitar algumas características do editor. Você precisa habilitar a opção \"Executar controles e plug-ins ActiveX\". Você pode experimentar erros e alertas de características faltantes.",
|
|
|
146 |
BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
|
|
|
147 |
DialogBlocked : "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
|
|
|
148 |
|
|
|
149 |
// Dialogs
|
|
|
150 |
DlgBtnOK : "OK",
|
|
|
151 |
DlgBtnCancel : "Cancelar",
|
|
|
152 |
DlgBtnClose : "Fechar",
|
|
|
153 |
DlgBtnBrowseServer : "Localizar no Servidor",
|
|
|
154 |
DlgAdvancedTag : "Avançado",
|
|
|
155 |
DlgOpOther : "<Outros>",
|
|
|
156 |
DlgInfoTab : "Info",
|
|
|
157 |
DlgAlertUrl : "Inserir a URL",
|
|
|
158 |
|
|
|
159 |
// General Dialogs Labels
|
|
|
160 |
DlgGenNotSet : "<não ajustado>",
|
|
|
161 |
DlgGenId : "Id",
|
|
|
162 |
DlgGenLangDir : "Direção do idioma",
|
|
|
163 |
DlgGenLangDirLtr : "Esquerda para Direita (LTR)",
|
|
|
164 |
DlgGenLangDirRtl : "Direita para Esquerda (RTL)",
|
|
|
165 |
DlgGenLangCode : "Idioma",
|
|
|
166 |
DlgGenAccessKey : "Chave de Acesso",
|
|
|
167 |
DlgGenName : "Nome",
|
|
|
168 |
DlgGenTabIndex : "Índice de Tabulação",
|
|
|
169 |
DlgGenLongDescr : "Descrição da URL",
|
|
|
170 |
DlgGenClass : "Classe de Folhas de Estilo",
|
|
|
171 |
DlgGenTitle : "Título",
|
|
|
172 |
DlgGenContType : "Tipo de Conteúdo",
|
|
|
173 |
DlgGenLinkCharset : "Conjunto de Caracteres do Hiperlink",
|
|
|
174 |
DlgGenStyle : "Estilos",
|
|
|
175 |
|
|
|
176 |
// Image Dialog
|
|
|
177 |
DlgImgTitle : "Formatar Figura",
|
|
|
178 |
DlgImgInfoTab : "Informações da Figura",
|
|
|
179 |
DlgImgBtnUpload : "Enviar para o Servidor",
|
|
|
180 |
DlgImgURL : "URL",
|
|
|
181 |
DlgImgUpload : "Submeter",
|
|
|
182 |
DlgImgAlt : "Texto Alternativo",
|
|
|
183 |
DlgImgWidth : "Largura",
|
|
|
184 |
DlgImgHeight : "Altura",
|
|
|
185 |
DlgImgLockRatio : "Manter proporções",
|
|
|
186 |
DlgBtnResetSize : "Redefinir para o Tamanho Original",
|
|
|
187 |
DlgImgBorder : "Borda",
|
|
|
188 |
DlgImgHSpace : "Horizontal",
|
|
|
189 |
DlgImgVSpace : "Vertical",
|
|
|
190 |
DlgImgAlign : "Alinhamento",
|
|
|
191 |
DlgImgAlignLeft : "Esquerda",
|
|
|
192 |
DlgImgAlignAbsBottom: "Inferior Absoluto",
|
|
|
193 |
DlgImgAlignAbsMiddle: "Centralizado Absoluto",
|
|
|
194 |
DlgImgAlignBaseline : "Baseline",
|
|
|
195 |
DlgImgAlignBottom : "Inferior",
|
|
|
196 |
DlgImgAlignMiddle : "Centralizado",
|
|
|
197 |
DlgImgAlignRight : "Direita",
|
|
|
198 |
DlgImgAlignTextTop : "Superior Absoluto",
|
|
|
199 |
DlgImgAlignTop : "Superior",
|
|
|
200 |
DlgImgPreview : "Visualização",
|
|
|
201 |
DlgImgAlertUrl : "Por favor, digite o URL da figura.",
|
|
|
202 |
DlgImgLinkTab : "Hiperlink",
|
|
|
203 |
|
|
|
204 |
// Flash Dialog
|
|
|
205 |
DlgFlashTitle : "Propriedades Flash",
|
|
|
206 |
DlgFlashChkPlay : "Tocar Automaticamente",
|
|
|
207 |
DlgFlashChkLoop : "Loop",
|
|
|
208 |
DlgFlashChkMenu : "Habilita Menu Flash",
|
|
|
209 |
DlgFlashScale : "Escala",
|
|
|
210 |
DlgFlashScaleAll : "Mostrar tudo",
|
|
|
211 |
DlgFlashScaleNoBorder : "Sem Borda",
|
|
|
212 |
DlgFlashScaleFit : "Escala Exata",
|
|
|
213 |
|
|
|
214 |
// Link Dialog
|
|
|
215 |
DlgLnkWindowTitle : "Hiperlink",
|
|
|
216 |
DlgLnkInfoTab : "Informações do hiperlink",
|
|
|
217 |
DlgLnkTargetTab : "Informações de destino",
|
|
|
218 |
|
|
|
219 |
DlgLnkType : "Tipo de hiperlink",
|
|
|
220 |
DlgLnkTypeURL : "URL",
|
|
|
221 |
DlgLnkTypeAnchor : "Âncora nesta página",
|
|
|
222 |
DlgLnkTypeEMail : "E-Mail",
|
|
|
223 |
DlgLnkProto : "Protocolo",
|
|
|
224 |
DlgLnkProtoOther : "<outro>",
|
|
|
225 |
DlgLnkURL : "URL do hiperlink",
|
|
|
226 |
DlgLnkAnchorSel : "Selecione uma âncora",
|
|
|
227 |
DlgLnkAnchorByName : "Pelo Nome da âncora",
|
|
|
228 |
DlgLnkAnchorById : "Pelo Id do Elemento",
|
|
|
229 |
DlgLnkNoAnchors : "<Não há âncoras disponíveis neste documento>",
|
|
|
230 |
DlgLnkEMail : "Endereço E-Mail",
|
|
|
231 |
DlgLnkEMailSubject : "Assunto da Mensagem",
|
|
|
232 |
DlgLnkEMailBody : "Corpo da Mensagem",
|
|
|
233 |
DlgLnkUpload : "Enviar ao Servidor",
|
|
|
234 |
DlgLnkBtnUpload : "Enviar ao Servidor",
|
|
|
235 |
|
|
|
236 |
DlgLnkTarget : "Destino",
|
|
|
237 |
DlgLnkTargetFrame : "<quadro>",
|
|
|
238 |
DlgLnkTargetPopup : "<janela popup>",
|
|
|
239 |
DlgLnkTargetBlank : "Nova Janela (_blank)",
|
|
|
240 |
DlgLnkTargetParent : "Janela Pai (_parent)",
|
|
|
241 |
DlgLnkTargetSelf : "Mesma Janela (_self)",
|
|
|
242 |
DlgLnkTargetTop : "Janela Superior (_top)",
|
|
|
243 |
DlgLnkTargetFrameName : "Nome do Frame de Destino",
|
|
|
244 |
DlgLnkPopWinName : "Nome da Janela Pop-up",
|
|
|
245 |
DlgLnkPopWinFeat : "Atributos da Janela Pop-up",
|
|
|
246 |
DlgLnkPopResize : "Redimensionável",
|
|
|
247 |
DlgLnkPopLocation : "Barra de Endereços",
|
|
|
248 |
DlgLnkPopMenu : "Barra de Menus",
|
|
|
249 |
DlgLnkPopScroll : "Barras de Rolagem",
|
|
|
250 |
DlgLnkPopStatus : "Barra de Status",
|
|
|
251 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
|
|
252 |
DlgLnkPopFullScrn : "Modo Tela Cheia (IE)",
|
|
|
253 |
DlgLnkPopDependent : "Dependente (Netscape)",
|
|
|
254 |
DlgLnkPopWidth : "Largura",
|
|
|
255 |
DlgLnkPopHeight : "Altura",
|
|
|
256 |
DlgLnkPopLeft : "Esquerda",
|
|
|
257 |
DlgLnkPopTop : "Superior",
|
|
|
258 |
|
|
|
259 |
DlnLnkMsgNoUrl : "Por favor, digite o endereço do Hiperlink",
|
|
|
260 |
DlnLnkMsgNoEMail : "Por favor, digite o endereço de e-mail",
|
|
|
261 |
DlnLnkMsgNoAnchor : "Por favor, selecione uma âncora",
|
|
|
262 |
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
|
|
|
263 |
|
|
|
264 |
// Color Dialog
|
|
|
265 |
DlgColorTitle : "Selecione uma Cor",
|
|
|
266 |
DlgColorBtnClear : "Limpar",
|
|
|
267 |
DlgColorHighlight : "Visualização",
|
|
|
268 |
DlgColorSelected : "Selecionada",
|
|
|
269 |
|
|
|
270 |
// Smiley Dialog
|
|
|
271 |
DlgSmileyTitle : "Inserir Emoticon",
|
|
|
272 |
|
|
|
273 |
// Special Character Dialog
|
|
|
274 |
DlgSpecialCharTitle : "Selecione um Caractere Especial",
|
|
|
275 |
|
|
|
276 |
// Table Dialog
|
|
|
277 |
DlgTableTitle : "Formatar Tabela",
|
|
|
278 |
DlgTableRows : "Linhas",
|
|
|
279 |
DlgTableColumns : "Colunas",
|
|
|
280 |
DlgTableBorder : "Borda",
|
|
|
281 |
DlgTableAlign : "Alinhamento",
|
|
|
282 |
DlgTableAlignNotSet : "<Não ajustado>",
|
|
|
283 |
DlgTableAlignLeft : "Esquerda",
|
|
|
284 |
DlgTableAlignCenter : "Centralizado",
|
|
|
285 |
DlgTableAlignRight : "Direita",
|
|
|
286 |
DlgTableWidth : "Largura",
|
|
|
287 |
DlgTableWidthPx : "pixels",
|
|
|
288 |
DlgTableWidthPc : "%",
|
|
|
289 |
DlgTableHeight : "Altura",
|
|
|
290 |
DlgTableCellSpace : "Espaçamento",
|
|
|
291 |
DlgTableCellPad : "Enchimento",
|
|
|
292 |
DlgTableCaption : "Legenda",
|
|
|
293 |
DlgTableSummary : "Resumo",
|
|
|
294 |
|
|
|
295 |
// Table Cell Dialog
|
|
|
296 |
DlgCellTitle : "Formatar célula",
|
|
|
297 |
DlgCellWidth : "Largura",
|
|
|
298 |
DlgCellWidthPx : "pixels",
|
|
|
299 |
DlgCellWidthPc : "%",
|
|
|
300 |
DlgCellHeight : "Altura",
|
|
|
301 |
DlgCellWordWrap : "Quebra de Linha",
|
|
|
302 |
DlgCellWordWrapNotSet : "<Não ajustado>",
|
|
|
303 |
DlgCellWordWrapYes : "Sim",
|
|
|
304 |
DlgCellWordWrapNo : "Não",
|
|
|
305 |
DlgCellHorAlign : "Alinhamento Horizontal",
|
|
|
306 |
DlgCellHorAlignNotSet : "<Não ajustado>",
|
|
|
307 |
DlgCellHorAlignLeft : "Esquerda",
|
|
|
308 |
DlgCellHorAlignCenter : "Centralizado",
|
|
|
309 |
DlgCellHorAlignRight: "Direita",
|
|
|
310 |
DlgCellVerAlign : "Alinhamento Vertical",
|
|
|
311 |
DlgCellVerAlignNotSet : "<Não ajustado>",
|
|
|
312 |
DlgCellVerAlignTop : "Superior",
|
|
|
313 |
DlgCellVerAlignMiddle : "Centralizado",
|
|
|
314 |
DlgCellVerAlignBottom : "Inferior",
|
|
|
315 |
DlgCellVerAlignBaseline : "Baseline",
|
|
|
316 |
DlgCellRowSpan : "Transpor Linhas",
|
|
|
317 |
DlgCellCollSpan : "Transpor Colunas",
|
|
|
318 |
DlgCellBackColor : "Cor do Plano de Fundo",
|
|
|
319 |
DlgCellBorderColor : "Cor da Borda",
|
|
|
320 |
DlgCellBtnSelect : "Selecionar...",
|
|
|
321 |
|
|
|
322 |
// Find Dialog
|
|
|
323 |
DlgFindTitle : "Localizar...",
|
|
|
324 |
DlgFindFindBtn : "Localizar",
|
|
|
325 |
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
|
|
|
326 |
|
|
|
327 |
// Replace Dialog
|
|
|
328 |
DlgReplaceTitle : "Substituir",
|
|
|
329 |
DlgReplaceFindLbl : "Procurar por:",
|
|
|
330 |
DlgReplaceReplaceLbl : "Substituir por:",
|
|
|
331 |
DlgReplaceCaseChk : "Coincidir Maiúsculas/Minúsculas",
|
|
|
332 |
DlgReplaceReplaceBtn : "Substituir",
|
|
|
333 |
DlgReplaceReplAllBtn : "Substituir Tudo",
|
|
|
334 |
DlgReplaceWordChk : "Coincidir a palavra inteira",
|
|
|
335 |
|
|
|
336 |
// Paste Operations / Dialog
|
|
|
337 |
PasteErrorPaste : "As configurações de segurança do seu navegador não permitem que o editor execute operações de colar automaticamente. Por favor, utilize o teclado para colar (Ctrl+V).",
|
|
|
338 |
PasteErrorCut : "As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl+X).",
|
|
|
339 |
PasteErrorCopy : "As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl+C).",
|
|
|
340 |
|
|
|
341 |
PasteAsText : "Colar como Texto sem Formatação",
|
|
|
342 |
PasteFromWord : "Colar do Word",
|
|
|
343 |
|
|
|
344 |
DlgPasteMsg2 : "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.",
|
|
|
345 |
DlgPasteIgnoreFont : "Ignorar definições de fonte",
|
|
|
346 |
DlgPasteRemoveStyles : "Remove definições de estilo",
|
|
|
347 |
DlgPasteCleanBox : "Limpar Box",
|
|
|
348 |
|
|
|
349 |
// Color Picker
|
|
|
350 |
ColorAutomatic : "Automático",
|
|
|
351 |
ColorMoreColors : "Mais Cores...",
|
|
|
352 |
|
|
|
353 |
// Document Properties
|
|
|
354 |
DocProps : "Propriedades Documento",
|
|
|
355 |
|
|
|
356 |
// Anchor Dialog
|
|
|
357 |
DlgAnchorTitle : "Formatar Âncora",
|
|
|
358 |
DlgAnchorName : "Nome da Âncora",
|
|
|
359 |
DlgAnchorErrorName : "Por favor, digite o nome da âncora",
|
|
|
360 |
|
|
|
361 |
// Speller Pages Dialog
|
|
|
362 |
DlgSpellNotInDic : "Não encontrada",
|
|
|
363 |
DlgSpellChangeTo : "Alterar para",
|
|
|
364 |
DlgSpellBtnIgnore : "Ignorar uma vez",
|
|
|
365 |
DlgSpellBtnIgnoreAll : "Ignorar Todas",
|
|
|
366 |
DlgSpellBtnReplace : "Alterar",
|
|
|
367 |
DlgSpellBtnReplaceAll : "Alterar Todas",
|
|
|
368 |
DlgSpellBtnUndo : "Desfazer",
|
|
|
369 |
DlgSpellNoSuggestions : "-sem sugestões de ortografia-",
|
|
|
370 |
DlgSpellProgress : "Verificação ortográfica em andamento...",
|
|
|
371 |
DlgSpellNoMispell : "Verificação encerrada: Não foram encontrados erros de ortografia",
|
|
|
372 |
DlgSpellNoChanges : "Verificação ortográfica encerrada: Não houve alterações",
|
|
|
373 |
DlgSpellOneChange : "Verificação ortográfica encerrada: Uma palavra foi alterada",
|
|
|
374 |
DlgSpellManyChanges : "Verificação ortográfica encerrada: %1 foram alteradas",
|
|
|
375 |
|
|
|
376 |
IeSpellDownload : "A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?",
|
|
|
377 |
|
|
|
378 |
// Button Dialog
|
|
|
379 |
DlgButtonText : "Texto (Valor)",
|
|
|
380 |
DlgButtonType : "Tipo",
|
|
|
381 |
DlgButtonTypeBtn : "Button", //MISSING
|
|
|
382 |
DlgButtonTypeSbm : "Submit", //MISSING
|
|
|
383 |
DlgButtonTypeRst : "Reset", //MISSING
|
|
|
384 |
|
|
|
385 |
// Checkbox and Radio Button Dialogs
|
|
|
386 |
DlgCheckboxName : "Nome",
|
|
|
387 |
DlgCheckboxValue : "Valor",
|
|
|
388 |
DlgCheckboxSelected : "Selecionado",
|
|
|
389 |
|
|
|
390 |
// Form Dialog
|
|
|
391 |
DlgFormName : "Nome",
|
|
|
392 |
DlgFormAction : "Action",
|
|
|
393 |
DlgFormMethod : "Método",
|
|
|
394 |
|
|
|
395 |
// Select Field Dialog
|
|
|
396 |
DlgSelectName : "Nome",
|
|
|
397 |
DlgSelectValue : "Valor",
|
|
|
398 |
DlgSelectSize : "Tamanho",
|
|
|
399 |
DlgSelectLines : "linhas",
|
|
|
400 |
DlgSelectChkMulti : "Permitir múltiplas seleções",
|
|
|
401 |
DlgSelectOpAvail : "Opções disponíveis",
|
|
|
402 |
DlgSelectOpText : "Texto",
|
|
|
403 |
DlgSelectOpValue : "Valor",
|
|
|
404 |
DlgSelectBtnAdd : "Adicionar",
|
|
|
405 |
DlgSelectBtnModify : "Modificar",
|
|
|
406 |
DlgSelectBtnUp : "Para cima",
|
|
|
407 |
DlgSelectBtnDown : "Para baixo",
|
|
|
408 |
DlgSelectBtnSetValue : "Definir como selecionado",
|
|
|
409 |
DlgSelectBtnDelete : "Remover",
|
|
|
410 |
|
|
|
411 |
// Textarea Dialog
|
|
|
412 |
DlgTextareaName : "Nome",
|
|
|
413 |
DlgTextareaCols : "Colunas",
|
|
|
414 |
DlgTextareaRows : "Linhas",
|
|
|
415 |
|
|
|
416 |
// Text Field Dialog
|
|
|
417 |
DlgTextName : "Nome",
|
|
|
418 |
DlgTextValue : "Valor",
|
|
|
419 |
DlgTextCharWidth : "Comprimento (em caracteres)",
|
|
|
420 |
DlgTextMaxChars : "Número Máximo de Caracteres",
|
|
|
421 |
DlgTextType : "Tipo",
|
|
|
422 |
DlgTextTypeText : "Texto",
|
|
|
423 |
DlgTextTypePass : "Senha",
|
|
|
424 |
|
|
|
425 |
// Hidden Field Dialog
|
|
|
426 |
DlgHiddenName : "Nome",
|
|
|
427 |
DlgHiddenValue : "Valor",
|
|
|
428 |
|
|
|
429 |
// Bulleted List Dialog
|
|
|
430 |
BulletedListProp : "Formatar Marcadores",
|
|
|
431 |
NumberedListProp : "Formatar Numeração",
|
|
|
432 |
DlgLstStart : "Start", //MISSING
|
|
|
433 |
DlgLstType : "Tipo",
|
|
|
434 |
DlgLstTypeCircle : "Círculo",
|
|
|
435 |
DlgLstTypeDisc : "Disco",
|
|
|
436 |
DlgLstTypeSquare : "Quadrado",
|
|
|
437 |
DlgLstTypeNumbers : "Números (1, 2, 3)",
|
|
|
438 |
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
|
|
|
439 |
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
|
|
|
440 |
DlgLstTypeSRoman : "Números Romanos Minúsculos (i, ii, iii)",
|
|
|
441 |
DlgLstTypeLRoman : "Números Romanos Maiúsculos (I, II, III)",
|
|
|
442 |
|
|
|
443 |
// Document Properties Dialog
|
|
|
444 |
DlgDocGeneralTab : "Geral",
|
|
|
445 |
DlgDocBackTab : "Plano de Fundo",
|
|
|
446 |
DlgDocColorsTab : "Cores e Margens",
|
|
|
447 |
DlgDocMetaTab : "Meta Dados",
|
|
|
448 |
|
|
|
449 |
DlgDocPageTitle : "Título da Página",
|
|
|
450 |
DlgDocLangDir : "Direção do Idioma",
|
|
|
451 |
DlgDocLangDirLTR : "Esquerda para Direita (LTR)",
|
|
|
452 |
DlgDocLangDirRTL : "Direita para Esquerda (RTL)",
|
|
|
453 |
DlgDocLangCode : "Código do Idioma",
|
|
|
454 |
DlgDocCharSet : "Codificação de Caracteres",
|
|
|
455 |
DlgDocCharSetCE : "Central European", //MISSING
|
|
|
456 |
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
|
|
|
457 |
DlgDocCharSetCR : "Cyrillic", //MISSING
|
|
|
458 |
DlgDocCharSetGR : "Greek", //MISSING
|
|
|
459 |
DlgDocCharSetJP : "Japanese", //MISSING
|
|
|
460 |
DlgDocCharSetKR : "Korean", //MISSING
|
|
|
461 |
DlgDocCharSetTR : "Turkish", //MISSING
|
|
|
462 |
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
|
|
|
463 |
DlgDocCharSetWE : "Western European", //MISSING
|
|
|
464 |
DlgDocCharSetOther : "Outra Codificação de Caracteres",
|
|
|
465 |
|
|
|
466 |
DlgDocDocType : "Cabeçalho Tipo de Documento",
|
|
|
467 |
DlgDocDocTypeOther : "Other Document Type Heading",
|
|
|
468 |
DlgDocIncXHTML : "Incluir Declarações XHTML",
|
|
|
469 |
DlgDocBgColor : "Cor do Plano de Fundo",
|
|
|
470 |
DlgDocBgImage : "URL da Imagem de Plano de Fundo",
|
|
|
471 |
DlgDocBgNoScroll : "Plano de Fundo Fixo",
|
|
|
472 |
DlgDocCText : "Texto",
|
|
|
473 |
DlgDocCLink : "Hiperlink",
|
|
|
474 |
DlgDocCVisited : "Hiperlink Visitado",
|
|
|
475 |
DlgDocCActive : "Hiperlink Ativo",
|
|
|
476 |
DlgDocMargins : "Margens da Página",
|
|
|
477 |
DlgDocMaTop : "Superior",
|
|
|
478 |
DlgDocMaLeft : "Inferior",
|
|
|
479 |
DlgDocMaRight : "Direita",
|
|
|
480 |
DlgDocMaBottom : "Inferior",
|
|
|
481 |
DlgDocMeIndex : "Palavras-chave de Indexação do Documento (separadas por vírgula)",
|
|
|
482 |
DlgDocMeDescr : "Descrição do Documento",
|
|
|
483 |
DlgDocMeAuthor : "Autor",
|
|
|
484 |
DlgDocMeCopy : "Direitos Autorais",
|
|
|
485 |
DlgDocPreview : "Visualizar",
|
|
|
486 |
|
|
|
487 |
// Templates Dialog
|
|
|
488 |
Templates : "Modelos de layout",
|
|
|
489 |
DlgTemplatesTitle : "Modelo de layout do conteúdo",
|
|
|
490 |
DlgTemplatesSelMsg : "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):",
|
|
|
491 |
DlgTemplatesLoading : "Carregando a lista de modelos de layout. Aguarde...",
|
|
|
492 |
DlgTemplatesNoTpl : "(Não foram definidos modelos de layout)",
|
|
|
493 |
DlgTemplatesReplace : "Replace actual contents", //MISSING
|
|
|
494 |
|
|
|
495 |
// About Dialog
|
|
|
496 |
DlgAboutAboutTab : "Sobre",
|
|
|
497 |
DlgAboutBrowserInfoTab : "Informações do Navegador",
|
|
|
498 |
DlgAboutLicenseTab : "Licença",
|
|
|
499 |
DlgAboutVersion : "versão",
|
|
|
500 |
DlgAboutLicense : "Licenciado sob os termos da GNU Lesser General Public License",
|
|
|
501 |
DlgAboutInfo : "Para maiores informações visite"
|
|
|
502 |
}
|