]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - sources/plugins/liststyle/lang/it.js
Validation initiale
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / liststyle / lang / it.js
CommitLineData
c63493c8
IB
1/*\r
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'liststyle', 'it', {\r
6 armenian: 'Numerazione Armena',\r
7 bulletedTitle: 'Proprietà liste puntate',\r
8 circle: 'Cerchio',\r
9 decimal: 'Decimale (1, 2, 3, ecc.)',\r
10 decimalLeadingZero: 'Decimale preceduto da 0 (01, 02, 03, ecc.)',\r
11 disc: 'Disco',\r
12 georgian: 'Numerazione Georgiana (an, ban, gan, ecc.)',\r
13 lowerAlpha: 'Alfabetico minuscolo (a, b, c, d, e, ecc.)',\r
14 lowerGreek: 'Greco minuscolo (alpha, beta, gamma, ecc.)',\r
15 lowerRoman: 'Numerazione Romana minuscola (i, ii, iii, iv, v, ecc.)',\r
16 none: 'Nessuno',\r
17 notset: '<non impostato>',\r
18 numberedTitle: 'Proprietà liste numerate',\r
19 square: 'Quadrato',\r
20 start: 'Inizio',\r
21 type: 'Tipo',\r
22 upperAlpha: 'Alfabetico maiuscolo (A, B, C, D, E, ecc.)',\r
23 upperRoman: 'Numerazione Romana maiuscola (I, II, III, IV, V, ecc.)',\r
24 validateStartNumber: 'Il numero di inizio di una lista numerata deve essere un numero intero.'\r
25} );\r