aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/is.js
blob: 850178bc47172f7bd14c03e7d20870e2f52b7a89 (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'is', {
	redo: 'Hætta við afturköllun',
	undo: 'Afturkalla'
} );