Line 1... |
Line 1... |
1 |
/*
|
1 |
/*
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
3 |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
3 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
|
4 |
*
|
4 |
*
|
5 |
* == BEGIN LICENSE ==
|
5 |
* == BEGIN LICENSE ==
|
6 |
*
|
6 |
*
|
7 |
* Licensed under the terms of any of the following licenses at your
|
7 |
* Licensed under the terms of any of the following licenses at your
|
8 |
* choice:
|
8 |
* choice:
|
Line 34... |
Line 34... |
34 |
NewPage : "Novo",
|
34 |
NewPage : "Novo",
|
35 |
Preview : "Visualizar",
|
35 |
Preview : "Visualizar",
|
36 |
Cut : "Recortar",
|
36 |
Cut : "Recortar",
|
37 |
Copy : "Copiar",
|
37 |
Copy : "Copiar",
|
38 |
Paste : "Colar",
|
38 |
Paste : "Colar",
|
39 |
PasteText : "Colar como Texto sem Formatação",
|
39 |
PasteText : "Colar como Texto sem Formatação",
|
40 |
PasteWord : "Colar do Word",
|
40 |
PasteWord : "Colar do Word",
|
41 |
Print : "Imprimir",
|
41 |
Print : "Imprimir",
|
42 |
SelectAll : "Selecionar Tudo",
|
42 |
SelectAll : "Selecionar Tudo",
|
43 |
RemoveFormat : "Remover Formatação",
|
43 |
RemoveFormat : "Remover Formatação",
|
44 |
InsertLinkLbl : "Hiperlink",
|
44 |
InsertLinkLbl : "Hiperlink",
|
45 |
InsertLink : "Inserir/Editar Hiperlink",
|
45 |
InsertLink : "Inserir/Editar Hiperlink",
|
46 |
RemoveLink : "Remover Hiperlink",
|
46 |
RemoveLink : "Remover Hiperlink",
|
47 |
VisitLink : "Open Link", //MISSING
|
47 |
VisitLink : "Open Link", //MISSING
|
48 |
Anchor : "Inserir/Editar Âncora",
|
48 |
Anchor : "Inserir/Editar Âncora",
|
49 |
AnchorDelete : "Remover Âncora",
|
49 |
AnchorDelete : "Remover Âncora",
|
50 |
InsertImageLbl : "Figura",
|
50 |
InsertImageLbl : "Figura",
|
51 |
InsertImage : "Inserir/Editar Figura",
|
51 |
InsertImage : "Inserir/Editar Figura",
|
52 |
InsertFlashLbl : "Flash",
|
52 |
InsertFlashLbl : "Flash",
|
53 |
InsertFlash : "Insere/Edita Flash",
|
53 |
InsertFlash : "Insere/Edita Flash",
|
54 |
InsertTableLbl : "Tabela",
|
54 |
InsertTableLbl : "Tabela",
|
Line 59... |
Line 59... |
59 |
InsertSpecialChar : "Inserir Caractere Especial",
|
59 |
InsertSpecialChar : "Inserir Caractere Especial",
|
60 |
InsertSmileyLbl : "Emoticon",
|
60 |
InsertSmileyLbl : "Emoticon",
|
61 |
InsertSmiley : "Inserir Emoticon",
|
61 |
InsertSmiley : "Inserir Emoticon",
|
62 |
About : "Sobre FCKeditor",
|
62 |
About : "Sobre FCKeditor",
|
63 |
Bold : "Negrito",
|
63 |
Bold : "Negrito",
|
64 |
Italic : "Itálico",
|
64 |
Italic : "Itálico",
|
65 |
Underline : "Sublinhado",
|
65 |
Underline : "Sublinhado",
|
66 |
StrikeThrough : "Tachado",
|
66 |
StrikeThrough : "Tachado",
|
67 |
Subscript : "Subscrito",
|
67 |
Subscript : "Subscrito",
|
68 |
Superscript : "Sobrescrito",
|
68 |
Superscript : "Sobrescrito",
|
69 |
LeftJustify : "Alinhar Esquerda",
|
69 |
LeftJustify : "Alinhar Esquerda",
|
Line 76... |
Line 76... |
76 |
CreateDiv : "Create Div Container", //MISSING
|
76 |
CreateDiv : "Create Div Container", //MISSING
|
77 |
EditDiv : "Edit Div Container", //MISSING
|
77 |
EditDiv : "Edit Div Container", //MISSING
|
78 |
DeleteDiv : "Remove Div Container", //MISSING
|
78 |
DeleteDiv : "Remove Div Container", //MISSING
|
79 |
Undo : "Desfazer",
|
79 |
Undo : "Desfazer",
|
80 |
Redo : "Refazer",
|
80 |
Redo : "Refazer",
|
81 |
NumberedListLbl : "Numeração",
|
81 |
NumberedListLbl : "Numeração",
|
82 |
NumberedList : "Inserir/Remover Numeração",
|
82 |
NumberedList : "Inserir/Remover Numeração",
|
83 |
BulletedListLbl : "Marcadores",
|
83 |
BulletedListLbl : "Marcadores",
|
84 |
BulletedList : "Inserir/Remover Marcadores",
|
84 |
BulletedList : "Inserir/Remover Marcadores",
|
85 |
ShowTableBorders : "Exibir Bordas da Tabela",
|
85 |
ShowTableBorders : "Exibir Bordas da Tabela",
|
86 |
ShowDetails : "Exibir Detalhes",
|
86 |
ShowDetails : "Exibir Detalhes",
|
87 |
Style : "Estilo",
|
87 |
Style : "Estilo",
|
88 |
FontFormat : "Formatação",
|
88 |
FontFormat : "Formatação",
|
89 |
Font : "Fonte",
|
89 |
Font : "Fonte",
|
90 |
FontSize : "Tamanho",
|
90 |
FontSize : "Tamanho",
|
91 |
TextColor : "Cor do Texto",
|
91 |
TextColor : "Cor do Texto",
|
92 |
BGColor : "Cor do Plano de Fundo",
|
92 |
BGColor : "Cor do Plano de Fundo",
|
93 |
Source : "Código-Fonte",
|
93 |
Source : "Código-Fonte",
|
94 |
Find : "Localizar",
|
94 |
Find : "Localizar",
|
95 |
Replace : "Substituir",
|
95 |
Replace : "Substituir",
|
96 |
SpellCheck : "Verificar Ortografia",
|
96 |
SpellCheck : "Verificar Ortografia",
|
97 |
UniversalKeyboard : "Teclado Universal",
|
97 |
UniversalKeyboard : "Teclado Universal",
|
98 |
PageBreakLbl : "Quebra de Página",
|
98 |
PageBreakLbl : "Quebra de Página",
|
99 |
PageBreak : "Inserir Quebra de Página",
|
99 |
PageBreak : "Inserir Quebra de Página",
|
Line 100... |
Line 100... |
100 |
|
100 |
|
101 |
Form : "Formulário",
|
101 |
Form : "Formulário",
|
102 |
Checkbox : "Caixa de Seleção",
|
102 |
Checkbox : "Caixa de Seleção",
|
103 |
RadioButton : "Botão de Opção",
|
103 |
RadioButton : "Botão de Opção",
|
104 |
TextField : "Caixa de Texto",
|
104 |
TextField : "Caixa de Texto",
|
105 |
Textarea : "Área de Texto",
|
105 |
Textarea : "Área de Texto",
|
106 |
HiddenField : "Campo Oculto",
|
106 |
HiddenField : "Campo Oculto",
|
107 |
Button : "Botão",
|
107 |
Button : "Botão",
|
108 |
SelectionField : "Caixa de Listagem",
|
108 |
SelectionField : "Caixa de Listagem",
|
Line 109... |
Line 109... |
109 |
ImageButton : "Botão de Imagem",
|
109 |
ImageButton : "Botão de Imagem",
|
110 |
|
110 |
|
Line 111... |
Line 111... |
111 |
FitWindow : "Maximizar o tamanho do editor",
|
111 |
FitWindow : "Maximizar o tamanho do editor",
|
112 |
ShowBlocks : "Mostrar blocos",
|
112 |
ShowBlocks : "Mostrar blocos",
|
113 |
|
113 |
|
114 |
// Context Menu
|
114 |
// Context Menu
|
115 |
EditLink : "Editar Hiperlink",
|
115 |
EditLink : "Editar Hiperlink",
|
116 |
CellCM : "Célula",
|
116 |
CellCM : "Célula",
|
117 |
RowCM : "Linha",
|
117 |
RowCM : "Linha",
|
118 |
ColumnCM : "Coluna",
|
118 |
ColumnCM : "Coluna",
|
119 |
InsertRowAfter : "Inserir linha abaixo",
|
119 |
InsertRowAfter : "Inserir linha abaixo",
|
120 |
InsertRowBefore : "Inserir linha acima",
|
120 |
InsertRowBefore : "Inserir linha acima",
|
121 |
DeleteRows : "Remover Linhas",
|
121 |
DeleteRows : "Remover Linhas",
|
122 |
InsertColumnAfter : "Inserir coluna à direita",
|
122 |
InsertColumnAfter : "Inserir coluna à direita",
|
123 |
InsertColumnBefore : "Inserir coluna à esquerda",
|
123 |
InsertColumnBefore : "Inserir coluna à esquerda",
|
124 |
DeleteColumns : "Remover Colunas",
|
124 |
DeleteColumns : "Remover Colunas",
|
125 |
InsertCellAfter : "Inserir célula à direita",
|
125 |
InsertCellAfter : "Inserir célula à direita",
|
126 |
InsertCellBefore : "Inserir célula à esquerda",
|
126 |
InsertCellBefore : "Inserir célula à esquerda",
|
127 |
DeleteCells : "Remover Células",
|
127 |
DeleteCells : "Remover Células",
|
128 |
MergeCells : "Mesclar Células",
|
128 |
MergeCells : "Mesclar Células",
|
129 |
MergeRight : "Mesclar com célula à direita",
|
129 |
MergeRight : "Mesclar com célula à direita",
|
130 |
MergeDown : "Mesclar com célula abaixo",
|
130 |
MergeDown : "Mesclar com célula abaixo",
|
131 |
HorizontalSplitCell : "Dividir célula horizontalmente",
|
131 |
HorizontalSplitCell : "Dividir célula horizontalmente",
|
132 |
VerticalSplitCell : "Dividir célula verticalmente",
|
132 |
VerticalSplitCell : "Dividir célula verticalmente",
|
133 |
TableDelete : "Apagar Tabela",
|
133 |
TableDelete : "Apagar Tabela",
|
134 |
CellProperties : "Formatar Célula",
|
134 |
CellProperties : "Formatar Célula",
|
Line 135... |
Line 135... |
135 |
TableProperties : "Formatar Tabela",
|
135 |
TableProperties : "Formatar Tabela",
|
136 |
ImageProperties : "Formatar Figura",
|
136 |
ImageProperties : "Formatar Figura",
|
137 |
FlashProperties : "Propriedades Flash",
|
137 |
FlashProperties : "Propriedades Flash",
|
138 |
|
138 |
|
139 |
AnchorProp : "Formatar Âncora",
|
139 |
AnchorProp : "Formatar Âncora",
|
140 |
ButtonProp : "Formatar Botão",
|
140 |
ButtonProp : "Formatar Botão",
|
141 |
CheckboxProp : "Formatar Caixa de Seleção",
|
141 |
CheckboxProp : "Formatar Caixa de Seleção",
|
142 |
HiddenFieldProp : "Formatar Campo Oculto",
|
142 |
HiddenFieldProp : "Formatar Campo Oculto",
|
143 |
RadioButtonProp : "Formatar Botão de Opção",
|
143 |
RadioButtonProp : "Formatar Botão de Opção",
|
144 |
ImageButtonProp : "Formatar Botão de Imagem",
|
144 |
ImageButtonProp : "Formatar Botão de Imagem",
|
Line 145... |
Line 145... |
145 |
TextFieldProp : "Formatar Caixa de Texto",
|
145 |
TextFieldProp : "Formatar Caixa de Texto",
|
Line 146... |
Line 146... |
146 |
SelectionFieldProp : "Formatar Caixa de Listagem",
|
146 |
SelectionFieldProp : "Formatar Caixa de Listagem",
|
147 |
TextareaProp : "Formatar Área de Texto",
|
147 |
TextareaProp : "Formatar Área de Texto",
|
148 |
FormProp : "Formatar Formulário",
|
148 |
FormProp : "Formatar Formulário",
|
149 |
|
149 |
|
150 |
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
|
150 |
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
|
151 |
|
151 |
|
152 |
// Alerts and Messages
|
152 |
// Alerts and Messages
|
153 |
ProcessingXHTML : "Processando XHTML. Por favor, aguarde...",
|
153 |
ProcessingXHTML : "Processando XHTML. Por favor, aguarde...",
|
154 |
Done : "Pronto",
|
154 |
Done : "Pronto",
|
155 |
PasteWordConfirm : "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
|
155 |
PasteWordConfirm : "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
|
156 |
NotCompatiblePaste : "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
|
156 |
NotCompatiblePaste : "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
|
157 |
UnknownToolbarItem : "O item da barra de ferramentas \"%1\" não é reconhecido",
|
157 |
UnknownToolbarItem : "O item da barra de ferramentas \"%1\" não é reconhecido",
|
158 |
UnknownCommand : "O comando \"%1\" não é reconhecido",
|
158 |
UnknownCommand : "O comando \"%1\" não é reconhecido",
|
Line 159... |
Line 159... |
159 |
NotImplemented : "O comando não foi implementado",
|
159 |
NotImplemented : "O comando não foi implementado",
|
160 |
UnknownToolbarSet : "A barra de ferramentas \"%1\" não existe",
|
160 |
UnknownToolbarSet : "A barra de ferramentas \"%1\" não existe",
|
161 |
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.",
|
161 |
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.",
|
162 |
BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
|
162 |
BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
|
163 |
DialogBlocked : "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
|
163 |
DialogBlocked : "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
|
164 |
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
|
164 |
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
|
165 |
|
165 |
|
166 |
// Dialogs
|
166 |
// Dialogs
|
167 |
DlgBtnOK : "OK",
|
167 |
DlgBtnOK : "OK",
|
Line 168... |
Line 168... |
168 |
DlgBtnCancel : "Cancelar",
|
168 |
DlgBtnCancel : "Cancelar",
|
169 |
DlgBtnClose : "Fechar",
|
169 |
DlgBtnClose : "Fechar",
|
170 |
DlgBtnBrowseServer : "Localizar no Servidor",
|
170 |
DlgBtnBrowseServer : "Localizar no Servidor",
|
171 |
DlgAdvancedTag : "Avançado",
|
171 |
DlgAdvancedTag : "Avançado",
|
172 |
DlgOpOther : "<Outros>",
|
172 |
DlgOpOther : "<Outros>",
|
173 |
DlgInfoTab : "Info",
|
173 |
DlgInfoTab : "Info",
|
174 |
DlgAlertUrl : "Inserir a URL",
|
174 |
DlgAlertUrl : "Inserir a URL",
|
175 |
|
175 |
|
176 |
// General Dialogs Labels
|
176 |
// General Dialogs Labels
|
177 |
DlgGenNotSet : "<não ajustado>",
|
177 |
DlgGenNotSet : "<não ajustado>",
|
178 |
DlgGenId : "Id",
|
178 |
DlgGenId : "Id",
|
179 |
DlgGenLangDir : "Direção do idioma",
|
179 |
DlgGenLangDir : "Direção do idioma",
|
180 |
DlgGenLangDirLtr : "Esquerda para Direita (LTR)",
|
180 |
DlgGenLangDirLtr : "Esquerda para Direita (LTR)",
|
181 |
DlgGenLangDirRtl : "Direita para Esquerda (RTL)",
|
181 |
DlgGenLangDirRtl : "Direita para Esquerda (RTL)",
|
182 |
DlgGenLangCode : "Idioma",
|
182 |
DlgGenLangCode : "Idioma",
|
183 |
DlgGenAccessKey : "Chave de Acesso",
|
183 |
DlgGenAccessKey : "Chave de Acesso",
|
Line 184... |
Line 184... |
184 |
DlgGenName : "Nome",
|
184 |
DlgGenName : "Nome",
|
185 |
DlgGenTabIndex : "Índice de Tabulação",
|
185 |
DlgGenTabIndex : "Índice de Tabulação",
|
186 |
DlgGenLongDescr : "Descrição da URL",
|
186 |
DlgGenLongDescr : "Descrição da URL",
|
187 |
DlgGenClass : "Classe de Folhas de Estilo",
|
187 |
DlgGenClass : "Classe de Folhas de Estilo",
|
188 |
DlgGenTitle : "Título",
|
188 |
DlgGenTitle : "Título",
|
189 |
DlgGenContType : "Tipo de Conteúdo",
|
189 |
DlgGenContType : "Tipo de Conteúdo",
|
190 |
DlgGenLinkCharset : "Conjunto de Caracteres do Hiperlink",
|
190 |
DlgGenLinkCharset : "Conjunto de Caracteres do Hiperlink",
|
191 |
DlgGenStyle : "Estilos",
|
191 |
DlgGenStyle : "Estilos",
|
192 |
|
192 |
|
193 |
// Image Dialog
|
193 |
// Image Dialog
|
194 |
DlgImgTitle : "Formatar Figura",
|
194 |
DlgImgTitle : "Formatar Figura",
|
195 |
DlgImgInfoTab : "Informações da Figura",
|
195 |
DlgImgInfoTab : "Informações da Figura",
|
196 |
DlgImgBtnUpload : "Enviar para o Servidor",
|
196 |
DlgImgBtnUpload : "Enviar para o Servidor",
|
197 |
DlgImgURL : "URL",
|
197 |
DlgImgURL : "URL",
|
198 |
DlgImgUpload : "Submeter",
|
198 |
DlgImgUpload : "Submeter",
|
Line 212... |
Line 212... |
212 |
DlgImgAlignBottom : "Inferior",
|
212 |
DlgImgAlignBottom : "Inferior",
|
213 |
DlgImgAlignMiddle : "Centralizado",
|
213 |
DlgImgAlignMiddle : "Centralizado",
|
214 |
DlgImgAlignRight : "Direita",
|
214 |
DlgImgAlignRight : "Direita",
|
215 |
DlgImgAlignTextTop : "Superior Absoluto",
|
215 |
DlgImgAlignTextTop : "Superior Absoluto",
|
216 |
DlgImgAlignTop : "Superior",
|
216 |
DlgImgAlignTop : "Superior",
|
217 |
DlgImgPreview : "Visualização",
|
217 |
DlgImgPreview : "Visualização",
|
218 |
DlgImgAlertUrl : "Por favor, digite o URL da figura.",
|
218 |
DlgImgAlertUrl : "Por favor, digite o URL da figura.",
|
219 |
DlgImgLinkTab : "Hiperlink",
|
219 |
DlgImgLinkTab : "Hiperlink",
|
Line 220... |
Line 220... |
220 |
|
220 |
|
221 |
// Flash Dialog
|
221 |
// Flash Dialog
|
Line 228... |
Line 228... |
228 |
DlgFlashScaleNoBorder : "Sem Borda",
|
228 |
DlgFlashScaleNoBorder : "Sem Borda",
|
229 |
DlgFlashScaleFit : "Escala Exata",
|
229 |
DlgFlashScaleFit : "Escala Exata",
|
Line 230... |
Line 230... |
230 |
|
230 |
|
231 |
// Link Dialog
|
231 |
// Link Dialog
|
232 |
DlgLnkWindowTitle : "Hiperlink",
|
232 |
DlgLnkWindowTitle : "Hiperlink",
|
233 |
DlgLnkInfoTab : "Informações",
|
233 |
DlgLnkInfoTab : "Informações",
|
Line 234... |
Line 234... |
234 |
DlgLnkTargetTab : "Destino",
|
234 |
DlgLnkTargetTab : "Destino",
|
235 |
|
235 |
|
236 |
DlgLnkType : "Tipo de hiperlink",
|
236 |
DlgLnkType : "Tipo de hiperlink",
|
237 |
DlgLnkTypeURL : "URL",
|
237 |
DlgLnkTypeURL : "URL",
|
238 |
DlgLnkTypeAnchor : "Âncora nesta página",
|
238 |
DlgLnkTypeAnchor : "Âncora nesta página",
|
239 |
DlgLnkTypeEMail : "E-Mail",
|
239 |
DlgLnkTypeEMail : "E-Mail",
|
240 |
DlgLnkProto : "Protocolo",
|
240 |
DlgLnkProto : "Protocolo",
|
241 |
DlgLnkProtoOther : "<outro>",
|
241 |
DlgLnkProtoOther : "<outro>",
|
242 |
DlgLnkURL : "URL do hiperlink",
|
242 |
DlgLnkURL : "URL do hiperlink",
|
243 |
DlgLnkAnchorSel : "Selecione uma âncora",
|
243 |
DlgLnkAnchorSel : "Selecione uma âncora",
|
244 |
DlgLnkAnchorByName : "Pelo Nome da âncora",
|
244 |
DlgLnkAnchorByName : "Pelo Nome da âncora",
|
245 |
DlgLnkAnchorById : "Pelo Id do Elemento",
|
245 |
DlgLnkAnchorById : "Pelo Id do Elemento",
|
246 |
DlgLnkNoAnchors : "(Não há âncoras disponíveis neste documento)",
|
246 |
DlgLnkNoAnchors : "(Não há âncoras disponíveis neste documento)",
|
247 |
DlgLnkEMail : "Endereço E-Mail",
|
247 |
DlgLnkEMail : "Endereço E-Mail",
|
248 |
DlgLnkEMailSubject : "Assunto da Mensagem",
|
248 |
DlgLnkEMailSubject : "Assunto da Mensagem",
|
249 |
DlgLnkEMailBody : "Corpo da Mensagem",
|
249 |
DlgLnkEMailBody : "Corpo da Mensagem",
|
Line 258... |
Line 258... |
258 |
DlgLnkTargetSelf : "Mesma Janela (_self)",
|
258 |
DlgLnkTargetSelf : "Mesma Janela (_self)",
|
259 |
DlgLnkTargetTop : "Janela Superior (_top)",
|
259 |
DlgLnkTargetTop : "Janela Superior (_top)",
|
260 |
DlgLnkTargetFrameName : "Nome do Frame de Destino",
|
260 |
DlgLnkTargetFrameName : "Nome do Frame de Destino",
|
261 |
DlgLnkPopWinName : "Nome da Janela Pop-up",
|
261 |
DlgLnkPopWinName : "Nome da Janela Pop-up",
|
262 |
DlgLnkPopWinFeat : "Atributos da Janela Pop-up",
|
262 |
DlgLnkPopWinFeat : "Atributos da Janela Pop-up",
|
263 |
DlgLnkPopResize : "Redimensionável",
|
263 |
DlgLnkPopResize : "Redimensionável",
|
264 |
DlgLnkPopLocation : "Barra de Endereços",
|
264 |
DlgLnkPopLocation : "Barra de Endereços",
|
265 |
DlgLnkPopMenu : "Barra de Menus",
|
265 |
DlgLnkPopMenu : "Barra de Menus",
|
266 |
DlgLnkPopScroll : "Barras de Rolagem",
|
266 |
DlgLnkPopScroll : "Barras de Rolagem",
|
267 |
DlgLnkPopStatus : "Barra de Status",
|
267 |
DlgLnkPopStatus : "Barra de Status",
|
268 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
268 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
269 |
DlgLnkPopFullScrn : "Modo Tela Cheia (IE)",
|
269 |
DlgLnkPopFullScrn : "Modo Tela Cheia (IE)",
|
Line 271... |
Line 271... |
271 |
DlgLnkPopWidth : "Largura",
|
271 |
DlgLnkPopWidth : "Largura",
|
272 |
DlgLnkPopHeight : "Altura",
|
272 |
DlgLnkPopHeight : "Altura",
|
273 |
DlgLnkPopLeft : "Esquerda",
|
273 |
DlgLnkPopLeft : "Esquerda",
|
274 |
DlgLnkPopTop : "Superior",
|
274 |
DlgLnkPopTop : "Superior",
|
Line 275... |
Line 275... |
275 |
|
275 |
|
276 |
DlnLnkMsgNoUrl : "Por favor, digite o endereço do Hiperlink",
|
276 |
DlnLnkMsgNoUrl : "Por favor, digite o endereço do Hiperlink",
|
277 |
DlnLnkMsgNoEMail : "Por favor, digite o endereço de e-mail",
|
277 |
DlnLnkMsgNoEMail : "Por favor, digite o endereço de e-mail",
|
278 |
DlnLnkMsgNoAnchor : "Por favor, selecione uma âncora",
|
278 |
DlnLnkMsgNoAnchor : "Por favor, selecione uma âncora",
|
Line 279... |
Line 279... |
279 |
DlnLnkMsgInvPopName : "O nome da janela popup deve começar com uma letra ou sublinhado (_) e não pode conter espaços",
|
279 |
DlnLnkMsgInvPopName : "O nome da janela popup deve começar com uma letra ou sublinhado (_) e não pode conter espaços",
|
280 |
|
280 |
|
281 |
// Color Dialog
|
281 |
// Color Dialog
|
282 |
DlgColorTitle : "Selecione uma Cor",
|
282 |
DlgColorTitle : "Selecione uma Cor",
|
283 |
DlgColorBtnClear : "Limpar",
|
283 |
DlgColorBtnClear : "Limpar",
|
Line 284... |
Line 284... |
284 |
DlgColorHighlight : "Visualização",
|
284 |
DlgColorHighlight : "Visualização",
|
285 |
DlgColorSelected : "Selecionada",
|
285 |
DlgColorSelected : "Selecionada",
|
Line 294... |
Line 294... |
294 |
DlgTableTitle : "Formatar Tabela",
|
294 |
DlgTableTitle : "Formatar Tabela",
|
295 |
DlgTableRows : "Linhas",
|
295 |
DlgTableRows : "Linhas",
|
296 |
DlgTableColumns : "Colunas",
|
296 |
DlgTableColumns : "Colunas",
|
297 |
DlgTableBorder : "Borda",
|
297 |
DlgTableBorder : "Borda",
|
298 |
DlgTableAlign : "Alinhamento",
|
298 |
DlgTableAlign : "Alinhamento",
|
299 |
DlgTableAlignNotSet : "<Não ajustado>",
|
299 |
DlgTableAlignNotSet : "<Não ajustado>",
|
300 |
DlgTableAlignLeft : "Esquerda",
|
300 |
DlgTableAlignLeft : "Esquerda",
|
301 |
DlgTableAlignCenter : "Centralizado",
|
301 |
DlgTableAlignCenter : "Centralizado",
|
302 |
DlgTableAlignRight : "Direita",
|
302 |
DlgTableAlignRight : "Direita",
|
303 |
DlgTableWidth : "Largura",
|
303 |
DlgTableWidth : "Largura",
|
304 |
DlgTableWidthPx : "pixels",
|
304 |
DlgTableWidthPx : "pixels",
|
305 |
DlgTableWidthPc : "%",
|
305 |
DlgTableWidthPc : "%",
|
306 |
DlgTableHeight : "Altura",
|
306 |
DlgTableHeight : "Altura",
|
307 |
DlgTableCellSpace : "Espaçamento",
|
307 |
DlgTableCellSpace : "Espaçamento",
|
308 |
DlgTableCellPad : "Enchimento",
|
308 |
DlgTableCellPad : "Enchimento",
|
309 |
DlgTableCaption : "Legenda",
|
309 |
DlgTableCaption : "Legenda",
|
310 |
DlgTableSummary : "Resumo",
|
310 |
DlgTableSummary : "Resumo",
|
- |
|
311 |
DlgTableHeaders : "Headers", //MISSING
|
- |
|
312 |
DlgTableHeadersNone : "None", //MISSING
|
- |
|
313 |
DlgTableHeadersColumn : "First column", //MISSING
|
- |
|
314 |
DlgTableHeadersRow : "First Row", //MISSING
|
- |
|
315 |
DlgTableHeadersBoth : "Both", //MISSING
|
Line 311... |
Line 316... |
311 |
|
316 |
|
312 |
// Table Cell Dialog
|
317 |
// Table Cell Dialog
|
313 |
DlgCellTitle : "Formatar célula",
|
318 |
DlgCellTitle : "Formatar célula",
|
314 |
DlgCellWidth : "Largura",
|
319 |
DlgCellWidth : "Largura",
|
315 |
DlgCellWidthPx : "pixels",
|
320 |
DlgCellWidthPx : "pixels",
|
316 |
DlgCellWidthPc : "%",
|
321 |
DlgCellWidthPc : "%",
|
317 |
DlgCellHeight : "Altura",
|
322 |
DlgCellHeight : "Altura",
|
318 |
DlgCellWordWrap : "Quebra de Linha",
|
323 |
DlgCellWordWrap : "Quebra de Linha",
|
319 |
DlgCellWordWrapNotSet : "<Não ajustado>",
|
324 |
DlgCellWordWrapNotSet : "<Não ajustado>",
|
320 |
DlgCellWordWrapYes : "Sim",
|
325 |
DlgCellWordWrapYes : "Sim",
|
321 |
DlgCellWordWrapNo : "Não",
|
326 |
DlgCellWordWrapNo : "Não",
|
322 |
DlgCellHorAlign : "Alinhamento Horizontal",
|
327 |
DlgCellHorAlign : "Alinhamento Horizontal",
|
323 |
DlgCellHorAlignNotSet : "<Não ajustado>",
|
328 |
DlgCellHorAlignNotSet : "<Não ajustado>",
|
324 |
DlgCellHorAlignLeft : "Esquerda",
|
329 |
DlgCellHorAlignLeft : "Esquerda",
|
325 |
DlgCellHorAlignCenter : "Centralizado",
|
330 |
DlgCellHorAlignCenter : "Centralizado",
|
326 |
DlgCellHorAlignRight: "Direita",
|
331 |
DlgCellHorAlignRight: "Direita",
|
327 |
DlgCellVerAlign : "Alinhamento Vertical",
|
332 |
DlgCellVerAlign : "Alinhamento Vertical",
|
328 |
DlgCellVerAlignNotSet : "<Não ajustado>",
|
333 |
DlgCellVerAlignNotSet : "<Não ajustado>",
|
329 |
DlgCellVerAlignTop : "Superior",
|
334 |
DlgCellVerAlignTop : "Superior",
|
330 |
DlgCellVerAlignMiddle : "Centralizado",
|
335 |
DlgCellVerAlignMiddle : "Centralizado",
|
331 |
DlgCellVerAlignBottom : "Inferior",
|
336 |
DlgCellVerAlignBottom : "Inferior",
|
- |
|
337 |
DlgCellVerAlignBaseline : "Baseline",
|
- |
|
338 |
DlgCellType : "Cell Type", //MISSING
|
- |
|
339 |
DlgCellTypeData : "Data", //MISSING
|
332 |
DlgCellVerAlignBaseline : "Baseline",
|
340 |
DlgCellTypeHeader : "Header", //MISSING
|
333 |
DlgCellRowSpan : "Transpor Linhas",
|
341 |
DlgCellRowSpan : "Transpor Linhas",
|
334 |
DlgCellCollSpan : "Transpor Colunas",
|
342 |
DlgCellCollSpan : "Transpor Colunas",
|
335 |
DlgCellBackColor : "Cor do Plano de Fundo",
|
343 |
DlgCellBackColor : "Cor do Plano de Fundo",
|
336 |
DlgCellBorderColor : "Cor da Borda",
|
344 |
DlgCellBorderColor : "Cor da Borda",
|
Line 340... |
Line 348... |
340 |
DlgFindAndReplaceTitle : "Localizar e Substituir",
|
348 |
DlgFindAndReplaceTitle : "Localizar e Substituir",
|
Line 341... |
Line 349... |
341 |
|
349 |
|
342 |
// Find Dialog
|
350 |
// Find Dialog
|
343 |
DlgFindTitle : "Localizar...",
|
351 |
DlgFindTitle : "Localizar...",
|
344 |
DlgFindFindBtn : "Localizar",
|
352 |
DlgFindFindBtn : "Localizar",
|
Line 345... |
Line 353... |
345 |
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
|
353 |
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
|
346 |
|
354 |
|
347 |
// Replace Dialog
|
355 |
// Replace Dialog
|
348 |
DlgReplaceTitle : "Substituir",
|
356 |
DlgReplaceTitle : "Substituir",
|
349 |
DlgReplaceFindLbl : "Procurar por:",
|
357 |
DlgReplaceFindLbl : "Procurar por:",
|
350 |
DlgReplaceReplaceLbl : "Substituir por:",
|
358 |
DlgReplaceReplaceLbl : "Substituir por:",
|
351 |
DlgReplaceCaseChk : "Coincidir Maiúsculas/Minúsculas",
|
359 |
DlgReplaceCaseChk : "Coincidir Maiúsculas/Minúsculas",
|
352 |
DlgReplaceReplaceBtn : "Substituir",
|
360 |
DlgReplaceReplaceBtn : "Substituir",
|
Line 353... |
Line 361... |
353 |
DlgReplaceReplAllBtn : "Substituir Tudo",
|
361 |
DlgReplaceReplAllBtn : "Substituir Tudo",
|
354 |
DlgReplaceWordChk : "Coincidir a palavra inteira",
|
362 |
DlgReplaceWordChk : "Coincidir a palavra inteira",
|
355 |
|
363 |
|
Line 356... |
Line 364... |
356 |
// Paste Operations / Dialog
|
364 |
// Paste Operations / Dialog
|
357 |
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).",
|
365 |
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).",
|
Line 358... |
Line 366... |
358 |
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).",
|
366 |
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).",
|
359 |
|
367 |
|
360 |
PasteAsText : "Colar como Texto sem Formatação",
|
368 |
PasteAsText : "Colar como Texto sem Formatação",
|
361 |
PasteFromWord : "Colar do Word",
|
369 |
PasteFromWord : "Colar do Word",
|
Line 362... |
Line 370... |
362 |
|
370 |
|
363 |
DlgPasteMsg2 : "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.",
|
371 |
DlgPasteMsg2 : "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.",
|
364 |
DlgPasteSec : "As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo novamente nesta janela.",
|
372 |
DlgPasteSec : "As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo novamente nesta janela.",
|
Line 365... |
Line 373... |
365 |
DlgPasteIgnoreFont : "Ignorar definições de fonte",
|
373 |
DlgPasteIgnoreFont : "Ignorar definições de fonte",
|
366 |
DlgPasteRemoveStyles : "Remove definições de estilo",
|
374 |
DlgPasteRemoveStyles : "Remove definições de estilo",
|
Line 367... |
Line 375... |
367 |
|
375 |
|
368 |
// Color Picker
|
376 |
// Color Picker
|
369 |
ColorAutomatic : "Automático",
|
377 |
ColorAutomatic : "Automático",
|
370 |
ColorMoreColors : "Mais Cores...",
|
378 |
ColorMoreColors : "Mais Cores...",
|
Line 371... |
Line 379... |
371 |
|
379 |
|
372 |
// Document Properties
|
380 |
// Document Properties
|
373 |
DocProps : "Propriedades Documento",
|
381 |
DocProps : "Propriedades Documento",
|
374 |
|
382 |
|
375 |
// Anchor Dialog
|
383 |
// Anchor Dialog
|
376 |
DlgAnchorTitle : "Formatar Âncora",
|
384 |
DlgAnchorTitle : "Formatar Âncora",
|
377 |
DlgAnchorName : "Nome da Âncora",
|
385 |
DlgAnchorName : "Nome da Âncora",
|
378 |
DlgAnchorErrorName : "Por favor, digite o nome da âncora",
|
386 |
DlgAnchorErrorName : "Por favor, digite o nome da âncora",
|
379 |
|
387 |
|
380 |
// Speller Pages Dialog
|
388 |
// Speller Pages Dialog
|
381 |
DlgSpellNotInDic : "Não encontrada",
|
389 |
DlgSpellNotInDic : "Não encontrada",
|
382 |
DlgSpellChangeTo : "Alterar para",
|
390 |
DlgSpellChangeTo : "Alterar para",
|
383 |
DlgSpellBtnIgnore : "Ignorar uma vez",
|
391 |
DlgSpellBtnIgnore : "Ignorar uma vez",
|
384 |
DlgSpellBtnIgnoreAll : "Ignorar Todas",
|
392 |
DlgSpellBtnIgnoreAll : "Ignorar Todas",
|
Line 385... |
Line 393... |
385 |
DlgSpellBtnReplace : "Alterar",
|
393 |
DlgSpellBtnReplace : "Alterar",
|
Line 386... |
Line 394... |
386 |
DlgSpellBtnReplaceAll : "Alterar Todas",
|
394 |
DlgSpellBtnReplaceAll : "Alterar Todas",
|
387 |
DlgSpellBtnUndo : "Desfazer",
|
395 |
DlgSpellBtnUndo : "Desfazer",
|
388 |
DlgSpellNoSuggestions : "-sem sugestões de ortografia-",
|
396 |
DlgSpellNoSuggestions : "-sem sugestões de ortografia-",
|
389 |
DlgSpellProgress : "Verificação ortográfica em andamento...",
|
397 |
DlgSpellProgress : "Verificação ortográfica em andamento...",
|
390 |
DlgSpellNoMispell : "Verificação encerrada: Não foram encontrados erros de ortografia",
|
398 |
DlgSpellNoMispell : "Verificação encerrada: Não foram encontrados erros de ortografia",
|
391 |
DlgSpellNoChanges : "Verificação ortográfica encerrada: Não houve alterações",
|
399 |
DlgSpellNoChanges : "Verificação ortográfica encerrada: Não houve alterações",
|
Line 392... |
Line 400... |
392 |
DlgSpellOneChange : "Verificação ortográfica encerrada: Uma palavra foi alterada",
|
400 |
DlgSpellOneChange : "Verificação ortográfica encerrada: Uma palavra foi alterada",
|
393 |
DlgSpellManyChanges : "Verificação ortográfica encerrada: %1 foram alteradas",
|
401 |
DlgSpellManyChanges : "Verificação ortográfica encerrada: %1 foram alteradas",
|
Line 407... |
Line 415... |
407 |
DlgCheckboxSelected : "Selecionado",
|
415 |
DlgCheckboxSelected : "Selecionado",
|
Line 408... |
Line 416... |
408 |
|
416 |
|
409 |
// Form Dialog
|
417 |
// Form Dialog
|
410 |
DlgFormName : "Nome",
|
418 |
DlgFormName : "Nome",
|
411 |
DlgFormAction : "Action",
|
419 |
DlgFormAction : "Action",
|
Line 412... |
Line 420... |
412 |
DlgFormMethod : "Método",
|
420 |
DlgFormMethod : "Método",
|
413 |
|
421 |
|
414 |
// Select Field Dialog
|
422 |
// Select Field Dialog
|
415 |
DlgSelectName : "Nome",
|
423 |
DlgSelectName : "Nome",
|
416 |
DlgSelectValue : "Valor",
|
424 |
DlgSelectValue : "Valor",
|
417 |
DlgSelectSize : "Tamanho",
|
425 |
DlgSelectSize : "Tamanho",
|
418 |
DlgSelectLines : "linhas",
|
426 |
DlgSelectLines : "linhas",
|
419 |
DlgSelectChkMulti : "Permitir múltiplas seleções",
|
427 |
DlgSelectChkMulti : "Permitir múltiplas seleções",
|
420 |
DlgSelectOpAvail : "Opções disponíveis",
|
428 |
DlgSelectOpAvail : "Opções disponíveis",
|
421 |
DlgSelectOpText : "Texto",
|
429 |
DlgSelectOpText : "Texto",
|
422 |
DlgSelectOpValue : "Valor",
|
430 |
DlgSelectOpValue : "Valor",
|
423 |
DlgSelectBtnAdd : "Adicionar",
|
431 |
DlgSelectBtnAdd : "Adicionar",
|
Line 434... |
Line 442... |
434 |
|
442 |
|
435 |
// Text Field Dialog
|
443 |
// Text Field Dialog
|
436 |
DlgTextName : "Nome",
|
444 |
DlgTextName : "Nome",
|
437 |
DlgTextValue : "Valor",
|
445 |
DlgTextValue : "Valor",
|
438 |
DlgTextCharWidth : "Comprimento (em caracteres)",
|
446 |
DlgTextCharWidth : "Comprimento (em caracteres)",
|
439 |
DlgTextMaxChars : "Número Máximo de Caracteres",
|
447 |
DlgTextMaxChars : "Número Máximo de Caracteres",
|
440 |
DlgTextType : "Tipo",
|
448 |
DlgTextType : "Tipo",
|
441 |
DlgTextTypeText : "Texto",
|
449 |
DlgTextTypeText : "Texto",
|
Line 442... |
Line 450... |
442 |
DlgTextTypePass : "Senha",
|
450 |
DlgTextTypePass : "Senha",
|
443 |
|
451 |
|
444 |
// Hidden Field Dialog
|
452 |
// Hidden Field Dialog
|
Line 445... |
Line 453... |
445 |
DlgHiddenName : "Nome",
|
453 |
DlgHiddenName : "Nome",
|
446 |
DlgHiddenValue : "Valor",
|
454 |
DlgHiddenValue : "Valor",
|
447 |
|
455 |
|
448 |
// Bulleted List Dialog
|
456 |
// Bulleted List Dialog
|
449 |
BulletedListProp : "Formatar Marcadores",
|
457 |
BulletedListProp : "Formatar Marcadores",
|
450 |
NumberedListProp : "Formatar Numeração",
|
458 |
NumberedListProp : "Formatar Numeração",
|
451 |
DlgLstStart : "Iniciar",
|
459 |
DlgLstStart : "Iniciar",
|
452 |
DlgLstType : "Tipo",
|
460 |
DlgLstType : "Tipo",
|
453 |
DlgLstTypeCircle : "Círculo",
|
461 |
DlgLstTypeCircle : "Círculo",
|
454 |
DlgLstTypeDisc : "Disco",
|
462 |
DlgLstTypeDisc : "Disco",
|
455 |
DlgLstTypeSquare : "Quadrado",
|
463 |
DlgLstTypeSquare : "Quadrado",
|
456 |
DlgLstTypeNumbers : "Números (1, 2, 3)",
|
464 |
DlgLstTypeNumbers : "Números (1, 2, 3)",
|
457 |
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
|
465 |
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
|
Line 458... |
Line 466... |
458 |
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
|
466 |
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
|
459 |
DlgLstTypeSRoman : "Números Romanos Minúsculos (i, ii, iii)",
|
467 |
DlgLstTypeSRoman : "Números Romanos Minúsculos (i, ii, iii)",
|
460 |
DlgLstTypeLRoman : "Números Romanos Maiúsculos (I, II, III)",
|
468 |
DlgLstTypeLRoman : "Números Romanos Maiúsculos (I, II, III)",
|
461 |
|
469 |
|
462 |
// Document Properties Dialog
|
470 |
// Document Properties Dialog
|
Line 463... |
Line 471... |
463 |
DlgDocGeneralTab : "Geral",
|
471 |
DlgDocGeneralTab : "Geral",
|
464 |
DlgDocBackTab : "Plano de Fundo",
|
472 |
DlgDocBackTab : "Plano de Fundo",
|
465 |
DlgDocColorsTab : "Cores e Margens",
|
473 |
DlgDocColorsTab : "Cores e Margens",
|
466 |
DlgDocMetaTab : "Meta Dados",
|
474 |
DlgDocMetaTab : "Meta Dados",
|
467 |
|
475 |
|
468 |
DlgDocPageTitle : "Título da Página",
|
476 |
DlgDocPageTitle : "Título da Página",
|
469 |
DlgDocLangDir : "Direção do Idioma",
|
477 |
DlgDocLangDir : "Direção do Idioma",
|
470 |
DlgDocLangDirLTR : "Esquerda para Direita (LTR)",
|
478 |
DlgDocLangDirLTR : "Esquerda para Direita (LTR)",
|
471 |
DlgDocLangDirRTL : "Direita para Esquerda (RTL)",
|
479 |
DlgDocLangDirRTL : "Direita para Esquerda (RTL)",
|
472 |
DlgDocLangCode : "Código do Idioma",
|
480 |
DlgDocLangCode : "Código do Idioma",
|
473 |
DlgDocCharSet : "Codificação de Caracteres",
|
481 |
DlgDocCharSet : "Codificação de Caracteres",
|
474 |
DlgDocCharSetCE : "Europa Central",
|
482 |
DlgDocCharSetCE : "Europa Central",
|
475 |
DlgDocCharSetCT : "Chinês Tradicional (Big5)",
|
483 |
DlgDocCharSetCT : "Chinês Tradicional (Big5)",
|
476 |
DlgDocCharSetCR : "Cirílico",
|
484 |
DlgDocCharSetCR : "Cirílico",
|
477 |
DlgDocCharSetGR : "Grego",
|
485 |
DlgDocCharSetGR : "Grego",
|
478 |
DlgDocCharSetJP : "Japonês",
|
486 |
DlgDocCharSetJP : "Japonês",
|
Line 479... |
Line 487... |
479 |
DlgDocCharSetKR : "Coreano",
|
487 |
DlgDocCharSetKR : "Coreano",
|
480 |
DlgDocCharSetTR : "Turco",
|
488 |
DlgDocCharSetTR : "Turco",
|
481 |
DlgDocCharSetUN : "Unicode (UTF-8)",
|
489 |
DlgDocCharSetUN : "Unicode (UTF-8)",
|
482 |
DlgDocCharSetWE : "Europa Ocidental",
|
490 |
DlgDocCharSetWE : "Europa Ocidental",
|
483 |
DlgDocCharSetOther : "Outra Codificação de Caracteres",
|
491 |
DlgDocCharSetOther : "Outra Codificação de Caracteres",
|
484 |
|
492 |
|
485 |
DlgDocDocType : "Cabeçalho Tipo de Documento",
|
493 |
DlgDocDocType : "Cabeçalho Tipo de Documento",
|
486 |
DlgDocDocTypeOther : "Other Document Type Heading",
|
494 |
DlgDocDocTypeOther : "Other Document Type Heading",
|
487 |
DlgDocIncXHTML : "Incluir Declarações XHTML",
|
495 |
DlgDocIncXHTML : "Incluir Declarações XHTML",
|
488 |
DlgDocBgColor : "Cor do Plano de Fundo",
|
496 |
DlgDocBgColor : "Cor do Plano de Fundo",
|
489 |
DlgDocBgImage : "URL da Imagem de Plano de Fundo",
|
497 |
DlgDocBgImage : "URL da Imagem de Plano de Fundo",
|
490 |
DlgDocBgNoScroll : "Plano de Fundo Fixo",
|
498 |
DlgDocBgNoScroll : "Plano de Fundo Fixo",
|
491 |
DlgDocCText : "Texto",
|
499 |
DlgDocCText : "Texto",
|
492 |
DlgDocCLink : "Hiperlink",
|
500 |
DlgDocCLink : "Hiperlink",
|
493 |
DlgDocCVisited : "Hiperlink Visitado",
|
501 |
DlgDocCVisited : "Hiperlink Visitado",
|
494 |
DlgDocCActive : "Hiperlink Ativo",
|
502 |
DlgDocCActive : "Hiperlink Ativo",
|
495 |
DlgDocMargins : "Margens da Página",
|
503 |
DlgDocMargins : "Margens da Página",
|
496 |
DlgDocMaTop : "Superior",
|
504 |
DlgDocMaTop : "Superior",
|
497 |
DlgDocMaLeft : "Inferior",
|
505 |
DlgDocMaLeft : "Inferior",
|
498 |
DlgDocMaRight : "Direita",
|
506 |
DlgDocMaRight : "Direita",
|
Line 499... |
Line 507... |
499 |
DlgDocMaBottom : "Inferior",
|
507 |
DlgDocMaBottom : "Inferior",
|
500 |
DlgDocMeIndex : "Palavras-chave de Indexação do Documento (separadas por vírgula)",
|
508 |
DlgDocMeIndex : "Palavras-chave de Indexação do Documento (separadas por vírgula)",
|
501 |
DlgDocMeDescr : "Descrição do Documento",
|
509 |
DlgDocMeDescr : "Descrição do Documento",
|
502 |
DlgDocMeAuthor : "Autor",
|
510 |
DlgDocMeAuthor : "Autor",
|
503 |
DlgDocMeCopy : "Direitos Autorais",
|
511 |
DlgDocMeCopy : "Direitos Autorais",
|
504 |
DlgDocPreview : "Visualizar",
|
512 |
DlgDocPreview : "Visualizar",
|
505 |
|
513 |
|
Line 506... |
Line 514... |
506 |
// Templates Dialog
|
514 |
// Templates Dialog
|
507 |
Templates : "Modelos de layout",
|
515 |
Templates : "Modelos de layout",
|
508 |
DlgTemplatesTitle : "Modelo de layout do conteúdo",
|
516 |
DlgTemplatesTitle : "Modelo de layout do conteúdo",
|
509 |
DlgTemplatesSelMsg : "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):",
|
517 |
DlgTemplatesSelMsg : "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):",
|
510 |
DlgTemplatesLoading : "Carregando a lista de modelos de layout. Aguarde...",
|
518 |
DlgTemplatesLoading : "Carregando a lista de modelos de layout. Aguarde...",
|
511 |
DlgTemplatesNoTpl : "(Não foram definidos modelos de layout)",
|
519 |
DlgTemplatesNoTpl : "(Não foram definidos modelos de layout)",
|
Line 512... |
Line 520... |
512 |
DlgTemplatesReplace : "Substituir o conteúdo atual",
|
520 |
DlgTemplatesReplace : "Substituir o conteúdo atual",
|
513 |
|
521 |
|
514 |
// About Dialog
|
522 |
// About Dialog
|
515 |
DlgAboutAboutTab : "Sobre",
|
523 |
DlgAboutAboutTab : "Sobre",
|