mirror of https://github.com/avecms/AVE.cms.git
13 lines
392 B
13 lines
392 B
8 years ago
|
/**
|
||
|
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||
|
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||
|
*/
|
||
|
|
||
|
CKEDITOR.plugins.setLang( 'placeholder', 'it', {
|
||
|
title: 'Proprietà segnaposto',
|
||
|
toolbar: 'Crea segnaposto',
|
||
|
text: 'Testo segnaposto',
|
||
|
edit: 'Modifica segnaposto',
|
||
|
textMissing: 'Il segnaposto deve contenere del testo.'
|
||
|
});
|