wiki.inc.php 516 B

123456789101112131415161718192021
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $Wiki = "Wiki - Grupa";
  6. $StartPage = "Strona startowa";
  7. $ShowPageHistory = "Pokaż historię strony";
  8. $AllPages = "Wszystkie strony";
  9. $AddNew = "Dodaj nową stronę";
  10. $ChangesStored = "Dźwięk dodany";
  11. $Legend = "Legenda";
  12. $SearchPages = "Szukaj";
  13. $Discuss = "Dyskusja";
  14. $Print = "Drukuj";
  15. $Visits = "wizyty";
  16. $Changes = "modyfikacje";
  17. $Pages = "Ston";
  18. $TotalTask = "Liczba zadań";
  19. $NumAccess = "Liczba wizyt";
  20. $NumWords = "Liczba słów";
  21. ?>