pt-br.js
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:18k
源码类别:

OA系统

开发平台:

C#

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