X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fit.js;h=9bb067a7bd612e71eb797566e6fb19c7c6e5c43f;hp=23e34330e103e8698fbaf4930b6b99e4d544a59e;hb=2f22c0c38f17e75be5541089076885442aaa2377;hpb=e73319a12b56100b29ef456fd74114fe5519e01c diff --git a/_source/lang/it.js b/_source/lang/it.js index 23e3433..9bb067a 100644 --- a/_source/lang/it.js +++ b/_source/lang/it.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -123,8 +123,8 @@ CKEDITOR.lang['it'] = invalidWidth : 'La Larghezza dev\'essere un numero', invalidCssLength : 'Il valore indicato per il campo "%1" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le classi CSS (px, %, in, cm, mm, em, ex, pt, o pc).', invalidHtmlLength : 'Il valore indicato per il campo "%1" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le pagine HTML (px o %).', - invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING - cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidInlineStyle : 'Il valore specificato per lo stile inline deve consistere in una o più tuple con il formato di "name : value", separati da semicolonne.', + cssLengthTooltip : 'Inserisci un numero per il valore in pixel oppure un numero con una valida unità CSS (px, %, in, cm, mm, ex, pt, o pc).', // Put the voice-only part of the label in the span. unavailable : '%1, non disponibile' @@ -242,7 +242,7 @@ CKEDITOR.lang['it'] = findWhat : 'Trova:', replaceWith : 'Sostituisci con:', notFoundMsg : 'L\'elemento cercato non è stato trovato.', - findOptions : 'Find Options', // MISSING + findOptions : 'Opzioni di ricerca', matchCase : 'Maiuscole/minuscole', matchWord : 'Solo parole intere', matchCyclic : 'Ricerca ciclica',