File: it.js

package info (click to toggle)
ckeditor 4.16.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 258,804 kB
  • sloc: javascript: 239,590; sh: 184; makefile: 64; python: 37; php: 15; xml: 5
file content (42 lines) | stat: -rw-r--r-- 1,404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'docprops', 'it', {
	bgColor: 'Colore di sfondo',
	bgFixed: 'Sfondo fissato',
	bgImage: 'Immagine di sfondo',
	charset: 'Set di caretteri',
	charsetASCII: 'ASCII',
	charsetCE: 'Europa Centrale',
	charsetCR: 'Cirillico',
	charsetCT: 'Cinese Tradizionale (Big5)',
	charsetGR: 'Greco',
	charsetJP: 'Giapponese',
	charsetKR: 'Coreano',
	charsetOther: 'Altro set di caretteri',
	charsetTR: 'Turco',
	charsetUN: 'Unicode (UTF-8)',
	charsetWE: 'Europa Occidentale',
	chooseColor: 'Scegli',
	design: 'Disegna',
	docTitle: 'Titolo pagina',
	docType: 'Intestazione DocType',
	docTypeOther: 'Altra intestazione DocType',
	label: 'Proprietà del Documento',
	margin: 'Margini',
	marginBottom: 'In Basso',
	marginLeft: 'A Sinistra',
	marginRight: 'A Destra',
	marginTop: 'In Alto',
	meta: 'Meta Data',
	metaAuthor: 'Autore',
	metaCopyright: 'Copyright',
	metaDescription: 'Descrizione documento',
	metaKeywords: 'Chiavi di indicizzazione documento (separate da virgola)',
	other: '<altro>',
	previewHtml: '<p>Questo è un <strong>testo di esempio</strong>. State usando <a href="javascript:void(0)">CKEditor</a>.</p>',
	title: 'Proprietà del Documento',
	txtColor: 'Colore testo',
	xhtmlDec: 'Includi dichiarazione XHTML'
} );