mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
19 lines
600 B
JavaScript
Executable File
19 lines
600 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', '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'
|
|
});
|