Changeset 1710 in ExiteCMS


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

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

Location:
trunk
Files:
5 added
6 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 
  • trunk/administration/tools/language_pack_Nederlands.php

    r1705 r1710  
    31843184        $localestrings['rpt404'] = "Resultaat voor het rapport"; 
    31853185        $localestrings['rpt405'] = "Rapportenlijst"; 
     3186        $localestrings['rpt500'] = "Geregistreerde gebruikers per land"; 
     3187        $localestrings['rpt501'] = "Toon mij"; 
     3188        $localestrings['rpt502'] = "de top"; 
     3189        $localestrings['rpt503'] = "alle"; 
     3190        $localestrings['rpt504'] = "resultaten in het rapport, en sorteer het"; 
     3191        $localestrings['rpt505'] = "aflopend"; 
     3192        $localestrings['rpt506'] = "oplopend"; 
     3193        $localestrings['rpt507'] = "Land"; 
     3194        $localestrings['rpt508'] = "Ledenaantal"; 
     3195        $localestrings['rpt509'] = "Aangemelde nieuwe leden per maand"; 
     3196        $localestrings['rpt510'] = "Registratie periode"; 
     3197        $localestrings['rpt511'] = "Onbekend"; 
     3198        $localestrings['rpt950'] = "Het rapport kon niet worden aangemaakt:"; 
     3199        $localestrings['rpt951'] = "Het gevraagde rapport bevat geen gegevens"; 
    31863200        load_localestrings($localestrings, LP_LOCALE, "main.reports", $step); 
     3201 
     3202        $localestrings = array(); 
     3203        $localestrings['mon001'] = "Januari"; 
     3204        $localestrings['mon002'] = "Februari"; 
     3205        $localestrings['mon003'] = "Maart"; 
     3206        $localestrings['mon004'] = "April"; 
     3207        $localestrings['mon005'] = "Mei"; 
     3208        $localestrings['mon006'] = "Juni"; 
     3209        $localestrings['mon007'] = "Juli"; 
     3210        $localestrings['mon008'] = "Augustus"; 
     3211        $localestrings['mon009'] = "September"; 
     3212        $localestrings['mon010'] = "Oktober"; 
     3213        $localestrings['mon011'] = "November"; 
     3214        $localestrings['mon012'] = "December"; 
     3215        load_localestrings($localestrings, LP_LOCALE, "months", $step); 
    31873216 
    31883217        $localestrings = array(); 
  • trunk/files/locales/en.main.global.php

    r1705 r1710  
    33// locale       : English 
    44// locale name  : main.global 
    5 // generated on : Wed Aug 27 2008, 22:32:27 CEST 
     5// generated on : Thu Aug 28 2008, 15:12:34 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
  • trunk/files/locales/nl.main.global.php

    r1705 r1710  
    11<?php 
    22// ---------------------------------------------------------- 
    3 // locale       : English 
     3// locale       : Nederlands 
    44// locale name  : main.global 
    5 // generated on : Wed Aug 27 2008, 22:32:38 CEST 
     5// generated on : Thu Aug 28 2008, 14:10:34 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
  • trunk/includes/templates/main.reports.tpl

    r1620 r1710  
    4949        <tr> 
    5050            <td align='left'> 
    51                 {$locale.rpt404}: <b>{$report_title}</b> 
     51                {$locale.rpt404}: <b>{$reports.0.report_title}</b> 
    5252            </td> 
    5353            <td align='right'> 
  • trunk/reports.php

    r1665 r1710  
    33| ExiteCMS Content Management System                 | 
    44+----------------------------------------------------+ 
    5 | Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
     5| Copyright 2008 Harro "WanWizard" Verton, Exite BV  | 
    66| for support, please visit http://exitecms.exite.eu | 
    77+----------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.