ja.js 775 B

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