ms.js 799 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', 'ms', {
  6. IdInputLabel: 'Id', // MISSING
  7. advisoryTitleInputLabel: 'Advisory Title', // MISSING
  8. cssClassInputLabel: 'Stylesheet Classes', // MISSING
  9. edit: 'Edit Div', // MISSING
  10. inlineStyleInputLabel: 'Inline Style', // MISSING
  11. langDirLTRLabel: 'Left to Right (LTR)', // MISSING
  12. langDirLabel: 'Language Direction', // MISSING
  13. langDirRTLLabel: 'Right to Left (RTL)', // MISSING
  14. languageCodeInputLabel: ' Language Code', // MISSING
  15. remove: 'Remove Div', // MISSING
  16. styleSelectLabel: 'Style', // MISSING
  17. title: 'Create Div Container', // MISSING
  18. toolbar: 'Create Div Container' // MISSING
  19. } );