123456789101112131415161718 |
- /*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'find', 'is', {
- find: 'Leita',
- findOptions: 'Find Options',
- findWhat: 'Leita að:',
- matchCase: 'Gera greinarmun á¡ há¡- og lágstöfum',
- matchCyclic: 'Match cyclic',
- matchWord: 'Aðeins heil orð',
- notFoundMsg: 'Leitartexti fannst ekki!',
- replace: 'Skipta út',
- replaceAll: 'Skipta út allsstaðar',
- replaceSuccessMsg: '%1 occurrence(s) replaced.',
- replaceWith: 'Skipta út fyrir:',
- title: 'Finna og skipta'
- } );
|