home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / style / langs / pt_br.js < prev    next >
Encoding:
Text File  |  2008-02-20  |  2.0 KB  |  74 lines

  1. /**
  2.  * pt_br lang variables
  3.  * Brazilian Portuguese
  4.  *
  5.  * Author
  6.  * Revision and modifications:
  7.  *           Marcio Barbosa (mpg) <mpg@mpg.com.br>
  8.  * First Release : November 20, 2006 - TinyMCE Version : 2.0.8
  9.  */
  10. tinyMCE.addToLang('style',{
  11. title : 'Editar folha de estilo CSS',
  12. styleinfo_desc : 'Editar estilo CSS',
  13. apply : 'Aplicar',
  14. text_tab : 'Texto',
  15. background_tab : 'Fundo',
  16. block_tab : 'Bloco',
  17. box_tab : 'Caixa',
  18. border_tab : 'Borda',
  19. list_tab : 'Lista',
  20. positioning_tab : 'Posicionamento',
  21. text_props : 'Texto',
  22. text_font : 'Fonte',
  23. text_size : 'Tamanho',
  24. text_weight : 'Largura',
  25. text_style : 'Estilo',
  26. text_variant : 'Variaτπo',
  27. text_lineheight : 'Altura da linha',
  28. text_case : 'Caso',
  29. text_color : 'Cor',
  30. text_decoration : 'Decoraτπo',
  31. text_overline : 'Sobrescrito',
  32. text_underline : 'Subscrito',
  33. text_striketrough : 'Tachado',
  34. text_blink : 'Piscante',
  35. text_none : 'nenhum',
  36. background_color : 'Cor do fundo',
  37. background_image : 'Fundo da imagem',
  38. background_repeat : 'Repetir',
  39. background_attachment : 'Anexo',
  40. background_hpos : 'Posiτπo horizontal',
  41. background_vpos : 'Posiτπo vertical',
  42. block_wordspacing : 'Espaτamento de palavras',
  43. block_letterspacing : 'Espaτamento de letras',
  44. block_vertical_alignment : 'Alinhamento vertical',
  45. block_text_align : 'Alinhamento do texto',
  46. block_text_indent : 'Identaτπo do texto',
  47. block_whitespace : 'Espaτos em branco',
  48. block_display : 'Visualizaτπo',
  49. box_width : 'Largura',
  50. box_height : 'Altura',
  51. box_float : 'Flutuante',
  52. box_clear : 'Limpar',
  53. padding : 'Espaτamento',
  54. same : 'Igual para todos',
  55. top : 'Superior',
  56. right : 'Direita',
  57. bottom : 'Inferior',
  58. left : 'Esquerda',
  59. margin : 'Margem',
  60. style : 'Estilo',
  61. width : 'Largura',
  62. height : 'Altura',
  63. color : 'Cor',
  64. list_type : 'Tipo',
  65. bullet_image : 'Imagem tipo Bullet',
  66. position : 'Posicionamento',
  67. positioning_type : 'Tipo',
  68. visibility : 'Visibilidade',
  69. zindex : 'Z-index',
  70. overflow : 'Sobrescrever',
  71. placement : 'Localizaτπo',
  72. clip : 'Clip'
  73. });
  74.