ckeditor wordcount
This commit is contained in:
15
www/pad/wordcount/lang/fi.js
Normal file
15
www/pad/wordcount/lang/fi.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Finnish localisation.
|
||||
*
|
||||
* @author Joel Posti / Response200.pro
|
||||
*/
|
||||
CKEDITOR.plugins.setLang('wordcount', 'fi', {
|
||||
WordCount: 'Sanoja:',
|
||||
CharCount: 'Merkkejä:',
|
||||
CharCountWithHTML: 'Merkkejä (ml. HTML):',
|
||||
Paragraphs: 'Kappaleita:',
|
||||
ParagraphsRemaining: 'Paragraphs remaining',
|
||||
pasteWarning: 'Sisältöä ei voida liittää, koska se ylittää sallitun rajan.',
|
||||
Selected: 'Valittuna: ',
|
||||
title: 'Statistiikkaa'
|
||||
});
|
||||
Reference in New Issue
Block a user