new ckeditor
New ckeditor
This commit is contained in:
18
ckeditor/plugins/find/lang/fi.js
Normal file
18
ckeditor/plugins/find/lang/fi.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'find', 'fi', {
|
||||
find: 'Etsi',
|
||||
findOptions: 'Hakuasetukset',
|
||||
findWhat: 'Etsi mitä:',
|
||||
matchCase: 'Sama kirjainkoko',
|
||||
matchCyclic: 'Kierrä ympäri',
|
||||
matchWord: 'Koko sana',
|
||||
notFoundMsg: 'Etsittyä tekstiä ei löytynyt.',
|
||||
replace: 'Korvaa',
|
||||
replaceAll: 'Korvaa kaikki',
|
||||
replaceSuccessMsg: '%1 esiintymä(ä) korvattu.',
|
||||
replaceWith: 'Korvaa tällä:',
|
||||
title: 'Etsi ja korvaa'
|
||||
} );
|
||||
Reference in New Issue
Block a user