1234567891011121314151617 |
- /*
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.html or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang('autosave', 'ja', {
- dateFormat: 'LLL',
- autoSaveMessage: '自動保存されました',
- loadSavedContent: '投稿途中だった内容があります({0})。現在保存されている投稿と比較しますか?',
- title: 'Compare auto-saved content with that loaded from the website',
- loadedContent: '現在保存されている投稿',
- autoSavedContent: '投稿途中だった内容: \'',
- ok: '投稿途中だった内容(緑)を使う',
- no: 'いいえ',
- diffType: '比較モード',
- sideBySide: '横に並べる',
- inline: '行ごとに比較'
- });
|