Changeset 1710 in ExiteCMS
- Timestamp:
- 08/28/08 16:09:05 (3 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 6 edited
-
administration/tools/language_pack_English.php (modified) (2 diffs)
-
administration/tools/language_pack_Nederlands.php (modified) (1 diff)
-
administration/upgrade/rev01710.php (added)
-
files/locales/en.main.global.php (modified) (1 diff)
-
files/locales/nl.main.global.php (modified) (1 diff)
-
includes/reports/report.usercountries.php (added)
-
includes/reports/report.usersjoined.php (added)
-
includes/reports/templates/report.usercountries.tpl (added)
-
includes/reports/templates/report.usersjoined.tpl (added)
-
includes/templates/main.reports.tpl (modified) (1 diff)
-
reports.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/language_pack_English.php
r1705 r1710 23 23 $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 />"; 24 24 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); 25 40 26 41 $localestrings = array(); … … 3184 3199 $localestrings['rpt404'] = "Result for the requested report"; 3185 3200 $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"; 3186 3215 load_localestrings($localestrings, LP_LOCALE, "main.reports", $step); 3187 3216 -
trunk/administration/tools/language_pack_Nederlands.php
r1705 r1710 3184 3184 $localestrings['rpt404'] = "Resultaat voor het rapport"; 3185 3185 $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"; 3186 3200 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); 3187 3216 3188 3217 $localestrings = array(); -
trunk/files/locales/en.main.global.php
r1705 r1710 3 3 // locale : English 4 4 // locale name : main.global 5 // generated on : Wed Aug 27 2008, 22:32:27CEST5 // generated on : Thu Aug 28 2008, 15:12:34 CEST 6 6 // translators : ExiteCMS team,WanWizard 7 7 // ---------------------------------------------------------- -
trunk/files/locales/nl.main.global.php
r1705 r1710 1 1 <?php 2 2 // ---------------------------------------------------------- 3 // locale : English3 // locale : Nederlands 4 4 // locale name : main.global 5 // generated on : Wed Aug 27 2008, 22:32:38CEST5 // generated on : Thu Aug 28 2008, 14:10:34 CEST 6 6 // translators : ExiteCMS team,WanWizard 7 7 // ---------------------------------------------------------- -
trunk/includes/templates/main.reports.tpl
r1620 r1710 49 49 <tr> 50 50 <td align='left'> 51 {$locale.rpt404}: <b>{$report _title}</b>51 {$locale.rpt404}: <b>{$reports.0.report_title}</b> 52 52 </td> 53 53 <td align='right'> -
trunk/reports.php
r1665 r1710 3 3 | ExiteCMS Content Management System | 4 4 +----------------------------------------------------+ 5 | Copyright 200 7Harro "WanWizard" Verton, Exite BV |5 | Copyright 2008 Harro "WanWizard" Verton, Exite BV | 6 6 | for support, please visit http://exitecms.exite.eu | 7 7 +----------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
