aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/af.js
blob: 6f2517ac7fcc9fa07b966278f45df8612faaf14f (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', 'af', {
	find: 'Soek',
	findOptions: 'Find Options',
	findWhat: 'Soek na:',
	matchCase: 'Hoof/kleinletter sensitief',
	matchCyclic: 'Soek deurlopend',
	matchWord: 'Hele woord moet voorkom',
	notFoundMsg: 'Teks nie gevind nie.',
	replace: 'Vervang',
	replaceAll: 'Vervang alles',
	replaceSuccessMsg: '%1 voorkoms(te) vervang.',
	replaceWith: 'Vervang met:',
	title: 'Soek en vervang'
} );