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. ?>