it.js 453 B

123456789101112
  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( 'templates', 'it', {
  6. button: 'Modelli',
  7. emptyListMsg: '(Nessun modello definito)',
  8. insertOption: 'Cancella il contenuto corrente',
  9. options: 'Opzioni del Modello',
  10. selectPromptMsg: 'Seleziona il modello da aprire nell\'editor',
  11. title: 'Contenuto dei modelli'
  12. } );