pt-br.js 528 B

12345678910111213
  1. /*
  2. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang('wordcount', 'pt-br', {
  6. WordCount: 'Contagem de palavras:',
  7. CharCount: 'Contagem de carateres:',
  8. CharCountWithHTML: 'Carateres (incluindo HTML):',
  9. Paragraphs: 'Parágrafos:',
  10. pasteWarning: 'Conteúdo não pode ser colado porque ultrapassa o limite permitido',
  11. Selected: 'Selecionado: ',
  12. title: 'Estatísticas'
  13. });