aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/eu.js
blob: dad61b1b700fad42ec547ed5815908d0b830d832 (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', 'eu', {
	find: 'Bilatu',
	findOptions: 'Bilaketaren aukerak',
	findWhat: 'Bilatu hau:',
	matchCase: 'Maiuskula/minuskula',
	matchCyclic: 'Bilaketa ziklikoa',
	matchWord: 'Bilatu hitz osoa',
	notFoundMsg: 'Ez da aurkitu zehazturiko testua.',
	replace: 'Ordezkatu',
	replaceAll: 'Ordezkatu guztiak',
	replaceSuccessMsg: '%1 aldiz ordezkatua.',
	replaceWith: 'Ordezkatu honekin:',
	title: 'Bilatu eta ordezkatu'
} );