summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/it.js
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-07 07:57:56 +0100
committerlsces <lester@lsces.co.uk>2014-06-07 07:57:56 +0100
commit6a7c5b2653fc4883efd209db8874e9e180111a36 (patch)
tree81a32d6df9a3f38d6594c3cb335756eff6997c50 /plugins/liststyle/lang/it.js
parent37c5c3d711169a4b63c1ee1924dd873c46f6998a (diff)
downloadckeditor-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.js25
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.'
-});