// the following are the text prompts for buttons etc.
// DO NOT ADD LINE-BREAKS BETWEEN THE "...." QUOTES!

// MINI-HELP MESSAGES

b_text = "Testo: Grosseto";
br_text = "Testo a capo";
i_text = "Testo: Corsivo";
u_text = "Testo: Sottolieato";

size_text = "Testo : Dimensione";
font_text = "Testo : Font";
color_text = "Testo: Colore";

url_text = "Messagio: Link";
email_text = "Messaggio: email";
img_text = "Messaggio: Immagine";

code_text = "Messaggio: Spazio";
php_text = "Testo: Sintassi PHP highlighting";
list_text = "Messaggio: Lista";
quote_text = "Messaggio: Quote";

norm_text = "Switch to normal code-editing mode";
enha_text = "Enhanced mode: allows complex nesting of tags";

closecurrent_text = "Chiudi il tag ";
closeall_text = "Apri e chiudi tutti i tags";

// ERROR MESSAGES

enhanced_only_text = "<< This is only available in Enhanced Mode >>";
no_tags_text = "<< No open vBcode tags detected. >>";
already_open_text = "<< You already have an open tag of this type >>";

// TEXT FOR POP-UP PROMPTS

tag_prompt = "Inserisci il testo che deve essere formattato:";

font_formatter_prompt = "Inserisci il testo che deve essere formattato con la specifica";

link_text_prompt = "Inserisci il testo che deve essere visualizzato nel link (opzionale)";
link_url_prompt = "Inserisci l'URL completo per il link";
link_email_prompt = "Inserisci l'e-mail per il link";

list_type_prompt = "Che tipo di lista vuoi? Digita '1' per lista numerica, digita 'a' per lista alfabetica, o lascia vuoto per una lista con punti elenco.";
list_item_prompt = "Immettete una voce di lista.\nLaciate il testo vuoto o premete 'Cancel' per completare la lista.";