* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / langs / it.js
1 // Variabili lingua IT - fabrix.xm@lombardiacom.it
2
3 tinyMCE.addToLang('',{
4 bold_desc : 'Grassetto',
5 italic_desc : 'Corsivo',
6 underline_desc : 'Sottolineato',
7 striketrough_desc : 'Barrato',
8 justifyleft_desc : 'Allinea a sinistra',
9 justifycenter_desc : 'Allinea centrato',
10 justifyright_desc : 'Allinea a destra',
11 justifyfull_desc : 'Giustifica',
12 bullist_desc : 'Lista non ordinata',
13 numlist_desc : 'Lista ordinata',
14 outdent_desc : 'Rientra',
15 indent_desc : 'Indenta',
16 undo_desc : 'Annulla',
17 redo_desc : 'Ripeti',
18 link_desc : 'Inserisci link',
19 unlink_desc : 'Elimina link',
20 image_desc : 'Inserisci immagine',
21 cleanup_desc : 'Pulisci il  codice',
22 focus_alert : 'Una istanza dell\' editor deve essere selezionata prima di usare questo comando.',
23 edit_confirm : 'Vuoi usare la modalit\u00E0 WYSIWYG per questa textarea?',
24 insert_link_title : 'Inserisci/modifica link',
25 insert : 'Inserisci',
26 update : 'Inserisci',
27 cancel : 'Cancella',
28 insert_link_url : 'Link URL',
29 insert_link_target : 'Target',
30 insert_link_target_same : 'Apri il link nella stessa finestra',
31 insert_link_target_blank : 'Apri il link in una nuova finestra',
32 insert_image_title : 'Inserisci/modifica immagine',
33 insert_image_src : 'URL immagine',
34 insert_image_alt : 'Descrizione dell\'immagine',
35 help_desc : 'Guida',
36 bold_img : "bold.gif",
37 italic_img : "italic.gif",
38 underline_img : "underline.gif",
39 clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
40 popup_blocked : 'Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.'
41 });