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.
11 lines
402 B
JavaScript
11 lines
402 B
JavaScript
5 years ago
|
CKEDITOR.plugins.setLang('wordcount', 'pt', {
|
||
|
WordCount: 'Palavras:',
|
||
|
CharCount: 'Caracteres:',
|
||
|
CharCountWithHTML: 'Carateres (incluindo HTML):',
|
||
|
Paragraphs: 'Parágrafos:',
|
||
|
ParagraphsRemaining: 'Paragraphs remaining',
|
||
|
pasteWarning: 'O conteúdo não pode ser colado porque ultrapassa o limite permitido',
|
||
|
Selected: 'Selecionado: ',
|
||
|
title: 'Estatísticas'
|
||
|
});
|