wiki.inc.php 327 B

1234567891011121314
  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. $Legend = "Legenda";
  11. $Print = "Drukuj";
  12. $Visits = "wizyty";
  13. $Changes = "modyfikacje";
  14. ?>