it.js 674 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', 'it', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Titolo Avviso',
  8. cssClassInputLabel: 'Classi di stile',
  9. edit: 'Modifica DIV',
  10. inlineStyleInputLabel: 'Stile Inline',
  11. langDirLTRLabel: 'Da sinistra a destra (LTR)',
  12. langDirLabel: 'Direzione di scrittura',
  13. langDirRTLLabel: 'Da destra a sinistra (RTL)',
  14. languageCodeInputLabel: 'Codice lingua',
  15. remove: 'Rimuovi DIV',
  16. styleSelectLabel: 'Stile',
  17. title: 'Crea DIV contenitore',
  18. toolbar: 'Crea DIV contenitore'
  19. } );