Code: Select all
$tmpl->addVar( "header", "TEXT_META_TITLE", "Text analysis, text analyzer" );
$tmpl->addVar( "entree", "TEXT_INTRO_1", "Textalyser" );
$tmpl->addVar( "entree", "TEXT_INTRO", "Welcome to the online text analysis tool, the detailed statistics of your text, perfect for translators (quoting), for webmasters (ranking) or for normal users, to know the subject of a text." );
$tmpl->addVar( "entree", "TEXT_1", "Enter your text to analyze here :" );
$tmpl->addVar( "entree", "TEXT_2", "Analysis options :" );
$tmpl->addVar( "entree", "TEXT_3", " Minimum character count :" );
$tmpl->addVar( "entree", "TEXT_4", " Special word or expression to analyze : " );
$tmpl->addVar( "entree", "TEXT_5", "Number of words to be analyzed : " );
$tmpl->addVar( "entree", "TEXT_6", "Analyze the text" );
$tmpl->addVar( "analyse", "TEXT_ANALYSE_1", "Textalyser Results" );
$tmpl->addVar( "analyse", "TEXT_ANALYSE", "The complete results, incuding compexity factor, and other features" );
$tmpl->addVar( "analyse", "TEXT_7", "Total word count : " );
$tmpl->addVar( "analyse", "TEXT_8", "Number of different words : " );
$tmpl->addVar( "analyse", "TEXT_9", "Complexity factor (Lexical Density) : " );
$tmpl->addVar( "analyse", "TEXT_10", "Total number of characters : " );
$tmpl->addVar( "analyse", "TEXT_11", "Number of characters whithout spaces : " );
$tmpl->addVar( "liste", "TEXT_17", "Frequency and top words : " );
$tmpl->addVar( "liste", "TEXT_12", "Word" );
$tmpl->addVar( "liste", "TEXT_13", "Occurrences" );
$tmpl->addVar( "liste", "TEXT_14", "Frequency" );
$tmpl->addVar( "liste", "TEXT_15", "Rank" );
$tmpl->addVar( "liste2", "TEXT_18", "Word Length : " );
$tmpl->addVar( "liste2", "TEXT_19", "Word Length (characters)" );
$tmpl->addVar( "liste2", "TEXT_20", "Word count " );
$tmpl->addVar( "liste2", "TEXT_21", "Frequency" );
$tmpl->addVar( "footer", "TEXT_22", "all rights reserved 2004 © textalyser.net" );
$tmpl->addVar( "footer", "TEXT_23", "text analysis - text analyzer" );
$tmpl->addVar( "message", "TEXT_24", "Textalyser Mail" );
$tmpl->addVar( "message", "TEXT_25", "Send us a message, for suggestions, or for bug reports" );
$tmpl->addVar( "is_message_main", "TEXT_29", "Your message" );
$tmpl->addVar( "is_message_main", "TEXT_30", "Your name" );
$tmpl->addVar( "is_message_main", "TEXT_31", "Your email adress" );
$tmpl->addVar( "is_message_open", "TEXT_32", "Contact/Suggestions" );
$tmpl->addVar( "is_message_main", "TEXT_33", "send" );
$tmpl->addVar( "is_message_sent", "TEXT_34", "Thank you for your email : " );
$tmpl->addVar( "is_make_a_link_open", "TEXT_35", "Make a link" );
$tmpl->addVar( "make_a_link", "TEXT_36", "Textalyser Make a link" );
$tmpl->addVar( "make_a_link", "TEXT_37", "Make a link to textalyser, or propose an analysis on your site " );
$tmpl->addVar( "make_a_link", "TEXT_38", "To make a link to Textalyser : " );
$tmpl->addVar( "make_a_link", "TEXT_39", "To propose an analysis on your site : " );
$tmpl->addVar( "make_a_link", "TEXT_40", "Paste this code on your website : " );
$tmpl->addVar( "make_a_link", "TEXT_41", "<a href="http://textalyser.net">Text analysis</a>" );
$tmpl->addVar( "make_a_link", "TEXT_42", "<form method="post" action="http://textalyser.net/"><textarea name="text_main">Enter your text to analyze here:</textarea><br><input value="Analyze the text" type="submit"></form>" );
$tmpl->addVar( "analyse", "TEXT_43", "Sentence count : " );
$tmpl->addVar( "analyse", "TEXT_44", "Average sentence length (words) : " );
$tmpl->addVar( "analyse", "TEXT_45", "Max sentence length (words) : " );
$tmpl->addVar( "analyse", "TEXT_46", "Min sentence length (words) : " );
$tmpl->addVar( "entree", "TEXT_47", "Ignore numbers : " );
$tmpl->addVar( "entree", "TEXT_48", "or analyze a website :" );
$tmpl->addVar( "make_a_link", "TEXT_49", "To propose an website analysis on your site : " );
$tmpl->addVar( "make_a_link", "TEXT_50", "<form method="post" action="http://textalyser.net/"><input value="http://"name="site_to_analyze" type="text"><input value="Analyze the site" type="submit" class="cour"></form>" );