Ignore:
Timestamp:
08/28/08 16:09:05 (4 years ago)
Author:
hverton
Message:

fixed missing report title in report result
added core reports for users per country and users registered per month

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1705 r1710  
    2323        $localestrings['404page'] = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\" align=\"center\"> <tbody><tr><td width=\"10\"> </td><td><div align=\"center\"><font size=\"6\"><span class=\"shoutboxname\"><br />404 - Page Not Found</span><br /></font></div><br /><br /><hr width=\"90%\" size=\"2\" /><br /><br /><div align=\"center\">We are sorry, but the document you requested cannot be found on this server.<br /></div><br /><div align=\"center\">Most likely, this is a result of yet another reorganization of this Website to reflect our constant evolution and ongoing development, coupled with a transition from an old server with lots of legacy files to a shiny new server.<br /></div><br /><div align=\"center\">But then again, it might just be a completely random event and the result of too many cosmic rays. Who knows?<br /></div><br /><br /><hr width=\"90%\" size=\"2\" /><br /><br /><div align=\"center\">Your best bet for finding what you seek is to start at our home page (<a href=\"/\">click here to jump to the home page</a>), check out our menu, or use the search menu option.<br /></div><br /><div align=\"center\">If that doesn't work, and you think it's a document that should be here, please send a PM to the webmaster and let us know about it (registered users only).</div></td><td width=\"10\"> </td></tr></tbody></table><br />"; 
    2424        load_localestrings($localestrings, LP_LOCALE, "404page", $step); 
     25 
     26        $localestrings = array(); 
     27        $localestrings['mon001'] = "January"; 
     28        $localestrings['mon002'] = "February"; 
     29        $localestrings['mon003'] = "March"; 
     30        $localestrings['mon004'] = "April"; 
     31        $localestrings['mon005'] = "May"; 
     32        $localestrings['mon006'] = "June"; 
     33        $localestrings['mon007'] = "July"; 
     34        $localestrings['mon008'] = "August"; 
     35        $localestrings['mon009'] = "September"; 
     36        $localestrings['mon010'] = "October"; 
     37        $localestrings['mon011'] = "November"; 
     38        $localestrings['mon012'] = "December"; 
     39        load_localestrings($localestrings, LP_LOCALE, "months", $step); 
    2540 
    2641        $localestrings = array(); 
     
    31843199        $localestrings['rpt404'] = "Result for the requested report"; 
    31853200        $localestrings['rpt405'] = "Report List"; 
     3201        $localestrings['rpt500'] = "Registered users per country"; 
     3202        $localestrings['rpt501'] = "Show me"; 
     3203        $localestrings['rpt502'] = "the top"; 
     3204        $localestrings['rpt503'] = "all"; 
     3205        $localestrings['rpt504'] = "results in the report, and sort it"; 
     3206        $localestrings['rpt505'] = "descending"; 
     3207        $localestrings['rpt506'] = "ascending"; 
     3208        $localestrings['rpt507'] = "Country"; 
     3209        $localestrings['rpt508'] = "User Count"; 
     3210        $localestrings['rpt509'] = "New users joined per month"; 
     3211        $localestrings['rpt510'] = "Period of registration"; 
     3212        $localestrings['rpt511'] = "Unknown"; 
     3213        $localestrings['rpt950'] = "The report could not be generated:"; 
     3214        $localestrings['rpt951'] = "The requested report does not contain any data"; 
    31863215        load_localestrings($localestrings, LP_LOCALE, "main.reports", $step); 
    31873216 
Note: See TracChangeset for help on using the changeset viewer.