blob: e6f24097ce14563933dcc172242a26c6ee1235a8 (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2016, 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'
} );
|