X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fit.js;fp=sources%2Flang%2Fit.js;h=8229aad6d3259d4f06fb8c2f8ee50ebb08181d97;hp=5c7863ffd5c5e2f8df9fc66c8b2ec9351f6b8228;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/it.js b/sources/lang/it.js index 5c7863f..8229aad 100644 --- a/sources/lang/it.js +++ b/sources/lang/it.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -86,7 +86,7 @@ CKEDITOR.lang[ 'it' ] = { alignMiddle: 'Centrato', alignBottom: 'In Basso', alignNone: 'Nessuno', - invalidValue : 'Valore non valido.', + invalidValue: 'Valore non valido.', invalidHeight: 'L\'altezza dev\'essere un numero', 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).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'it' ] = { 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' + unavailable: '%1, non disponibile', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Backspace', + 13: 'Invio', + 16: 'Maiusc', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Spazio', + 35: 'Fine', + 36: 'Inizio', + 46: 'Canc', + 224: 'Comando' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Scorciatoia da tastiera' } };