Mercurial Hosting > sceditor
comparison src/languages/it.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 /** | |
2 * @author <Tropico> <www.mangiaconsapevole.com> | |
3 * @author Gianluca Guazzo | |
4 * @license [MIT](http://www.opensource.org/licenses/mit-license.php) | |
5 */ | |
6 (function () { | |
7 'use strict'; | |
8 | |
9 sceditor.locale['it-IT'] = { | |
10 'Bold': 'Grassetto', | |
11 'Italic': 'Corsivo', | |
12 'Underline': 'Sottolineato', | |
13 'Strikethrough': 'Barrato', | |
14 'Subscript': 'Pedice', | |
15 'Superscript': 'Apice', | |
16 'Align left': 'Allinea a sinistra', | |
17 'Center': 'Centrato', | |
18 'Align right': 'Allinea a destra', | |
19 'Justify': 'Giustificato', | |
20 'Font Name': 'Nome carattere', | |
21 'Font Size': 'Dimensione carattere', | |
22 'Font Color': 'Colore carattere', | |
23 'Remove Formatting': 'Rimuovi formattazione', | |
24 'Cut': 'Taglia', | |
25 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Il tuo browser non permette il comando Taglia. Usa per favore la scorciatoia da tastiera Ctrl/Cmd-X', | |
26 'Copy': 'Copia', | |
27 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Il tuo browser non permette il comando Copia. Usa per favore la scorciatoia da tastiera Ctrl/Cmd-C', | |
28 'Paste': 'Incolla', | |
29 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Il tuo browser non permette il comando Incolla. Usa per favore la scorciatoia da tastiera Ctrl/Cmd-V', | |
30 'Paste your text inside the following box:': 'Incolla il tuo testo dentro il seguente riquadro', | |
31 'Paste Text': 'Incolla Testo', | |
32 'Bullet list': 'Elenco puntato', | |
33 'Numbered list': 'Elenco numerato', | |
34 'Undo': 'Annulla', | |
35 'Redo': 'Ripeti', | |
36 'Rows:': 'Righe:', | |
37 'Cols:': 'Colonne:', | |
38 'Insert a table': 'Inserisci una tabella', | |
39 'Insert a horizontal rule': 'Inserisci riga orizzontale', | |
40 'Code': 'Codice', | |
41 'Width (optional):': 'Larghezza(opzionale):', | |
42 'Height (optional):': 'Altezza(opzionale):', | |
43 'Insert an image': 'Inserisci un\'immagine', | |
44 'E-mail:': 'E-mail:', | |
45 'Insert an email': 'Inserisci una email', | |
46 'URL:': 'URL:', | |
47 'Insert a link': 'Inserisci collegamento(link):', | |
48 'Unlink': 'Togli collegamento(link):', | |
49 'More': 'Di piĆ¹', | |
50 'Insert an emoticon': 'Inserisci una emoticon', | |
51 'Video URL:': 'URL del video', | |
52 'Insert': 'Inserisci', | |
53 'Insert a YouTube video': 'Inserisci un video YouTube', | |
54 'Insert current date': 'Inserisci data corrente', | |
55 'Insert current time': 'Inserisci ora corrente', | |
56 'Print': 'Stampa', | |
57 'View source': 'Vedi codice sorgente', | |
58 'Description (optional):': 'Descrizione (opzionale):', | |
59 'Enter the image URL:': 'Inserisci URL dell\'immagine', | |
60 'Enter the e-mail address:': 'Inserisci indirizzo email', | |
61 'Enter the displayed text:': 'Inserisci testo visualizzato', | |
62 'Enter URL:': 'Inserisci URL', | |
63 'Enter the YouTube video URL or ID:': 'Inserisci URL o ID video di YouTube', | |
64 'Insert a Quote': 'Inserisci una citazione', | |
65 'Invalid YouTube video': 'Video YouTube invalido', | |
66 | |
67 dateFormat: 'day-month-year' | |
68 }; | |
69 | |
70 // Set as the default Italian locale | |
71 sceditor.locale['it'] = sceditor.locale['it-IT']; | |
72 })(); |