home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / statistics / language / lang-english.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  2.6 KB  |  54 lines

  1. <?php
  2.  
  3. /**************************************************************************/
  4. /* PHP-NUKE: Advanced Content Management System                           */
  5. /* ============================================                           */
  6. /*                                                                        */
  7. /* This is the language module with all the system messages               */
  8. /*                                                                        */
  9. /* If you made a translation, please go to the site and send to me        */
  10. /* the translated file. Please keep the original text order by modules,   */
  11. /* and just one message per line, also double check your translation!     */
  12. /*                                                                        */
  13. /* You need to change the second quoted phrase, not the capital one!      */
  14. /*                                                                        */
  15. /* If you need to use double quotes (") remember to add a backslash (\),  */
  16. /* so your entry will look like: This is \"double quoted\" text.          */
  17. /* And, if you use HTML code, please double check it.                     */
  18. /**************************************************************************/
  19.  
  20. define("_HITS","Hits");
  21. define("_BROWSERS","Browsers");
  22. define("_OPERATINGSYS","Operating System");
  23. define("_UNKNOWN","Unknown");
  24. define("_OTHER","Other / Unknown");
  25. define("_MISCSTATS","Miscelaneous Stats");
  26. define("_REGUSERS","Registered Users:");
  27. define("_ACTIVEAUTHORS","Active Authors:");
  28. define("_STORIESPUBLISHED","Stories Published:");
  29. define("_SACTIVETOPICS","Active Topics:");
  30. define("_COMMENTSPOSTED","Comments Posted:");
  31. define("_SSPECIALSECT","Special Sections:");
  32. define("_ARTICLESSEC","Articles in Sections:");
  33. define("_LINKSINLINKS","Links in Web Links:");
  34. define("_LINKSCAT","Categories in Links:");
  35. define("_NEWSWAITING","News Waiting to be Published:");
  36. define("_NUKEVERSION","PHP-Nuke Version:");
  37. define("_SEARCHENGINES","Search Engines");
  38. define("_BOTS","Robots/Spiders");
  39. define("_STATS","Access Statistics");
  40. define("_RETURNBASICSTATS","Return to Basic Statistics");
  41. define("_BACKTODETSTATS","Back to Detailed Statistics");
  42. define("_BACKTOMAIN","Back to Main");
  43. define("_TODAYIS","Today is");
  44. define("_MOSTMONTH","Busiest Month");
  45. define("_MOSTDAY","Busiest Day");
  46. define("_MOSTHOUR","Busiest Hour");
  47. define("_YEARLYSTATS","Yearly Stats");
  48. define("_MONTLYSTATS","Montly Stats for");
  49. define("_SPAGESVIEWS","Page Views");
  50. define("_DAILYSTATS","Daily Stats for");
  51. define("_HOURLYSTATS","Hourly Stats for");
  52. define("_VIEWDETAILED","View Detailed Statistics");
  53.  
  54. ?>