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 29... |
Line 29... |
29 |
ToolbarCollapse : "Fechar Barra",
|
29 |
ToolbarCollapse : "Fechar Barra",
|
30 |
ToolbarExpand : "Expandir Barra",
|
30 |
ToolbarExpand : "Expandir Barra",
|
Line 31... |
Line 31... |
31 |
|
31 |
|
32 |
// Toolbar Items and Context Menu
|
32 |
// Toolbar Items and Context Menu
|
33 |
Save : "Guardar",
|
33 |
Save : "Guardar",
|
34 |
NewPage : "Nova Página",
|
34 |
NewPage : "Nova Página",
|
35 |
Preview : "Pré-visualizar",
|
35 |
Preview : "Pré-visualizar",
|
36 |
Cut : "Cortar",
|
36 |
Cut : "Cortar",
|
37 |
Copy : "Copiar",
|
37 |
Copy : "Copiar",
|
38 |
Paste : "Colar",
|
38 |
Paste : "Colar",
|
39 |
PasteText : "Colar como texto não formatado",
|
39 |
PasteText : "Colar como texto não formatado",
|
40 |
PasteWord : "Colar do Word",
|
40 |
PasteWord : "Colar do Word",
|
41 |
Print : "Imprimir",
|
41 |
Print : "Imprimir",
|
42 |
SelectAll : "Seleccionar Tudo",
|
42 |
SelectAll : "Seleccionar Tudo",
|
43 |
RemoveFormat : "Eliminar Formato",
|
43 |
RemoveFormat : "Eliminar Formato",
|
44 |
InsertLinkLbl : "Hiperligação",
|
44 |
InsertLinkLbl : "Hiperligação",
|
45 |
InsertLink : "Inserir/Editar Hiperligação",
|
45 |
InsertLink : "Inserir/Editar Hiperligação",
|
46 |
RemoveLink : "Eliminar Hiperligação",
|
46 |
RemoveLink : "Eliminar Hiperligação",
|
47 |
VisitLink : "Open Link", //MISSING
|
47 |
VisitLink : "Open Link", //MISSING
|
48 |
Anchor : " Inserir/Editar Âncora",
|
48 |
Anchor : " Inserir/Editar Âncora",
|
49 |
AnchorDelete : "Remove Anchor", //MISSING
|
49 |
AnchorDelete : "Remove Anchor", //MISSING
|
50 |
InsertImageLbl : "Imagem",
|
50 |
InsertImageLbl : "Imagem",
|
51 |
InsertImage : "Inserir/Editar Imagem",
|
51 |
InsertImage : "Inserir/Editar Imagem",
|
52 |
InsertFlashLbl : "Flash",
|
52 |
InsertFlashLbl : "Flash",
|
Line 59... |
Line 59... |
59 |
InsertSpecialChar : "Inserir Caracter Especial",
|
59 |
InsertSpecialChar : "Inserir Caracter Especial",
|
60 |
InsertSmileyLbl : "Emoticons",
|
60 |
InsertSmileyLbl : "Emoticons",
|
61 |
InsertSmiley : "Inserir Emoticons",
|
61 |
InsertSmiley : "Inserir Emoticons",
|
62 |
About : "Acerca do FCKeditor",
|
62 |
About : "Acerca do FCKeditor",
|
63 |
Bold : "Negrito",
|
63 |
Bold : "Negrito",
|
64 |
Italic : "Itálico",
|
64 |
Italic : "Itálico",
|
65 |
Underline : "Sublinhado",
|
65 |
Underline : "Sublinhado",
|
66 |
StrikeThrough : "Rasurado",
|
66 |
StrikeThrough : "Rasurado",
|
67 |
Subscript : "Superior à Linha",
|
67 |
Subscript : "Superior à Linha",
|
68 |
Superscript : "Inferior à Linha",
|
68 |
Superscript : "Inferior à Linha",
|
69 |
LeftJustify : "Alinhar à Esquerda",
|
69 |
LeftJustify : "Alinhar à Esquerda",
|
70 |
CenterJustify : "Alinhar ao Centro",
|
70 |
CenterJustify : "Alinhar ao Centro",
|
71 |
RightJustify : "Alinhar à Direita",
|
71 |
RightJustify : "Alinhar à Direita",
|
72 |
BlockJustify : "Justificado",
|
72 |
BlockJustify : "Justificado",
|
73 |
DecreaseIndent : "Diminuir Avanço",
|
73 |
DecreaseIndent : "Diminuir Avanço",
|
74 |
IncreaseIndent : "Aumentar Avanço",
|
74 |
IncreaseIndent : "Aumentar Avanço",
|
75 |
Blockquote : "Blockquote", //MISSING
|
75 |
Blockquote : "Blockquote", //MISSING
|
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 : "Anular",
|
79 |
Undo : "Anular",
|
80 |
Redo : "Repetir",
|
80 |
Redo : "Repetir",
|
81 |
NumberedListLbl : "Numeração",
|
81 |
NumberedListLbl : "Numeração",
|
82 |
NumberedList : "Inserir/Eliminar Numeração",
|
82 |
NumberedList : "Inserir/Eliminar Numeração",
|
83 |
BulletedListLbl : "Marcas",
|
83 |
BulletedListLbl : "Marcas",
|
84 |
BulletedList : "Inserir/Eliminar Marcas",
|
84 |
BulletedList : "Inserir/Eliminar Marcas",
|
85 |
ShowTableBorders : "Mostrar Limites da Tabelas",
|
85 |
ShowTableBorders : "Mostrar Limites da Tabelas",
|
86 |
ShowDetails : "Mostrar Parágrafo",
|
86 |
ShowDetails : "Mostrar Parágrafo",
|
87 |
Style : "Estilo",
|
87 |
Style : "Estilo",
|
88 |
FontFormat : "Formato",
|
88 |
FontFormat : "Formato",
|
89 |
Font : "Tipo de Letra",
|
89 |
Font : "Tipo de Letra",
|
90 |
FontSize : "Tamanho",
|
90 |
FontSize : "Tamanho",
|
91 |
TextColor : "Cor do Texto",
|
91 |
TextColor : "Cor do Texto",
|
92 |
BGColor : "Cor de Fundo",
|
92 |
BGColor : "Cor de Fundo",
|
93 |
Source : "Fonte",
|
93 |
Source : "Fonte",
|
94 |
Find : "Procurar",
|
94 |
Find : "Procurar",
|
95 |
Replace : "Substituir",
|
95 |
Replace : "Substituir",
|
96 |
SpellCheck : "Verificação Ortográfica",
|
96 |
SpellCheck : "Verificação Ortográfica",
|
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 Verificação",
|
102 |
Checkbox : "Caixa de Verificação",
|
103 |
RadioButton : "Botão de Opção",
|
103 |
RadioButton : "Botão de Opção",
|
104 |
TextField : "Campo de Texto",
|
104 |
TextField : "Campo de Texto",
|
105 |
Textarea : "Área de Texto",
|
105 |
Textarea : "Área de Texto",
|
106 |
HiddenField : "Campo Escondido",
|
106 |
HiddenField : "Campo Escondido",
|
107 |
Button : "Botão",
|
107 |
Button : "Botão",
|
108 |
SelectionField : "Caixa de Combinação",
|
108 |
SelectionField : "Caixa de Combinação",
|
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 : "Show Blocks", //MISSING
|
112 |
ShowBlocks : "Show Blocks", //MISSING
|
113 |
|
113 |
|
114 |
// Context Menu
|
114 |
// Context Menu
|
115 |
EditLink : "Editar Hiperligação",
|
115 |
EditLink : "Editar Hiperligação",
|
116 |
CellCM : "Célula",
|
116 |
CellCM : "Célula",
|
117 |
RowCM : "Linha",
|
117 |
RowCM : "Linha",
|
118 |
ColumnCM : "Coluna",
|
118 |
ColumnCM : "Coluna",
|
119 |
InsertRowAfter : "Insert Row After", //MISSING
|
119 |
InsertRowAfter : "Insert Row After", //MISSING
|
120 |
InsertRowBefore : "Insert Row Before", //MISSING
|
120 |
InsertRowBefore : "Insert Row Before", //MISSING
|
121 |
DeleteRows : "Eliminar Linhas",
|
121 |
DeleteRows : "Eliminar Linhas",
|
122 |
InsertColumnAfter : "Insert Column After", //MISSING
|
122 |
InsertColumnAfter : "Insert Column After", //MISSING
|
123 |
InsertColumnBefore : "Insert Column Before", //MISSING
|
123 |
InsertColumnBefore : "Insert Column Before", //MISSING
|
124 |
DeleteColumns : "Eliminar Coluna",
|
124 |
DeleteColumns : "Eliminar Coluna",
|
125 |
InsertCellAfter : "Insert Cell After", //MISSING
|
125 |
InsertCellAfter : "Insert Cell After", //MISSING
|
126 |
InsertCellBefore : "Insert Cell Before", //MISSING
|
126 |
InsertCellBefore : "Insert Cell Before", //MISSING
|
127 |
DeleteCells : "Eliminar Célula",
|
127 |
DeleteCells : "Eliminar Célula",
|
128 |
MergeCells : "Unir Células",
|
128 |
MergeCells : "Unir Células",
|
129 |
MergeRight : "Merge Right", //MISSING
|
129 |
MergeRight : "Merge Right", //MISSING
|
130 |
MergeDown : "Merge Down", //MISSING
|
130 |
MergeDown : "Merge Down", //MISSING
|
131 |
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
|
131 |
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
|
132 |
VerticalSplitCell : "Split Cell Vertically", //MISSING
|
132 |
VerticalSplitCell : "Split Cell Vertically", //MISSING
|
133 |
TableDelete : "Eliminar Tabela",
|
133 |
TableDelete : "Eliminar Tabela",
|
134 |
CellProperties : "Propriedades da Célula",
|
134 |
CellProperties : "Propriedades da Célula",
|
Line 135... |
Line 135... |
135 |
TableProperties : "Propriedades da Tabela",
|
135 |
TableProperties : "Propriedades da Tabela",
|
136 |
ImageProperties : "Propriedades da Imagem",
|
136 |
ImageProperties : "Propriedades da Imagem",
|
137 |
FlashProperties : "Propriedades do Flash",
|
137 |
FlashProperties : "Propriedades do Flash",
|
138 |
|
138 |
|
139 |
AnchorProp : "Propriedades da Âncora",
|
139 |
AnchorProp : "Propriedades da Âncora",
|
140 |
ButtonProp : "Propriedades do Botão",
|
140 |
ButtonProp : "Propriedades do Botão",
|
141 |
CheckboxProp : "Propriedades da Caixa de Verificação",
|
141 |
CheckboxProp : "Propriedades da Caixa de Verificação",
|
142 |
HiddenFieldProp : "Propriedades do Campo Escondido",
|
142 |
HiddenFieldProp : "Propriedades do Campo Escondido",
|
143 |
RadioButtonProp : "Propriedades do Botão de Opção",
|
143 |
RadioButtonProp : "Propriedades do Botão de Opção",
|
144 |
ImageButtonProp : "Propriedades do Botão de imagens",
|
144 |
ImageButtonProp : "Propriedades do Botão de imagens",
|
Line 145... |
Line 145... |
145 |
TextFieldProp : "Propriedades do Campo de Texto",
|
145 |
TextFieldProp : "Propriedades do Campo de Texto",
|
Line 146... |
Line 146... |
146 |
SelectionFieldProp : "Propriedades da Caixa de Combinação",
|
146 |
SelectionFieldProp : "Propriedades da Caixa de Combinação",
|
147 |
TextareaProp : "Propriedades da Área de Texto",
|
147 |
TextareaProp : "Propriedades da Área de Texto",
|
148 |
FormProp : "Propriedades do Formulário",
|
148 |
FormProp : "Propriedades do 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 : "A Processar XHTML. Por favor, espere...",
|
153 |
ProcessingXHTML : "A Processar XHTML. Por favor, espere...",
|
154 |
Done : "Concluído",
|
154 |
Done : "Concluído",
|
155 |
PasteWordConfirm : "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
|
155 |
PasteWordConfirm : "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
|
156 |
NotCompatiblePaste : "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
|
156 |
NotCompatiblePaste : "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
|
157 |
UnknownToolbarItem : "Item de barra desconhecido \"%1\"",
|
157 |
UnknownToolbarItem : "Item de barra desconhecido \"%1\"",
|
158 |
UnknownCommand : "Nome de comando desconhecido \"%1\"",
|
158 |
UnknownCommand : "Nome de comando desconhecido \"%1\"",
|
Line 159... |
Line 159... |
159 |
NotImplemented : "Comando não implementado",
|
159 |
NotImplemented : "Comando não implementado",
|
160 |
UnknownToolbarSet : "Nome de barra \"%1\" não definido",
|
160 |
UnknownToolbarSet : "Nome de barra \"%1\" não definido",
|
161 |
NoActiveX : "As definições de segurança do navegador podem limitar algumas potencalidades do editr. Deve activar a opção \"Executar controlos e extensões ActiveX\". Pode ocorrer erros ou verificar que faltam potencialidades.",
|
161 |
NoActiveX : "As definições de segurança do navegador podem limitar algumas potencalidades do editr. Deve activar a opção \"Executar controlos e extensões ActiveX\". Pode ocorrer erros ou verificar que faltam potencialidades.",
|
162 |
BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
|
162 |
BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
|
163 |
DialogBlocked : "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
|
163 |
DialogBlocked : "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
|
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 : "Navegar no Servidor",
|
170 |
DlgBtnBrowseServer : "Navegar no Servidor",
|
171 |
DlgAdvancedTag : "Avançado",
|
171 |
DlgAdvancedTag : "Avançado",
|
172 |
DlgOpOther : "<Outro>",
|
172 |
DlgOpOther : "<Outro>",
|
173 |
DlgInfoTab : "Informação",
|
173 |
DlgInfoTab : "Informação",
|
174 |
DlgAlertUrl : "Por favor introduza o URL",
|
174 |
DlgAlertUrl : "Por favor introduza o URL",
|
175 |
|
175 |
|
176 |
// General Dialogs Labels
|
176 |
// General Dialogs Labels
|
177 |
DlgGenNotSet : "<Não definido>",
|
177 |
DlgGenNotSet : "<Não definido>",
|
178 |
DlgGenId : "Id",
|
178 |
DlgGenId : "Id",
|
179 |
DlgGenLangDir : "Orientação de idioma",
|
179 |
DlgGenLangDir : "Orientação de idioma",
|
180 |
DlgGenLangDirLtr : "Esquerda à Direita (LTR)",
|
180 |
DlgGenLangDirLtr : "Esquerda à Direita (LTR)",
|
181 |
DlgGenLangDirRtl : "Direita a Esquerda (RTL)",
|
181 |
DlgGenLangDirRtl : "Direita a Esquerda (RTL)",
|
182 |
DlgGenLangCode : "Código de Idioma",
|
182 |
DlgGenLangCode : "Código de 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 Tubulação",
|
185 |
DlgGenTabIndex : "Índice de Tubulação",
|
186 |
DlgGenLongDescr : "Descrição Completa do URL",
|
186 |
DlgGenLongDescr : "Descrição Completa do URL",
|
187 |
DlgGenClass : "Classes de Estilo de Folhas Classes",
|
187 |
DlgGenClass : "Classes de Estilo de Folhas Classes",
|
188 |
DlgGenTitle : "Título",
|
188 |
DlgGenTitle : "Título",
|
189 |
DlgGenContType : "Tipo de Conteúdo",
|
189 |
DlgGenContType : "Tipo de Conteúdo",
|
190 |
DlgGenLinkCharset : "Fonte de caracteres vinculado",
|
190 |
DlgGenLinkCharset : "Fonte de caracteres vinculado",
|
191 |
DlgGenStyle : "Estilo",
|
191 |
DlgGenStyle : "Estilo",
|
Line 212... |
Line 212... |
212 |
DlgImgAlignBottom : "Fundo",
|
212 |
DlgImgAlignBottom : "Fundo",
|
213 |
DlgImgAlignMiddle : "Centro",
|
213 |
DlgImgAlignMiddle : "Centro",
|
214 |
DlgImgAlignRight : "Direita",
|
214 |
DlgImgAlignRight : "Direita",
|
215 |
DlgImgAlignTextTop : "Topo do texto",
|
215 |
DlgImgAlignTextTop : "Topo do texto",
|
216 |
DlgImgAlignTop : "Topo",
|
216 |
DlgImgAlignTop : "Topo",
|
217 |
DlgImgPreview : "Pré-visualizar",
|
217 |
DlgImgPreview : "Pré-visualizar",
|
218 |
DlgImgAlertUrl : "Por favor introduza o URL da imagem",
|
218 |
DlgImgAlertUrl : "Por favor introduza o URL da imagem",
|
219 |
DlgImgLinkTab : "Hiperligação",
|
219 |
DlgImgLinkTab : "Hiperligação",
|
Line 220... |
Line 220... |
220 |
|
220 |
|
221 |
// Flash Dialog
|
221 |
// Flash Dialog
|
222 |
DlgFlashTitle : "Propriedades do Flash",
|
222 |
DlgFlashTitle : "Propriedades do Flash",
|
223 |
DlgFlashChkPlay : "Reproduzir automaticamente",
|
223 |
DlgFlashChkPlay : "Reproduzir automaticamente",
|
Line 227... |
Line 227... |
227 |
DlgFlashScaleAll : "Mostrar tudo",
|
227 |
DlgFlashScaleAll : "Mostrar tudo",
|
228 |
DlgFlashScaleNoBorder : "Sem Limites",
|
228 |
DlgFlashScaleNoBorder : "Sem Limites",
|
229 |
DlgFlashScaleFit : "Tamanho Exacto",
|
229 |
DlgFlashScaleFit : "Tamanho Exacto",
|
Line 230... |
Line 230... |
230 |
|
230 |
|
231 |
// Link Dialog
|
231 |
// Link Dialog
|
232 |
DlgLnkWindowTitle : "Hiperligação",
|
232 |
DlgLnkWindowTitle : "Hiperligação",
|
233 |
DlgLnkInfoTab : "Informação de Hiperligação",
|
233 |
DlgLnkInfoTab : "Informação de Hiperligação",
|
Line 234... |
Line 234... |
234 |
DlgLnkTargetTab : "Destino",
|
234 |
DlgLnkTargetTab : "Destino",
|
235 |
|
235 |
|
236 |
DlgLnkType : "Tipo de Hiperligação",
|
236 |
DlgLnkType : "Tipo de Hiperligação",
|
237 |
DlgLnkTypeURL : "URL",
|
237 |
DlgLnkTypeURL : "URL",
|
238 |
DlgLnkTypeAnchor : "Referência a esta página",
|
238 |
DlgLnkTypeAnchor : "Referência a esta 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",
|
242 |
DlgLnkURL : "URL",
|
243 |
DlgLnkAnchorSel : "Seleccionar una referência",
|
243 |
DlgLnkAnchorSel : "Seleccionar una referência",
|
244 |
DlgLnkAnchorByName : "Por Nome de Referência",
|
244 |
DlgLnkAnchorByName : "Por Nome de Referência",
|
245 |
DlgLnkAnchorById : "Por ID de elemento",
|
245 |
DlgLnkAnchorById : "Por ID de elemento",
|
246 |
DlgLnkNoAnchors : "(Não há referências disponíveis no documento)",
|
246 |
DlgLnkNoAnchors : "(Não há referências disponíveis no documento)",
|
247 |
DlgLnkEMail : "Endereço de E-Mail",
|
247 |
DlgLnkEMail : "Endereço de E-Mail",
|
248 |
DlgLnkEMailSubject : "Título de Mensagem",
|
248 |
DlgLnkEMailSubject : "Título de Mensagem",
|
249 |
DlgLnkEMailBody : "Corpo da Mensagem",
|
249 |
DlgLnkEMailBody : "Corpo da Mensagem",
|
Line 250... |
Line 250... |
250 |
DlgLnkUpload : "Carregar",
|
250 |
DlgLnkUpload : "Carregar",
|
Line 257... |
Line 257... |
257 |
DlgLnkTargetParent : "Janela Pai (_parent)",
|
257 |
DlgLnkTargetParent : "Janela Pai (_parent)",
|
258 |
DlgLnkTargetSelf : "Mesma janela (_self)",
|
258 |
DlgLnkTargetSelf : "Mesma janela (_self)",
|
259 |
DlgLnkTargetTop : "Janela primaria (_top)",
|
259 |
DlgLnkTargetTop : "Janela primaria (_top)",
|
260 |
DlgLnkTargetFrameName : "Nome do Frame Destino",
|
260 |
DlgLnkTargetFrameName : "Nome do Frame Destino",
|
261 |
DlgLnkPopWinName : "Nome da Janela de Popup",
|
261 |
DlgLnkPopWinName : "Nome da Janela de Popup",
|
262 |
DlgLnkPopWinFeat : "Características de Janela de Popup",
|
262 |
DlgLnkPopWinFeat : "Características de Janela de Popup",
|
263 |
DlgLnkPopResize : "Ajustável",
|
263 |
DlgLnkPopResize : "Ajustável",
|
264 |
DlgLnkPopLocation : "Barra de localização",
|
264 |
DlgLnkPopLocation : "Barra de localização",
|
265 |
DlgLnkPopMenu : "Barra de Menu",
|
265 |
DlgLnkPopMenu : "Barra de Menu",
|
266 |
DlgLnkPopScroll : "Barras de deslocamento",
|
266 |
DlgLnkPopScroll : "Barras de deslocamento",
|
267 |
DlgLnkPopStatus : "Barra de Estado",
|
267 |
DlgLnkPopStatus : "Barra de Estado",
|
268 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
268 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
269 |
DlgLnkPopFullScrn : "Janela Completa (IE)",
|
269 |
DlgLnkPopFullScrn : "Janela Completa (IE)",
|
270 |
DlgLnkPopDependent : "Dependente (Netscape)",
|
270 |
DlgLnkPopDependent : "Dependente (Netscape)",
|
271 |
DlgLnkPopWidth : "Largura",
|
271 |
DlgLnkPopWidth : "Largura",
|
272 |
DlgLnkPopHeight : "Altura",
|
272 |
DlgLnkPopHeight : "Altura",
|
273 |
DlgLnkPopLeft : "Posição Esquerda",
|
273 |
DlgLnkPopLeft : "Posição Esquerda",
|
274 |
DlgLnkPopTop : "Posição Direita",
|
274 |
DlgLnkPopTop : "Posição Direita",
|
Line 275... |
Line 275... |
275 |
|
275 |
|
276 |
DlnLnkMsgNoUrl : "Por favor introduza a hiperligação URL",
|
276 |
DlnLnkMsgNoUrl : "Por favor introduza a hiperligação URL",
|
277 |
DlnLnkMsgNoEMail : "Por favor introduza o endereço de e-mail",
|
277 |
DlnLnkMsgNoEMail : "Por favor introduza o endereço de e-mail",
|
278 |
DlnLnkMsgNoAnchor : "Por favor seleccione uma referência",
|
278 |
DlnLnkMsgNoAnchor : "Por favor seleccione uma referência",
|
Line 279... |
Line 279... |
279 |
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
|
279 |
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
|
280 |
|
280 |
|
281 |
// Color Dialog
|
281 |
// Color Dialog
|
Line 294... |
Line 294... |
294 |
DlgTableTitle : "Propriedades da Tabela",
|
294 |
DlgTableTitle : "Propriedades da Tabela",
|
295 |
DlgTableRows : "Linhas",
|
295 |
DlgTableRows : "Linhas",
|
296 |
DlgTableColumns : "Colunas",
|
296 |
DlgTableColumns : "Colunas",
|
297 |
DlgTableBorder : "Tamanho do Limite",
|
297 |
DlgTableBorder : "Tamanho do Limite",
|
298 |
DlgTableAlign : "Alinhamento",
|
298 |
DlgTableAlign : "Alinhamento",
|
299 |
DlgTableAlignNotSet : "<Não definido>",
|
299 |
DlgTableAlignNotSet : "<Não definido>",
|
300 |
DlgTableAlignLeft : "Esquerda",
|
300 |
DlgTableAlignLeft : "Esquerda",
|
301 |
DlgTableAlignCenter : "Centrado",
|
301 |
DlgTableAlignCenter : "Centrado",
|
302 |
DlgTableAlignRight : "Direita",
|
302 |
DlgTableAlignRight : "Direita",
|
303 |
DlgTableWidth : "Largura",
|
303 |
DlgTableWidth : "Largura",
|
304 |
DlgTableWidthPx : "pixeis",
|
304 |
DlgTableWidthPx : "pixeis",
|
305 |
DlgTableWidthPc : "percentagem",
|
305 |
DlgTableWidthPc : "percentagem",
|
306 |
DlgTableHeight : "Altura",
|
306 |
DlgTableHeight : "Altura",
|
307 |
DlgTableCellSpace : "Esp. e/células",
|
307 |
DlgTableCellSpace : "Esp. e/células",
|
308 |
DlgTableCellPad : "Esp. interior",
|
308 |
DlgTableCellPad : "Esp. interior",
|
309 |
DlgTableCaption : "Título",
|
309 |
DlgTableCaption : "Título",
|
310 |
DlgTableSummary : "Sumário",
|
310 |
DlgTableSummary : "Sumário",
|
- |
|
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 : "Propriedades da Célula",
|
318 |
DlgCellTitle : "Propriedades da Célula",
|
314 |
DlgCellWidth : "Largura",
|
319 |
DlgCellWidth : "Largura",
|
315 |
DlgCellWidthPx : "pixeis",
|
320 |
DlgCellWidthPx : "pixeis",
|
316 |
DlgCellWidthPc : "percentagem",
|
321 |
DlgCellWidthPc : "percentagem",
|
317 |
DlgCellHeight : "Altura",
|
322 |
DlgCellHeight : "Altura",
|
318 |
DlgCellWordWrap : "Moldar Texto",
|
323 |
DlgCellWordWrap : "Moldar Texto",
|
319 |
DlgCellWordWrapNotSet : "<Não definido>",
|
324 |
DlgCellWordWrapNotSet : "<Não definido>",
|
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 definido>",
|
328 |
DlgCellHorAlignNotSet : "<Não definido>",
|
324 |
DlgCellHorAlignLeft : "Esquerda",
|
329 |
DlgCellHorAlignLeft : "Esquerda",
|
325 |
DlgCellHorAlignCenter : "Centrado",
|
330 |
DlgCellHorAlignCenter : "Centrado",
|
326 |
DlgCellHorAlignRight: "Direita",
|
331 |
DlgCellHorAlignRight: "Direita",
|
327 |
DlgCellVerAlign : "Alinhamento Vertical",
|
332 |
DlgCellVerAlign : "Alinhamento Vertical",
|
328 |
DlgCellVerAlignNotSet : "<Não definido>",
|
333 |
DlgCellVerAlignNotSet : "<Não definido>",
|
329 |
DlgCellVerAlignTop : "Topo",
|
334 |
DlgCellVerAlignTop : "Topo",
|
330 |
DlgCellVerAlignMiddle : "Médio",
|
335 |
DlgCellVerAlignMiddle : "Médio",
|
331 |
DlgCellVerAlignBottom : "Fundi",
|
336 |
DlgCellVerAlignBottom : "Fundi",
|
- |
|
337 |
DlgCellVerAlignBaseline : "Linha de Base",
|
- |
|
338 |
DlgCellType : "Cell Type", //MISSING
|
- |
|
339 |
DlgCellTypeData : "Data", //MISSING
|
332 |
DlgCellVerAlignBaseline : "Linha de Base",
|
340 |
DlgCellTypeHeader : "Header", //MISSING
|
333 |
DlgCellRowSpan : "Unir Linhas",
|
341 |
DlgCellRowSpan : "Unir Linhas",
|
334 |
DlgCellCollSpan : "Unir Colunas",
|
342 |
DlgCellCollSpan : "Unir Colunas",
|
335 |
DlgCellBackColor : "Cor do Fundo",
|
343 |
DlgCellBackColor : "Cor do Fundo",
|
336 |
DlgCellBorderColor : "Cor do Limite",
|
344 |
DlgCellBorderColor : "Cor do Limite",
|
Line 340... |
Line 348... |
340 |
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
|
348 |
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
|
Line 341... |
Line 349... |
341 |
|
349 |
|
342 |
// Find Dialog
|
350 |
// Find Dialog
|
343 |
DlgFindTitle : "Procurar",
|
351 |
DlgFindTitle : "Procurar",
|
344 |
DlgFindFindBtn : "Procurar",
|
352 |
DlgFindFindBtn : "Procurar",
|
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 : "Texto a Procurar:",
|
357 |
DlgReplaceFindLbl : "Texto a Procurar:",
|
350 |
DlgReplaceReplaceLbl : "Substituir por:",
|
358 |
DlgReplaceReplaceLbl : "Substituir por:",
|
351 |
DlgReplaceCaseChk : "Maiúsculas/Minúsculas",
|
359 |
DlgReplaceCaseChk : "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 com toda a palavra",
|
362 |
DlgReplaceWordChk : "Coincidir com toda a palavra",
|
355 |
|
363 |
|
Line 356... |
Line 364... |
356 |
// Paste Operations / Dialog
|
364 |
// Paste Operations / Dialog
|
357 |
PasteErrorCut : "A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).",
|
365 |
PasteErrorCut : "A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).",
|
Line 358... |
Line 366... |
358 |
PasteErrorCopy : "A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).",
|
366 |
PasteErrorCopy : "A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).",
|
359 |
|
367 |
|
360 |
PasteAsText : "Colar como Texto Simples",
|
368 |
PasteAsText : "Colar como Texto Simples",
|
361 |
PasteFromWord : "Colar do Word",
|
369 |
PasteFromWord : "Colar do Word",
|
Line 362... |
Line 370... |
362 |
|
370 |
|
363 |
DlgPasteMsg2 : "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
|
371 |
DlgPasteMsg2 : "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
|
364 |
DlgPasteSec : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.", //MISSING
|
372 |
DlgPasteSec : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.", //MISSING
|
Line 365... |
Line 373... |
365 |
DlgPasteIgnoreFont : "Ignorar da definições do Tipo de Letra ",
|
373 |
DlgPasteIgnoreFont : "Ignorar da definições do Tipo de Letra ",
|
366 |
DlgPasteRemoveStyles : "Remover as definições de Estilos",
|
374 |
DlgPasteRemoveStyles : "Remover as definições de Estilos",
|
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 do Documento",
|
381 |
DocProps : "Propriedades do Documento",
|
374 |
|
382 |
|
375 |
// Anchor Dialog
|
383 |
// Anchor Dialog
|
376 |
DlgAnchorTitle : "Propriedades da Âncora",
|
384 |
DlgAnchorTitle : "Propriedades da Âncora",
|
377 |
DlgAnchorName : "Nome da Âncora",
|
385 |
DlgAnchorName : "Nome da Âncora",
|
378 |
DlgAnchorErrorName : "Por favor, introduza o nome da âncora",
|
386 |
DlgAnchorErrorName : "Por favor, introduza o nome da âncora",
|
379 |
|
387 |
|
380 |
// Speller Pages Dialog
|
388 |
// Speller Pages Dialog
|
381 |
DlgSpellNotInDic : "Não está num directório",
|
389 |
DlgSpellNotInDic : "Não está num directório",
|
382 |
DlgSpellChangeTo : "Mudar para",
|
390 |
DlgSpellChangeTo : "Mudar para",
|
383 |
DlgSpellBtnIgnore : "Ignorar",
|
391 |
DlgSpellBtnIgnore : "Ignorar",
|
384 |
DlgSpellBtnIgnoreAll : "Ignorar Tudo",
|
392 |
DlgSpellBtnIgnoreAll : "Ignorar Tudo",
|
Line 385... |
Line 393... |
385 |
DlgSpellBtnReplace : "Substituir",
|
393 |
DlgSpellBtnReplace : "Substituir",
|
Line 386... |
Line 394... |
386 |
DlgSpellBtnReplaceAll : "Substituir Tudo",
|
394 |
DlgSpellBtnReplaceAll : "Substituir Tudo",
|
387 |
DlgSpellBtnUndo : "Anular",
|
395 |
DlgSpellBtnUndo : "Anular",
|
388 |
DlgSpellNoSuggestions : "- Sem sugestões -",
|
396 |
DlgSpellNoSuggestions : "- Sem sugestões -",
|
389 |
DlgSpellProgress : "Verificação ortográfica em progressoâ¦",
|
397 |
DlgSpellProgress : "Verificação ortográfica em progresso…",
|
Line 406... |
Line 414... |
406 |
DlgCheckboxValue : "Valor",
|
414 |
DlgCheckboxValue : "Valor",
|
407 |
DlgCheckboxSelected : "Seleccionado",
|
415 |
DlgCheckboxSelected : "Seleccionado",
|
Line 408... |
Line 416... |
408 |
|
416 |
|
409 |
// Form Dialog
|
417 |
// Form Dialog
|
410 |
DlgFormName : "Nome",
|
418 |
DlgFormName : "Nome",
|
411 |
DlgFormAction : "Acção",
|
419 |
DlgFormAction : "Acção",
|
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 selecções múltiplas",
|
427 |
DlgSelectChkMulti : "Permitir selecções múltiplas",
|
420 |
DlgSelectOpAvail : "Opções Possíveis",
|
428 |
DlgSelectOpAvail : "Opções Possí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 : "Tamanho do caracter",
|
446 |
DlgTextCharWidth : "Tamanho do caracter",
|
439 |
DlgTextMaxChars : "Nr. Máximo de Caracteres",
|
447 |
DlgTextMaxChars : "Nr. Máximo de Caracteres",
|
440 |
DlgTextType : "Tipo",
|
448 |
DlgTextType : "Tipo",
|
441 |
DlgTextTypeText : "Texto",
|
449 |
DlgTextTypeText : "Texto",
|
Line 442... |
Line 450... |
442 |
DlgTextTypePass : "Palavra-chave",
|
450 |
DlgTextTypePass : "Palavra-chave",
|
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 : "Propriedades da Marca",
|
457 |
BulletedListProp : "Propriedades da Marca",
|
450 |
NumberedListProp : "Propriedades da Numeração",
|
458 |
NumberedListProp : "Propriedades da Numeração",
|
451 |
DlgLstStart : "Start", //MISSING
|
459 |
DlgLstStart : "Start", //MISSING
|
452 |
DlgLstType : "Tipo",
|
460 |
DlgLstType : "Tipo",
|
453 |
DlgLstTypeCircle : "Circulo",
|
461 |
DlgLstTypeCircle : "Circulo",
|
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 : "Numeração Romana em Minúsculas (i, ii, iii)",
|
467 |
DlgLstTypeSRoman : "Numeração Romana em Minúsculas (i, ii, iii)",
|
460 |
DlgLstTypeLRoman : "Numeração Romana em Maiúsculas (I, II, III)",
|
468 |
DlgLstTypeLRoman : "Numeração Romana em Maiúsculas (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 : "Fundo",
|
472 |
DlgDocBackTab : "Fundo",
|
465 |
DlgDocColorsTab : "Cores e Margens",
|
473 |
DlgDocColorsTab : "Cores e Margens",
|
466 |
DlgDocMetaTab : "Meta Data",
|
474 |
DlgDocMetaTab : "Meta Data",
|
467 |
|
475 |
|
468 |
DlgDocPageTitle : "Título da Página",
|
476 |
DlgDocPageTitle : "Título da Página",
|
469 |
DlgDocLangDir : "Orientação de idioma",
|
477 |
DlgDocLangDir : "Orientação de idioma",
|
470 |
DlgDocLangDirLTR : "Esquerda à Direita (LTR)",
|
478 |
DlgDocLangDirLTR : "Esquerda à Direita (LTR)",
|
471 |
DlgDocLangDirRTL : "Direita à Esquerda (RTL)",
|
479 |
DlgDocLangDirRTL : "Direita à Esquerda (RTL)",
|
472 |
DlgDocLangCode : "Código de Idioma",
|
480 |
DlgDocLangCode : "Código de Idioma",
|
473 |
DlgDocCharSet : "Codificação de Caracteres",
|
481 |
DlgDocCharSet : "Codificação de Caracteres",
|
474 |
DlgDocCharSetCE : "Central European", //MISSING
|
482 |
DlgDocCharSetCE : "Central European", //MISSING
|
475 |
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
|
483 |
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
|
476 |
DlgDocCharSetCR : "Cyrillic", //MISSING
|
484 |
DlgDocCharSetCR : "Cyrillic", //MISSING
|
477 |
DlgDocCharSetGR : "Greek", //MISSING
|
485 |
DlgDocCharSetGR : "Greek", //MISSING
|
478 |
DlgDocCharSetJP : "Japanese", //MISSING
|
486 |
DlgDocCharSetJP : "Japanese", //MISSING
|
Line 479... |
Line 487... |
479 |
DlgDocCharSetKR : "Korean", //MISSING
|
487 |
DlgDocCharSetKR : "Korean", //MISSING
|
480 |
DlgDocCharSetTR : "Turkish", //MISSING
|
488 |
DlgDocCharSetTR : "Turkish", //MISSING
|
481 |
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
|
489 |
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
|
482 |
DlgDocCharSetWE : "Western European", //MISSING
|
490 |
DlgDocCharSetWE : "Western European", //MISSING
|
483 |
DlgDocCharSetOther : "Outra Codificação de Caracteres",
|
491 |
DlgDocCharSetOther : "Outra Codificação de Caracteres",
|
484 |
|
492 |
|
485 |
DlgDocDocType : "Tipo de Cabeçalho do Documento",
|
493 |
DlgDocDocType : "Tipo de Cabeçalho do Documento",
|
486 |
DlgDocDocTypeOther : "Outro Tipo de Cabeçalho do Documento",
|
494 |
DlgDocDocTypeOther : "Outro Tipo de Cabeçalho do Documento",
|
487 |
DlgDocIncXHTML : "Incluir Declarações XHTML",
|
495 |
DlgDocIncXHTML : "Incluir Declarações XHTML",
|
488 |
DlgDocBgColor : "Cor de Fundo",
|
496 |
DlgDocBgColor : "Cor de Fundo",
|
489 |
DlgDocBgImage : "Caminho para a Imagem de Fundo",
|
497 |
DlgDocBgImage : "Caminho para a Imagem de Fundo",
|
490 |
DlgDocBgNoScroll : "Fundo Fixo",
|
498 |
DlgDocBgNoScroll : "Fundo Fixo",
|
491 |
DlgDocCText : "Texto",
|
499 |
DlgDocCText : "Texto",
|
492 |
DlgDocCLink : "Hiperligação",
|
500 |
DlgDocCLink : "Hiperligação",
|
493 |
DlgDocCVisited : "Hiperligação Visitada",
|
501 |
DlgDocCVisited : "Hiperligação Visitada",
|
494 |
DlgDocCActive : "Hiperligação Activa",
|
502 |
DlgDocCActive : "Hiperligação Activa",
|
495 |
DlgDocMargins : "Margem das Páginas",
|
503 |
DlgDocMargins : "Margem das Páginas",
|
496 |
DlgDocMaTop : "Topo",
|
504 |
DlgDocMaTop : "Topo",
|
497 |
DlgDocMaLeft : "Esquerda",
|
505 |
DlgDocMaLeft : "Esquerda",
|
498 |
DlgDocMaRight : "Direita",
|
506 |
DlgDocMaRight : "Direita",
|
Line 499... |
Line 507... |
499 |
DlgDocMaBottom : "Fundo",
|
507 |
DlgDocMaBottom : "Fundo",
|
500 |
DlgDocMeIndex : "Palavras de Indexação do Documento (separadas por virgula)",
|
508 |
DlgDocMeIndex : "Palavras de Indexação do Documento (separadas por virgula)",
|
501 |
DlgDocMeDescr : "Descrição do Documento",
|
509 |
DlgDocMeDescr : "Descrição do Documento",
|
502 |
DlgDocMeAuthor : "Autor",
|
510 |
DlgDocMeAuthor : "Autor",
|
503 |
DlgDocMeCopy : "Direitos de Autor",
|
511 |
DlgDocMeCopy : "Direitos de Autor",
|
504 |
DlgDocPreview : "Pré-visualizar",
|
512 |
DlgDocPreview : "Pré-visualizar",
|
505 |
|
513 |
|
Line 506... |
Line 514... |
506 |
// Templates Dialog
|
514 |
// Templates Dialog
|
507 |
Templates : "Modelos",
|
515 |
Templates : "Modelos",
|
508 |
DlgTemplatesTitle : "Modelo de Conteúdo",
|
516 |
DlgTemplatesTitle : "Modelo de Conteúdo",
|
509 |
DlgTemplatesSelMsg : "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
|
517 |
DlgTemplatesSelMsg : "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
|
510 |
DlgTemplatesLoading : "A carregar a lista de modelos. Aguarde por favor...",
|
518 |
DlgTemplatesLoading : "A carregar a lista de modelos. Aguarde por favor...",
|
511 |
DlgTemplatesNoTpl : "(Sem modelos definidos)",
|
519 |
DlgTemplatesNoTpl : "(Sem modelos definidos)",
|
Line 512... |
Line 520... |
512 |
DlgTemplatesReplace : "Replace actual contents", //MISSING
|
520 |
DlgTemplatesReplace : "Replace actual contents", //MISSING
|
513 |
|
521 |
|
514 |
// About Dialog
|
522 |
// About Dialog
|
515 |
DlgAboutAboutTab : "Acerca",
|
523 |
DlgAboutAboutTab : "Acerca",
|