new ckeditor
New ckeditor
This commit is contained in:
18
ckeditor/plugins/find/lang/lt.js
Normal file
18
ckeditor/plugins/find/lang/lt.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', 'lt', {
|
||||
find: 'Rasti',
|
||||
findOptions: 'Paieškos nustatymai',
|
||||
findWhat: 'Surasti tekstą:',
|
||||
matchCase: 'Skirti didžiąsias ir mažąsias raides',
|
||||
matchCyclic: 'Sutampantis cikliškumas',
|
||||
matchWord: 'Atitikti pilną žodį',
|
||||
notFoundMsg: 'Nurodytas tekstas nerastas.',
|
||||
replace: 'Pakeisti',
|
||||
replaceAll: 'Pakeisti viską',
|
||||
replaceSuccessMsg: '%1 sutapimas(ų) buvo pakeisti.',
|
||||
replaceWith: 'Pakeisti tekstu:',
|
||||
title: 'Surasti ir pakeisti'
|
||||
} );
|
||||
Reference in New Issue
Block a user