]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/af.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / af.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'find', 'af', {
6 find: 'Soek',
7 findOptions: 'Find Options',
8 findWhat: 'Soek na:',
9 matchCase: 'Hoof/kleinletter sensitief',
10 matchCyclic: 'Soek deurlopend',
11 matchWord: 'Hele woord moet voorkom',
12 notFoundMsg: 'Teks nie gevind nie.',
13 replace: 'Vervang',
14 replaceAll: 'Vervang alles',
15 replaceSuccessMsg: '%1 voorkoms(te) vervang.',
16 replaceWith: 'Vervang met:',
17 title: 'Soek en vervang'
18 } );