1/*
2Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'smiley', 'ja', {
6	options: '絵文字オプション',
7	title: '顔文字挿入',
8	toolbar: '絵文字'
9} );
10