ja.js 710 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'div', 'ja', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Title属性',
  8. cssClassInputLabel: 'スタイルシートクラス',
  9. edit: 'Divコンテナを編集',
  10. inlineStyleInputLabel: 'インラインスタイル',
  11. langDirLTRLabel: '左から右 (LTR)',
  12. langDirLabel: '文字表記の方向',
  13. langDirRTLLabel: '右から左 (RTL)',
  14. languageCodeInputLabel: ' 言語コード',
  15. remove: 'Divコンテナを削除',
  16. styleSelectLabel: 'スタイル',
  17. title: 'Divコンテナ',
  18. toolbar: 'Divコンテナ'
  19. } );