mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 08:36:20 +00:00
11 lines
486 B
JavaScript
Executable File
11 lines
486 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'pastefromword', 'zh', {
|
|
confirmCleanup: '您想貼上的文字似乎是自 Word 複製而來,請問您是否要先清除 Word 的格式後再行貼上?',
|
|
error: 'It was not possible to clean up the pasted data due to an internal error', // MISSING
|
|
title: '自 Word 貼上',
|
|
toolbar: '自 Word 貼上'
|
|
});
|