pt.js
上传用户:wlfwy2004
上传日期:2016-12-12
资源大小:33978k
文件大小:17k
源码类别:

Jsp/Servlet

开发平台:

Java

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