aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/hu.js
blob: 70ed85237f82ad80ed9c277327a523ec3720f553 (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', 'hu', {
	find: 'Keresés',
	findOptions: 'Beállítások',
	findWhat: 'Keresett szöveg:',
	matchCase: 'Kis- és nagybetű megkülönböztetése',
	matchCyclic: 'Ciklikus keresés',
	matchWord: 'Csak ha ez a teljes szó',
	notFoundMsg: 'A keresett szöveg nem található.',
	replace: 'Csere',
	replaceAll: 'Az összes cseréje',
	replaceSuccessMsg: '%1 egyezőség cserélve.',
	replaceWith: 'Csere erre:',
	title: 'Keresés és csere'
} );