You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
578 B
JavaScript
15 lines
578 B
JavaScript
/*
|
|
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang('wordcount', 'pt-br', {
|
|
WordCount: 'Contagem de palavras:',
|
|
CharCount: 'Contagem de carateres:',
|
|
CharCountWithHTML: 'Carateres (incluindo HTML):',
|
|
Paragraphs: 'Parágrafos:',
|
|
ParagraphsRemaining: 'Paragraphs remaining',
|
|
pasteWarning: 'Conteúdo não pode ser colado porque ultrapassa o limite permitido',
|
|
Selected: 'Selecionado: ',
|
|
title: 'Estatísticas'
|
|
});
|