home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / statistics / language / lang-polish.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.0 KB  |  57 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. /* Polish translation by Nordavind«(Bolo) (http://forum.phpnuke.org.pl)   */
  20. /*                                                                        */
  21. /**************************************************************************/
  22.  
  23. define("_HITS","Ods│on");
  24. define("_BROWSERS","Przegl▒darki");
  25. define("_OPERATINGSYS","System operacyjny");
  26. define("_UNKNOWN","Nieznany");
  27. define("_OTHER","Inny / Nieznany");
  28. define("_MISCSTATS","R≤┐norodne statystyki");
  29. define("_REGUSERS","Zarejestrowanych u┐ytkownik≤w:");
  30. define("_ACTIVEAUTHORS","Aktywnych autor≤w:");
  31. define("_STORIESPUBLISHED","Opublikowanych artyku│≤w:");
  32. define("_SACTIVETOPICS","Aktywnych temat≤w:");
  33. define("_COMMENTSPOSTED","Wys│anych komentarzy:");
  34. define("_SSPECIALSECT","Sekcji specjalnych:");
  35. define("_ARTICLESSEC","Artyku│≤w w sekcji:");
  36. define("_LINKSINLINKS","Link≤w w dziale LINKI:");
  37. define("_LINKSCAT","Kategorii w linkach:");
  38. define("_NEWSWAITING","News≤w oczekuj▒cych na publikacjΩ:");
  39. define("_NUKEVERSION","Wersja PHP-Nuke:");
  40. define("_SEARCHENGINES","Wyszukiwarki");
  41. define("_BOTS","Roboty sieciowe");
  42. define("_STATS","Statystyki odwiedzin");
  43. define("_RETURNBASICSTATS","Wr≤µ do statystyk podstawowych");
  44. define("_BACKTODETSTATS","Wr≤µ do statystyk szczeg≤│owych");
  45. define("_BACKTOMAIN","Wr≤µ na stronΩ g│≤wn▒");
  46. define("_TODAYIS","Dzisiaj jest");
  47. define("_MOSTMONTH","Najlepszy miesi▒c");
  48. define("_MOSTDAY","Najlepszy dzie±");
  49. define("_MOSTHOUR","Najlepsza godzina");
  50. define("_YEARLYSTATS","Statystyki roczne");
  51. define("_MONTLYSTATS","Statystki miesiΩczne - miesi▒c");
  52. define("_SPAGESVIEWS","Ods│on strony");
  53. define("_DAILYSTATS","Statystyki dzienne - ");
  54. define("_HOURLYSTATS","Statystyki godzinowe - ");
  55. define("_VIEWDETAILED","Zobacz statystyki szczeg≤│owe");
  56.  
  57. ?>