aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/sl.js
blob: ce6302c468cb2a727b19948225a901016d9dd9df (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', 'sl', {
	find: 'Najdi',
	findOptions: 'Find Options',
	findWhat: 'Najdi:',
	matchCase: 'Razlikuj velike in male črke',
	matchCyclic: 'Primerjaj znake v cirilici',
	matchWord: 'Samo cele besede',
	notFoundMsg: 'Navedeno besedilo ni bilo najdeno.',
	replace: 'Zamenjaj',
	replaceAll: 'Zamenjaj vse',
	replaceSuccessMsg: '%1 pojavitev je bilo zamenjano.',
	replaceWith: 'Zamenjaj z:',
	title: 'Najdi in zamenjaj'
} );