aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/lv.js
blob: fff75cf9f33b8f97388fa2707afee77f18cc2e14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'lv', {
	find: 'Meklēt',
	findOptions: 'Meklēt uzstādījumi',
	findWhat: 'Meklēt:',
	matchCase: 'Reģistrjūtīgs',
	matchCyclic: 'Sakrist cikliski',
	matchWord: 'Jāsakrīt pilnībā',
	notFoundMsg: 'Norādītā frāze netika atrasta.',
	replace: 'Nomainīt',
	replaceAll: 'Aizvietot visu',
	replaceSuccessMsg: '%1 gadījums(i) aizvietoti',
	replaceWith: 'Nomainīt uz:',
	title: 'Meklēt un aizvietot'
} );