home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- /**************************************************************************/
- /* PHP-NUKE: Advanced Content Management System */
- /* ============================================ */
- /* */
- /* This is the language module with all the system messages */
- /* */
- /* If you made a translation, please go to the site and send to me */
- /* the translated file. Please keep the original text order by modules, */
- /* and just one message per line, also double check your translation! */
- /* */
- /* You need to change the second quoted phrase, not the capital one! */
- /* */
- /* If you need to use double quotes (") remember to add a backslash (\), */
- /* so your entry will look like: This is \"double quoted\" text. */
- /* And, if you use HTML code, please double check it. */
- /**************************************************************************/
-
-
-
- define("_HITS","┬I┐∩");
-
-
- define("_BROWSERS","┬s─²╛╣");
- define("_OPERATINGSYS","º@╖~¿t▓╬");
- define("_UNKNOWN","Ñ╝¬╛");
- define("_OTHER","¿ΣÑL / Ñ╝¬╛");
- define("_MISCSTATS","┬°╢╡▓╬¡p");
- define("_REGUSERS","╡n░O¿╧Ñ╬¬╠íG");
- define("_ACTIVEAUTHORS","▓{ªµ¬║º@¬╠íG");
- define("_STORIESPUBLISHED","╡o¬φ¬║│°╛╔íG");
- define("_SACTIVETOPICS","▓{ªµ¬║╖s╗DÑD├DíG");
- define("_COMMENTSPOSTED","╡o¬φ¬║╖N¿úíG");
- define("_SSPECIALSECT","▒M─µíG");
- define("_ARTICLESSEC","▒M─µñ║¬║ñσ│╣íG");
- define("_LINKSINLINKS","├∞╡▓¬║║⌠»╕íG");
- define("_LINKSCAT","├∞╡▓¬║├■ºOíG");
- define("_NEWSWAITING","½▌╡o¬φ¬║╖s╗DíG");
- define("_NUKEVERSION","PHP-Nuke ¬⌐Ñ╗íG");
- define("_SEARCHENGINES","╖j┤Mñ▐└║");
- define("_BOTS","║⌠╕⌠╗j╡∩");
- define("_STATS","ªs¿·▓╬¡p");
- define("_RETURNBASICSTATS","ª^¿∞░≥Ñ╗▓╬¡p¬φ");
- define("_BACKTODETSTATS","ª^¿∞╕╘▓╙¬║▓╬¡p¬φ");
- define("_BACKTOMAIN","ª^¿∞ÑD┐∩│µ");
- define("_TODAYIS","ñ╡ñ╤¼O");
- define("_MOSTMONTH","│╠ªú¬║ñ@¡╙ñδ");
- define("_MOSTDAY","│╠ªú¬║ñ@ñ╤");
- define("_MOSTHOUR","│╠ªú¬║ñ@¡╙ñp«╔");
- define("_YEARLYSTATS","¿Cª~▓╬¡p");
- define("_MONTLYSTATS","¿Cñδ▓╬¡p");
- define("_SPAGESVIEWS","ÑH¡╢╞[¼▌");
- define("_DAILYSTATS","¿CñΘ▓╬¡p");
- define("_HOURLYSTATS","ñp«╔▓╬¡p");
- define("_VIEWDETAILED","╞[¼▌╕╘▓╙¬║▓╬¡p¬φ");
-
- ?>