pt-BR.js 369 B

12345678910
  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 caracteres:',
  8. limit: 'Limit:',
  9. title: 'Estatísticas'
  10. });