mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 08:15:38 +00:00
19 lines
567 B
JavaScript
Executable File
19 lines
567 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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'
|
|
});
|