Style changes for the Use cases.
[yaffs-website] / web / libraries / templates / lang / zh.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'templates', 'zh', {
6         button: '範本',
7         emptyListMsg: '(尚未定義任何範本)',
8         insertOption: '替代實際內容',
9         options: '範本選項',
10         selectPromptMsg: '請選擇要在編輯器中開啟的範本。',
11         title: '內容範本'
12 } );