// the following are the text prompts for buttons etc.
// DO NOT ADD LINE-BREAKS BETWEEN THE "...." QUOTES!

// MINI-HELP MESSAGES

b_text = "Inserisci un testo in GRASSETTO";
i_text = "Inserisci un testo in CORSIVO";
u_text = "Inserisci un testo in SOTTOLINEATO";

size_text = "Modifica la DIMENSIONE del testo";
font_text = "Modifica il FONT del testo";
color_text = "Modifica il COLORE del testo";

url_text = "Inserisci un link nel tuo messaggio";
email_text = "Inserisci un indirizzo e-mail nel tuo messaggio";
img_text = "Inserisci un'immagine nel tuo messaggio";

code_text = "Insert monospace text into your message";
php_text = "Insert text with PHP syntax highlighting";
list_text = "Inserisci una lista ordinata nel tuo messaggio";
quote_text = "Inserisci una citazione nel tuo messaggio";

norm_text = "Passa alla modalità normale";
enha_text = "Passa alla modalità avanzata";

closecurrent_text = "Chiude il tag corrente";
closeall_text = "Chiude tutti i tag aperti";

// ERROR MESSAGES

enhanced_only_text = "<< This is only available in Enhanced Mode >>";
no_tags_text = "<< Non è stato trovato nessun tag aperto. >>";
already_open_text = "<< Hai già aperto un tag di questo tipo >>";

// TEXT FOR POP-UP PROMPTS

tag_prompt = "Inserisci il testo da formattare:";

font_formatter_prompt = "Enter the text to be formatted with the specified";

link_text_prompt = "Inserisci il testo da visualizzare per il link (opzionale)";
link_url_prompt = "Inserisci l'indirizzo completo";
link_email_prompt = "Inserisci l'indirizzo email";

list_type_prompt = "Che tipo di lista vuoi visualizzare? Inserisci '1' per una lista numerata, Inserisci 'a' per una lista alfabetica, non scrivere niente per una lista normale con i pallini.";
list_item_prompt = "Inserisci gli elementi della lista.\nLascia il boc vuoto o premi 'Annulla' per terminare la lista.";