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","Hits");
- define("_BROWSERS","Browser");
- define("_OPERATINGSYS","Betriebssystem");
- define("_UNKNOWN","Unbekannt");
- define("_OTHER","Andere / Unbekannt");
- define("_MISCSTATS","Verschiedene Statistiken");
- define("_REGUSERS","angemeldete Benutzer:");
- define("_ACTIVEAUTHORS","Aktive Autoren:");
- define("_STORIESPUBLISHED","Artikel:");
- define("_SACTIVETOPICS","Aktive Themen:");
- define("_COMMENTSPOSTED","Kommentare:");
- define("_SSPECIALSECT","Themen:");
- define("_ARTICLESSEC","Artikel in Bereichen:");
- define("_LINKSINLINKS","Links in WebLinks:");
- define("_LINKSCAT","WebLinks- Kategorien:");
- define("_NEWSWAITING","Nachrichten, die auf Bestätigung warten:");
- define("_NUKEVERSION","PHP-Nuke Version:");
- define("_SEARCHENGINES","Suchmaschinen");
- define("_BOTS","Bots / Spider");
- define("_STATS","Statistiken");
- define("_RETURNBASICSTATS","Zurück zu den einfachen Statistiken");
- define("_BACKTODETSTATS","Zurück zu den detaillierten Statistiken");
- define("_BACKTOMAIN","Zurcück ins Hauptmenü");
- define("_TODAYIS","heute ist");
- define("_MOSTMONTH","bestbesuchtester Monat");
- define("_MOSTDAY","bestbesuchtester Tag");
- define("_MOSTHOUR","bestbesuchteste Stunde");
- define("_YEARLYSTATS","Järliche Statistik");
- define("_MONTLYSTATS","Monatliche Statistik für");
- define("_SPAGESVIEWS","Seiten aufrufe");
- define("_DAILYSTATS","tägliche Statistik für");
- define("_HOURLYSTATS","stündliche Statistik für");
- define("_VIEWDETAILED","Anzeige der detaillierten Statistiken");
-
- ?>