af.js 586 B

123456789101112131415161718
  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. } );