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

// MINI-HELP MESSAGES


b_text = "Inserta el Texto BOLD";
i_text = "Inserta el Texto ITALIC";
u_text = "Insert UNDERLINED text";
size_text = "Alter the SIZE of your text";
font_text = "Alter the FONT of your text";
color_text = "Alter the COLOR of your text";
url_text = "Insert a hyperlink into your message";
email_text = "Insert an email-link into your message";
img_text = "Insert an image into your message";

code_text = "Insert monospace text into your message";
php_text = "Insert text with PHP syntax highlighting";
list_text = "Insert an ordered list into your message";
quote_text = "Insert a quote into your message";
norm_text = "Switch to normal code-editing mode";
enha_text = "Enhanced mode: allows complex nesting of tags";
youtube_text = "Inserta el Texto ITALIC";
closecurrent_text = "Close the current vBcode tag";
closeall_text = "Close all open vBcode 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 = "Inserte el texto a ser mostrado:";

font_formatter_prompt = "Enter the text to be formatted with the specified";
link_text_prompt = "Inserta el texto que queres que aparesca(opcional)";
link_url_prompt = "Inserta la direccion completa de vinculo";
link_email_prompt = "Inserta la direccion de Email";
list_type_prompt = "What type of list do you want? Enter '1' for a numbered list, enter 'a' for an alphabetical list, or leave blank for a list with bullet points.";
list_item_prompt = "Enter a list item.\nLeave the box empty or press 'Cancel' to complete the list.";
