wiki.inc.php 336 B

12345678910111213
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $Wiki = "Wiki";
  5. $StartPage = "Strona startowa";
  6. $ShowPageHistory = "Poka&#380; histori&#281; strony";
  7. $AllPages = "Wszystkie strony";
  8. $AddNew = "Dodaj now&#261; stron&#281;";
  9. $Legend = "Legenda";
  10. $Print = "Drukuj";
  11. $Visits = "wizyty";
  12. $Changes = "modyfikacje";
  13. ?>