diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
| commit | 6a7c5b2653fc4883efd209db8874e9e180111a36 (patch) | |
| tree | 81a32d6df9a3f38d6594c3cb335756eff6997c50 /plugins/liststyle/lang/it.js | |
| parent | 37c5c3d711169a4b63c1ee1924dd873c46f6998a (diff) | |
| download | ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.gz ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.bz2 ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.zip | |
Upgrade to version 4.3 - remove older files
Diffstat (limited to 'plugins/liststyle/lang/it.js')
| -rw-r--r-- | plugins/liststyle/lang/it.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/it.js b/plugins/liststyle/lang/it.js deleted file mode 100644 index e43dc32..0000000 --- a/plugins/liststyle/lang/it.js +++ /dev/null @@ -1,25 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'liststyle', 'it', {
- armenian: 'Numerazione Armena',
- bulletedTitle: 'Proprietà liste puntate',
- circle: 'Cerchio',
- decimal: 'Decimale (1, 2, 3, ecc.)',
- decimalLeadingZero: 'Decimale preceduto da 0 (01, 02, 03, ecc.)',
- disc: 'Disco',
- georgian: 'Numerazione Georgiana (an, ban, gan, ecc.)',
- lowerAlpha: 'Alfabetico minuscolo (a, b, c, d, e, ecc.)',
- lowerGreek: 'Greco minuscolo (alpha, beta, gamma, ecc.)',
- lowerRoman: 'Numerazione Romana minuscola (i, ii, iii, iv, v, ecc.)',
- none: 'Nessuno',
- notset: '<non impostato>',
- numberedTitle: 'Proprietà liste numerate',
- square: 'Quadrato',
- start: 'Inizio',
- type: 'Tipo',
- upperAlpha: 'Alfabetico maiuscolo (A, B, C, D, E, ecc.)',
- upperRoman: 'Numerazione Romana maiuscola (I, II, III, IV, V, ecc.)',
- validateStartNumber: 'Il numero di inizio di una lista numerata deve essere un numero intero.'
-});
|
