no.js 604 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', 'no', {
  6. find: 'Søk',
  7. findOptions: 'Søkealternativer',
  8. findWhat: 'Søk etter:',
  9. matchCase: 'Skill mellom store og små bokstaver',
  10. matchCyclic: 'Søk i hele dokumentet',
  11. matchWord: 'Bare hele ord',
  12. notFoundMsg: 'Fant ikke søketeksten.',
  13. replace: 'Erstatt',
  14. replaceAll: 'Erstatt alle',
  15. replaceSuccessMsg: '%1 tilfelle(r) erstattet.',
  16. replaceWith: 'Erstatt med:',
  17. title: 'Søk og erstatt'
  18. } );