pt-br.js
上传用户:dbstep
上传日期:2022-08-06
资源大小:2803k
文件大小:19k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

ASP/ASPX

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