JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / devtools / lang / it.js
1 /*\r
2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 CKEDITOR.plugins.setLang( 'devtools', 'it',\r
7 {\r
8         devTools :\r
9         {\r
10                 title           : 'Informazioni elemento',\r
11                 dialogName      : 'Nome finestra di dialogo',\r
12                 tabName         : 'Nome Tab',\r
13                 elementId       : 'ID Elemento',\r
14                 elementType     : 'Tipo elemento'\r
15         }\r
16 });\r