
var lang = Array();
lang['editor'] = Array();

lang['editor']['prompt_h1']      = "Please insert the header";
lang['editor']['prompt_a']       = "Please insert the complete internet addresse.";
lang['editor']['prompt_a_desc']  = "Please insert the capture that schould be used.";
lang['editor']['prompt_a_tgt']   = "Do you want to open the page in a new window? (Abbort if not)"; 
lang['editor']['prompt_a_ddef']  = 'web page';
lang['editor']['prompt_email']   = "Please insert the complete email address.";
lang['editor']['prompt_email_d'] = "Please insert a capture that should be used\n(abourt for use the email address)";
lang['editor']['prompt_b']       = "Please insert the text which schould be bold";
lang['editor']['prompt_i']       = "Please insert the text which should be italic.";
lang['editor']['prompt_img']     = "Please insert the complete url of the graphic file.";
lang['editor']['prompt_ul_li']   = "Enter the next List item";
lang['editor']['prompt_ol_li']   = "Enter the next List item";
lang['editor']['prompt_color_c'] = "Please insert the color";
lang['editor']['prompt_color_t'] = "Please insert text to be colored";
lang['editor']['prompt_size']    = "Please enter the size in procent (0-200) (without procent%)";
lang['editor']['prompt_size_t']  = "Please enter the text";





