is.js 619 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', 'is', {
  6. find: 'Leita',
  7. findOptions: 'Find Options',
  8. findWhat: 'Leita að:',
  9. matchCase: 'Gera greinarmun á¡ há¡- og lágstöfum',
  10. matchCyclic: 'Match cyclic',
  11. matchWord: 'Aðeins heil orð',
  12. notFoundMsg: 'Leitartexti fannst ekki!',
  13. replace: 'Skipta út',
  14. replaceAll: 'Skipta út allsstaðar',
  15. replaceSuccessMsg: '%1 occurrence(s) replaced.',
  16. replaceWith: 'Skipta út fyrir:',
  17. title: 'Finna og skipta'
  18. } );