aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/lv.js
blob: 134f19c735431249e9fc42f01681d4d58a2fb43e (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', 'lv', {
	redo: 'Atkārtot',
	undo: 'Atcelt'
} );