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