pt.js
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:19k
源码类别:

数据库编程

开发平台:

Visual C++

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