123456789101112131415161718 |
- /*
- 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'
- } );
|