1925 |
jp_milcent |
1 |
/*
|
|
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
2048 |
gduche |
3 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
|
1925 |
jp_milcent |
4 |
*
|
|
|
5 |
* == BEGIN LICENSE ==
|
|
|
6 |
*
|
|
|
7 |
* Licensed under the terms of any of the following licenses at your
|
|
|
8 |
* choice:
|
|
|
9 |
*
|
|
|
10 |
* - GNU General Public License Version 2 or later (the "GPL")
|
|
|
11 |
* http://www.gnu.org/licenses/gpl.html
|
|
|
12 |
*
|
|
|
13 |
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
|
|
|
14 |
* http://www.gnu.org/licenses/lgpl.html
|
|
|
15 |
*
|
|
|
16 |
* - Mozilla Public License Version 1.1 or later (the "MPL")
|
|
|
17 |
* http://www.mozilla.org/MPL/MPL-1.1.html
|
|
|
18 |
*
|
|
|
19 |
* == END LICENSE ==
|
|
|
20 |
*
|
|
|
21 |
* Portuguese language file.
|
|
|
22 |
*/
|
|
|
23 |
|
|
|
24 |
var FCKLang =
|
|
|
25 |
{
|
|
|
26 |
// Language direction : "ltr" (left to right) or "rtl" (right to left).
|
|
|
27 |
Dir : "ltr",
|
|
|
28 |
|
|
|
29 |
ToolbarCollapse : "Fechar Barra",
|
|
|
30 |
ToolbarExpand : "Expandir Barra",
|
|
|
31 |
|
|
|
32 |
// Toolbar Items and Context Menu
|
|
|
33 |
Save : "Guardar",
|
2048 |
gduche |
34 |
NewPage : "Nova Página",
|
|
|
35 |
Preview : "Pré-visualizar",
|
1925 |
jp_milcent |
36 |
Cut : "Cortar",
|
|
|
37 |
Copy : "Copiar",
|
|
|
38 |
Paste : "Colar",
|
2048 |
gduche |
39 |
PasteText : "Colar como texto não formatado",
|
1925 |
jp_milcent |
40 |
PasteWord : "Colar do Word",
|
|
|
41 |
Print : "Imprimir",
|
|
|
42 |
SelectAll : "Seleccionar Tudo",
|
|
|
43 |
RemoveFormat : "Eliminar Formato",
|
2048 |
gduche |
44 |
InsertLinkLbl : "Hiperligação",
|
|
|
45 |
InsertLink : "Inserir/Editar Hiperligação",
|
|
|
46 |
RemoveLink : "Eliminar Hiperligação",
|
1925 |
jp_milcent |
47 |
VisitLink : "Open Link", //MISSING
|
2048 |
gduche |
48 |
Anchor : " Inserir/Editar Âncora",
|
1925 |
jp_milcent |
49 |
AnchorDelete : "Remove Anchor", //MISSING
|
|
|
50 |
InsertImageLbl : "Imagem",
|
|
|
51 |
InsertImage : "Inserir/Editar Imagem",
|
|
|
52 |
InsertFlashLbl : "Flash",
|
|
|
53 |
InsertFlash : "Inserir/Editar Flash",
|
|
|
54 |
InsertTableLbl : "Tabela",
|
|
|
55 |
InsertTable : "Inserir/Editar Tabela",
|
|
|
56 |
InsertLineLbl : "Linha",
|
|
|
57 |
InsertLine : "Inserir Linha Horizontal",
|
|
|
58 |
InsertSpecialCharLbl: "Caracter Especial",
|
|
|
59 |
InsertSpecialChar : "Inserir Caracter Especial",
|
|
|
60 |
InsertSmileyLbl : "Emoticons",
|
|
|
61 |
InsertSmiley : "Inserir Emoticons",
|
|
|
62 |
About : "Acerca do FCKeditor",
|
|
|
63 |
Bold : "Negrito",
|
2048 |
gduche |
64 |
Italic : "Itálico",
|
1925 |
jp_milcent |
65 |
Underline : "Sublinhado",
|
|
|
66 |
StrikeThrough : "Rasurado",
|
2048 |
gduche |
67 |
Subscript : "Superior à Linha",
|
|
|
68 |
Superscript : "Inferior à Linha",
|
|
|
69 |
LeftJustify : "Alinhar à Esquerda",
|
1925 |
jp_milcent |
70 |
CenterJustify : "Alinhar ao Centro",
|
2048 |
gduche |
71 |
RightJustify : "Alinhar à Direita",
|
1925 |
jp_milcent |
72 |
BlockJustify : "Justificado",
|
2048 |
gduche |
73 |
DecreaseIndent : "Diminuir Avanço",
|
|
|
74 |
IncreaseIndent : "Aumentar Avanço",
|
1925 |
jp_milcent |
75 |
Blockquote : "Blockquote", //MISSING
|
|
|
76 |
CreateDiv : "Create Div Container", //MISSING
|
|
|
77 |
EditDiv : "Edit Div Container", //MISSING
|
|
|
78 |
DeleteDiv : "Remove Div Container", //MISSING
|
|
|
79 |
Undo : "Anular",
|
|
|
80 |
Redo : "Repetir",
|
2048 |
gduche |
81 |
NumberedListLbl : "Numeração",
|
|
|
82 |
NumberedList : "Inserir/Eliminar Numeração",
|
1925 |
jp_milcent |
83 |
BulletedListLbl : "Marcas",
|
|
|
84 |
BulletedList : "Inserir/Eliminar Marcas",
|
|
|
85 |
ShowTableBorders : "Mostrar Limites da Tabelas",
|
2048 |
gduche |
86 |
ShowDetails : "Mostrar Parágrafo",
|
1925 |
jp_milcent |
87 |
Style : "Estilo",
|
|
|
88 |
FontFormat : "Formato",
|
|
|
89 |
Font : "Tipo de Letra",
|
|
|
90 |
FontSize : "Tamanho",
|
|
|
91 |
TextColor : "Cor do Texto",
|
|
|
92 |
BGColor : "Cor de Fundo",
|
|
|
93 |
Source : "Fonte",
|
|
|
94 |
Find : "Procurar",
|
|
|
95 |
Replace : "Substituir",
|
2048 |
gduche |
96 |
SpellCheck : "Verificação Ortográfica",
|
1925 |
jp_milcent |
97 |
UniversalKeyboard : "Teclado Universal",
|
2048 |
gduche |
98 |
PageBreakLbl : "Quebra de Página",
|
|
|
99 |
PageBreak : "Inserir Quebra de Página",
|
1925 |
jp_milcent |
100 |
|
2048 |
gduche |
101 |
Form : "Formulário",
|
|
|
102 |
Checkbox : "Caixa de Verificação",
|
|
|
103 |
RadioButton : "Botão de Opção",
|
1925 |
jp_milcent |
104 |
TextField : "Campo de Texto",
|
2048 |
gduche |
105 |
Textarea : "Área de Texto",
|
1925 |
jp_milcent |
106 |
HiddenField : "Campo Escondido",
|
2048 |
gduche |
107 |
Button : "Botão",
|
|
|
108 |
SelectionField : "Caixa de Combinação",
|
|
|
109 |
ImageButton : "Botão de Imagem",
|
1925 |
jp_milcent |
110 |
|
|
|
111 |
FitWindow : "Maximizar o tamanho do editor",
|
|
|
112 |
ShowBlocks : "Show Blocks", //MISSING
|
|
|
113 |
|
|
|
114 |
// Context Menu
|
2048 |
gduche |
115 |
EditLink : "Editar Hiperligação",
|
|
|
116 |
CellCM : "Célula",
|
1925 |
jp_milcent |
117 |
RowCM : "Linha",
|
|
|
118 |
ColumnCM : "Coluna",
|
|
|
119 |
InsertRowAfter : "Insert Row After", //MISSING
|
|
|
120 |
InsertRowBefore : "Insert Row Before", //MISSING
|
|
|
121 |
DeleteRows : "Eliminar Linhas",
|
|
|
122 |
InsertColumnAfter : "Insert Column After", //MISSING
|
|
|
123 |
InsertColumnBefore : "Insert Column Before", //MISSING
|
|
|
124 |
DeleteColumns : "Eliminar Coluna",
|
|
|
125 |
InsertCellAfter : "Insert Cell After", //MISSING
|
|
|
126 |
InsertCellBefore : "Insert Cell Before", //MISSING
|
2048 |
gduche |
127 |
DeleteCells : "Eliminar Célula",
|
|
|
128 |
MergeCells : "Unir Células",
|
1925 |
jp_milcent |
129 |
MergeRight : "Merge Right", //MISSING
|
|
|
130 |
MergeDown : "Merge Down", //MISSING
|
|
|
131 |
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
|
|
|
132 |
VerticalSplitCell : "Split Cell Vertically", //MISSING
|
|
|
133 |
TableDelete : "Eliminar Tabela",
|
2048 |
gduche |
134 |
CellProperties : "Propriedades da Célula",
|
1925 |
jp_milcent |
135 |
TableProperties : "Propriedades da Tabela",
|
|
|
136 |
ImageProperties : "Propriedades da Imagem",
|
|
|
137 |
FlashProperties : "Propriedades do Flash",
|
|
|
138 |
|
2048 |
gduche |
139 |
AnchorProp : "Propriedades da Âncora",
|
|
|
140 |
ButtonProp : "Propriedades do Botão",
|
|
|
141 |
CheckboxProp : "Propriedades da Caixa de Verificação",
|
1925 |
jp_milcent |
142 |
HiddenFieldProp : "Propriedades do Campo Escondido",
|
2048 |
gduche |
143 |
RadioButtonProp : "Propriedades do Botão de Opção",
|
|
|
144 |
ImageButtonProp : "Propriedades do Botão de imagens",
|
1925 |
jp_milcent |
145 |
TextFieldProp : "Propriedades do Campo de Texto",
|
2048 |
gduche |
146 |
SelectionFieldProp : "Propriedades da Caixa de Combinação",
|
|
|
147 |
TextareaProp : "Propriedades da Área de Texto",
|
|
|
148 |
FormProp : "Propriedades do Formulário",
|
1925 |
jp_milcent |
149 |
|
2048 |
gduche |
150 |
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
|
1925 |
jp_milcent |
151 |
|
|
|
152 |
// Alerts and Messages
|
|
|
153 |
ProcessingXHTML : "A Processar XHTML. Por favor, espere...",
|
2048 |
gduche |
154 |
Done : "Concluído",
|
|
|
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?",
|
1925 |
jp_milcent |
157 |
UnknownToolbarItem : "Item de barra desconhecido \"%1\"",
|
|
|
158 |
UnknownCommand : "Nome de comando desconhecido \"%1\"",
|
2048 |
gduche |
159 |
NotImplemented : "Comando não implementado",
|
|
|
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.",
|
|
|
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.",
|
1925 |
jp_milcent |
164 |
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
|
|
|
165 |
|
|
|
166 |
// Dialogs
|
|
|
167 |
DlgBtnOK : "OK",
|
|
|
168 |
DlgBtnCancel : "Cancelar",
|
|
|
169 |
DlgBtnClose : "Fechar",
|
|
|
170 |
DlgBtnBrowseServer : "Navegar no Servidor",
|
2048 |
gduche |
171 |
DlgAdvancedTag : "Avançado",
|
1925 |
jp_milcent |
172 |
DlgOpOther : "<Outro>",
|
2048 |
gduche |
173 |
DlgInfoTab : "Informação",
|
1925 |
jp_milcent |
174 |
DlgAlertUrl : "Por favor introduza o URL",
|
|
|
175 |
|
|
|
176 |
// General Dialogs Labels
|
2048 |
gduche |
177 |
DlgGenNotSet : "<Não definido>",
|
1925 |
jp_milcent |
178 |
DlgGenId : "Id",
|
2048 |
gduche |
179 |
DlgGenLangDir : "Orientação de idioma",
|
|
|
180 |
DlgGenLangDirLtr : "Esquerda à Direita (LTR)",
|
1925 |
jp_milcent |
181 |
DlgGenLangDirRtl : "Direita a Esquerda (RTL)",
|
2048 |
gduche |
182 |
DlgGenLangCode : "Código de Idioma",
|
1925 |
jp_milcent |
183 |
DlgGenAccessKey : "Chave de Acesso",
|
|
|
184 |
DlgGenName : "Nome",
|
2048 |
gduche |
185 |
DlgGenTabIndex : "Índice de Tubulação",
|
|
|
186 |
DlgGenLongDescr : "Descrição Completa do URL",
|
1925 |
jp_milcent |
187 |
DlgGenClass : "Classes de Estilo de Folhas Classes",
|
2048 |
gduche |
188 |
DlgGenTitle : "Título",
|
|
|
189 |
DlgGenContType : "Tipo de Conteúdo",
|
1925 |
jp_milcent |
190 |
DlgGenLinkCharset : "Fonte de caracteres vinculado",
|
|
|
191 |
DlgGenStyle : "Estilo",
|
|
|
192 |
|
|
|
193 |
// Image Dialog
|
|
|
194 |
DlgImgTitle : "Propriedades da Imagem",
|
2048 |
gduche |
195 |
DlgImgInfoTab : "Informação da Imagem",
|
1925 |
jp_milcent |
196 |
DlgImgBtnUpload : "Enviar para o Servidor",
|
|
|
197 |
DlgImgURL : "URL",
|
|
|
198 |
DlgImgUpload : "Carregar",
|
|
|
199 |
DlgImgAlt : "Texto Alternativo",
|
|
|
200 |
DlgImgWidth : "Largura",
|
|
|
201 |
DlgImgHeight : "Altura",
|
|
|
202 |
DlgImgLockRatio : "Proporcional",
|
|
|
203 |
DlgBtnResetSize : "Tamanho Original",
|
|
|
204 |
DlgImgBorder : "Limite",
|
|
|
205 |
DlgImgHSpace : "Esp.Horiz",
|
|
|
206 |
DlgImgVSpace : "Esp.Vert",
|
|
|
207 |
DlgImgAlign : "Alinhamento",
|
|
|
208 |
DlgImgAlignLeft : "Esquerda",
|
|
|
209 |
DlgImgAlignAbsBottom: "Abs inferior",
|
|
|
210 |
DlgImgAlignAbsMiddle: "Abs centro",
|
|
|
211 |
DlgImgAlignBaseline : "Linha de base",
|
|
|
212 |
DlgImgAlignBottom : "Fundo",
|
|
|
213 |
DlgImgAlignMiddle : "Centro",
|
|
|
214 |
DlgImgAlignRight : "Direita",
|
|
|
215 |
DlgImgAlignTextTop : "Topo do texto",
|
|
|
216 |
DlgImgAlignTop : "Topo",
|
2048 |
gduche |
217 |
DlgImgPreview : "Pré-visualizar",
|
1925 |
jp_milcent |
218 |
DlgImgAlertUrl : "Por favor introduza o URL da imagem",
|
2048 |
gduche |
219 |
DlgImgLinkTab : "Hiperligação",
|
1925 |
jp_milcent |
220 |
|
|
|
221 |
// Flash Dialog
|
|
|
222 |
DlgFlashTitle : "Propriedades do Flash",
|
|
|
223 |
DlgFlashChkPlay : "Reproduzir automaticamente",
|
|
|
224 |
DlgFlashChkLoop : "Loop",
|
|
|
225 |
DlgFlashChkMenu : "Permitir Menu do Flash",
|
|
|
226 |
DlgFlashScale : "Escala",
|
|
|
227 |
DlgFlashScaleAll : "Mostrar tudo",
|
|
|
228 |
DlgFlashScaleNoBorder : "Sem Limites",
|
|
|
229 |
DlgFlashScaleFit : "Tamanho Exacto",
|
|
|
230 |
|
|
|
231 |
// Link Dialog
|
2048 |
gduche |
232 |
DlgLnkWindowTitle : "Hiperligação",
|
|
|
233 |
DlgLnkInfoTab : "Informação de Hiperligação",
|
1925 |
jp_milcent |
234 |
DlgLnkTargetTab : "Destino",
|
|
|
235 |
|
2048 |
gduche |
236 |
DlgLnkType : "Tipo de Hiperligação",
|
1925 |
jp_milcent |
237 |
DlgLnkTypeURL : "URL",
|
2048 |
gduche |
238 |
DlgLnkTypeAnchor : "Referência a esta página",
|
1925 |
jp_milcent |
239 |
DlgLnkTypeEMail : "E-Mail",
|
|
|
240 |
DlgLnkProto : "Protocolo",
|
|
|
241 |
DlgLnkProtoOther : "<outro>",
|
|
|
242 |
DlgLnkURL : "URL",
|
2048 |
gduche |
243 |
DlgLnkAnchorSel : "Seleccionar una referência",
|
|
|
244 |
DlgLnkAnchorByName : "Por Nome de Referência",
|
1925 |
jp_milcent |
245 |
DlgLnkAnchorById : "Por ID de elemento",
|
2048 |
gduche |
246 |
DlgLnkNoAnchors : "(Não há referências disponíveis no documento)",
|
|
|
247 |
DlgLnkEMail : "Endereço de E-Mail",
|
|
|
248 |
DlgLnkEMailSubject : "Título de Mensagem",
|
1925 |
jp_milcent |
249 |
DlgLnkEMailBody : "Corpo da Mensagem",
|
|
|
250 |
DlgLnkUpload : "Carregar",
|
|
|
251 |
DlgLnkBtnUpload : "Enviar ao Servidor",
|
|
|
252 |
|
|
|
253 |
DlgLnkTarget : "Destino",
|
|
|
254 |
DlgLnkTargetFrame : "<Frame>",
|
|
|
255 |
DlgLnkTargetPopup : "<Janela de popup>",
|
|
|
256 |
DlgLnkTargetBlank : "Nova Janela(_blank)",
|
|
|
257 |
DlgLnkTargetParent : "Janela Pai (_parent)",
|
|
|
258 |
DlgLnkTargetSelf : "Mesma janela (_self)",
|
|
|
259 |
DlgLnkTargetTop : "Janela primaria (_top)",
|
|
|
260 |
DlgLnkTargetFrameName : "Nome do Frame Destino",
|
|
|
261 |
DlgLnkPopWinName : "Nome da Janela de Popup",
|
2048 |
gduche |
262 |
DlgLnkPopWinFeat : "Características de Janela de Popup",
|
|
|
263 |
DlgLnkPopResize : "Ajustável",
|
|
|
264 |
DlgLnkPopLocation : "Barra de localização",
|
1925 |
jp_milcent |
265 |
DlgLnkPopMenu : "Barra de Menu",
|
|
|
266 |
DlgLnkPopScroll : "Barras de deslocamento",
|
|
|
267 |
DlgLnkPopStatus : "Barra de Estado",
|
|
|
268 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
|
|
269 |
DlgLnkPopFullScrn : "Janela Completa (IE)",
|
|
|
270 |
DlgLnkPopDependent : "Dependente (Netscape)",
|
|
|
271 |
DlgLnkPopWidth : "Largura",
|
|
|
272 |
DlgLnkPopHeight : "Altura",
|
2048 |
gduche |
273 |
DlgLnkPopLeft : "Posição Esquerda",
|
|
|
274 |
DlgLnkPopTop : "Posição Direita",
|
1925 |
jp_milcent |
275 |
|
2048 |
gduche |
276 |
DlnLnkMsgNoUrl : "Por favor introduza a hiperligação URL",
|
|
|
277 |
DlnLnkMsgNoEMail : "Por favor introduza o endereço de e-mail",
|
|
|
278 |
DlnLnkMsgNoAnchor : "Por favor seleccione uma referência",
|
1925 |
jp_milcent |
279 |
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
|
|
|
280 |
|
|
|
281 |
// Color Dialog
|
|
|
282 |
DlgColorTitle : "Seleccionar Cor",
|
|
|
283 |
DlgColorBtnClear : "Nenhuma",
|
|
|
284 |
DlgColorHighlight : "Destacado",
|
|
|
285 |
DlgColorSelected : "Seleccionado",
|
|
|
286 |
|
|
|
287 |
// Smiley Dialog
|
|
|
288 |
DlgSmileyTitle : "Inserir um Emoticon",
|
|
|
289 |
|
|
|
290 |
// Special Character Dialog
|
|
|
291 |
DlgSpecialCharTitle : "Seleccione um caracter especial",
|
|
|
292 |
|
|
|
293 |
// Table Dialog
|
|
|
294 |
DlgTableTitle : "Propriedades da Tabela",
|
|
|
295 |
DlgTableRows : "Linhas",
|
|
|
296 |
DlgTableColumns : "Colunas",
|
|
|
297 |
DlgTableBorder : "Tamanho do Limite",
|
|
|
298 |
DlgTableAlign : "Alinhamento",
|
2048 |
gduche |
299 |
DlgTableAlignNotSet : "<Não definido>",
|
1925 |
jp_milcent |
300 |
DlgTableAlignLeft : "Esquerda",
|
|
|
301 |
DlgTableAlignCenter : "Centrado",
|
|
|
302 |
DlgTableAlignRight : "Direita",
|
|
|
303 |
DlgTableWidth : "Largura",
|
|
|
304 |
DlgTableWidthPx : "pixeis",
|
|
|
305 |
DlgTableWidthPc : "percentagem",
|
|
|
306 |
DlgTableHeight : "Altura",
|
2048 |
gduche |
307 |
DlgTableCellSpace : "Esp. e/células",
|
1925 |
jp_milcent |
308 |
DlgTableCellPad : "Esp. interior",
|
2048 |
gduche |
309 |
DlgTableCaption : "Título",
|
|
|
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
|
1925 |
jp_milcent |
316 |
|
|
|
317 |
// Table Cell Dialog
|
2048 |
gduche |
318 |
DlgCellTitle : "Propriedades da Célula",
|
1925 |
jp_milcent |
319 |
DlgCellWidth : "Largura",
|
|
|
320 |
DlgCellWidthPx : "pixeis",
|
|
|
321 |
DlgCellWidthPc : "percentagem",
|
|
|
322 |
DlgCellHeight : "Altura",
|
|
|
323 |
DlgCellWordWrap : "Moldar Texto",
|
2048 |
gduche |
324 |
DlgCellWordWrapNotSet : "<Não definido>",
|
1925 |
jp_milcent |
325 |
DlgCellWordWrapYes : "Sim",
|
2048 |
gduche |
326 |
DlgCellWordWrapNo : "Não",
|
1925 |
jp_milcent |
327 |
DlgCellHorAlign : "Alinhamento Horizontal",
|
2048 |
gduche |
328 |
DlgCellHorAlignNotSet : "<Não definido>",
|
1925 |
jp_milcent |
329 |
DlgCellHorAlignLeft : "Esquerda",
|
|
|
330 |
DlgCellHorAlignCenter : "Centrado",
|
|
|
331 |
DlgCellHorAlignRight: "Direita",
|
|
|
332 |
DlgCellVerAlign : "Alinhamento Vertical",
|
2048 |
gduche |
333 |
DlgCellVerAlignNotSet : "<Não definido>",
|
1925 |
jp_milcent |
334 |
DlgCellVerAlignTop : "Topo",
|
2048 |
gduche |
335 |
DlgCellVerAlignMiddle : "Médio",
|
1925 |
jp_milcent |
336 |
DlgCellVerAlignBottom : "Fundi",
|
|
|
337 |
DlgCellVerAlignBaseline : "Linha de Base",
|
2048 |
gduche |
338 |
DlgCellType : "Cell Type", //MISSING
|
|
|
339 |
DlgCellTypeData : "Data", //MISSING
|
|
|
340 |
DlgCellTypeHeader : "Header", //MISSING
|
1925 |
jp_milcent |
341 |
DlgCellRowSpan : "Unir Linhas",
|
|
|
342 |
DlgCellCollSpan : "Unir Colunas",
|
|
|
343 |
DlgCellBackColor : "Cor do Fundo",
|
|
|
344 |
DlgCellBorderColor : "Cor do Limite",
|
|
|
345 |
DlgCellBtnSelect : "Seleccione...",
|
|
|
346 |
|
|
|
347 |
// Find and Replace Dialog
|
|
|
348 |
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
|
|
|
349 |
|
|
|
350 |
// Find Dialog
|
|
|
351 |
DlgFindTitle : "Procurar",
|
|
|
352 |
DlgFindFindBtn : "Procurar",
|
2048 |
gduche |
353 |
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
|
1925 |
jp_milcent |
354 |
|
|
|
355 |
// Replace Dialog
|
|
|
356 |
DlgReplaceTitle : "Substituir",
|
|
|
357 |
DlgReplaceFindLbl : "Texto a Procurar:",
|
|
|
358 |
DlgReplaceReplaceLbl : "Substituir por:",
|
2048 |
gduche |
359 |
DlgReplaceCaseChk : "Maiúsculas/Minúsculas",
|
1925 |
jp_milcent |
360 |
DlgReplaceReplaceBtn : "Substituir",
|
|
|
361 |
DlgReplaceReplAllBtn : "Substituir Tudo",
|
|
|
362 |
DlgReplaceWordChk : "Coincidir com toda a palavra",
|
|
|
363 |
|
|
|
364 |
// Paste Operations / Dialog
|
2048 |
gduche |
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).",
|
|
|
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).",
|
1925 |
jp_milcent |
367 |
|
|
|
368 |
PasteAsText : "Colar como Texto Simples",
|
|
|
369 |
PasteFromWord : "Colar do Word",
|
|
|
370 |
|
|
|
371 |
DlgPasteMsg2 : "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
|
|
|
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
|
2048 |
gduche |
373 |
DlgPasteIgnoreFont : "Ignorar da definições do Tipo de Letra ",
|
|
|
374 |
DlgPasteRemoveStyles : "Remover as definições de Estilos",
|
1925 |
jp_milcent |
375 |
|
|
|
376 |
// Color Picker
|
2048 |
gduche |
377 |
ColorAutomatic : "Automático",
|
1925 |
jp_milcent |
378 |
ColorMoreColors : "Mais Cores...",
|
|
|
379 |
|
|
|
380 |
// Document Properties
|
|
|
381 |
DocProps : "Propriedades do Documento",
|
|
|
382 |
|
|
|
383 |
// Anchor Dialog
|
2048 |
gduche |
384 |
DlgAnchorTitle : "Propriedades da Âncora",
|
|
|
385 |
DlgAnchorName : "Nome da Âncora",
|
|
|
386 |
DlgAnchorErrorName : "Por favor, introduza o nome da âncora",
|
1925 |
jp_milcent |
387 |
|
|
|
388 |
// Speller Pages Dialog
|
2048 |
gduche |
389 |
DlgSpellNotInDic : "Não está num directório",
|
1925 |
jp_milcent |
390 |
DlgSpellChangeTo : "Mudar para",
|
|
|
391 |
DlgSpellBtnIgnore : "Ignorar",
|
|
|
392 |
DlgSpellBtnIgnoreAll : "Ignorar Tudo",
|
|
|
393 |
DlgSpellBtnReplace : "Substituir",
|
|
|
394 |
DlgSpellBtnReplaceAll : "Substituir Tudo",
|
|
|
395 |
DlgSpellBtnUndo : "Anular",
|
2048 |
gduche |
396 |
DlgSpellNoSuggestions : "- Sem sugestões -",
|
|
|
397 |
DlgSpellProgress : "Verificação ortográfica em progresso…",
|
|
|
398 |
DlgSpellNoMispell : "Verificação ortográfica completa: não foram encontrados erros",
|
|
|
399 |
DlgSpellNoChanges : "Verificação ortográfica completa: não houve alteração de palavras",
|
|
|
400 |
DlgSpellOneChange : "Verificação ortográfica completa: uma palavra alterada",
|
|
|
401 |
DlgSpellManyChanges : "Verificação ortográfica completa: %1 palavras alteradas",
|
1925 |
jp_milcent |
402 |
|
2048 |
gduche |
403 |
IeSpellDownload : " Verificação ortográfica não instalada. Quer descarregar agora?",
|
1925 |
jp_milcent |
404 |
|
|
|
405 |
// Button Dialog
|
|
|
406 |
DlgButtonText : "Texto (Valor)",
|
|
|
407 |
DlgButtonType : "Tipo",
|
|
|
408 |
DlgButtonTypeBtn : "Button", //MISSING
|
|
|
409 |
DlgButtonTypeSbm : "Submit", //MISSING
|
|
|
410 |
DlgButtonTypeRst : "Reset", //MISSING
|
|
|
411 |
|
|
|
412 |
// Checkbox and Radio Button Dialogs
|
|
|
413 |
DlgCheckboxName : "Nome",
|
|
|
414 |
DlgCheckboxValue : "Valor",
|
|
|
415 |
DlgCheckboxSelected : "Seleccionado",
|
|
|
416 |
|
|
|
417 |
// Form Dialog
|
|
|
418 |
DlgFormName : "Nome",
|
2048 |
gduche |
419 |
DlgFormAction : "Acção",
|
|
|
420 |
DlgFormMethod : "Método",
|
1925 |
jp_milcent |
421 |
|
|
|
422 |
// Select Field Dialog
|
|
|
423 |
DlgSelectName : "Nome",
|
|
|
424 |
DlgSelectValue : "Valor",
|
|
|
425 |
DlgSelectSize : "Tamanho",
|
|
|
426 |
DlgSelectLines : "linhas",
|
2048 |
gduche |
427 |
DlgSelectChkMulti : "Permitir selecções múltiplas",
|
|
|
428 |
DlgSelectOpAvail : "Opções Possíveis",
|
1925 |
jp_milcent |
429 |
DlgSelectOpText : "Texto",
|
|
|
430 |
DlgSelectOpValue : "Valor",
|
|
|
431 |
DlgSelectBtnAdd : "Adicionar",
|
|
|
432 |
DlgSelectBtnModify : "Modificar",
|
|
|
433 |
DlgSelectBtnUp : "Para cima",
|
|
|
434 |
DlgSelectBtnDown : "Para baixo",
|
|
|
435 |
DlgSelectBtnSetValue : "Definir um valor por defeito",
|
|
|
436 |
DlgSelectBtnDelete : "Apagar",
|
|
|
437 |
|
|
|
438 |
// Textarea Dialog
|
|
|
439 |
DlgTextareaName : "Nome",
|
|
|
440 |
DlgTextareaCols : "Colunas",
|
|
|
441 |
DlgTextareaRows : "Linhas",
|
|
|
442 |
|
|
|
443 |
// Text Field Dialog
|
|
|
444 |
DlgTextName : "Nome",
|
|
|
445 |
DlgTextValue : "Valor",
|
|
|
446 |
DlgTextCharWidth : "Tamanho do caracter",
|
2048 |
gduche |
447 |
DlgTextMaxChars : "Nr. Máximo de Caracteres",
|
1925 |
jp_milcent |
448 |
DlgTextType : "Tipo",
|
|
|
449 |
DlgTextTypeText : "Texto",
|
|
|
450 |
DlgTextTypePass : "Palavra-chave",
|
|
|
451 |
|
|
|
452 |
// Hidden Field Dialog
|
|
|
453 |
DlgHiddenName : "Nome",
|
|
|
454 |
DlgHiddenValue : "Valor",
|
|
|
455 |
|
|
|
456 |
// Bulleted List Dialog
|
|
|
457 |
BulletedListProp : "Propriedades da Marca",
|
2048 |
gduche |
458 |
NumberedListProp : "Propriedades da Numeração",
|
1925 |
jp_milcent |
459 |
DlgLstStart : "Start", //MISSING
|
|
|
460 |
DlgLstType : "Tipo",
|
|
|
461 |
DlgLstTypeCircle : "Circulo",
|
|
|
462 |
DlgLstTypeDisc : "Disco",
|
|
|
463 |
DlgLstTypeSquare : "Quadrado",
|
2048 |
gduche |
464 |
DlgLstTypeNumbers : "Números (1, 2, 3)",
|
|
|
465 |
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
|
|
|
466 |
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
|
|
|
467 |
DlgLstTypeSRoman : "Numeração Romana em Minúsculas (i, ii, iii)",
|
|
|
468 |
DlgLstTypeLRoman : "Numeração Romana em Maiúsculas (I, II, III)",
|
1925 |
jp_milcent |
469 |
|
|
|
470 |
// Document Properties Dialog
|
|
|
471 |
DlgDocGeneralTab : "Geral",
|
|
|
472 |
DlgDocBackTab : "Fundo",
|
|
|
473 |
DlgDocColorsTab : "Cores e Margens",
|
|
|
474 |
DlgDocMetaTab : "Meta Data",
|
|
|
475 |
|
2048 |
gduche |
476 |
DlgDocPageTitle : "Título da Página",
|
|
|
477 |
DlgDocLangDir : "Orientação de idioma",
|
|
|
478 |
DlgDocLangDirLTR : "Esquerda à Direita (LTR)",
|
|
|
479 |
DlgDocLangDirRTL : "Direita à Esquerda (RTL)",
|
|
|
480 |
DlgDocLangCode : "Código de Idioma",
|
|
|
481 |
DlgDocCharSet : "Codificação de Caracteres",
|
1925 |
jp_milcent |
482 |
DlgDocCharSetCE : "Central European", //MISSING
|
|
|
483 |
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
|
|
|
484 |
DlgDocCharSetCR : "Cyrillic", //MISSING
|
|
|
485 |
DlgDocCharSetGR : "Greek", //MISSING
|
|
|
486 |
DlgDocCharSetJP : "Japanese", //MISSING
|
|
|
487 |
DlgDocCharSetKR : "Korean", //MISSING
|
|
|
488 |
DlgDocCharSetTR : "Turkish", //MISSING
|
|
|
489 |
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
|
|
|
490 |
DlgDocCharSetWE : "Western European", //MISSING
|
2048 |
gduche |
491 |
DlgDocCharSetOther : "Outra Codificação de Caracteres",
|
1925 |
jp_milcent |
492 |
|
2048 |
gduche |
493 |
DlgDocDocType : "Tipo de Cabeçalho do Documento",
|
|
|
494 |
DlgDocDocTypeOther : "Outro Tipo de Cabeçalho do Documento",
|
|
|
495 |
DlgDocIncXHTML : "Incluir Declarações XHTML",
|
1925 |
jp_milcent |
496 |
DlgDocBgColor : "Cor de Fundo",
|
|
|
497 |
DlgDocBgImage : "Caminho para a Imagem de Fundo",
|
|
|
498 |
DlgDocBgNoScroll : "Fundo Fixo",
|
|
|
499 |
DlgDocCText : "Texto",
|
2048 |
gduche |
500 |
DlgDocCLink : "Hiperligação",
|
|
|
501 |
DlgDocCVisited : "Hiperligação Visitada",
|
|
|
502 |
DlgDocCActive : "Hiperligação Activa",
|
|
|
503 |
DlgDocMargins : "Margem das Páginas",
|
1925 |
jp_milcent |
504 |
DlgDocMaTop : "Topo",
|
|
|
505 |
DlgDocMaLeft : "Esquerda",
|
|
|
506 |
DlgDocMaRight : "Direita",
|
|
|
507 |
DlgDocMaBottom : "Fundo",
|
2048 |
gduche |
508 |
DlgDocMeIndex : "Palavras de Indexação do Documento (separadas por virgula)",
|
|
|
509 |
DlgDocMeDescr : "Descrição do Documento",
|
1925 |
jp_milcent |
510 |
DlgDocMeAuthor : "Autor",
|
|
|
511 |
DlgDocMeCopy : "Direitos de Autor",
|
2048 |
gduche |
512 |
DlgDocPreview : "Pré-visualizar",
|
1925 |
jp_milcent |
513 |
|
|
|
514 |
// Templates Dialog
|
|
|
515 |
Templates : "Modelos",
|
2048 |
gduche |
516 |
DlgTemplatesTitle : "Modelo de Conteúdo",
|
|
|
517 |
DlgTemplatesSelMsg : "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
|
1925 |
jp_milcent |
518 |
DlgTemplatesLoading : "A carregar a lista de modelos. Aguarde por favor...",
|
|
|
519 |
DlgTemplatesNoTpl : "(Sem modelos definidos)",
|
|
|
520 |
DlgTemplatesReplace : "Replace actual contents", //MISSING
|
|
|
521 |
|
|
|
522 |
// About Dialog
|
|
|
523 |
DlgAboutAboutTab : "Acerca",
|
2048 |
gduche |
524 |
DlgAboutBrowserInfoTab : "Informação do Nevegador",
|
|
|
525 |
DlgAboutLicenseTab : "Licença",
|
|
|
526 |
DlgAboutVersion : "versão",
|
|
|
527 |
DlgAboutInfo : "Para mais informações por favor dirija-se a",
|
1925 |
jp_milcent |
528 |
|
|
|
529 |
// Div Dialog
|
|
|
530 |
DlgDivGeneralTab : "General", //MISSING
|
|
|
531 |
DlgDivAdvancedTab : "Advanced", //MISSING
|
|
|
532 |
DlgDivStyle : "Style", //MISSING
|
|
|
533 |
DlgDivInlineStyle : "Inline Style" //MISSING
|
|
|
534 |
};
|