aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/ja.js
blob: b5d54f7eb650fdc7c5072d447d89896b2dc9774f (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'ja', {
	redo: 'やり直す',
	undo: '元に戻す'
} );