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

// MINI-HELP MESSAGES

b_text = "Inserisci il testo che deve essere GRASSETTO";
i_text = "Inserisci il testo che deve essere CORSIVO";
u_text = "Inserisci il testo che deve essere SOTTOLINEATO";

size_text = "Modifica le DIMENSIONI del testo";
font_text = "Modifica il CARETTERE del testo";
color_text = "Modifica il COLORE del TESTO";

url_text = "Inserisci un LINK nel tuo messaggio";
email_text = "Inserisci un'EMAIL nel tuo messaggio";
img_text = "Inserisci un iIMMAGINE nel tuo messaggio";

code_text = "Inserisci un testo FORMATTATO PER I CODICI";
list_text = "Inserisci un ELENCO ORDINATO nel tuo messaggio";
quote_text = "QUOTA il messaggio";

// 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 come specificato";

link_text_prompt = "Inserisci il testo verrą visualizzato nel LINK (opzionale)";
link_url_prompt = "Inserisci un URL completo per il LINK";
link_email_prompt = "Inserisci l'indirizzo EMAIL";

list_type_prompt = "Quale tipo di elenco vuoi? Inserisci '1' per indicare un elenco numerato e 'a' per un elenco alfabetico, oppure lascia vuoto se vuoi inserire un elenco puntato.";
list_item_prompt = "Inserisci un oggetto nella lista.\nLasci il box vuoto oppure premi 'Cancel' per completare la lista.";

